body {
	font-family: 'Regular', sans-serif;
	margin: 0 0 0 0px;
	color: #313036;
	font-size: 13px;
	overflow-y: scroll;
	background-image: url('/src/img/fon.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50%;
}

:root {
	--color-dark-gray: #A9A9A9;
	--color-dark-gray-hover: #878787;
	--color-dark-khaki: #BDB76B;
	--color-dark-khaki-hover: #9a944d;
	--color-pale-goldenrod: #EEE8AA;
	--color-pale-goldenrod-hover: #cfc98d;
	--color-peach-puff: #FFDAB9;
	--color-peach-puff-hover: #ddb89a;
	--color-cornsilk: #FFF8DC;
	--color-cornsilk-hover: #ded7bc;
	--color-dark-cornsilk-hover: #c2bba0;
	--color-dark-background: #2B2B2B;
	--color-green: #8BC53F;
	--color-orange: #FFC107;
	--color-blue: #1787A3;
	--color-splash: #F3EABF;
	--color-gray: #A1A1A1;

	--color-light-blue: #d5ecff;
	--color-light-blue-hover: #bbd6ed;

	--color-light-green: #d6ffdd;
	--color-light-green-hover: #c5edcc;

	--color-light-yellow: #fff8cf;
	--color-light-yellow-hover: #eee7bf;

}

h1 {font-size: 18px!important; font-family: 'Regular', sans-serif;}
h3 {font-family: 'SemiBold', sans-serif; font-size: 18px; padding: 0; margin: 0;}

strong {font-family: 'SemiBold', sans-serif;}

#login_form {
	max-width: 350px;
}

.pointer {cursor: pointer;}

#top_menu {background: #2b333e; color: #ffffff; position: fixed; top: 0; left: 0; bottom: 0; box-shadow: 2px 0px 5px rgba(0,0,0,0.5); z-index: 1200;}
#top_menu:hover .top_menu_item span {display: block; font-size: 14px; transition: .2s; padding: 0 25px 0 10px;}
#top_menu a {text-decoration: none; color: #ffffff;}
#top_menu .top_menu_item {line-height: 50px; display: flex; cursor: pointer;}
#top_menu > :first-child {background: #43b757;}
#top_menu > :first-child:hover {background: #227c2c; transition: .2s;}
#top_menu > :not(:first-child) {color: #ebebeb;}
#top_menu > :not(:first-child):hover {background: #ffffff; transition: .2s; color: #43b757;}

#top_menu .top_menu_item i {font-size: 20px;  width: 50px; line-height: 50px; text-align: center; transition: .2s;}
#top_menu .top_menu_item span {line-height: 50px; text-align: center; padding: 0; display: block; font-size: 0px; transition: .2s; font-family: 'SemiBold', sans-serif;}

#top_menu .top_menu_caption {text-transform: uppercase; font-family: 'Black', sans-serif; color: #adb5bd; cursor: default;}
#top_menu .top_menu_caption:hover {background: #2b333e; transition: .2s; color: #adb5bd;}
#top_menu:hover .top_menu_caption i {opacity: 0;}
#top_menu:hover .top_menu_caption span {margin-left: -50px;}

