/*
 FIX TO CF7 Material, select element are not parsed
 */
.wpcf7-form .useraddformbg select {
  display: inline-block !important;
}
@media (min-width: 1100px) {
  .for-under-1100 {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  .for-over-1100 {
    display: none !important;
  }
}
h1 {
  font-size: 1.5rem;
  font-weight: 300;
}
@media (max-width: 599px) {
  h1 {
    font-size: 1.2rem;
  }
}
a {
  color: #0be;
  text-decoration: none;
  transition: all ease 0.3s;
  display: inline-block;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  color: #0be;
  outline: 0;
}
.navtrail-head {
  margin-bottom: 25px;
  position: relative;
}
.navtrail-head a {
  color: #222;
  opacity: 0.5;
}
.navtrail-head a:hover {
  opacity: 1;
}
.navtrail-head #viewswitch {
  position: absolute;
  right: 0px;
  top: 0px;
  text-align: right;
}
.navtrail-head #viewswitch a {
  color: #42403c;
  font-size: 130%;
  opacity: 1;
}
a.inline-external-link-icon:after {
  content: '\f08e';
  color: #333;
  font-family: "Font Awesome 5 Pro";
  opacity: 0.4;
  display: inline-block;
  position: relative;
  left: 3px;
  font-size: 0.7rem;
  margin-right: 3px;
  vertical-align: middle;
  bottom: 1px;
}
ul {
  margin-left: 18px;
  list-style: square;
}
.hidden {
  display: none !important;
}
.textalignright {
  text-align: right;
}
.hyphens {
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.lighttext {
  color: #a2a2a2;
}
button, input[type="button"], input[type="submit"] {
  background-color: #0be;
  border: 1px solid #0be;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  line-height: 1;
  padding: 1em 2em;
  text-shadow: none;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
input + button, input + input[type="button"], input + input[type="submit"] {
  padding: 0.75em 2em;
}
button.secondary, input[type="reset"], input[type="button"].secondary, input[type="reset"].secondary, input[type="submit"].secondary {
  background-color: #0be;
  color: #222;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
  background: #222;
}
button.secondary:hover, button.secondary:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"].secondary:hover, input[type="button"].secondary:focus, input[type="reset"].secondary:hover, input[type="reset"].secondary:focus, input[type="submit"].secondary:hover, input[type="submit"].secondary:focus {
  background: #222;
}
.site-header {
  z-index: 1;
}
.site-content .wrap {
  position: relative;
  z-index: 2;
}
body.logged-out {
  background-image: url(../images/background.jpg);
  background-size: cover;
}
body.logged-out #loginbox {
  max-width: 300px;
  margin: auto;
}
body.logged-out [canvas=container] {
  background: transparent;
}
body.logged-out header.entry-header, body.logged-out .ocs-toggle-slidebar-navigation, body.logged-out #masthead, body.logged-out #header-bar, body.logged-out footer {
  display: none;
}
body.logged-out .site-content {
  background-color: transparent;
  padding: 0px;
  padding-bottom: 0px;
}
body.logged-out .wppb-form-field label, body.logged-out #wppb-login-wrap .login-username label, body.logged-out #wppb-login-wrap .login-password label {
  float: none;
  width: auto;
}
body.logged-out .wppb-form-field input, body.logged-out .wppb-form-field input[type="text"], body.logged-out .wppb-form-field input[type="number"], body.logged-out .wppb-form-field input[type="email"], body.logged-out .wppb-form-field input[type="url"], body.logged-out .wppb-form-field input[type="password"], body.logged-out .wppb-form-field input[type="search"], body.logged-out .wppb-form-field select, body.logged-out .wppb-form-field textarea, body.logged-out .wppb-checkboxes, body.logged-out .wppb-radios, body.logged-out #wppb-login-wrap .login-username input, body.logged-out #wppb-login-wrap .login-password input {
  width: 100%;
}
body.logged-out #loginbox {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
}
body.logged-out img {
  max-width: 150px;
}
body.logged-out label, body.logged-out #wppb-submit, body.logged-out #wppb-recover-password-button {
  text-transform: uppercase;
}
/*
 .ocs-sidebar-active .custom-logo-link {
 left: 368px !important;
 @include for-under-790 {
 left: 31px !important;
 }
 }
 */
