body {
    background-color: #fff;
    font-family: 'font_normal';
    margin: 0px;
	min-height: 90vh;
}

red {
	color: #c0392b;
}

/* texts */
h1 {
    font-family: 'font_bold';
    font-size: 1.8em;
}

p {
    margin: 0px;
    padding: 0px;
}

.texts_light {
    color: #ffffff;
}

.text_title_page {
    color: #222;
    font-family: 'font_bold';
    font-size: 2em;
    margin: 24px 0px 0px 0px;
    padding: 0px;
}

.linked_title_page {
	font-family: 'font_bold';
	font-size: 1.4em;
}

.text_subtitle_page {
	font-family: 'font_semibold';
	font-size: 1.2em;
	margin-bottom: 20px;
}

.div_of_linked_title_page {
	margin-bottom: 40px;
	padding-top: 32px;
}

.hidden {
	display: none !important;
}


#pageHeader {
	background-color: #222;
	margin: 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	padding: 0px;
	z-index: 100;
}
	.header_link {
		cursor: pointer;
		display: flex;
		align-items: center;
		height: 42px;
		color: #fafafa;
		font-family: 'font_semibold';
		padding: 8px 18px 8px 18px;
		user-select: none;
		text-decoration: none;
	}.header_link:hover {
		background-color: #444;
		color: #fff;
	}
	.header_link_active {
		color: #e74c3c !important;
	}
	
	.btn_in_header {
		background-color: #575fcf !important;
		font-size: 0.9em;
		min-width: 90px;
	}
	
	.btn_img_in_header {
		cursor: pointer;
		padding: 0px 12px 0px 12px;
		width: 28px;
		filter: brightness(0.9);
	}.btn_img_in_header:hover { filter: brightness(1.1); }
	
	#divHeaderSectionAdditional {
		display: none;
		position: fixed;
		right: 0px;
		top: 58px;
		background-color: rgb(34, 34, 34);
		min-height: 100%;
		min-width: 120px;
		padding: 4px 10px 4px 10px;
	}
	.link_in_divHSA {
		width: 100% !important;
	}
	.info_in_divHSA {
		color: #fafafa;
		font-family: 'font_light';
	}

#mainBlock {
    background-color: #ffffff;
	padding: 60px 50px 50px 50px;
    min-height: 700px;
    z-index: 1;
    min-width: 90%;
}


/* for mobile devices */
@media screen and (max-width: 1080px) {

    h1 {
        font-family: 'font_bold';
        font-size: 2.4em;
    }

    p {
        margin: 0px;
        padding: 0px;
        font-size: 1.4em;
    }

    .scrollers {
        display: none;
    }
}


.btn_clickable { cursor: pointer; }
.btn_clickable:hover { filter: brightness(1.2); }


