/*

* Override Pages default styles or create your own styles here

*/
.rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#lockscreen .countdown {
  
  font-size: 50px;
  /* font-weight: ; */
}

.jumbotron h1.large-demo-text{
	font-size: 150px;
}

.icon-text-search{
	font-size: 42px;
	width: 150%;
}

/* Login ------------------------------------------------ */
.login-wrapper {
  background-color: #000000;
	background-image:none !important;
}
.login-wrapper .bg-pic > img {
	min-height: 100%;
  height: auto;
	opacity: 0.6;
	width: 90%;
}

/* Side Menu ------------------------------------------------ */
.icon-thumbnail > i {
	font-size: 17px;
}

/* Allgemein ------------------------------------------------ */

.modal-lg {
	width: 800px !important;
	max-width: 97%;
}
.modal .modal-content {
	box-shadow: #0007 0px 0px 60px -10px !important;
}
button, .pointer, .cursor-pointer{
  cursor: pointer;
}

button i:first-child{
  margin-right: 8px;
}

.modal-content .select2-container .select2-selection {
  background: none !important;
}

.select2-container .select2-selection__rendered span {
  margin-left: 8px;
}

ul[aria-multiselectable="true"] .select2-results__option[aria-selected="false"]::before {
  font: var(--fa-font-light);
  content: "\f0c8";
  margin-right: 10px;
}
ul[aria-multiselectable="true"] .select2-results__option[aria-selected="true"]::before {
  font: var(--fa-font-solid);
  content: "\f14a";
  margin-right: 10px;
}
.secondary-sidebar {
  z-index: 1;
}

.btn-danger, .btn-danger:focus {
	color: #ffffff !important;
}
table td .text-content {
  font-size: 10px;
	line-height: 16px;
	max-height: 33px;
	max-width: 200px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.datepicker table tr td.day:hover:not(.active)::before,
.datepicker table tr td.active::before {
	top: 1.5px !important;
	left: 3.5px !important;
}
.datepicker table tbody tr:first-child td.day:hover::before,
.datepicker table tr:first-child td.active::before {
	top: 10px !important;
	left: 3px !important;
}

/* Beadcrumb & Search Bar ------------------------------------------------ */

@media (min-width: 576px) {
  .new_btn_container {
    margin-top: 10px;
  }
}
@media (max-width: 576px) {
  .new_btn_container .btn-new_entrie span {
    display: none;
  }
  .new_btn_container .btn-new_entrie {
    position: fixed;
    bottom: 20px;
    right: 20px;
    min-width: 60px;
    height: 60px;
    border-radius: 60px;
  }
  
  .page-sidebar {
    z-index: 1 !important;
  }
}
#search_list_container li .title {
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#search_list_container {
  max-height: calc(100% - 185px);
  overflow-y: scroll;
}
@media (min-width: 992px) {
  .secondary-sidebar {
    width: 350px !important;
  }
  .inner-content {
    margin-left: 350px !important;
  }
}