.site-branding {
  height: 300px;
}
@media (max-width: 790px) {
  .site-branding {
    padding-top: 30%;
    height: auto;
  }
}
#viewswitch .add, #viewswitch .remo, .navtrail-head .text-muted, .fea-btn.btn-group {
  display: none !important;
}
.wdo-quick-editor-container {
  margin-top: 30px;
}
#viewswitch button {
  font-size: 0.75rem;
  padding: 3px;
  color: #fff;
  background-color: #42403c;
  border: none;
  top: -3px;
  position: relative;
  width: 18px;
  overflow: hidden;
  white-space: nowrap;
  transition: all ease 0.3s;
}
#viewswitch button:hover {
  opacity: 1;
}
#viewswitch button#la-save {
  padding: 0.7em 2em;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 8px;
  background-color: green;
  width: auto;
  float: none;
}
#viewswitch button.btn.btn-sm.btn-danger.deactive {
  background-color: red;
}
.globaleditview .entry-title {
  padding-right: 30px;
}
.entry-title {
  position: relative;
}
.entry-title .bg-info {
  position: absolute;
  top: 9px;
  right: 0px;
}
.entry-title .bg-info::after {
  font-family: "Font Awesome 5 Pro";
  content: '\f14b';
  font-size: 1.5rem;
  color: #0be;
  font-weight: 900;
}
#header-bar {
  height: 50px;
  width: 100%;
  background: rgba(43, 42, 40, .95);
  color: #fff;
  font-size: 80%;
  text-align: right;
  position: fixed;
  top: 0px;
  z-index: 999;
}
#header-bar .wrap {
  position: relative;
}
@media (max-width: 790px) {
  #header-bar .wrap {
    right: 0px;
    padding-right: 0px;
  }
}
#header-bar .wrap .custom-logo-link {
  position: absolute;
  top: 95px;
  width: 150px;
  left: 48px;
  padding: 0px;
  min-width: 46px;
  opacity: 1;
}
#header-bar .wrap .custom-logo-link:hover {
  background: none;
}
#header-bar .wrap .custom-logo-link img {
  width: 100%;
  height: auto;
}
@media (max-width: 790px) {
  #header-bar .wrap .custom-logo-link {
    top: 2px;
    width: 46px;
    left: 31px;
  }
}
#header-bar .wrap > a, #header-bar .wrap > span, #header-bar .wrap > div {
  display: inline-block;
  line-height: 50px;
  color: #fff;
  opacity: 0.8;
  transition: all ease 0.3s;
  padding: 0px 10px;
  vertical-align: top;
}
#header-bar .wrap > a:hover, #header-bar .wrap > span:hover, #header-bar .wrap > div:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}
#header-bar .wrap #livesearch {
  transition: all ease 0.3s;
  position: relative;
  padding: 0px;
}
#header-bar .wrap #livesearch input {
  border-radius: 0px;
  margin: 0px;
  height: 50px;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  width: 200px;
  padding-right: 40px;
}
#header-bar .wrap #livesearch input::placeholder {
  color: #fff;
}
#header-bar .wrap #livesearch input::-webkit-input-placeholder, #header-bar .wrap #livesearch input::-moz-placeholder, #header-bar .wrap #livesearch input:-ms-input-placeholder, #header-bar .wrap #livesearch input:-moz-placeholder {
  color: #fff;
}
#header-bar .wrap #livesearch:hover input {
  background: rgba(255, 255, 255, 0.5);
}
#header-bar .wrap #livesearch::after {
  content: '\f002';
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
  color: #fff;
  position: absolute;
  right: 15px;
  font-size: 15px;
  top: 3px;
}
#header-bar .wrap #livesearch, #header-bar .wrap #notifications, #header-bar .wrap #useraction {
  cursor: pointer;
  position: relative;
  height: 50px;
  padding: 0px;
}
#header-bar .wrap #livesearch > span, #header-bar .wrap #notifications > span, #header-bar .wrap #useraction > span, #header-bar .wrap #livesearch a, #header-bar .wrap #notifications a, #header-bar .wrap #useraction a {
  display: block;
  padding: 0px 10px;
}
#header-bar .wrap #livesearch .livesearchlist, #header-bar .wrap #notifications .livesearchlist, #header-bar .wrap #useraction .livesearchlist, #header-bar .wrap #livesearch .useractionlist, #header-bar .wrap #notifications .useractionlist, #header-bar .wrap #useraction .useractionlist {
  min-width: 128px;
}
#header-bar .wrap #livesearch .livesearchlist, #header-bar .wrap #notifications .livesearchlist, #header-bar .wrap #useraction .livesearchlist, #header-bar .wrap #livesearch .useractionlist, #header-bar .wrap #notifications .useractionlist, #header-bar .wrap #useraction .useractionlist {
  position: absolute;
  top: 50px;
  display: none;
  /*max-width*/
  right: 0px;
}
#header-bar .wrap #livesearch .livesearchlist a, #header-bar .wrap #notifications .livesearchlist a, #header-bar .wrap #useraction .livesearchlist a, #header-bar .wrap #livesearch .useractionlist a, #header-bar .wrap #notifications .useractionlist a, #header-bar .wrap #useraction .useractionlist a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
  text-align: left;
  display: block;
  width: 100%;
  white-space: nowrap;
}
#header-bar .wrap #livesearch .livesearchlist a:hover, #header-bar .wrap #notifications .livesearchlist a:hover, #header-bar .wrap #useraction .livesearchlist a:hover, #header-bar .wrap #livesearch .useractionlist a:hover, #header-bar .wrap #notifications .useractionlist a:hover, #header-bar .wrap #useraction .useractionlist a:hover {
  background: rgba(0, 187, 238, 0.5);
}
#header-bar .wrap #livesearch > .livesearchlist, #header-bar .wrap #notifications > .livesearchlist, #header-bar .wrap #useraction > .livesearchlist, #header-bar .wrap #livesearch > .useractionlist, #header-bar .wrap #notifications > .useractionlist, #header-bar .wrap #useraction > .useractionlist, #header-bar .wrap #livesearch > .list, #header-bar .wrap #notifications > .list, #header-bar .wrap #useraction > .list {
  max-height: 200px;
  overflow: hidden;
}
#header-bar .wrap #livesearch > .livesearchlist > div, #header-bar .wrap #notifications > .livesearchlist > div, #header-bar .wrap #useraction > .livesearchlist > div, #header-bar .wrap #livesearch > .useractionlist > div, #header-bar .wrap #notifications > .useractionlist > div, #header-bar .wrap #useraction > .useractionlist > div, #header-bar .wrap #livesearch > .list > div, #header-bar .wrap #notifications > .list > div, #header-bar .wrap #useraction > .list > div {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 200px;
  margin-right: -17px;
}
#header-bar .wrap #livesearch#notifications, #header-bar .wrap #notifications#notifications, #header-bar .wrap #useraction#notifications {
  opacity: 1;
}
#header-bar .wrap #livesearch#notifications .bell, #header-bar .wrap #notifications#notifications .bell, #header-bar .wrap #useraction#notifications .bell {
  padding: 0px 10px 0px 26px;
  white-space: nowrap;
}
#header-bar .wrap #livesearch#notifications .bell i, #header-bar .wrap #notifications#notifications .bell i, #header-bar .wrap #useraction#notifications .bell i {
  margin-right: 0px;
  opacity: 0.8;
}
#header-bar .wrap #livesearch#notifications .bell:hover i, #header-bar .wrap #notifications#notifications .bell:hover i, #header-bar .wrap #useraction#notifications .bell:hover i, #header-bar .wrap #livesearch#notifications .bell #notificationcounter, #header-bar .wrap #notifications#notifications .bell #notificationcounter, #header-bar .wrap #useraction#notifications .bell #notificationcounter {
  opacity: 1;
}
#header-bar .wrap #livesearch#notifications .bell #notificationcounter, #header-bar .wrap #notifications#notifications .bell #notificationcounter, #header-bar .wrap #useraction#notifications .bell #notificationcounter {
  background: #f00;
  color: #fff;
  font-weight: bold;
  padding: 4px 7px;
  box-shadow: 1px 1px 3px #000;
  border-radius: 10px 10px 10px 10px;
  line-height: 10px;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
  display: inline-block;
  position: relative;
  top: -8px;
  margin-left: -9px;
}
#header-bar .wrap #livesearch#notifications .bell #notificationcounter.none, #header-bar .wrap #notifications#notifications .bell #notificationcounter.none, #header-bar .wrap #useraction#notifications .bell #notificationcounter.none {
  visibility: hidden;
}
#header-bar .wrap #livesearch#notifications .list, #header-bar .wrap #notifications#notifications .list, #header-bar .wrap #useraction#notifications .list {
  display: none;
  position: absolute;
  right: 0px;
  width: 200px;
  text-align: left;
}
#header-bar .wrap #livesearch#notifications .list a, #header-bar .wrap #notifications#notifications .list a, #header-bar .wrap #useraction#notifications .list a {
  color: #fff;
  background-color: rgba(2, 51, 68, 0.9);
  border-bottom: 1px solid rgba(0, 187, 238, 0.5);
  transition: all ease 0.3s;
  line-height: 1rem;
  overflow: hidden;
}
#header-bar .wrap #livesearch#notifications .list a .img, #header-bar .wrap #notifications#notifications .list a .img, #header-bar .wrap #useraction#notifications .list a .img {
  display: none;
}
#header-bar .wrap #livesearch#notifications .list a .msginfo, #header-bar .wrap #notifications#notifications .list a .msginfo, #header-bar .wrap #useraction#notifications .list a .msginfo {
  padding: 15px 10px 10px;
}
#header-bar .wrap #livesearch#notifications .list a .msginfo .title, #header-bar .wrap #notifications#notifications .list a .msginfo .title, #header-bar .wrap #useraction#notifications .list a .msginfo .title {
  font-size: 0.9rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