/* buttons */
.btn_simple {
    border-radius: 5px;
    display: inline-block;
    font-family: 'font_semibold';
    font-size: 1.1em;
    outline: none;
    padding: 6px 14px 8px 14px;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.btn_simple_ready {
    background-color: #e74c3c;
    color: #fff;
    cursor: pointer;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    -webkit-transition: all 300ms ease-out;
}
.btn_simple_ready:hover { filter: brightness(1.2); }
.btn_simple_ready:active { filter: brightness(1.4); }

.btn_simple_blocked {
    background-color: #777;
    color: #fff;
    cursor: default;
}

.btns_sets {
    font-size: 1em !important;
}

.btn_navigator {
    width: 120px;
}


/* links */
    .link_common {
        border-bottom: 1px solid;
        border-bottom-color: rgba(9, 132, 227, 0.2);
        color: #0984e3;
        cursor: pointer !important;
        font-family: 'font_semibold';
        text-decoration: none;
    }
    .link_common:hover { filter: brightness(1.2); }
    .link_common:active { filter: brightness(0.9); }
	
	.link_common_brand {
		border-bottom-color: rgba(231, 76, 60, 0.2) !important;
        color: #e74c3c !important;
	}
	
	.link_to_userpage {
		color: #e74c3c;
		font-family: 'font_semibold';
	}link_to_userpage:hover{ filter: brightness(1.2); }
	.link_to_userpage_n {
		color: #e74c3c;
		font-family: 'font_semibold';
		text-decoration: none;
	}.link_to_userpage_n:hover{ filter: brightness(1.2); }
	

/* inputs */
    .input_common {
        background-color: #ffffff;
        border: 1px solid #cecece;
		border-radius: .25rem;
        color: #000;
        font-family: 'font_normal', 'Calibri';
        font-size: 1em;
        outline-color: #0984e3;
        padding: 10px;
    }
    .input_common:focus {
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    }
    .input_title {
        color: #444444;
        font-family: 'font_semibold', 'Calibri';
        margin-bottom: 8px;
    }
    .input_tip {
        color: #575757;
        font-family: 'font_light', 'Calibri Light';
        font-size: 0.9em;
        margin-bottom: 8px;
        max-width: 270px;
    }


/* textareas */
	.textarea_common {
		background-color: #ffffff;
        border: 1px solid #cecece;
		border-radius: .25rem;
        color: #000;
        font-family: 'font_normal', 'Calibri';
        font-size: 1em;
        outline-color: #0984e3;
        padding: 10px;
		min-height: 48px;
		max-height: 400px;
	}
	.textarea_common:focus {
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    }

/* select lists  */
	.select_common {
		cursor: pointer;
		color: #000;
		font-family: 'font_normal', 'Calibri';
		font-size: 1em;
		color: #495057;
		background-color: #fff;
		background-clip: padding-box;
		border: 1px solid #ced4da;
		border-radius: .25rem;
		padding: 10px;
		transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	}
	.select_common:focus {
		color: #495057;
		background-color: #fff;
		border-color: #80bdff;
		outline: 0;
		box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
	}


/* checkboxes */
    .checkbox_common {
        width: 1.2em;
        height: 1.2em;
        margin-top: .25em;
        vertical-align: top;
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        border: 1px solid rgba(0,0,0,.25);
        border-radius: .25em;
        float: left;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .checkbox_common:checked {
        background-color: #0d6efd;
        background-image: url('checkbox.svg');
        border-color: #0d6efd;
    }
    .checkbox_common:focus {
        border-color: #86b7fe;
        outline: 0;
        box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
    }
    .checkbox_common_label {
        color: #444444;
        font-family: 'font_semibold', 'Calibri';
        padding-left: 5px;
    }

/* ? */
    .btn_menu {
        border-radius: 4px;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-family: 'font_semibold', 'Calibri';
        font-size: 1.1em;
        outline: none;
        padding: 6px 14px 8px 14px;
        text-align: center;
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -webkit-transition: all 300ms ease-out;
    }.btn_menu:hover { filter: brightness(1.2); }
    
    #btn_logout { background-color: #d63031; }
    #btn_settings { background-color: #fa983a; }


/* templates */
.div_flex_hor_cen { display: flex; flex-direction: row; justify-content: center; align-items: center; }
.div_flex_hor_left { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; }
.div_flex_ver_cen { display: flex; flex-direction: column; justify-content: flex-start; align-items: center; }
.div_flex_ver_left { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }

.mr_12 { margin-right: 12px; } .ml_12 { margin-left: 12px; }
.mr_18 { margin-right: 18px; } .ml_18 { margin-left: 18px; }
.mr_32 { margin-right: 32px; } .ml_32 { margin-left: 32px; }


/* avatar */
    .avatar_wrapper {
        background-color: #fff;
        border: 2px solid #444;
        border-radius: 50%;
        padding: 8px 6px 4px 6px;
        width: 60px;
        height: 60px;
        filter: drop-shadow(2px 2px 4px gray);
    }
    
    .avatar {
        width: 48px;
    }.avatar:hover { filter: brightness(1.2); }


/* different */
	.div_in_dev {
		background-color: #f9d6d2;
		border: 1px solid #e74c3c;
		border-radius: 5px;
		margin: 20px 0px 50px 0px;
		padding: 20px;
		width: 500px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.div_in_dev div {
		color: #e74c3c;
		font-family: 'font_bold';
		font-size: 1.4em;
		margin-right: 30px;
	}
	
	.div_in_dev_tiny {
		background-color: #f9d6d2;
		border: 1px solid #e74c3c;
		border-radius: 5px;
		margin: 0px 0px 0px 0px;
		padding: 14px;
		width: 200px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.div_in_dev_tiny div {
		color: #e74c3c;
		font-family: 'font_semibold';
		font-size: 1.1em;
		margin-right: 20px;
	}
	
	.div_about_error {
		background-color: #f4d7e9;
		border: 1px solid #6f1e51;
		border-radius: 5px;
		margin: 20px 0px 50px 0px;
		padding: 20px;
		width: 500px;
	}
	.div_about_error div:nth-child(1) {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.div_about_error div {
		color: #6f1e51;
		font-family: 'font_semibold';
		font-size: 1.1em;
		margin-right: 30px;
	}
	.div_about_error_details {
		font-family: 'font_light' !important;
		font-size: 1em !important;
		padding: 20px 0px 0px 5px;
	}

    .in_page_title {
        color: #545454;
        font-family: 'font_bold';
        font-size: 1.6em;
    }
    
    .text_vars {
        color: #e17055;
        font-family: 'font_light';
        font-size: 1.1em;
    }
    
    .in_dev {
        color: #e84393;
        font-family: 'font_light';
        font-size: 1em !important;
    }
    
    .text_xp {
        color: #6c5ce7;
        font-family: 'font_semibold';
    }
    
    .no_select {
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
    }

	.flex_FRFSC {
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}

    .div_info {
        border-radius: 4px;
        padding: 20px;
    }

    .div_info_bad {
        background-color: #f1c6c1;
        border: 1px solid #c0392b;
        color: #912c21;
    }

    .div_info_good {
        background-color: #acecde;
        border: 1px solid #218c74;
        color: #186756;
    }

    .div_info_neutral {
        background-color: #d7d9f4;
        border: 1px solid #575fcf;
        color: #2d349f;
    }

    .btnTest {
        border-bottom: 1px solid;
        border-bottom-color: rgba(116, 84, 248, 0.2);
        color: #9980FA;
        cursor: pointer !important;
        font-family: 'font_semibold';
        text-decoration: none;
    }
    .btnTest:hover { filter: brightness(1.2); }
    .btnTest:active { filter: brightness(0.9); }


/* scrolling left-side buttons */
.scrollers {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    position: fixed;
    left: 0px;
    height: 50vh;
    width: 24px;
    background-color: #ecf0f1;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1) inset;
    cursor: pointer;
    padding: 12px;
    z-index: 2;
}.scrollers:hover { filter: brightness(1.04); }

#to_top { top: 0px; }
#to_bottom { bottom: 0px; }



/* different */
.link_with_img {
	border: 1px #727272 solid;
	border-radius: 4px;
	cursor: pointer !important;
	font-family: 'font_semibold';
	font-size: 1.2em;
	display: inline-block;
	padding: 12px;
	text-decoration: none;
	user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}
.link_with_img:hover { filter: brightness(1.1); }
.link_with_img:active { filter: brightness(0.9); }
.link_with_img_div {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.img_in_link_with_img { width: 24px; }

.link_with_img_for_success {
	background-color: #d6f5ee;
	border-color: #218c74;
	color: #218c74;
}.link_with_img_for_success div div:nth-child(2) { color: #218c74; }

.link_with_img_for_stable {
	background-color: #e6f3ff;
	border-color: #1a90ff;
	color: #1a90ff;
}.link_with_img_for_stable div div:nth-child(2) { color: #1a90ff; }

.btn_with_img_blocked {
	background-color: #dddddd;
	border-color: #727272;
	color: #727272;
	cursor: default !important;
	filter: brightness(1) !important;
}.btn_with_img_blocked div div:nth-child(2) { color: #727272; }

.btn_low_priority {
	border-bottom: 2px solid;
    border-bottom-color: rgba(231,76,60,.2);
	color: #e74c3c;
	cursor: pointer;
	font-family: 'font_semibold';
	font-size: 1em;
}.btn_low_priority:hover { filter: brightness(1.2); }

/* different */
.div_loader_and_phrase {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	
	background-color: #ffedcc;
	border: 1px #ffa502 solid;
	border-radius: 4px;
	padding: 12px;
}
.div_loader_and_phrase div:nth-child(1) {
	margin-right: 10px;
}
.div_loader_and_phrase div:nth-child(2) {
	color: #ffa502;
	font-family: 'font_normal';
	font-size: 1.2em;
}