/* Dashboard ------------------------------------------------ */
.widget-1::before {
	background-image: url('../img/linear_gradient.png');
	background-repeat: repeat-x;
	content: " ";
	left: 0;
	right: 0;
	height: 325px;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.widget-1::after {
  background-image: url("../../ui/home.jpg") !important;
	background-size: cover;
	content: " ";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 0;
	opacity: .69;
}
.widget-2:after {
  background-image: none;
}

/* Form Elements ------------------------------------------------ */
.form-group-default.form-group-default-select2 > .form-input-group > label {
  position: absolute;
  z-index: 10;
  padding: 5px 10px 0 9px;
  margin-top: 0px;
}
.datepicker.dropdown-menu {
	z-index: 1060 !important;
}
.toggle[type="checkbox"] {
	transform: scale(1.2) !important;
	margin-left: 10px;
}
#fileupload .preview {
  height: 200px;
	display: inline-block;
	overflow: hidden;
	width: 200px;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
}
#fileupload .preview img,
#fileupload .preview canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.template-upload.in td,
.template-download.in td {
	vertical-align: middle;
}
.image_picker_selector li .thumbnail img {
	-webkit-user-drag: none;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.image_picker_selector .thumbnail {
  cursor: pointer;
}
.image_picker_selector .thumbnail.selected img {
  opacity: 0.8;
}
.image_picker_selector .thumbnail.selected::before {
  font: var(--fa-font-solid);
	font-size: 38px;
	content: "\f058";
	position: absolute;
	color: white;
	padding-left: 35px;
	padding-top: 22px;
	z-index: 1;
}

.dataTable .preview_filename {
  display: inline-block;
  vertical-align: middle;
}
.dataTable .preview {
  height: 100px;
	display: inline-block;
	overflow: hidden;
	width: 100px;
	border: 1px solid #e3e3e3;
	border-radius: 6px;
}
.dataTable .preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control, .form-readonly {
	color: rgba(75, 75, 75, 0.7) !important;
	cursor: not-allowed;
}

.note-modal.open {
	z-index: 9999;
	background-color: rgba(0,0,0,0.2);
}

/* File Upload --------------------------------------------------------*/

.dropzone_preview {
  min-height: 65px;
  max-width: 75vw !important;
}
.dropzone_preview .label{
  display: inline-block;
  padding: 0px;
  overflow: hidden;
  height: 60px;
  width: calc(50% - 15px);
  margin-left: 10px;
}
.dropzone_preview .totalfilesize {
	float: right;
	font-size: 9px;
	margin-right: 11px;
}
.dropzone_preview.event-card .label{
  width: calc(100%);
  margin-left: 0px;
}

.dropzone_preview .image_holder{
  float: left;
  padding: 0px;
  overflow: hidden;
  height: 60px;
  width: 60px;
  text-align: center;
  cursor:pointer;
}
.dropzone_preview .image_holder img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.dropzone_preview i{
  margin-top: 12px;
}

.dropzone_preview .dz-progress{
  position: absolute;
  z-index: +1;
  color: white;
  background-color: rgba(255,255,255,0.5);
  width: 60px;
  height: 60px;

}
.dropzone_preview .dz-progress .progress-circle-indeterminate{
  max-width: 30px;
  margin-top: 15px;
}
.dropzone_preview .dz-progress .progress{
  position:absolute;
  bottom:0px;
  width: 100%;
  margin-bottom: 0px;
}
.dropzone_preview .body_holder{
  max-width: 100%;
  padding-left: 60px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
}
.dropzone_preview .body_holder p {
  font-size: 12px;
}
.dropzone_preview .body_holder .dz-inforow {
  font-size: 10px;
}
.dropzone_preview .body_holder p{
  margin-bottom: 0px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
  
}
.dropzone_preview .body_holder p[data-dz-name]{
  font-weight: bold;
}

@media (max-width: 600px) {

  .dropzone_preview .label{
    /* display: inline-block; */
    /* padding: 0px; */
    /* overflow: hidden; */
    /* height: 60px; */
    width: calc(100% - 30px);
    /* margin-left: 10px; */
  }
}


.img_list_preview {
  width: 70px; 
  height: 50px;
  margin-right:10px;
  object-fit: cover;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 3px;
}
.icon_list_preview i {
  font-size: 2em;
}
.icon_list_preview {
  width: 70px; 
  height: 50px;
  margin-right:10px;
  text-align:center;
  border: 1px solid rgba(0, 0, 0, 0.16);
  padding:10px;
  border-radius: 3px;
  cursor: pointer;
}
.plus_list_preview {
  /* width: 50px;  */
  height: 50px;
  margin-right:10px;
  text-align:center;
  padding:10px;
  display:inline-block;
}

/* Summernote
https://github.com/HackerWins/summernote
*/
.summernote-wrapper {
  background-color: #fff;
}
.summernote-wrapper .note-editor {
  border-color: #e6e6e6;
  padding:10px;
}
.summernote-wrapper .note-btn {
	border: 1px solid #f0f0f0;
	padding: 6px 15px;
}
.summernote-wrapper .note-editor .note-toolbar {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.16);
  padding: 0px 0px 10px 0px;
}
.summernote-wrapper .note-editor .note-toolbar .btn-group {
  margin: 0 -1px 0 0;
}
.summernote-wrapper .note-editor .note-toolbar .btn-group .btn {
  font-size: 12px;
  font-weight: 600;
  height: 50px;
  min-width: 47px;
  line-height: 50px;
  padding: 0 5px;
  border-radius: 0;
  background-color: #f0f0f0;
  border-color: transparent;
  border-right-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  color: #626262;
}
.summernote-wrapper .note-editor .note-toolbar .btn-group .btn.active,
.summernote-wrapper .note-editor .note-toolbar .btn-group .btn:active {
  background-color: #e6e6e6;
}
.summernote-wrapper .note-editor .note-toolbar .btn-group .btn.dropdown-toggle {
  min-width: 61px;
}
.summernote-wrapper .note-editor .note-toolbar .btn-group .btn:not(:last-child),
.summernote-wrapper .note-editor .note-toolbar .btn-group .btn:not(:only-child) {
  margin-right: 1px;
}
.summernote-wrapper .note-editor .note-statusbar {
  background-color: transparent;
}
.summernote-wrapper .note-editor .note-statusbar .note-resizebar {
  border-top-color: transparent;
}
.summernote-wrapper .note-editor .note-statusbar .note-resizebar .note-icon-bar {
  border-top: 1px solid #e6e6e6;
}
.summernote-wrapper .note-popover .popover .popover-content .dropdown-menu li a i,
.summernote-wrapper .note-toolbar .dropdown-menu li a i {
  color: #6d5cae;
}
.summernote-wrapper .dropdown-toggle::after {
	display: none !important;
}
.note-editor .note-toolbar .note-color-all .note-dropdown-menu, .note-popover .popover-content .note-color-all .note-dropdown-menu,
.note-editor .note-toolbar .note-dropdown-menu, .note-popover .popover-content .note-dropdown-menu {
  min-width: 346px;
}
.note-editor.note-frame.fullscreen::before  {
  content:" ";
  background-color: #ffffff00;
  position:fixed;
  z-index: -1;
  top:0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.note-editor.note-airframe.fullscreen, .note-editor.note-frame.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 1024px !important;
  height: 94vh !important;
	z-index: 1050;
	background-color: white;
  margin-top:2vh;
  box-shadow: 0 0 0 800px #00000033;
  border-radius: 20px;
  padding:20px;

	margin-left: 50%;
	left: -512px;
}
.note-editor.note-frame.fullscreen .note-editing-area .note-editable {
	max-height: 84vh;
}
.note-btn.active, .note-btn:active {
	box-shadow: none;
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #8a7dbe !important;
	border-color: #8a7dbe !important;
}

