@font-face {
  font-family: "GolosTextWebVF"; 
  src: url('../css/fonts/golos-text_vf.woff2') format('woff2'); 
  src: url("../css/fonts/golos-text_vf.woff") format("woff"); 
  font-style: normal; 
  font-weight: normal; 
}

body {
	margin: 0px;
	/*font-family: 'Helvetica', sans-serif;*/
	font-family: "GolosTextWebVF";
	background-color: #292f2f;
	color: #e3b593;
	background-image: url(../imgs/logo/site_logo_ent.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	scrollbar-color: gray #0000;
}

h1, h2, h3 {
  font-family: "GolosTextWebVF";
}

 /* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #00000000;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: gray;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
} 

a {
	color: #c4c4c4;
}

a:hover {
	color: #b04b4b;
}

input {
	font-family: 'Helvetica', sans-serif;
	outline: none;
	border: 1px solid gray;
	background-color: #141e1e;
	color: lightGray;
}

input:focus {
	border: 1px solid lightgray;
}

input[type="file"] {
	border: 1px solid lightGray;
	padding: 3px;
	cursor: pointer;
}

input[type="file"]::file-selector-button {
	font-family: 'Helvetica', sans-serif;
	background-color: #141e1e;
	border: 0px solid gray;
	border-bottom: 1px solid gray;
	color: lightGray;
}

input[type="file"]::file-selector-button:hover {
	border-bottom: 1px solid lightgray;
}

.check_container {
	display: block;
	position: relative;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: fit-content;
	margin: 0 auto;
	padding-right: 3px;
}

.check_container input {
	/*position: absolute;*/
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: auto;
}

.checkmark {
	height: 20px;
	width: 20px;
	position: absolute;
	top: 0;
	right: 0;
	background: #141e1e;
	border: 1px solid gray;
}

/* On mouse-over, add a gray background color */
.check_container:hover input ~ .checkmark {
	background-color: #303a3a;
}

/* When the checkbox is checked, add a blue background */
.check_container input:checked ~ .checkmark {
	background-color: #b04b4b;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.check_container input:checked ~ .checkmark:after {
	display: block;
}

/* Style the checkmark/indicator */
.check_container .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid black;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

input[type="checkbox"]:checked {
	accent-color: #b04b4b;
}

textarea {
	font-family: 'Helvetica', sans-serif;
}

button {
	font-family: 'Helvetica', sans-serif;
	color: #9a9a9a;
	/*box-shadow: 1px 1px 2px 2px #00000063;*/
}

.myBtn {
	color: #9a9a9a;
	background-color: #292f2f;
	border: 1px solid #292f2f;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	margin-left: 5px;
	border-radius: 1px;
	cursor: pointer;
}

.myBtn:hover {
	background-color: #3e3734;
	border: 1px solid lightgray;
	border-top: 1px solid lightgray;
	border-right: 1px solid lightgray;
}

.close_btn {
	position: absolute;
	right: 5px;
	top: 5px;
	margin-left: 15px;
	color: gray;
	font-weight: bold;
	font-size: 26px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}

.close_btn:hover {
	color: lightgray;
}





#auth_header_id {
	display: none;
	z-index: 9999;
	position: absolute;
	width: 100%;
}

.head_links {
	float: right;
	margin-left: 5px;
	margin-right: 10px;
	color: #9a9a9a;
}

.head_links:hover {
	color: #b04b4b;
}

.change_theme {
	position: absolute;
	padding: 5px;
}

#img_coal_theme {
	height: 20px;
	content: url(../imgs/favorite/coal.svg);
	filter: invert(71%) sepia(0%) saturate(0%) hue-rotate(150deg) brightness(98%) contrast(84%);
	cursor: pointer;
}
#img_coal_theme:hover {
	height: 20px;
	filter: invert(70%) sepia(33%) saturate(5436%) hue-rotate(344deg) brightness(104%) contrast(101%);
}