#top_bar {height: 50px; background-color: #3b4841;}
#top_bar .top_bar_item {line-height: 40px; display: flex; cursor: pointer; text-decoration: none; color: #ffffff; width: 50px;}
#top_bar .top_bar_item:hover {text-decoration: none; background: #ffffff; transition: .2s; color: #43b757;}
#top_bar .top_bar_item i {font-size: 20px;  width: 50px; line-height: 50px; text-align: center; transition: .2s; }
/*#top_bar {height: 50px; background-color: #30b5e1; background-image: url('/src/img/logo_2.png'); background-repeat: no-repeat; background-size: auto 35px; background-position: 15px 50%;}*/
h1.top-bar-h1 {color: #ffffff; line-height: 50px; font-size: 24px;}
toast {}

#top_bar .top_bar_user {color: #2b333e; height: 29px; line-height: 29px; margin: 10px 0; font-size: 16px;}
#top_bar .top_bar_user:hover {text-decoration: none;}


#toaster {position: fixed; bottom: 20px; right: 20px; width: 250px; z-index: 2000;}


.modal-enter-active, .modal-leave-active {transition: all .5s;}
.modal-enter, .modal-leave-to {transform: translateY(-1000px);}

.fade-enter-active {animation: .75s fade forwards;}
.fade-leave-active {animation: .75s fade reverse;}
.fade-enter, .fade-leave-to {opacity: 0;}

@keyframes fade {
	from {
		opacity: 0;
	}
	to {
		opacity: .5;
	}
}

.modal {
	display: block;
}

.no-selection {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.divider {height: 1px; background-color: grey;}

.table-btn {width: 35px!important; text-align: center;}
.table-btn-sm {width: 30px!important; text-align: center;}
.cursor-default {cursor: default;}

.text-10 {font-size: 10px;}
.text-11 {font-size: 11px;}
.text-12 {font-size: 12px;}
.text-13 {font-size: 13px;}
.text-14 {font-size: 14px;}
.text-15 {font-size: 15px;}
.text-16 {font-size: 16px;}
.text-17 {font-size: 17px;}
.text-18 {font-size: 18px;}
.text-20 {font-size: 20px;}
.text-22 {font-size: 22px;}
.text-30 {font-size: 30px;}
.text-40 {font-size: 40px;}
.text-50 {font-size: 50px;}

.text-pink {color: rgb(255, 99, 132);}

.bg-blue {background-color: #30b5e1;}
.bg-light-red {background-color: #ffaeb1;}
.bg-light-green {background-color: #cbffc0;}
.bg-light-green-sub {background-color: #9effaf;}
.bg-light-green-sub-sub {background-color: #64ff7d;}
.bg-light-green-dark {background-color: #74cf74;}
.bg-light-blue {background-color: #c1dbff;}
.bg-light-yellow {background-color: #fff9aa;}
.bg-light-yellow-sub {background-color: #fffb7a;}
.bg-light-orange {background-color: #ffe3c5;}
.bg-light-orange-sub {background-color: #fec8ab;}
.bg-light-orange-sub-sub {background-color: #feaf84;}
.bg-light-gray {background-color: #b3b3b3;}
.bg-white-alpha {background-color: rgba(255, 255, 255, 0.80);}
.bg-top-bar {background-color: #3b4841;}
.bg-pink {background-color: rgb(255, 99, 132);}
.bg-light-light-pink {background-color: rgb(255, 241, 250);}
.bg-green {background-color: #66cc66;}
.bg-light-light-green {background-color: #f5fff5;}
.bg-purple {background-color: #6666ff;}
.bg-light-light-purple {background-color: #e9e5ff;}
.bg-green {background-color: var(--color-green);}
.bg-orange {background-color: var(--color-orange);}
.bg-blue {background-color: var(--color-blue);}
.bg-splash {background-color: var(--color-splash);}
.bg-gray {background-color: var(--color-gray);}


.text-gray {color: #d0d0d0;}
.text-purple {color: #aa00ff; }

.photo-btn {
	background-position: center;
	background-size: cover;
}

.video-btn {
	width: 70px;
	height: 70px;
	display: inline-flex;
	background-position: center;
	background-size: 40px;
	background-color: rgba(0, 0, 0, 0.40);
	background-repeat: no-repeat;
	background-image: url("/src/img/video.png");
	text-decoration: none;
}

.ava-big {
	display: block;
	width: 75px;
	height: 75px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 75px;
}
.ava-per {
	display: block;
	width: 200px;
	height: 300px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0px;
}
.ava-per:hover {
	background: url("");
}

.ava-sm {
	display: block;
	width: 50px;
	height: 50px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 25px;
}

.ava-xs {
	display: block;
	width: 25px;
	height: 25px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 13px;
}

.file-icon {
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-size: contain;
}

::-webkit-scrollbar-button {
	background-repeat:no-repeat;
	width:5px;
	height:0px
}

::-webkit-scrollbar-track {
	background-color:#ecedee
}

::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color:#191c25;
}
::-webkit-scrollbar-thumb:hover{
	background-color:#56999f;
}

::-webkit-resizer{
	background-repeat:no-repeat;
	width:4px;
	height:0px
}

::-webkit-scrollbar{
	width: 4px;
	height:  4px;
}
.folder-library, .file_library {
	width: 200px;
	height: auto;
}
.folder-library div {
	width: 200px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	font-size: 120px;
	color: var(--color-orange);
	text-shadow: #3b4841 3px 3px 10px;
	position: relative;
}
.folder-library h6, .file-library h6 {
	text-align: center;
	display: block;
	word-wrap: anywhere;
	max-width: 200px;
}
.file-library div, .file_library video {
	width: 200px;
	height: 150px;
	max-height: 150px!important;
	max-width: 200px!important;
	background-size: 100px 100px;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
}
.file-library div i, .folder-library div i {
	font-size: 12px;
	width: 28px;
	height: 28px;
	position: absolute;
	top: -5px;
	right: 15px;
	visibility: hidden;
}

.file-library:hover div i, .folder-library:hover div i {
	top: 15px;
	cursor: pointer;
	text-shadow: none;
	visibility: visible;
	transition: .5s;
}
.file-library div i:hover, .folder-library div i:hover {
	font-size: 18px;
	transition: .2s;
}

.folder-library:hover div i:last-child {
	top: 15px;
	right: 60px;
}
.div-horizontal-scroll  {
	overflow-x: auto;
	overflow-y: hidden;
}
.div-horizontal-scroll::-webkit-scrollbar {
	height: 12px;
}

.div-horizontal-scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.2) inset;
	background-color: #f9f9fd;
	border-radius: 10px;
}

.div-horizontal-scroll::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background: linear-gradient(180deg, #00c6fb, #005bea);
}
.html_select {

}
.html_select:hover {
	color:  #005bea;
}
.library_dropdown {
	position: absolute;
	border: 1mm ridge rgba(117, 114, 114, 0.49);
	left: 50px;
	top: 59px;
	z-index:9999;
	background-color: #ffffff;
	font-size: 14px;
	border-radius: 12px;
}
#404 {
	font-size: 40px;
	text-align: center;
}
.container {
	margin: 0 auto;
	padding: 0px;
	padding: 0 0px;
	max-width: 1680px;
}
@media only screen and (min-width: 1280px) {
	.container {
		max-width: 100%;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1279px) {
	.container {
		max-width: 1000px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
	.container {
		max-width: 768px;
	}
}