#header-bar .wrap #livesearch#notifications .list a .msginfo .status, #header-bar .wrap #notifications#notifications .list a .msginfo .status, #header-bar .wrap #useraction#notifications .list a .msginfo .status, #header-bar .wrap #livesearch#notifications .list a .msginfo .date, #header-bar .wrap #notifications#notifications .list a .msginfo .date, #header-bar .wrap #useraction#notifications .list a .msginfo .date {
  font-size: 0.6rem;
}
#header-bar .wrap #livesearch#notifications .list a .msginfo .status, #header-bar .wrap #notifications#notifications .list a .msginfo .status, #header-bar .wrap #useraction#notifications .list a .msginfo .status {
  display: inline-block;
  transition: all ease 0.3s;
}
#header-bar .wrap #livesearch#notifications .list a .msginfo .status:before, #header-bar .wrap #notifications#notifications .list a .msginfo .status:before, #header-bar .wrap #useraction#notifications .list a .msginfo .status:before, #header-bar .wrap #livesearch#notifications .list a .msginfo .status:after, #header-bar .wrap #notifications#notifications .list a .msginfo .status:after, #header-bar .wrap #useraction#notifications .list a .msginfo .status:after {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  font-size: 0.5rem;
}
#header-bar .wrap #livesearch#notifications .list a .msginfo .date, #header-bar .wrap #notifications#notifications .list a .msginfo .date, #header-bar .wrap #useraction#notifications .list a .msginfo .date {
  display: inline-block;
}
#header-bar .wrap #livesearch#notifications .list a:hover, #header-bar .wrap #notifications#notifications .list a:hover, #header-bar .wrap #useraction#notifications .list a:hover {
  background: #0be;
}
#header-bar .wrap #livesearch#notifications .list a.unread .msginfo .title, #header-bar .wrap #notifications#notifications .list a.unread .msginfo .title, #header-bar .wrap #useraction#notifications .list a.unread .msginfo .title {
  position: relative;
  font-weight: bold;
  padding-left: 15px;
}
#header-bar .wrap #livesearch#notifications .list a.unread .msginfo .title:before, #header-bar .wrap #notifications#notifications .list a.unread .msginfo .title:before, #header-bar .wrap #useraction#notifications .list a.unread .msginfo .title:before {
  transition: all ease 0.3s;
  content: '';
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  /*border: 2px solid #00bbee;*/
  background-color: #0be;
  position: absolute;
  left: 0px;
  top: 3px;
}
#header-bar .wrap #livesearch#notifications .list a.unread:hover .msginfo .title:before, #header-bar .wrap #notifications#notifications .list a.unread:hover .msginfo .title:before, #header-bar .wrap #useraction#notifications .list a.unread:hover .msginfo .title:before {
  background-color: #fff;
}
#header-bar .wrap #livesearch#notifications .list a.read .msginfo .status, #header-bar .wrap #notifications#notifications .list a.read .msginfo .status, #header-bar .wrap #useraction#notifications .list a.read .msginfo .status {
  color: #0be;
}
#header-bar .wrap #livesearch#notifications .list a.read:hover .msginfo .status, #header-bar .wrap #notifications#notifications .list a.read:hover .msginfo .status, #header-bar .wrap #useraction#notifications .list a.read:hover .msginfo .status {
  color: #42403c;
}
#header-bar .wrap #useraction {
  margin-right: 10px;
}
@media (max-width: 599px) {
  #header-bar .wrap #useraction span i {
    margin-right: 0px;
  }
  #header-bar .wrap #useraction span span {
    display: none;
  }
}
#header-bar .wrap i, #header-bar .wrap svg {
  margin-right: 5px;
}
#header-bar .wrap a.loginout i {
  margin-right: 0px;
}
.cloudtiles .cloudsubcat {
  border-bottom: 1px dotted #e0e0e0;
  transition: all ease 0.3s;
  padding: 15px;
  margin: 0px -15px;
}
.cloudtiles .cloudsubcat a {
  vertical-align: middle;
  /*
   i {
   font-size: 1.24rem;
   vertical-align: middle;
   margin-right: 10px;
   color: $ciCol1;
   transition: $transition;
   }
   &:hover {
   h3, i {
   color: $ciCol2;
   }
   }
   */
}
.cloudtiles .cloudsubcat a h3 {
  margin: 0px;
  color: #42403c;
  transition: all ease 0.3s;
}
.cloudtiles .cloudsubcat:hover {
  box-shadow: -3px 2px 20px 0px #ddd;
}
.cloudtiles .cloudsubcat.open {
  box-shadow: -3px 2px 10px 0px #ddd;
}
.cloudtiles .cloudsubcat.open a i.fa-caret-circle-down {
  transform: rotate(-180deg);
}
.cloudtiles .cloudsubcat .cloudcat-child-one {
  display: none;
  padding-left: 20px;
  /*
   padding-right: 10px;
   */
}
.cloudtiles .cloudsubcat .cloudcat-child-one .child-one-desc {
  color: #888;
  margin-top: 15px;
}
.cloudtiles .cloudsubcat .cloudcat-child-one ul {
  list-style: none;
  margin: 10px 0px 0px 0px;
}
.cloudtiles .cloudsubcat .cloudcat-child-one ul li {
  border-bottom: 1px dotted #e0e0e0;
  padding: 10px 0px;
}
@media (min-width: 790px) {
  body.globaltileview:not(.page-id-2) .cloudcat-child-one-single ul, body.globaltileview:not(.page-id-2) .cloudtiles {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 25px;
  }
  body.globaltileview:not(.page-id-2) .cloudcat-child-one-single ul .cloudcat, body.globaltileview:not(.page-id-2) .cloudtiles .cloudcat {
    margin: 0px;
  }
  body.globaltileview:not(.page-id-2) .cloudcat-child-one-single ul .cloudcat h3, body.globaltileview:not(.page-id-2) .cloudtiles .cloudcat h3 {
    font-size: 1.175rem;
  }
  body.globaltileview:not(.page-id-2) .cloudcat-child-one-single ul .cloudcat .itc-submiteddocs .twocolgrid, body.globaltileview:not(.page-id-2) .cloudtiles .cloudcat .itc-submiteddocs .twocolgrid {
    display: grid;
    grid-template-columns: 1fr;
  }
  body.globaltileview:not(.page-id-2) .cloudcat-child-one-single ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 15px;
    grid-column-gap: 25px;
  }
  body.globaltileview:not(.page-id-2) .cloudcat-child-one-single ul .itc-submiteddocs .twocolgrid {
    display: grid;
    grid-template-columns: 1fr;
  }
  body.globaltileview:not(.page-id-2) .ocs-slidebar-navigation .cloudtiles {
    display: block;
  }
}
@media (max-width: 790px) {
  .itc-submiteddocs .twocolgrid .link {
    width: 100%;
  }
}
.cloudcat-child-one-single ul {
  list-style: none;
  margin: 10px 0px 0px 0px;
}
.cloudcat-child-one-single ul li {
  border-bottom: 1px dotted #e0e0e0;
  padding: 10px 0px;
}
#itcccuploadwin {
  width: 75% !important;
  height: 50% !important;
  max-width: 700px;
  min-height: 500px;
}
@media (max-width: 599px) {
  #itcccuploadwin {
    width: 99% !important;
  }
  #itcccuploadwin.fancybox-content {
    padding: 20px;
    height: 75% !important;
  }
}
#itcccuploadwin .wpcf7-form {
  padding: 0px 10px 0px 10px;
}
.drop_uploader.drop_zone {
  box-sizing: border-box;
}
.drop_uploader.drop_zone .text_wrapper {
  margin: 0px 20px 20px;
}
.fancybox-container .fancybox-close-small:hover {
  background: #0be;
  color: #fff;
}
.fancybox-container .fancybox-bg {
  background: rgba(30, 30, 30, 0.7);
}
.single-notificationpost.fancybox-content {
  padding: 0px;
  width: 75% !important;
  height: 75% !important;
  max-width: 700px;
  min-height: 300px;
  overflow-y: scroll;
}
@media (max-width: 599px) {
  .single-notificationpost.fancybox-content {
    width: 99% !important;
  }
}
.single-notificationpost.fancybox-content .caption {
  padding: 10px 44px;
  border-bottom: 1px solid #ddd;
  color: #a2a2a2;
}
@media (max-width: 599px) {
  .single-notificationpost.fancybox-content .caption {
    padding: 10px 20px;
  }
}
.single-notificationpost.fancybox-content .single-notification-inner {
  padding: 10px 44px 44px;
  position: relative;
}
@media (max-width: 599px) {
  .single-notificationpost.fancybox-content .single-notification-inner {
    padding: 10px 20px 20px;
  }
}
.single-notificationpost.fancybox-content .single-notification-inner .navigation {
  border: 1px solid #ddd;
  width: 80px;
  height: 30px;
  box-sizing: border-box;
  position: absolute;
  right: 10px;
  top: 20px;
  padding: 0px 1px;
}
@media (max-width: 599px) {
  .single-notificationpost.fancybox-content .single-notification-inner .navigation {
    width: 100%;
    position: relative;
    right: auto;
    top: 10px;
  }
}
.single-notificationpost.fancybox-content .single-notification-inner .navigation div {
  display: inline-block;
  height: 26px;
  top: 1px;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
  line-height: 26px;
  font-size: 0.8rem;
  cursor: pointer;
  transition: all ease 0.3s;
}
.single-notificationpost.fancybox-content .single-notification-inner .navigation div.newer {
  border-right: 1px solid #ddd;
}
.single-notificationpost.fancybox-content .single-notification-inner .navigation div:hover {
  background: #0be;
  color: #fff;
}
.single-notificationpost.fancybox-content .single-notification-inner .navigation div.disabled {
  color: #a2a2a2;
  cursor: default;
}
.single-notificationpost.fancybox-content .single-notification-inner .navigation div.disabled:hover {
  background: transparent;
  color: #a2a2a2;
}
.single-notificationpost.fancybox-content .single-notification-inner h1.title {
  padding-top: 0px;
  margin-bottom: 0px;
  padding-right: 60px;
}
@media (max-width: 599px) {
  .single-notificationpost.fancybox-content .single-notification-inner h1.title {
    padding-right: 0px;
    margin-top: 30px;
  }
}
.single-notificationpost.fancybox-content .single-notification-inner .status, .single-notificationpost.fancybox-content .single-notification-inner .date {
  font-size: 0.8rem;
  color: #a2a2a2;
}
.single-notificationpost.fancybox-content .single-notification-inner .status {
  display: inline-block;
}
.single-notificationpost.fancybox-content .single-notification-inner .status:before, .single-notificationpost.fancybox-content .single-notification-inner .status:after {
  content: '\f00c';
  font-family: "Font Awesome 5 Pro";
  font-size: 0.7rem;
}
.single-notificationpost.fancybox-content .single-notification-inner .status:after {
  margin-left: -3px;
}
.single-notificationpost.fancybox-content .single-notification-inner .date {
  display: inline-block;
}
.single-notificationpost.fancybox-content .single-notification-inner.read .status {
  color: #0be;
}
.single-notificationpost.fancybox-content .single-notification-inner .content {
  margin: 20px 0px;
}
.single-notificationpost.fancybox-content .single-notification-inner .buttons a.inline-external-link-icon:after {
  color: #fff;
  opacity: 0.7;
}
.arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat {
  margin-bottom: 30px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
  margin: 0px 20px 20px 0px;
  transition: all ease 0.3s;
  width: 100%;
  /*
   @include for-over-1100 {
   width: 31.5%;
   &:nth-child(7) {
   .cloudcat-inner {
   max-width: 315px;
   }
   }
   &:nth-child(3n+3) {
   margin-right: 0px;
   }
   }
   @include for-under-1100 {
   width: 48.3%;
   &:nth-child(2n) {
   margin-right: 0px;
   }
   .cloudcat-inner {
   width: 100%;
   }
   }
   @include for-under-790 {
   width: 100%;
   .cloudcat-inner {
   width: 100%;
   }
   }
   */
}
.arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat .cloudcat-inner {
  width: 100%;
}
.arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat .cloudcat-inner {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  transition: all ease 0.3s;
  background: #42403c;
  text-align: center;
  width: 100%;
  position: relative;
  /*
   &.enfolded {
   div.enfolder {
   bottom: -15px;
   }
   }
   */
}
.arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat .cloudcat-inner.enfold div.enfolder {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  background: rgba(0, 187, 238, 0.5);
  cursor: pointer;
  color: #fff;
  line-height: 6px;
  height: 15px;
  font-weight: bold;
  letter-spacing: 5px;
  bottom: 0px;
  transition: all ease 0.3s;
}
.arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat .cloudcat-inner.enfold div.enfolder:hover {
  background: #0be;
}
@media (max-width: 599px) {
  .arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat .cloudcat-inner.enfold div.enfolder {
    display: none;
  }
}
.arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat .cloudcat-inner a.maincat {
  display: block;
  transition: all ease 0.3s;
  background: #0be;
  box-shadow: none;
  text-align: left;
  padding: 10px 20px;
  box-sizing: border-box;
}
.arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat .cloudcat-inner a.maincat h3 {
  color: #fff;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  line-height: 50px;
}
.arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat .cloudcat-inner a.maincat .cloudcaticon {
  display: inline-block;
  height: 50px;
  margin-right: 20px;
  vertical-align: top;
}
.arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat .cloudcat-inner a.maincat .cloudcaticon .cloudcaticonwrap {
  border-radius: 25px;
  height: 50px;
  width: 50px;
  margin: auto;
  border-radius: 75px;
  border: 1.5px solid #fff;
}
.arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat .cloudcat-inner a.maincat .cloudcaticon img {
  width: auto;
  max-height: 50px;
  box-shadow: none;
  transition: all ease 0.3s;
}
@media (max-width: 599px) {
  .arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat .cloudcat-inner a.maincat {
    display: grid;
    grid-template-columns: 15% 85%;
    padding: 10px 10px;
  }
  .arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat .cloudcat-inner a.maincat .cloudcaticon {
    height: 32px;
    margin-right: 5px;
  }
  .arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat .cloudcat-inner a.maincat .cloudcaticon .cloudcaticonwrap {
    width: 32px;
    height: 32px;
  }
  .arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat .cloudcat-inner a.maincat h3 {
    font-size: 1rem;
    line-height: 22px;
    padding: 4px 0px;
  }
}
.arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat .cloudcat-inner a.maincat:hover {
  background: #222;
}
.arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat .cloudcat-inner a.cclink {
  display: block;
  text-decoration: none;
  font-size: 85%;
  border: none;
  box-shadow: none;
  text-align: left;
  padding: 10px 10px;
  font-weight: 300;
  background: #42403c;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all ease 0.3s;
}
.arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat .cloudcat-inner a.cclink:hover {
  background: rgba(0, 187, 238, 0.5);
  padding-left: 15px;
}
.arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat a.itcdl, .arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat span.download {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 15px;
  background: #fafafa;
  border-radius: 3px;
  color: #7a7c80;
  font-size: 100%;
  margin-bottom: 10px;
}
.arbeitsschutz-template-default .site-content-contain .cloudtiles .cloudcat a.itcdl:hover {
  background: #025ea5;
  color: #fff;
  box-shadow: none;
  position: relative;
}
body.page-id-2 .site-content-contain .cloudtiles .cloudcat {
  margin-bottom: 30px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
  margin: 0px 20px 20px 0px;
  transition: all ease 0.3s;
}
@media (min-width: 1100px) {
  body.page-id-2 .site-content-contain .cloudtiles .cloudcat {
    width: 31.5%;
    /*
     &:nth-child(7) {
     .cloudcat-inner {
     max-width: 315px;
     }
     }
     */
  }
  body.page-id-2 .site-content-contain .cloudtiles .cloudcat:nth-child(3n+3) {
    margin-right: 0px;
  }
}
@media (max-width: 1100px) {
  body.page-id-2 .site-content-contain .cloudtiles .cloudcat {
    width: 48.3%;
  }
  body.page-id-2 .site-content-contain .cloudtiles .cloudcat:nth-child(2n) {
    margin-right: 0px;
  }
  body.page-id-2 .site-content-contain .cloudtiles .cloudcat .cloudcat-inner {
    width: 100%;
  }
}
@media (max-width: 790px) {
  body.page-id-2 .site-content-contain .cloudtiles .cloudcat {
    width: 100%;
  }
  body.page-id-2 .site-content-contain .cloudtiles .cloudcat .cloudcat-inner {
    width: 100%;
  }
}
body.page-id-2 .site-content-contain .cloudtiles .cloudcat .cloudcat-inner {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
  transition: all ease 0.3s;
  background: #42403c;
  text-align: center;
  width: 100%;
  position: relative;
  /*
   &.enfolded {
   div.enfolder {
   bottom: -15px;
   }
   }
   */
}
body.page-id-2 .site-content-contain .cloudtiles .cloudcat .cloudcat-inner.enfold div.enfolder {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  background: rgba(0, 187, 238, 0.5);
  cursor: pointer;
  color: #fff;
  line-height: 6px;
  height: 15px;
  font-weight: bold;
  letter-spacing: 5px;
  bottom: 0px;
  transition: all ease 0.3s;
}
body.page-id-2 .site-content-contain .cloudtiles .cloudcat .cloudcat-inner.enfold div.enfolder:hover {
  background: #0be;
}
@media (max-width: 599px) {
  body.page-id-2 .site-content-contain .cloudtiles .cloudcat .cloudcat-inner.enfold div.enfolder {
    display: none;
  }
}
body.page-id-2 .site-content-contain .cloudtiles .cloudcat .cloudcat-inner a.maincat {
  display: block;
  transition: all ease 0.3s;
  background: #0be;
  box-shadow: none;
}
body.page-id-2 .site-content-contain .cloudtiles .cloudcat .cloudcat-inner a.maincat h3 {
  height: 80px;
  color: #fff;
  margin: 0px;
  padding: 10px;
}
body.page-id-2 .site-content-contain .cloudtiles .cloudcat .cloudcat-inner a.maincat .cloudcaticon {
  height: 170px;
}
body.page-id-2 .site-content-contain .cloudtiles .cloudcat .cloudcat-inner a.maincat .cloudcaticon .cloudcaticonwrap {
  border-radius: 75px;
  height: 150px;
  width: 150px;
  margin: auto;
  border-radius: 75px;
  border: 1.5px solid #fff;
}
body.page-id-2 .site-content-contain .cloudtiles .cloudcat .cloudcat-inner a.maincat .cloudcaticon img {
  width: auto;
  max-height: 150px;
  box-shadow: none;
  transition: all ease 0.3s;
}
body.page-id-2 .site-content-contain .cloudtiles .cloudcat .cloudcat-inner a.maincat:hover {
  background: #222;
}
body.page-id-2 .site-content-contain .cloudtiles .cloudcat .cloudcat-inner a.cclink {
  display: block;
  text-decoration: none;
  font-size: 85%;
  /*border: none;*/
  box-shadow: none;
  text-align: left;
  padding: 10px 10px;
  font-weight: 300;
  background: #42403c;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: all ease 0.3s;
}
body.page-id-2 .site-content-contain .cloudtiles .cloudcat .cloudcat-inner a.cclink:hover {
  background: rgba(0, 187, 238, 0.5);
  padding-left: 15px;
}
body.page-id-2 .site-content-contain .cloudtiles .cloudcat a.itcdl, body.page-id-2 .site-content-contain .cloudtiles .cloudcat span.download {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 15px;
  background: #fafafa;
  border-radius: 3px;
  color: #7a7c80;
  font-size: 100%;
  margin-bottom: 10px;
}
body.page-id-2 .site-content-contain .cloudtiles .cloudcat a.itcdl:hover {
  background: #025ea5;
  color: #fff;
  box-shadow: none;
  position: relative;
}
.ocs-slidebar {
  background: #42403c;
  color: #fff;
}
.ocs-slidebar li {
  list-style: none;
}
.ocs-slidebar .cloudtiles .cloudcat .cloudcat-inner {
  display: table;
  width: 100%;
}
.ocs-slidebar .cloudtiles .cloudcat .cloudcat-inner p {
  margin: 0px;
}
.ocs-slidebar .cloudtiles .cloudcat .cloudcat-inner a.maincat {
  display: table-row;
  position: relative;
}
.ocs-slidebar .cloudtiles .cloudcat .cloudcat-inner a.maincat h3 {
  display: table-cell;
  color: #fff;
  margin: 0px;
  padding: 10px;
  font-size: 95%;
  padding-left: 50px;
  min-height: 60px;
  background-color: #42403c;
  background-repeat: no-repeat;
  background-size: 35px 35px;
  background-position-y: center;
  background-position-x: 10px;
}
.ocs-slidebar .cloudtiles .cloudcat .cloudcat-inner a.maincat .cloudcaticon {
  width: 50px;
  height: 50px;
  position: absolute;
  border: 1px solid #fff;
  border-radius: 25px;
  top: -35px;
  left: 5px;
}
.ocs-slidebar .cloudtiles .cloudcat .cloudcat-inner a.maincat .cloudcaticon img {
  width: 50px;
  height: 50px;
  box-shadow: none;
}
.ocs-slidebar .cloudtiles .cloudcat .cloudcat-inner .cclink {
  display: block;
  text-decoration: none;
  font-size: 85%;
  box-shadow: none;
  text-align: left;
  padding: 10px 10px;
  font-weight: 300;
  background: #fafafa;
  color: #42403c;
  border-top: 1px solid rgba(202, 202, 202, 0.2);
  transition: all ease 0.3s;
}
.ocs-slidebar .cloudtiles .cloudcat .cloudcat-inner.active .cclink {
  border-left: 5px solid #0be;
}
.ocs-slidebar .cloudtiles .cloudcat .cloudcat-inner .cclink.active, .ocs-slidebar .cloudtiles .cloudcat .cloudcat-inner .cclink:hover {
  background: #0be;
  color: #fff;
}
#text-4 {
  position: relative;
}
article.arbeitsschutz header h1 {
  position: relative;
}
article.arbeitsschutz header h1 .completion-control {
  display: inline-block;
  content: '';
  width: 10px;
  height: 40px;
  position: absolute;
  left: 0px;
  border-right: none;
  border: 1px dotted rgba(2, 51, 68, 0.5);
  top: 2px;
  transition: all ease 0.3s;
  background-color: #0be;
}
article.arbeitsschutz header h1 .completion-control.allowed {
  cursor: pointer;
}
article.arbeitsschutz header h1 .completion-control.allowed:hover {
  border-color: #fff;
  width: 18px;
  left: -8px;
}
.cloudcat-navigation a {
  font-size: 80%;
  display: block;
  padding: 5px 0px;
  color: #025ea5;
}
.cloudcat-nav-active {
  font-weight: bold;
}
.menu-scroll-down {
  display: none !important;
}
ul.dlm-downloads {
  list-style: none;
}
a.dl-upload {
  display: block;
}
/*.itcbutton1*/
/*
 .cloudcatitem1 a.dl-upload {
 position: absolute;
 right: 10px;
 top: 10px;
 display: block;
 &.useractionbutton {
 position: relative;
 right: auto;
 top: auto;
 }
 }
 */