#img_ice_theme {
	height: 20px;
	content: url(../imgs/favorite/snowflake.svg);
	filter: invert(71%) sepia(0%) saturate(0%) hue-rotate(150deg) brightness(98%) contrast(84%);
	cursor: pointer;
}
#img_ice_theme:hover {
	height: 20px;
	filter: invert(64%) sepia(10%) saturate(2310%) hue-rotate(125deg) brightness(89%) contrast(82%);
}

#img_roc_theme {
	height: 20px;
	content: url(../imgs/favorite/roc_feather.svg);
	filter: invert(71%) sepia(0%) saturate(0%) hue-rotate(150deg) brightness(98%) contrast(84%);
	cursor: pointer;
}
#img_roc_theme:hover {
	height: 20px;
	filter: invert(52%) sepia(8%) saturate(1064%) hue-rotate(170deg) brightness(91%) contrast(86%);
}

#img_ent_theme {
	height: 20px;
	content: url(../imgs/favorite/apple.svg);
	filter: invert(41%) sepia(22%) saturate(1534%) hue-rotate(314deg) brightness(85%) contrast(85%);
	cursor: pointer;
}

#img_rye_theme {
	height: 20px;
	content: url(../imgs/favorite/mill_blades.svg);
	filter: invert(71%) sepia(0%) saturate(0%) hue-rotate(150deg) brightness(98%) contrast(84%);
	cursor: pointer;
}
#img_rye_theme:hover {
	height: 20px;
	filter: invert(54%) sepia(43%) saturate(5278%) hue-rotate(44deg) brightness(89%) contrast(101%);
}

#img_vega_theme {
	height: 20px;
	content: url(../imgs/favorite/star.svg);
	filter: invert(71%) sepia(0%) saturate(0%) hue-rotate(150deg) brightness(98%) contrast(84%);
	cursor: pointer;
}
#img_vega_theme:hover {
	height: 20px;
	filter: invert(69%) sepia(100%) saturate(1061%) hue-rotate(6deg) brightness(93%) contrast(106%);
}




#auth_activity {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #292f2f;
}

#main_logo_div {
	width: auto;
	text-align: center;
	margin-top: 20px;
}

#main_logo {
	content: url(../imgs/logo/site_line_logo_ent.svg);
	height: 60px;
}

.auth_form {
	width: 50%;
	height: auto;
	/*border: 1px solid #353737;*/
	margin: 0 auto;
	background-color: #292f2f;
	margin-top: 10%;
	text-align: center;
}

.auth_title {
	text-align: center;
}

.auth_login {
	text-align: center;
}

.auth_password, .auth_crypto {
	margin-top: 5px;
	text-align: center;
}

.secure_auth {
	margin-top: 5px;
}

.auth_button {
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	margin-top: 20px;
}

.auth_btn_one {
	color: #9a9a9a;
	background-color: #292f2f;
	border: 1px solid #292f2f;
	border-top: 1px solid gray;
	border-right: 1px solid gray;
	margin-left: 5px;
	border-radius: 1px;
	cursor: pointer;
	font-size: 20px;
}

.auth_btn_one:hover {
	background-color: #3e3734;
	border: 1px solid lightgray;
	border-top: 1px solid lightgray;
	border-right: 1px solid lightgray;
}

.auth_result {
	margin-bottom: 10px;
	text-align: center;
}

.reg_title {
	margin-bottom: 10px;
}





.act_background {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #0000009E;
	text-align: center;
	z-index: 99999999999;
}

.act_close {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}



#make_notebook_activity {
}

.make_notebook_form {
	position:fixed;
	width: 50%;
	height: 80%;
	border: 1px solid #353737;
	margin: 0 auto;
	margin-left: 25%;
	margin-right: 25%;
	margin-top:5%;
	margin-bottom:5%;
	background: #FFFFFF;
	padding-bottom: 10px;
	background-color: #292f2f;
}




#account_activity{
}

