/**
 * Plugin: WordPress User Notes
 */
#nt-note-submit {
   color: #fff;
   background-color: #D3202F !important;
   padding-left: 0 !important;
   padding-right: 0 !important;
   text-align: center;
}
#nt-note-submit:hover {
   background-color: #D3202F !important;
}

/* styling the button appearance
   in the sidebar */
.ldnt-content-notes {
   text-align: left;
}
.nt-note-tab {
   width: 100% !important;
   background-color: #D3202F !important;
}
.nt-note-tab:hover {
   opacity: 1 !important;
   background-color: #D3202F !important;
}

.nt-note-tab i {
   background: none !important;
}

.ldnt-content-notes .nt-note-tab {
   margin: 0 !important;
}

/* fix close button that collides
   with resize arrows */
   .nt-close-icon {
      z-index: 9999;
   }

/* styling der Seite "Meine Notizen"
 */

table.notes-listing a {
   color: #0B70B4;
}

table.notes-listing th {
   background-color: #1A3462 !important;
}


.nt-live-search {
   border-radius: 0 !important;
}

.lds-bulk-download {
   color: #fff !important;
   border-radius: 0 !important;
   border: none !important;
   background-color: #D3202F !important;
}
.lds-bulk-download:hover {
   background-color: #D3202F !important;
}

#ldnt-shortcode form {
   overflow: hidden;
}

#ldnt-shortcode form tfoot tr td {
   padding-left: 0 !important;
}

.coursenote p strong a {
   pointer-events: none;
   color: #000;
}

/* hide "Benutzer"
 */
#ldnt-shortcode form thead th:nth-child(3),
#ldnt-shortcode form tbody td:nth-child(3) {
   display: none;
}

/* checkbox styling
 */

input[type="checkbox"] {
   borde-radius: 0 !important;
}

input[type="checkbox"], input[type="checkbox"]:focus {
   position: relative;
   float: left;
   border: 1px solid #0B70B4;
   display: block;
   font-size: 12px;
   font-weight: 400;
   line-height: initial;
   margin-top: -2px!important;
   margin-right: 8px;
   padding: 10px;
   width: 20px;
   height: 20px;
   box-sizing: border-box;
   vertical-align: middle;
   text-align: center;
   color: #fff;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
}
input[type=checkbox]:checked:before {
   font-family: "Font Awesome 5 Free";
   content: "\f00c";
   font-weight: 900;
   color: #fff;
   line-height: 1.5em;
   margin: auto;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   background-color: #0b3868;
}

/* mobile styling
 */
@media screen and (max-width: 767px) {
   /* #ldnt-shortcode form table.notes-listing thead {
      display: none;
   } */
}

/* newsletter form
 */
.wpcf7-form-control-wrap.your-email {
   margin-bottom: 0px !important;
}
.wpcf7-form-control-wrap.your-email input {
   border-radius: 0 !important;
}

.wpcf7-acceptance span.wpcf7-list-item {
   margin-left: 0;
}

span.wpcf7-list-item input[type="checkbox"],
span.wpcf7-list-item input[type="checkbox"]:focus {
   border-color: #000;
}


/**
 *
 * WordPress User Notes
 *
 * style the notice input field for mobile
 * devices
 **/
@media screen and (max-width: 768px) {
   #nt-note-body_ifr {
      height: 220px !important;
   }
   /* stretch input field to 100% width (instead of ~ 50%) */
   .nt-note-wrapper #nt-note-body_ifr {
      width: 100% !important;
      max-width: 100% !important;
      overflow: hidden;
   }
}