.wpcf7 .wpcf7-form .wpcf7-submit, i.action-delete, a.dl-upload, .itcbutton1 {
  background: #0be;
  padding: 2px 6px;
  border-radius: 2px;
  color: #fff;
  transition: all ease 0.3s;
  cursor: pointer;
  display: inline-block;
}
.wpcf7 .wpcf7-form .wpcf7-submit.dl-upload, i.action-delete.dl-upload, a.dl-upload.dl-upload, .itcbutton1.dl-upload {
  display: block;
}
.wpcf7 .wpcf7-form .wpcf7-submit.disabled, i.action-delete.disabled, a.dl-upload.disabled, .itcbutton1.disabled {
  background: #ddd !important;
  cursor: default;
}
.wpcf7 .wpcf7-form .wpcf7-submit:hover, i.action-delete:hover, a.dl-upload:hover, .itcbutton1:hover {
  color: #fff;
  box-shadow: none;
  background: #222;
  text-decoration: none !important;
}
a.dl-upload-disabled, a.dl-upload-disabled:hover {
  background: #ccc;
  cursor: default;
}
.useraddformrow {
  display: none;
  margin-top: 25px;
}
.useraddformrow .useraddformbg {
  background: #42403c;
}
.useraddformrow .useraddformbg .tcell {
  padding: 5px 5px 5px 0px;
}
.useraddformrow .useraddformbg .tcell:first-child {
  padding-left: 5px;
}
.useraddformrow .useraddformbg .tcell .select-wrapper input {
  margin-bottom: 0px;
  top: -1px;
}
.useraddformrow .useraddformbg .tcell .select-wrapper .caret {
  color: #0be;
  z-index: 1;
  right: 5px;
}
.useraddformrow .useraddformbg .tcell .select-wrapper .dropdown-content.select-dropdownmaterial {
  box-shadow: -3px 2px 20px 0px #ddd;
}
.useraddformrow .useraddformbg .tcell .select-wrapper .dropdown-content.select-dropdownmaterial li span {
  transition: all ease 0.3s;
  color: #333;
}
.useraddformrow .useraddformbg .tcell .select-wrapper .dropdown-content.select-dropdownmaterial li .active span, .useraddformrow .useraddformbg .tcell .select-wrapper .dropdown-content.select-dropdownmaterial li .selected span, .useraddformrow .useraddformbg .tcell .select-wrapper .dropdown-content.select-dropdownmaterial li:hover span {
  background-color: #0be;
  color: #fff;
}
#itcuploadstart {
  width: 100%;
  border-radius: 8px;
  background: #0be;
  box-sizing: border-box;
}
#itcuploadstart:hover {
  color: #fff;
  background: #42403c;
}
.globalmsg-ok {
  display: block;
  width: 100%;
  padding: 10px;
  background: green;
  margin: 30px 0px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 300;
}
.globalmsg-ok div {
  padding-left: 30px;
}
.globalmsg-ok div::before {
  content: '\f058';
  font-family: 'Font Awesome 5 Pro';
  display: block;
  margin-left: -30px;
  position: absolute;
}
.wppb-username-email label::before, .login-username label::before, .login-password label::before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  display: inline-block;
  right: -20px;
  margin-right: 10px;
  color: #025ea5;
}
.wppb-username-email label::before, .login-username label::before {
  content: '\f2bd';
}
.login-password label::before {
  content: '\f09c';
}
#fancybox-outer, #fancybox-content {
  border-radius: 8px;
}
#wppb-recover-password ul {
  margin: 0px;
}
#wppb-recover-password .form-submit {
  padding-bottom: 14px;
  margin: 0px;
}
#wppb-recover-password-button, #wppb-submit {
  width: 100%;
  background: #025ea5;
  transition: all ease 0.3s;
}
#wppb-recover-password-button:hover, #wppb-submit:hover {
  background: #638fd2;
}
br.phone {
  display: none;
}
@media (max-width: 599px) {
  br.phone {
    display: block;
  }
}
@media (max-width: 599px) {
  .bklogo {
    margin-right: 2em;
  }
}
#media_image-2 {
  vertical-align: middle;
  text-align: right;
}
@media (max-width: 599px) {
  #media_image-2 {
    text-align: left;
    margin-bottom: 20px;
  }
}
#media_image-2 img {
  width: 150px;
  height: auto;
}
.button {
  display: inline-block;
  transition: all ease 0.3s;
  padding: 5px 10px;
  border-radius: 2px;
  /*margin-top: -5px;*/
  position: relative;
  margin-bottom: 15px;
}
.button.cloudcatitem1 {
  background: #fafafa;
  /*border: 1px dotted $ciCol1RGB05;*/
  padding-right: 120px;
  width: 100%;
}
.button.cloudcatitem1 a.dl-upload {
  right: 3px;
  top: 3px;
  width: auto;
  display: inline-block;
  position: absolute;
}
.button.cloudcatitem1 a.dl-upload.inline-external-link-icon:after {
  color: #fff;
  opacity: 1;
}
@media (max-width: 790px) {
  .button.cloudcatitem1 {
    min-height: 0px;
  }
  .button.cloudcatitem1 a.dl-upload {
    right: 3px;
    top: 3px;
  }
  .button.cloudcatitem1 a.dl-upload span {
    display: none;
  }
}
.onehalf {
  width: 49.5%;
  box-sizing: border-box;
  margin-right: 0.5%;
  margin-bottom: 1%;
}
.onehalf:nth-child(2n+1) {
  margin-right: 0px;
}
@media (max-width: 790px) {
  .onehalf {
    width: 100%;
    margin-right: 0px;
  }
}
.onethird {
  width: 33%;
  box-sizing: border-box;
  margin-right: 0.5%;
  margin-bottom: 0.5%;
}
.onethird:nth-child(3n+3) {
  margin-right: 0px;
}
/*
 SLIDEBAR
 */