.account_form {
	position:fixed;
	width: 50%;
	height: 100%;
	border: 1px solid #353737;
	margin: 0 auto;
	margin-left: 25%;
	margin-right: 25%;
	padding-bottom: 10px;
	background-color: #292f2f;
}

.form_container {
	overflow-y: auto;
	width: 100%;
	height: 100%;
	padding-top: 10px;
}

#set_password_hint_id {
	display: none;
}


.sessions_form {
	position:fixed;
	width: 50%;
	height: 80%;
	border: 1px solid #353737;
	margin: 0 auto;
	margin-left: 25%;
	margin-right: 25%;
	margin-top:5%;
	margin-bottom:5%;
	padding-bottom: 10px;
	background-color: #292f2f;
}



.settings_form {
	position:fixed;
	width: 50%;
	height: 100%;
	border: 1px solid #353737;
	margin: 0 auto;
	margin-left: 25%;
	margin-right: 25%;
	/*margin-top:5%;
	margin-bottom:5%;*/
	background: #FFFFFF;
	padding-bottom: 10px;
	background-color: #292f2f;
}

.settings_category {
	padding-left: 10px;
	padding-right: 10px;
}


#crypto_key_div_id {
	margin-top: 20px;
}

#theme_div_id {
	/*margin-bottom: 20px;*/
}

.theme_btns_container {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.theme_buttons_container {
	display: flex;
	flex-direction: column;
	padding: 3px;
	flex-grow: 1;
	height: 100%;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	border: 2px solid gray;
	cursor: pointer;
}

.theme_buttons_container:hover {
	border: 2px solid lightgray;
}

.theme_button {
	/*float: left;*/
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	border: 2px solid gray;
	cursor: pointer;
	flex-grow: 1;
}

.theme_button:hover {
	border: 2px solid lightgray;
}

#ice_theme_btn {
	border: 2px solid lightgray;
}
#ice_theme_btn:hover {
	border: 2px solid #3ea89e;
}

#coal_theme_btn {
	border: 2px solid lightgray;
}
#coal_theme_btn:hover {
	border: 2px solid #ff8e21;
}

#roc_theme_btn {
	border: 2px solid lightgray;
}
#roc_theme_btn:hover {
	border: 2px solid #6c7e91;
}

#ent_theme_btn {
	border: 2px solid #b04b4b;
}
#ent_theme_btn:hover {
	border: 2px solid #b04b4b;
}

#rye_theme_btn {
	border: 2px solid lightgray;
}
#rye_theme_btn:hover {
	border: 2px solid #718900;
}

#vega_theme_btn {
	border: 2px solid lightgray;
}
#vega_theme_btn:hover {
	border: 2px solid #e0bc00;
}





.progress_background {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #0000009E;
	text-align: center;
	z-index: 999999999999;
}

.progressFlexContainer {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
}

.progressContainer {
	position: relative;
	margin: auto;
	background: #292f2f;
	border: 1px solid #353737;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: fit-content;
	max-height: 60vh;
	text-align: center;
}

/*
.progress_form {
	position: fixed;
	width: 60%;
	height: auto;
	border: 1px solid #353737;
	margin: 0 auto;
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 25vh;
	margin-bottom: 20%;
	background-color: #292f2f;
	padding-bottom: 10px;
	max-height: 60vh;
}
*/

.progress_content {
	padding: 10px;
	max-height: 50vh;
	overflow-x: scroll;
	height: auto;
	position: relative;
}

#progress_btn {
	margin: 0 auto;
	margin-top: 5px;
}

#progress_btn {
	display: none;
}




.field_buttons {
	width: 100%;
	text-align: center;
	display: flex;
}


#notebooks_column_buttons {
	box-shadow: 0px 6px 6px #00000070;
	z-index: 6;
}
#notes_column_buttons {
	box-shadow: 0px 3px 3px #00000070;
	z-index: 6;
}

.field_btn {
	width: 100%;
}

#imgShowFavorite_id {
	height: 20px;
	content: url(../imgs/favorite/apple.svg);
	filter: invert(71%) sepia(0%) saturate(0%) hue-rotate(150deg) brightness(98%) contrast(84%);
}

