#overlayNotes {
    position: fixed; /* Sit on top of the page content */
    /*display: none;  Hidden by default */
    width: 100%; /* 33% width  */
    /*height: 100%; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,1); /* Grey background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
    overflow-y: scroll;
    overflow-x: hidden;
}

.card-header {
    background-color: white!important;
}

.card {
    border:none!important
}

.tocIDCol {
    /*background-color: rgba(245,245,245,0.9);
    height: 100%;*/
}

.tocIDCol h3 {
	font-size: 1.3rem;
    color: #c26c6e;
    margin-bottom: 20px;
    text-align: center;
}


.tocIDCol .btn-link {
    color:#b63f40;
    text-decoration: none;
}

.tocIDCol li {
    color:grey;
}

.isFav0 {
    color:grey;
}

.isFav1 {
    color:red;
}

.clear{clear: both;}

#overlayNotes h2 

  #tocIDListForNotes, #notesList {
    list-style-type:none;
  }

#overlayNotes .sx {
    padding:50px;
    /*box-shadow: 0 22px 44px 0 rgba(133, 149, 161, 0.2);*/
    height: 100%;
}

#overlayNotes .sx ul {
    list-style-type:none;
}

#overlayNotes .dx {
	padding: 50px 0px;
}

.containerSearchTextNote {
	width: 20%;
    display: block;
    float: right;
    position: relative;
}

.containerSearchFilters {
	width: 20%;
    display: block;
    float: right;
    position: relative;
    display: none;
}

.containerCategoryFilters {
	width: 20%;
    display: block;
    float: right;
    position: relative;
    display: none;
    margin-right: 15px;
}

#usersSearchTextField, #noteSearch {
	border-radius: /*20px 0 0 20px*/ 20px;
    padding: .5rem .7rem;
    width: 90%;
    margin-right: 50px;
    border: 1px solid rgba(0,0,0,.125);
}

.resetSearchUser, .searchNotesButton {
    border-radius: 100px;
    font-size: 17px;
    border: none;
    cursor: pointer;
    color: red;
    position: absolute;
    top: 8px;
    right: 30px;
    background: #fbf5f5;
    color: #c26c6e !important;
    height: 24px;
    width: 24px;
    text-align: center;
}

#searchNoteCategory {
    border-radius: 1.25rem;
}

::-webkit-scrollbar {
    display: none;
}

#overlayNotes .nav-tabs {
	padding: 0 50px;
}

#overlayNotes .nav-tabs li {
	display: inline-block;
	width: 30%;
}

#overlayNotes .nav-tabs li a {
	line-height: 50px;
    padding: 15px 30px;
    color: #828282;
    text-decoration: none !important;
}

#overlayNotes .nav-tabs li .active {
	border-bottom: 2px solid #b63f40;
}

#noteTypesTabs {
	padding: 30px 50px;
}

#publicNotesList, #privateNotesList, #highlightsPaneList {
	margin-top: 30px;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

#publicNotesList h5, #privateNotesList h5, #highlightsPaneList h5 {
	display: inline-block;
	padding-right: 10px;
}

.editNote, .editNotePublic {
    background: url("img/note/write_note.png") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.editNote:hover, .editNotePublic:hover {
	background: url("img/note/write_note_on.png") no-repeat;
}

.mkPrivate {
	background: url("img/note/make_private.png") no-repeat;
    width: 18px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
}

.mkPrivate:hover {
	background: url("img/note/make_private_on.png") no-repeat;
}

.mkPublic {
	background: url("img/note/make_public.png") no-repeat;
    width: 18px;
    height: 15px;
    display: inline-block;
    margin-right: 10px;
}

.mkPublic:hover {
	background: url("img/note/make_public_on.png") no-repeat;
}

.readInSpot {
	background: url("img/note/go_to_note.png") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.readInSpot:hover {
	background: url("img/note/go_to_note_on.png") no-repeat;
}

.deleteNote {
	background: url("img/note/delete_note.png") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.deleteNote:hover {
	background: url("img/note/delete_note_on.png") no-repeat;
}

.shareNote {
	background: url("img/note/share_note.png") no-repeat;
    width: 17px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
}

.shareNote:hover {
	background: url("img/note/share_note_on.png") no-repeat;
}

.isFav0 {
	background: url("img/note/favourite_note.png") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.isFav0:hover {
	background: url("img/note/favourite_note_on.png") no-repeat;
}

.isFav1 {
	background: url("img/note/favourite_note_on.png") no-repeat;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.isFav1:hover {
	background: url("img/note/favourite_note_on.png") no-repeat;
}

.groupIcons {
	width: 50%;
    float: right;
    text-align: right;
}

.noteID {
	color:#919191;
}

.separator-note {
	width: 100px;
    height: 2px;
    background: #e3e3e3;
    margin: 40px auto;
}

.username {
	text-align: right;
    font-weight: 800;
	padding-right: 10px;
}

.contentNote {
	width: 100%;
    overflow-wrap: break-word;
}

.btnAskAuthor {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    background-image: url('./img/note/ask_the_author.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
    margin-left: 16px;
    width: 32px;
    height: 32px;
    border: none;
    outline: none;
    box-shadow: none;
}

.btnAskAuthor:active {
    background-image: url('./img/note/ask_the_author_on.png');
}

.btnCopyIt {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    background-image: url('./img/note/copy_it.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; 
    margin-left: 16px;
    width: 32px;
    height: 32px;
    border: none;
    outline: none;
    padding: 8px;
}

.btnCopyIt:active {
    background-image: url('./img/note/copy_it_on.png');
}

.btnAskAuthor:focus,
.btnAskAuthor:active,
.btnAskAuthor:visited,
.btnCopyIt:focus,
.btnCopyIt:active,
.btnCopyIt:visited {
    outline: none;
    border: none;
    box-shadow: none;
}

.containerBtnAskAuthor,
.containerBtnCopyIt {
    display: flex;
    align-items: center;
    width: 100%;
}

@media only screen and (min-width : 1024px) {

    .mobileFields {
		display: none;
	}

}

@media only screen and (max-width : 1023px) {

    iframe {
        width: 100%!important;
    }

    #tocIDAccordionForNotes {
        display: none;
    }
	
	#overlayNotes .nav-tabs {
		padding: 0 30px;
	}
	
	#overlayNotes .sx {
		padding: 25px 50px;
	}
	
	#overlayNotes .dx {
    	padding: 30px 0px;
	}

	#overlayNotes .sx ul {
		padding-left:25px;
	}
	
	#qrlPlacemark {
        padding-left:35px;
    }
	
	.card-header {
		padding: 0 1rem;
	}
	
	.tocIDCol .btn-link {
        text-align: left;
    }
	
	.containerSearchTextNote {
		width: 85%;
	    margin-bottom: 20px;
	}

	.containerSearchFilters {
		width: 85%;
		margin-bottom: 20px;
	}
	
	.containerCategoryFilters {
		width: 85%;
		margin-bottom: 20px;
	}

    .desktopFields {
		display: none;
	}

	#searchNoteCategory {
	    width: 90%;
	    float: right;
	    margin-right: 20px;
	}
	
	.resetSearchUser, .searchNotesButton {
        right: 54px; background: #FFF; border-radius: 0; box-shadow: none;
    }
	
	.contentNote iframe{
		width: 100%;
	}
	
}
