body {
	font-family: 'Regular', sans-serif;
	margin: 0 0 0 0;
	color: #313036;
	font-size: 13px;
	overflow-y: scroll;
	background-image: url('/src/img/fon.jpg');
	background-attachment: fixed;
	background-position: 50%;
}

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: #127FA4;}
#top_menu > :first-child:hover {background: #126488; transition: .2s;}
#top_menu > :not(:first-child) {color: #ebebeb;}
#top_menu > :not(:first-child):hover {background: #ffffff; transition: .2s; color: #127FA4;}

#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;}

#footer {background-color: #3b4841; color: #ffffff; padding: 10px; position:fixed; top: 96%; width: 100%;}

.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;
}

#content
{margin-bottom: 4%;}

.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;}

.bg-blue {background-color: #30b5e1;}
.bg-light-red {background-color: #ffaeb1;}
.bg-light-green {background-color: #cbffc0;}
.bg-light-yellow {background-color: #fff9aa;}
.bg-light-orange {background-color: #ffe3c5;}
.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);}

.text-gray {color: #d0d0d0;}

.ava-big {
	display: block;
	width: 75px;
	height: 75px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 75px;
}

.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;
}

::-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-image:url('');
	background-repeat:no-repeat;
	width:4px;
	height:0px
}

::-webkit-scrollbar{
	width: 4px;
	height:  4px;
}