#btnShowFavorite_id {
	width: fit-content;
	z-index: 5;
	/*border-bottom: 0px solid;
	height: 20px;*/
}
.btnShowFavorite_change {
	color: #b04b4b;
	width: fit-content;
	z-index: 5;
	/*border-bottom: 0px solid;
	height: 20px;*/
}


#add_field_btns_notebooks, #add_field_btns_notes {
	display: none;
	z-index: 5;
	background-color: #292f2f;
}













#notes_activity {
	display:none;
}

.header {
	
	min-height: 20px;
	float: right;
}

#text_header_id {
	z-index: 5;
	background: #292f2f;
}

.menu_elems {
	/*float: right;*/
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	position: absolute;
	right: 5px;
}

.drop_menu {
	position: absolute;
	display: none;
	flex-direction: column;
	padding-left: 20px;
	padding-bottom: 20px;
	z-index: 999;
}

.drop_menu:hover {
	display: flex;
}

.myBtnTop {
	float: right;
}

#save_btn, #find_cursor_btn, #close_note_btn {
	display: none;
	float: left;
}

#q_symbs_div_id {
	display:none;
	width: fit-content;
	float: left;
	margin-left: 10px;
}



.note_main_element {
	color: #C4B6A6; /* e3b593 */
	display: flex;
	flex-direction: column;
	height: 99vh;
	width: 33vw;
	float: left;
	border-right: 0px solid gray;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

#notebooks_field, #notes_field {
	overflow-x: hidden;
	overflow-y: auto;
}

#notebooks_field {
	z-index: 2;
}
#notes_field {
	z-index: 4;
	box-shadow: -3px 0px 3px #00000070;
}



.notebooks_container, .notes_container, .notes_date_container{
	width: 31vw;
	position: relative;
	border-bottom: 1px solid gray;
	border-radius: 0px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	cursor: default;
}

#notes_column_id, #notebooks_column_id {
	background-color: #292f2f;
}
#notes_column_id {
	background-color: #292f2f;
	z-index: 6;
	position: relative;
	box-shadow: 6px 0px 6px #00000070;
}


.notebooks_container p,	.notes_container p{
	margin: 0;
}

.notebooks_container:hover, .notes_container:hover{
	border-bottom: 1px solid lightgray;
}

.notes_date_container_text {
	text-align: center;
}


.notebook_changed {
	border-bottom: 2px solid #b04b4b;
	border-left: 2px solid #b04b4b;
}
.notebook_changed:hover {
	border-bottom: 2px solid #b04b4b;
	border-left: 2px solid #b04b4b;
}

.temp_notes_container {display: none;}

.note_name, .notebook_name {
	width: 100%;
	float: left;
	font-weight: bold;
	padding-bottom: 5px;
}

.notebook_name {
	font-size: large;
}

.notebook_date, .note_date_create, .note_date_update, .note_mini, .notebook_description {
	width: 100%;
}

.notebook_description, .note_mini {
	padding-top: 5px;
	font-style: italic;
}

.notebook_title {
	font-size: larger;
	text-decoration: underline;
	padding-bottom: 5px;
	font-weight: bold;
	padding-left: 10px;
	position: relative;
	float: left;
}





.tasks_container{
	width: 50vw;
	position: relative;
	border: 1px solid gray;
	border-radius: 0px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	cursor: default;
	text-align: start;
}





.tasks_form {
	position: fixed;
	width: 60%;
	height: 100%;
	border: 1px solid #353737;
	margin: 0 auto;
	margin-left: 20%;
	margin-right: 20%;
	background-color: #292f2f;
	padding-bottom: 10px;
}

.tasks_content {
	padding: 10px;
	overflow-x: scroll;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}

#tasks_list_title {
	flex-grow: 1;
}

#tasks_list_title h3 {
	margin: 0px;
}