/* Social Page ------------------------------------------------------ */ 
.jumbotron .cover-photo {
  width: 100%;
  height: inherit;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-size: cover;
  background-color: #ffc467 !important;
  background-position: 50% 33%;
}

/* Unsplash CSS */

#unsplashModal .card img {
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
#unsplashModal .card-columns {
  column-count: 3;
}
#unsplashModal .modal-body {
  max-height: 70vh;
  overflow-y: auto;
}
#unsplashModal .card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 5px;
  font-size: 12px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  text-align: center;
}
#unsplashModal .card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.social-wrapper .social .cover-photo::before {
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(255,255,255,0) 100%) !important; 
	bottom: 0;
	content: " ";
	height: 390px !important;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}


.thumbnail-wrapper.bordered.d60 {
  width: 60px;
  height: 60px;
}

.thumbnail-wrapper.bordered.d60 > * {
  line-height: 56px;
}

.thumbnail-wrapper.d60 {
  width: 56px;
  height: 56px;
}

.thumbnail-wrapper.d60 > * {
  line-height: 56px;
}
.thumbnail-wrapper > * {
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
	object-fit: cover;
}

.profile-img-wrapper > img {
  
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
	object-fit: cover;
}

.list-profile-img-wrapper {
  
	vertical-align: middle;
	width: 25px;
	height: 25px;
	text-align: center;
	object-fit: cover;
  vertical-align: middle;
  text-align: center;
  object-fit: cover;
  border-radius: 100px 100px 100px 100px;
}

.student-status-select {
  border-radius: 18px !important;
  text-align: center;
  width: 130px;
}

/*****************************************
Cryptedmail
/**/


@media (max-width: 768px) {
  .fancybox__slide.has-iframe {
    padding: 48px 0px 0px 0px;
  }
  .fancybox__slide.has-iframe .fancybox__content {
    padding: 0px;
  }

}

/*****************************************
Cryptedmail
/**/

.cryptedmail {
  
}
.cryptedmail:after {
  content: attr(data-name) "@" attr(data-domain) "." attr(data-tld); 
}