/*
 .ocs-sidebar-active .ocs-toggle-slidebar-navigation {
 left: 310px !important;
 transition: all ease 1s;
 }
 */
.ocs-toggle-slidebar-navigation {
  background: #42403c;
  color: #fff;
  border-radius: 0px 5px 5px 0px;
  display: block;
  padding: 10px;
  width: 40px;
  text-align: center;
  z-index: 1000;
  transition: all ease 0.3s;
  top: 355px;
  position: fixed;
  transition: all ease 0.3s;
}
@media (max-width: 790px) {
  .ocs-toggle-slidebar-navigation {
    top: 230px;
  }
}
@media (max-width: 599px) {
  .ocs-toggle-slidebar-navigation {
    top: 65px;
  }
}
.ocs-toggle-slidebar-navigation:hover {
  width: 60px;
  padding-left: 30px;
}
#ocs-slidebar-navigation {
  z-index: 1000;
  background: #42403c;
}
/*
 HOVER EFFEKT
 */
@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
#content .hvr-ripple-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
#content .hvr-ripple-out:before {
  content: '';
  position: absolute;
  border-radius: 75px;
  border: 1.5px solid #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#content .hvr-ripple-out.on:before {
  animation: hvr-ripple-out 0.75s infinite;
}
.has-parent article.arbeitsschutz {
  /*
   FÜR PROBE AUSKOMMENTIERT
   background: rgba(255,255,255,0.4);
   padding: 10px;
   margin-bottom: 1.5em;
   */
}
@media (max-width: 599px) {
  .has-parent article.arbeitsschutz header.entry-header h1 {
    width: 85%;
  }
}
.has-parent article.arbeitsschutz header.entry-header a.dl-upload {
  margin-top: 0.75%;
}
.thead .tcell {
  font-weight: bold;
}
.trow {
  display: table-row;
}
.tcell {
  display: table-cell;
  padding: 10px;
}
.itc-submiteddocs, .itc-usertable {
  display: table;
  width: 100%;
  /*
   border: 1px dotted rgba(2, 51, 68, 0.5);
   */
}
.itc-submiteddocs .tcell, .itc-usertable .tcell {
  vertical-align: middle;
}
.itc-submiteddocs div, .itc-usertable div {
  /*padding: 10px;*/
}
.itc-submiteddocs div > span, .itc-usertable div > span {
  display: table-cell;
}
@media (max-width: 599px) {
  .itc-submiteddocs div > span, .itc-usertable div > span {
    /*white-space: nowrap;*/
  }
}
.itc-submiteddocs div > span.time, .itc-usertable div > span.time {
  color: #aaa;
  width: 175px;
}
.itc-submiteddocs div > span.link, .itc-usertable div > span.link {
  position: relative;
}
@media (min-width: 599px) {
  .itc-usertable {
    display: table;
  }
  .itc-usertable .tcell {
    border-bottom: 1px dotted rgba(0, 187, 238, 0.5);
  }
}
@media (max-width: 599px) {
  .itc-usertable .tcell {
    display: grid;
    grid-template-columns: 30% 70%;
  }
  .itc-usertable .trow {
    display: block;
    border-bottom: 1px dotted rgba(0, 187, 238, 0.5);
  }
  .itc-usertable .thead {
    display: none;
  }
}
@media (min-width: 599px) {
  .itc-usertable .userrow .label {
    display: none;
  }
}
@media (max-width: 599px) {
  .useraddformrow .useraddformbg .tcell {
    display: block;
    padding: 5px;
  }
  .useraddformrow .wpcf7 .wpcf7-form .wpcf7-submit {
    width: 100%;
  }
}
.useraddformrow input {
  padding: 0px 10px !important;
}
.itc-submiteddocs a {
  transition: all ease 0.3s;
}
.itc-submiteddocs a.no-external-icon {
  width: 20px;
  vertical-align: top;
}
.itc-submiteddocs a.viewitcdocument {
  width: 90%;
  vertical-align: top;
}
.itc-submiteddocs .link {
  margin-bottom: 5px;
  display: inline-block;
  padding: 5px 5px 2px 5px;
  border: 2px rgba(0, 187, 238, 0.5) solid;
  transition: all ease 0.3s;
  color: #42403c;
  box-sizing: border-box;
  width: 100%;
  vertical-align: top;
  position: relative;
}
.itc-submiteddocs .link a {
  color: #42403c;
}
.itc-submiteddocs .link a:hover {
  color: #fff;
}
.itc-submiteddocs .link:hover {
  box-shadow: -3px 2px 10px 0px #ddd;
  background: rgba(0, 187, 238, 0.5);
}
.itc-submiteddocs .link .exttitle {
  vertical-align: bottom;
  display: inline-block;
  width: 80px;
  color: #a0a0a0;
}
.itc-submiteddocs .link .exttitle i {
  margin-right: 5px;
}
.itc-submiteddocs .link .nicename {
  display: inline-block;
  position: relative;
  width: 60%;
}
.itc-submiteddocs .link i.fileicon {
  font-size: 170%;
}
.itc-submiteddocs .link .actionicons {
  position: absolute;
  right: 0px;
  top: 0px;
}
.itc-submiteddocs .link .actionicons .actionicon {
  display: inline-block;
  height: 37px;
  width: 37px;
  font-size: 130%;
  text-align: center;
  line-height: 42px;
}
.itc-submiteddocs .link .actionicons .actionicon:hover {
  background: #42403c;
  color: #fff;
}
.itc-submiteddocs .link form input {
  width: 100%;
}
.editviewonly {
  display: none;
}
.deletepost {
  display: none;
}
body.globaleditview {
  /*
   .globaleditview {
   color: $ciCol2;
   }
   */
}
body.globaleditview .hideineditview {
  display: none !important;
}
body.globaleditview .editviewonly {
  display: inline-block;
}
body.globaleditview .deletepost {
  display: inline;
}
@media (max-width: 599px) {
  .itc-submiteddocs div.thead {
    display: none !important;
  }
  .itc-submiteddocs div.trow {
    display: block;
    position: relative;
    padding-bottom: 10px;
  }
  .itc-submiteddocs div.trow > span {
    display: block;
    padding-bottom: 0px;
  }
  .itc-submiteddocs div.trow > span > span:not(.edit-nicename-deposited-proof) {
    display: none !important;
    width: 21%;
  }
  .itc-submiteddocs div.trow > span.delete {
    position: absolute;
    top: 0px;
    right: 10px;
  }
}
.lightlink a {
  color: #fff;
}
.lightlink a:hover {
  text-decoration: underline;
}
div.seminarsidebar {
  font-size: 0.9rem;
  line-height: 130%;
}
div.sem-trainer > div .info {
  position: relative;
  padding: 0px 15px;
}
div.sem-trainer > div .info .name {
  font-size: 1.2rem;
  color: #42403c;
  display: inline-block;
  padding: 10px 10px;
  top: -50px;
  position: absolute;
  background: #fafafa;
}
div.sem-trainer > div .info .position {
  padding: 0px 10px;
  margin: 10px 0px 0px;
  display: inline-block;
}
.twocolgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 15px;
  grid-column-gap: 25px;
}
.twocolgrid h2 {
  padding-top: 0px;
}
.twocolgrid .button.cloudcatitem1 {
  padding-right: 60px;
}
.twocolgrid > div {
  vertical-align: top;
}
@media (max-width: 1100px) {
  .twocolgrid {
    grid-template-columns: 1fr;
  }
  .twocolgrid .button.cloudcatitem1 {
    padding-right: 130px;
  }
  .twocolgrid h2 {
    padding-top: 20px;
  }
}
.twocolgrid.sidebar {
  grid-template-columns: 69.5% 29%;
  grid-column-gap: 15px;
}
@media (max-width: 1112px) {
  .twocolgrid.sidebar {
    grid-template-columns: 60% 40%;
  }
}
@media (max-width: 790px) {
  .twocolgrid.sidebar {
    grid-template-columns: 100%;
  }
  .twocolgrid.sidebar aside {
    margin-bottom: 50px;
  }
}
.siminvisible {
  display: block;
  height: 0px;
}
p.gesperrt {
  color: #888;
  font-style: italic;
}
@media (max-width: 599px) {
  body .drop_uploader.drop_zone .text_wrapper i {
    margin-right: 0px;
  }
}
body {
  /*
   CF7 MATERIAL
   */
}
body .wppb-form-field > span {
  margin-left: 0px;
}
body #pass-strength-result {
  float: none;
  margin: 0px 0px 20px;
  padding: 3px 5px;
  width: 100%;
  height: auto;
  display: block !important;
}
body .useraddformrow .wpcf7 .wpcf7-form {
  padding: 0px;
  background-color: transparent !important;
}
body .useraddformrow .wpcf7 .wpcf7-form .wpcf7-submit {
  margin-right: 0px;
}
body .wpcf7-form .z-depth-1, body .wpcf7-form .dropdown-content, body .wpcf7-form .btn, body .wpcf7-form .btn-large, body .wpcf7-form .wpcf7-submit, body .wpcf7-form .btn-floating {
  box-shadow: none;
}
body .wpcf7-form input:not([type]), body .wpcf7-form input[type=text]:not(.browser-default), body .wpcf7-form input[type=password]:not(.browser-default), body .wpcf7-form input[type=email]:not(.browser-default), body .wpcf7-form input[type=url]:not(.browser-default), body .wpcf7-form input[type=time]:not(.browser-default), body .wpcf7-form input[type=date]:not(.browser-default), body .wpcf7-form input[type=datetime]:not(.browser-default), body .wpcf7-form input[type=datetime-local]:not(.browser-default), body .wpcf7-form input[type=tel]:not(.browser-default), body .wpcf7-form input[type=number]:not(.browser-default), body .wpcf7-form input[type=search]:not(.browser-default), body .wpcf7-form textarea.materialize-textarea, body .wpcf7-form label {
  padding: 0px;
  box-sizing: border-box;
  background-color: #fff !important;
}
body .wpcf7-form .btn, body .wpcf7-form .btn-large, body .wpcf7-form .btn-flat, body .wpcf7-form .wpcf7-submit {
  text-transform: none;
  letter-spacing: inherit;
  height: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
}
.login-remember {
  padding-left: 4px;
}
label {
  display: inline-block;
  margin-left: 10px;
}
/*
 MOD FÜR HEADER ÄNDERUNG AUF PROBE
 */