#tasks_list {
	overflow-y: auto;
	height: 100%;
	padding: 10px;
	overflow-x: scroll;
	position: relative;
	flex-grow: 1;
}

#tasks_list_close {
	height: auto;
	flex-grow: 1;
	padding-bottom: 20px;
}

.deleteTaskButton {
	width: 100%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

.tasks_list_title{
	margin-bottom: 10px;
}

.tasks_list_close{
	margin-top: 10px;
}




/*
.notebook_q_notes, .note_date_update {
	float: right;
}
* */


.chBox_container {
	height: 26px;
	width: 100%;
}

.check {
	position: relative;
	width: 20px;
	height: 20px;
	border: 1px solid lightgray;
	border-radius: 10px;
	float: left;
	cursor: pointer;
}

.checked {
	background: #b04b4b;
	border: 1px solid #b04b4b;
}

.hidden_div {
	display: none;
}


.favorite {
	position: relative;
	width: 20px;
	height: 20px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
}

.favorite img {
	content: url(../imgs/favorite/apple.svg);
	filter: invert(71%) sepia(0%) saturate(0%) hue-rotate(150deg) brightness(98%) contrast(84%);
	opacity: 0.2;
	width: inherit;
	height: inherit;
}

.favoriteNote img{
	content: url(../imgs/favorite/apple.svg);
	filter: invert(41%) sepia(22%) saturate(1534%) hue-rotate(314deg) brightness(85%) contrast(85%);
	opacity: 1;
}


.notebook_btns {
	position: relative;
	float: right;
	display: flex;
	flex-direction: column;
}

.delete {
	color: gray;
	position: relative;
	float: right;
	cursor: pointer;
	margin-left: auto;
}

.delete:hover {
	color: lightgray;
}

.edit {
	color: gray;
	position: relative;
	float: right;
	cursor: pointer;
	margin-left: auto;
}
.edit:hover {
	color: lightgray;
}




.text_field_div {
	float: none;
	display: none;
	background: #292f2f;
	box-shadow: -3px 0px 3px #00000070;
}


#text_column_id {
	width: 33vw;
	height: 93vh;
	position: relative;
	z-index: 6;
}

#note_name_editor {
	width: 100%;
	border: 0px solid white;
	border-bottom: 1px solid #555;
	outline: none;
	background-color: #141e1e;
	color: #b2caca;
	margin-top: 10px;
}
#note_name_editor:focus {
	border: 0px solid white;
	border-bottom: 1px solid gray;
}
#note_text_editor {
	width: 100%;
	border: 0px solid white;
	/*border-left: 1px solid gray;
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;*/
	outline: none;
	background-color: #292f2f;
	color: lightGray;
}
#note_text_editor:focus {
	border: 0px solid #292f2f;
	/*border-left: 1px solid lightgray;*/
}


#mk_nb_desc, #upd_nb_desc {
	border: 1px solid gray;
	outline: none;
	background-color: #141e1e;
	color: lightGray;
	margin-bottom: 10px;
}
#mk_nb_desc:focus, #upd_nb_desc:focus {
	border: 1px solid lightgray;
}


.myBtnTop, .field_btn {
	color: #9a9a9a;
	background-color: #292f2f;
	border: 0px solid white;
	border-bottom: 1px solid gray;
	margin-left: 5px;
	border-radius: 1px;
	cursor: pointer;
	z-index: 5;
}

.myBtnTop:hover, .field_btn:hover {
	background-color: #3e3734;
	color: lightGray;
	border-bottom: 1px solid lightGray;
}

.field_btn_columns {
	width: 100%;
	background-color: #292f2f;
	margin-left: 5px;
	border-radius: 1px;
	cursor: pointer;
	border: 0px solid black;
	z-index: 6;
}
.field_btn_columns:hover {
	background-color: #3e3734;
	color: lightgray;
}





.old_note_remind {
	display: none;
	position: fixed;
	background-color: #292f2f;
	border: 1px solid lightGray;
	padding: 5px;
	bottom: 10%;
	width: 50vw;
	max-height: 50%;
	text-align: center;
	z-index:9;
	overflow-y: auto;
	margin-left: 25vw;
}

.popup_msg {
	display: none;
	position: fixed;
	background-color: #292f2f;
	border: 1px solid lightGray;
	padding: 5px;
	bottom: 10%;
	width: 20vw;
	height: auto;
	max-height: 50%;
	text-align: center;
	z-index:9;
	margin-left: 40vw;
	opacity: 0.7;
}

#note_save_loading {
	position: fixed;
	z-index:9;
	bottom: 5%;
	right: 5%;
}

#note_save_error {
	position: fixed;
	z-index: 8;
	bottom: 0%;
	text-align: center;
	background: black;
	opacity: 0.8;
	padding: 5px;
}

.favorite_text {
	color: #b04b4b;
}

#remind_text {
	text-align: left;
}



#qr_form {
	max-height: 100%;
	/*
	margin-top: 0%;
	margin-bottom: 0%;
	padding: 0px;
	*/
	overflow-y: auto;
}

#qr_title h3 {
	margin: 0;
}

#qr_content {
	overflow-y: auto;
}

#qr_video {
	height: 200px;
	width: 200px;
	margin: 20px;
	border: 1px solid black;
	background-color: gray;
}

#qr_load_img {
	margin-bottom: 10px;
}

#qr_result {
	margin-bottom: 10px;
}

#qr_result_p {
	display: none;
}

#qr_result_span {
	max-width: 80%;
	display: block;
	word-wrap: break-word;
	margin: 0 auto;
}

#qr_btns {
	margin-bottom: 10px;
}

#force_stop_scan, #input_qr_result {
	display: none;
}



#show_qr_form {
	max-height: 100%;
	margin-top: 0%;
	margin-bottom: 0%;
	padding: 0px;
	overflow-y: auto;
}

#show_qr_title h3 {
	margin: 0;
}

#show_qr_content {
	margin-top: 10px;
	soverflow-y: auto;
}

#qrcode_key {
	width: fit-content;
	margin: 0 auto;
}

#show_qr_btns {
	margin-top: 10px;
	margin-bottom: 10px;
}
















.ql-snow .ql-stroke {
	stroke: #D0D8D9;
}

.ql-snow .ql-picker {
	color: #D0D8D9;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
	border-color: #D0D8D9;
}

ql-snow .ql-picker.ql-expanded .ql-picker-label {
	color: #D0D8D9;
}

.ql-snow .ql-fill {
	fill: #D0D8D9;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
	border-color: #D0D8D9;
	background: #383C3D;
}


.ql-snow .ql-picker.ql-expanded .ql-picker-label {
	color: #b04b4b;
	z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
	stroke: #b04b4b;
}


.ql-snow .ql-tooltip {
	background-color: #383C3D;
	border: 1px solid #D0D8D9;
	box-shadow: 0 0 5px #D0D8D9;
	color: #D0D8D9;
}

.ql-snow .ql-tooltip input[type="text"] {
	border: 1px solid #D0D8D9;
	background: #141e1e;
	color: #D0D8D9;
	outline: 0px solid transparent;
}

.ql-snow a {
	color: #b04b4b;
}



.ql-editor {
	border: 0px solid transparent;
	background-color: #141e1e;
	color: #b2caca;
	/*border-left: 1px solid #555;*/
	border-bottom: 1px solid #555;
	border-top: 1px solid #555;
}

.ql-editor:focus {
	border: 0px solid #292f2f;
	/*border-left: 1px solid gray;*/
	border-bottom: 1px solid gray;
	border-top: 1px solid gray;
}

.ql-toolbar.ql-snow{
	background-color: #292f2f;
	color: #D0D8D9;
	border: 0px solid transparent;
	/*border-bottom: 1px solid #D0D8D9;*/
}


.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
	color:#b04b4b
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
	fill:#b04b4b
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
	stroke: #b04b4b;
}