.page-one-column .panel-content .wrap {
  padding-top: 0px;
}
.twentyseventeen-panel {
  overflow: visible;
}
h1 {
  font-size: 2rem;
  font-weight: 300;
}
@media (max-width: 599px) {
  h1 {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 48em) {
  .site-content {
    padding: 0px;
  }
  .site-content .wrap {
    margin-top: -54px;
  }
  .entry-header {
    display: inline-block !important;
    margin: 0px 0px 30px !important;
    display: inline-block !important;
    padding: 5px 15px !important;
    background: rgba(43, 42, 40, .95) !important;
  }
  .entry-header .entry-title, .entry-header h1 {
    margin: 0px;
    color: #fff;
  }
}
@media (min-width: 790px) {
  #header-bar .wrap .custom-logo-link {
    top: 73px;
    left: 37px;
  }
}
/*
 article.green,
 article.orange,
 article.red {
 h1 {
 &::before {
 top: 2px;
 }
 }
 }
 */
@media (max-width: 790px) {
  .twentyseventeen-front-page .site-content {
    padding-top: 2.5em;
  }
}
/*
 MOD FÜR HEADER ÄNDERUNG AUF PROBE
 */
div.wpcf7 .ajax-loader {
  position: absolute;
  left: 50%;
  margin-top: 62px !important;
}
.wpcf7-mail-sent-ok {
  background: green;
  color: #fff;
}
body div.wpcf7-response-output {
  text-align: center;
  width: 100%;
  margin: 30px 0px;
  padding: 15px 0px;
  box-sizing: border-box;
}
.itclinkupload {
  margin-bottom: 1.5em;
}
body .drop_uploader.drop_zone ul.files.thumb li, body .drop_uploader.drop_zone ul.files.thumb.ajax li {
  font-size: 100%;
  width: 100%;
  float: none;
  text-align: left;
  border-radius: 4px 4px 4px 4px;
  border: 1px dotted #444;
  position: relative;
  overflow: hidden;
  margin-bottom: 10px;
}
body .drop_uploader.drop_zone ul.files.thumb li div.thumbnail, body .drop_uploader.drop_zone ul.files.thumb.ajax li div.thumbnail {
  display: inline-block;
  height: auto;
  text-align: left;
  border: none;
  width: 32px;
}
body .drop_uploader.drop_zone ul.files.thumb li div.thumbnail i, body .drop_uploader.drop_zone ul.files.thumb.ajax li div.thumbnail i {
  margin: 0px;
  transition: all ease 0.3s;
}
body .drop_uploader.drop_zone ul.files.thumb li div.thumbnail i.pe-7s-file, body .drop_uploader.drop_zone ul.files.thumb.ajax li div.thumbnail i.pe-7s-file {
  font-size: 1.5rem;
  line-height: 1;
  position: absolute;
  top: 8px;
}
body .drop_uploader.drop_zone ul.files.thumb li div.thumbnail i.action-delete.pe-7s-trash, body .drop_uploader.drop_zone ul.files.thumb.ajax li div.thumbnail i.action-delete.pe-7s-trash {
  position: absolute;
  opacity: 1;
  visibility: visible;
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
  top: 5px;
  right: 7px;
}
body .drop_uploader.drop_zone ul.files.thumb li div.thumbnail i.action-delete.pe-7s-trash::before, body .drop_uploader.drop_zone ul.files.thumb.ajax li div.thumbnail i.action-delete.pe-7s-trash::before {
  content: "\f2ed";
  font-family: "Font Awesome 5 Pro";
}
body .drop_uploader.drop_zone ul.files.thumb li div.thumbnail:hover i, body .drop_uploader.drop_zone ul.files.thumb.ajax li div.thumbnail:hover i {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}
body .drop_uploader.drop_zone ul.files.thumb li div.du_progress, body .drop_uploader.drop_zone ul.files.thumb.ajax li div.du_progress {
  margin: 0px;
  position: absolute;
  top: -5px;
  text-align: center;
  width: 100%;
  height: 40px;
  left: 0px;
}
body .drop_uploader.drop_zone ul.files.thumb li div.du_progress canvas, body .drop_uploader.drop_zone ul.files.thumb.ajax li div.du_progress canvas {
  margin-top: 10px;
  width: 32px !important;
  height: 32px !important;
}
body .drop_uploader.drop_zone ul.files.thumb li span.title, body .drop_uploader.drop_zone ul.files.thumb.ajax li span.title {
  text-align: left;
  width: 70%;
  display: inline-block;
  padding-left: 20px;
  line-height: 1.5;
  top: 2px;
  position: relative;
  cursor: context-menu;
}
.edit-nicename-deposited-tools {
  position: relative;
  display: inline-block;
  padding-top: 0.5em;
}
.globaleditview .edit-nicename-deposited-downloads, .globaleditview .edit-nicename-deposited-tools, .globaleditview .edit-desc-deposited-tools, .edit-nicename-deposited-proof, .dropuploaderjeditable {
  position: relative;
}
.globaleditview .edit-nicename-deposited-downloads:not(.active)::after, .globaleditview .edit-nicename-deposited-tools:not(.active)::after, .globaleditview .edit-desc-deposited-tools:not(.active)::after, .edit-nicename-deposited-proof:not(.active)::after, .dropuploaderjeditable:not(.active)::after {
  content: '\f14b';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  color: #0be;
  position: absolute;
  right: 1px;
  font-size: 20px;
  line-height: 20px;
  margin-top: 3px;
  transition: all ease 0.3s;
}
.globaleditview .edit-nicename-deposited-downloads:hover::after, .globaleditview .edit-nicename-deposited-tools:hover::after, .globaleditview .edit-desc-deposited-tools:hover::after, .edit-nicename-deposited-proof:hover::after, .dropuploaderjeditable:hover::after {
  color: #222;
  cursor: context-menu;
}
.globaleditview .edit-nicename-deposited-downloads button, .globaleditview .edit-nicename-deposited-tools button, .globaleditview .edit-desc-deposited-tools button, .edit-nicename-deposited-proof button, .dropuploaderjeditable button {
  color: #fff;
  position: absolute;
  padding: 2px;
  top: 11px;
  right: 2px;
  font-weight: 100;
}
.globaleditview .edit-nicename-deposited-downloads input, .globaleditview .edit-nicename-deposited-tools input, .globaleditview .edit-desc-deposited-tools input, .edit-nicename-deposited-proof input, .dropuploaderjeditable input {
  margin-bottom: 0px;
  padding-right: 30px !important;
}
.globaleditview .edit-nicename-deposited-downloads button {
  top: 2px;
}
@media (min-width: 599px) {
  .globaleditview .edit-nicename-deposited-tools:not(.active)::after, .globaleditview .edit-nicename-deposited-downloads:not(.active)::after {
    right: -25px;
  }
}
.add-post-to-parent {
  display: none;
}
.globaleditview .add-post-to-parent {
  margin: 0px -15px;
  margin-top: 20px;
  display: block;
  text-align: center;
  padding: 20px;
  border: 1px dotted #0be;
  background-color: #fafafa;
  color: #a2a2a2;
  transition: all ease 0.3s;
  cursor: pointer;
}
.globaleditview .add-post-to-parent:hover {
  border: 1px solid #0be;
  box-shadow: -3px 2px 20px 0px #ddd;
}
.globaleditview .add-post-to-parent form input, .globaleditview .add-post-to-parent form button {
  max-width: 300px;
  margin: auto;
  padding: 10px;
  display: block;
  width: 100%;
}
.globaleditview .add-post-to-parent form button {
  margin-top: 15px;
}
.globaleditview .cloudcat-child-one-single .add-post-to-parent {
  margin: 0px 0px;
}
.edit-nicename-deposited-proof {
  position: absolute;
  display: inline-block;
  left: 0px;
  font-size: 1.125rem;
}
@media (max-width: 599px) {
  .edit-nicename-deposited-proof {
    left: 31px;
    width: 77%;
  }
}
.edit-nicename-deposited-proof::after {
  right: -34px;
  visibility: visible;
  top: 0px;
}
.edit-nicename-deposited-proof.active {
  visibility: visible;
}
/*
 SEMINARBUCHUNG
 ( Acceptance Formatierung ebenfalls im Upload-Modal-Popup )
 */
#itcccuploadwin .wpcf7-submit, .page-id-751 .wpcf7-submit {
  width: 100%;
  padding: 6px;
}
#itcccuploadwin .wpcf7-list-item, .page-id-751 .wpcf7-list-item {
  padding-left: 0px;
}
#itcccuploadwin .wpcf7-list-item > label, .page-id-751 .wpcf7-list-item > label {
  margin-left: 0px;
}
#itcccuploadwin .wpcf7-list-item-label, .page-id-751 .wpcf7-list-item-label {
  font-size: 1rem;
  margin-left: 0px;
}
#itcccuploadwin input[type="radio"] + label, .page-id-751 input[type="radio"] + label, #itcccuploadwin input[type="checkbox"] + label, .page-id-751 input[type="checkbox"] + label {
  font-weight: 300;
}
#itcccuploadwin .readresse .wpcf7-list-item-label, .page-id-751 .readresse .wpcf7-list-item-label {
  color: #333;
  font-weight: bold;
}
.page-id-751 .wpcf7-not-valid-tip {
  position: relative;
  top: -20px;
}
#itc-feprofileeditform #select_user_to_edit_form select {
  width: 100%;
}
#itc-feprofileeditform #select_user_to_edit_form .select2-container--default .select2-selection--single .select2-selection__rendered {
  position: absolute;
  left: 0px;
  width: 100%;
}
#itc-feprofileeditform form.wppb-user-forms input {
  width: 100%;
}
#itc-feprofileeditform form.wppb-user-forms li.wppb-form-field {
  position: relative;
}
#itc-feprofileeditform form.wppb-user-forms li.wppb-form-field h3 {
  margin-top: 20px;
}
#itc-feprofileeditform form.wppb-user-forms li.wppb-form-field label {
  position: absolute;
  display: inline-block;
  background: #fafafa;
  padding: 0px 10px;
  color: #fff;
  height: 30px;
  top: 1px;
  left: 1px;
  width: 120px;
  margin: 0px;
  font-size: 0.9rem;
  line-height: 30px;
  background: #0be;
  border-radius: 3px 0px 0px 3px;
}
#itc-feprofileeditform form.wppb-user-forms li.wppb-form-field label .wppb-required {
  display: none;
}
#itc-feprofileeditform form.wppb-user-forms li.wppb-form-field.wppb-field-error label {
  top: 7px;
  left: 7px;
}
#itc-feprofileeditform form.wppb-user-forms li.wppb-form-field input {
  padding-left: 135px;
  float: none;
  border: 1px solid #eaeaea;
  transition: all ease 0.3s;
  background: #fafafa;
}
#itc-feprofileeditform form.wppb-user-forms li.wppb-form-field input:hover, #itc-feprofileeditform form.wppb-user-forms li.wppb-form-field input:focus {
  box-shadow: -3px 2px 20px 0px #ddd;
  background: #fff;
}
#itc-feprofileeditform form.wppb-user-forms li.wppb-form-field input[disabled] {
  cursor: not-allowed;
}
#itc-feprofileeditform form.wppb-user-forms li#wppb-form-element-17 ul.wppb-radios {
  background: #fafafa;
  border: 1px solid #eaeaea;
  border-radius: 3px 3px 3px;
  padding-left: 120px;
  width: 100%;
}
#itc-feprofileeditform form.wppb-user-forms li#wppb-form-element-17 ul.wppb-radios li {
  padding: 0px 10px;
  width: 33%;
  white-space: nowrap;
}
#itc-feprofileeditform form.wppb-user-forms li#wppb-form-element-17 ul.wppb-radios li label.wppb-rc-value {
  display: inline-block;
  position: relative;
  border-radius: 0px;
  background-color: transparent;
  width: 100%;
  color: #666;
}
/*# sourceMappingURL=itc.css.map */