@font-face {
    font-family: 'Roboto-Light';
    src: local('Roboto Light'), local('Roboto-Light'), url('../fonts/Roboto/Robotolight.woff2') format('woff2'), url('../fonts/Roboto/Robotolight.woff') format('woff'), url('../fonts/Roboto/Robotolight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
	font-family: 'Roboto';
    src: local('Roboto'), local('Roboto-Regular'), url('../fonts/Roboto/Roboto.woff2') format('woff2'), url('../fonts/Roboto/Roboto.woff') format('woff'), url('../fonts/Roboto/Roboto.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Grid */
.row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.col-100,.col-80,.col-75,.col-70,.col-66,.col-60,.col-55,.col-50,.col-40,.col-33,.col-33,.col-25,.col-20,.col-16,.col-15,.col-14,.col-10,.col-flex-1,
.col-sm-100,.col-sm-80,.col-sm-75,.col-sm-70,.col-sm-66,.col-sm-60,.col-sm-55,.col-sm-50,.col-sm-40,.col-sm-33,.col-sm-33,.col-sm-25,.col-sm-20,.col-sm-16,.col-sm-15,.col-sm-14,.col-sm-10,.col-sm-flex-1,
.col-md-100,.col-md-80,.col-md-75,.col-md-70,.col-md-66,.col-md-60,.col-md-55,.col-md-50,.col-md-40,.col-md-33,.col-md-33,.col-md-25,.col-md-20,.col-md-16,.col-md-15,.col-md-14,.col-md-10,.col-md-flex-1,
.col-lg-100,.col-lg-80,.col-lg-75,.col-lg-70,.col-lg-66,.col-lg-60,.col-lg-55,.col-lg-50,.col-lg-40,.col-lg-33,.col-lg-33,.col-lg-25,.col-lg-20,.col-lg-16,.col-lg-15,.col-lg-14,.col-lg-10,.col-lg-flex-1{
	box-sizing: border-box;
	padding: 0 5px 10px;
}
@media(min-width: 0px){
	.col-100{width: 100%}
	.col-80{width: 80%}
	.col-75{width: 75%}
	.col-70{width: 70%}
	.col-66{width: 66.66%}
	.col-60{width: 60%}
	.col-55{width: 55%}
	.col-50{width: 50%}
	.col-40{width: 40%}
	.col-33{width: 33.33%}
	.col-30{width: 30%}
	.col-25{width: 25%}
	.col-20{width: 20%}
	.col-16{width: 16.66%}
	.col-15{width: 15%}
	.col-14{width: 14.28%}
	.col-10{width: 10%}
	.col-flex-1{flex: 1}
}
@media(min-width: 480px){
	.col-sm-100{width: 100%}
	.col-sm-80{width: 80%}
	.col-sm-75{width: 75%}
	.col-sm-70{width: 70%}
	.col-sm-66{width: 66.66%}
	.col-sm-60{width: 60%}
	.col-sm-55{width: 55%}
	.col-sm-50{width: 50%}
	.col-sm-40{width: 40%}
	.col-sm-33{width: 33.33%}
	.col-sm-30{width: 30%}
	.col-sm-25{width: 25%}
	.col-sm-20{width: 20%}
	.col-sm-16{width: 16.66%}
	.col-sm-15{width: 15%}
	.col-sm-14{width: 14.28%}
	.col-sm-10{width: 10%}
	.col-sm-flex-1{flex: 1}
}
@media(min-width: 768px){
	.col-md-100{width: 100%}
	.col-md-80{width: 80%}
	.col-md-75{width: 75%}
	.col-md-70{width: 70%}
	.col-md-66{width: 66.66%}
	.col-md-60{width: 60%}
	.col-md-55{width: 55%}
	.col-md-50{width: 50%}
	.col-md-40{width: 40%}
	.col-md-33{width: 33.33%}
	.col-md-30{width: 30%}
	.col-md-25{width: 25%}
	.col-md-20{width: 20%}
	.col-md-16{width: 16.66%}
	.col-md-15{width: 15%}
	.col-md-14{width: 14.28%}
	.col-md-10{width: 10%}
	.col-md-flex-1{flex: 1}
}
@media(min-width: 1025px){
	.col-lg-100{width: 100%}
	.col-lg-80{width: 80%}
	.col-lg-75{width: 75%}
	.col-lg-70{width: 70%}
	.col-lg-66{width: 66.66%}
	.col-lg-60{width: 60%}
	.col-lg-55{width: 55%}
	.col-lg-50{width: 50%}
	.col-lg-40{width: 40%}
	.col-lg-33{width: 33.33%}
	.col-lg-30{width: 30%}
	.col-lg-25{width: 25%}
	.col-lg-20{width: 20%}
	.col-lg-16{width: 16.66%}
	.col-lg-15{width: 15%}
	.col-lg-14{width: 14.28%}
	.col-lg-10{width: 10%}
	.col-lg-flex-1{flex: 1}
}

.w-100{width: 100%}
.w-50{width: 50%}
.w-80{width: 80%}
.w-75{width: 20%}
.w-66{width: 66.66%}
.w-60{width: 60%}
.w-40{width: 40%}
.w-33{width: 33.33%}
.w-25{width: 20%}
.w-20{width: 20%}
.h-100{height: 100%}
.bz{box-sizing: border-box}
/* Grid (END) */

/* Paddings */
.p-0{padding: 0}
.p-5{padding: 5px}
.p-10{padding: 10px}
.p-15{padding: 15px}
.p-20{padding: 20px}
.p-25{padding: 25px}
.p-30{padding: 30px}
.p-35{padding: 35px}
.p-40{padding: 40px}
.p-45{padding: 45px}
.p-50{padding: 50px}
.pt-0{padding-top: 0}
.pt-5{padding-top: 5px}
.pt-10{padding-top: 10px}
.pt-15{padding-top: 15px}
.pt-20{padding-top: 20px}
.pt-25{padding-top: 25px}
.pt-30{padding-top: 30px}
.pt-35{padding-top: 35px}
.pt-40{padding-top: 40px}
.pt-45{padding-top: 45px}
.pt-50{padding-top: 50px}
.pr-0{padding-right: 0}
.pr-5{padding-right: 5px}
.pr-10{padding-right: 10px}
.pr-15{padding-right: 15px}
.pr-20{padding-right: 20px}
.pr-25{padding-right: 25px}
.pr-30{padding-right: 30px}
.pr-35{padding-right: 35px}
.pr-40{padding-right: 40px}
.pr-45{padding-right: 45px}
.pr-50{padding-right: 50px}
.pb-0{padding-bottom: 0}
.pb-5{padding-bottom: 5px}
.pb-10{padding-bottom: 10px}
.pb-15{padding-bottom: 15px}
.pb-20{padding-bottom: 20px}
.pb-25{padding-bottom: 25px}
.pb-30{padding-bottom: 30px}
.pb-35{padding-bottom: 35px}
.pb-40{padding-bottom: 40px}
.pb-45{padding-bottom: 45px}
.pb-50{padding-bottom: 50px}
.pl-5{padding-left: 5px}
.pl-10{padding-left: 10px}
.pl-15{padding-left: 15px}
.pl-20{padding-left: 20px}
.pl-25{padding-left: 25px}
.pl-30{padding-left: 30px}
.pl-35{padding-left: 35px}
.pl-40{padding-left: 40px}
.pl-45{padding-left: 45px}
.pl-50{padding-left: 50px}
/* Paddings (END) */

@media(min-width: 480px){
	/* Paddings */
	.p-sm-0{padding: 0}
	.p-sm-5{padding: 5px}
	.p-sm-10{padding: 10px}
	.p-sm-15{padding: 15px}
	.p-sm-20{padding: 20px}
	.p-sm-25{padding: 25px}
	.p-sm-30{padding: 30px}
	.p-sm-35{padding: 35px}
	.p-sm-40{padding: 40px}
	.p-sm-45{padding: 45px}
	.p-sm-50{padding: 50px}
	.pt-sm-0{padding-top: 0}
	.pt-sm-5{padding-top: 5px}
	.pt-sm-10{padding-top: 10px}
	.pt-sm-15{padding-top: 15px}
	.pt-sm-20{padding-top: 20px}
	.pt-sm-25{padding-top: 25px}
	.pt-sm-30{padding-top: 30px}
	.pt-sm-35{padding-top: 35px}
	.pt-sm-40{padding-top: 40px}
	.pt-sm-45{padding-top: 45px}
	.pt-sm-50{padding-top: 50px}
	.pr-sm-0{padding-right: 0}
	.pr-sm-5{padding-right: 5px}
	.pr-sm-10{padding-right: 10px}
	.pr-sm-15{padding-right: 15px}
	.pr-sm-20{padding-right: 20px}
	.pr-sm-25{padding-right: 25px}
	.pr-sm-30{padding-right: 30px}
	.pr-sm-35{padding-right: 35px}
	.pr-sm-40{padding-right: 40px}
	.pr-sm-45{padding-right: 45px}
	.pr-sm-50{padding-right: 50px}
	.pb-sm-0{padding-bottom: 0}
	.pb-sm-5{padding-bottom: 5px}
	.pb-sm-10{padding-bottom: 10px}
	.pb-sm-15{padding-bottom: 15px}
	.pb-sm-20{padding-bottom: 20px}
	.pb-sm-25{padding-bottom: 25px}
	.pb-sm-30{padding-bottom: 30px}
	.pb-sm-35{padding-bottom: 35px}
	.pb-sm-40{padding-bottom: 40px}
	.pb-sm-45{padding-bottom: 45px}
	.pb-sm-50{padding-bottom: 50px}
	.pl-sm-5{padding-left: 5px}
	.pl-sm-10{padding-left: 10px}
	.pl-sm-15{padding-left: 15px}
	.pl-sm-20{padding-left: 20px}
	.pl-sm-25{padding-left: 25px}
	.pl-sm-30{padding-left: 30px}
	.pl-sm-35{padding-left: 35px}
	.pl-sm-40{padding-left: 40px}
	.pl-sm-45{padding-left: 45px}
	.pl-sm-50{padding-left: 50px}
	/* Paddings (END) */
}

/* Margins */
.m-0{
	margin: 0;
}
.m-5{
	margin: 5px;
}
.m-10{
	margin: 10px;
}
.m-15{
	margin: 15px;
}
.m-20{
	margin: 20px;
}
.m-25{
	margin: 25px;
}
.m-30{
	margin: 30px;
}
.m-35{
	margin: 35px;
}
.m-40{
	margin: 40px;
}
.m-45{
	margin: 45px;
}
.m-50{
	margin: 50px;
}
.mt-0{
	margin-top: 0;
}
.mt-5{
	margin-top: 5px;
}
.mt-10{
	margin-top: 10px;
}
.mt-15{
	margin-top: 15px;
}
.mt-20{
	margin-top: 20px;
}
.mt-25{
	margin-top: 25px;
}
.mt-30{
	margin-top: 30px;
}
.mt-35{
	margin-top: 35px;
}
.mt-40{
	margin-top: 40px;
}
.mt-45{
	margin-top: 45px;
}
.mt-50{
	margin-top: 50px;
}
.mr-0{
	margin-right: 0;
}
.mr-5{
	margin-right: 5px;
}
.mr-10{
	margin-right: 10px;
}
.mr-15{
	margin-right: 15px;
}
.mr-20{
	margin-right: 20px;
}
.mr-25{
	margin-right: 25px;
}
.mr-30{
	margin-right: 30px;
}
.mr-35{
	margin-right: 35px;
}
.mr-40{
	margin-right: 40px;
}
.mr-45{
	margin-right: 45px;
}
.mr-50{
	margin-right: 50px;
}
.mb-0{
	margin-bottom: 0;
}
.mb-5{
	margin-bottom: 5px;
}
.mb-10{
	margin-bottom: 10px;
}
.mb-15{
	margin-bottom: 15px;
}
.mb-20{
	margin-bottom: 20px;
}
.mb-25{
	margin-bottom: 25px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-35{
	margin-bottom: 35px;
}
.mb-40{
	margin-bottom: 40px;
}
.mb-45{
	margin-bottom: 45px;
}
.mb-50{
	margin-bottom: 50px;
}
.ml-0{
	margin-left: 0;
}
.ml-5{
	margin-left: 5px;
}
.ml-10{
	margin-left: 10px;
}
.ml-15{
	margin-left: 15px;
}
.ml-20{
	margin-left: 20px;
}
.ml-25{
	margin-left: 25px;
}
.ml-30{
	margin-left: 30px;
}
.ml-35{
	margin-left: 35px;
}
.ml-40{
	margin-left: 40px;
}
.ml-45{
	margin-left: 45px;
}
.ml-50{
	margin-left: 50px;
}
/* Margins (END) */

* {
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	font-family: Roboto;
	line-height: normal;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color: #333;
	font-size: 15px;
}
body {
	margin: 0;
	padding: 0;
	background-color: #EDEEF0;
	min-height: 100vh;
	box-sizing: border-box;
	position: relative;
}
h1 {
	display: inline-block;
	font-size: 25px;
    margin: 0 10px 0 0;
}
a{
	font-family: Roboto;
	text-decoration: none;
	transition: 0.1s;
}
hr {
    border: 0;
	margin: 15px 0;
    border-bottom: 1px solid #ddd;
}
h1,h2,h3,h4,h5{
	font-family: Roboto;
	line-height: 1;
	font-weight: normal;
	color: #333;
}
h2 {
    margin: 0;
	font-size: 20px;
}
ul{
	list-style:none;
	padding-left: 0;
	font-family: Roboto;
}
ul.ul {
    padding-left: 10px;
}
ul.ul>li {
    padding-left: 30px;
    position: relative;
}
input,
textarea,
select,
button{
	font-family: Roboto;
	color: #333;
}
a:focus,
select:focus,
input:focus,
button:focus,
textarea:focus{
	outline: none;
}
.break-all{
	word-break: break-all;
}
.flex{
	display: flex;
}
.flex-1{
	flex: 1;
}
.justify-center{
	justify-content: center;
}
.justify-end{
	justify-content: flex-end;
}
.justify-between{
	justify-content: space-between;
}
.align-items-center{
	align-items: center;
}
.space-between{
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.pointer{
	cursor: pointer;
}
.sublink {
    display: inline-block;
    padding-top: 10px;
    font-size: 12px;
    border-bottom: 1px dashed #777;
    color: #55677d;
	cursor: pointer;
	transition: 0.1s;
}
.sublink:hover {
	color: #333;
}
.btn{
	display: inline-block;
    box-sizing: border-box;
    text-align: center;
	border: unset;
	border-radius: 5px;
    padding: 8px 30px;
	cursor: pointer;
	opacity: 0.9;
	transition: 0.1s;
}
.btn:hover {
	opacity: 1;
}
.btn-light{
	background-color: #fff;
    color: #333;
	box-shadow: 0 0 0 1px #ccc;
}
.btn-success{
	background-color: #5cb85c;
    color: #fff;
}
.btn-danger{
	background-color: #ff000099;
    color: #fff;
}
.btn-primary{
	background-color: #0E6FA3;
    color: #fff;
}
.btn-3d{
	background-color: #ffffff70;
    box-shadow: inset 1px 1px 0px 1px #fff, 1px 1px 0 1px #999;
}
.btn-3d.down{
	background-color: #00000010;
    box-shadow: inset 1px 1px 0px 1px #999, 1px 1px 0 1px #fff;
}
.btn-action{
	padding: 0 5px;
    min-width: 25px;
    min-height: 25px;
}
.btn-action.disabled {
    opacity: 0.3;
    cursor: no-drop;
}
.bg-white{
	background-color: #fff;
}
.bg-muted{
	background-color: #eee;
}
.b-radius-5{
	border-radius: 5px;
}
.b-radius-10{
	border-radius: 10px;
}
.b-radius-15{
	border-radius: 15px;
}
.b-radius-20{
	border-radius: 20px;
}
.color-danger{
	color: #ff000099;
}
.color-success{
	color: #5cb85c;
}
.color-primary{
	color: #277CAA;
}
.color-white{
	color: #fff;
}
.color-muted{
	color: #777;
}
.color-red{
	color: #red;
}
.color-2{
	color: #5cb85c;
}
.color-1{
	color: #777;
}
.color-0{
	color: #333;
}
.bg-0{
	background-color: #E5EBF1;
}
.link-muted{
	color: #333;
}
.text-c{
	text-align: center;
}
.text-right{
	text-align: right;
}
.text-s-12{
	font-size: 12px;
}
.text-s-15{
	font-size: 15px;
}
.text-s-20{
	font-size: 20px;
}
.text-s-25{
	font-size: 25px;
}
.text-s-30{
	font-size: 30px;
}
.text-s-35{
	font-size: 35px;
}
.text-s-40{
	font-size: 40px;
}
.text-s-100{
	font-size: 100px;
}
ul.ul-circle>li:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border: 2px solid #ff9a00;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 8px;
}
ul.ul-check>li:before {
    content: '';
    display: block;
    width: 14px;
    height: 7px;
    border-left: 3px solid #ff9a00;
    border-bottom: 3px solid #ff9a00;
    position: absolute;
    left: 0px;
    top: 7px;
    transform: rotate(-45deg);
}
.card {
	padding: 15px 20px;
	border-radius: 5px;
}
.card-light {
	background-color: #fff;
	box-shadow: 0 1px 0 0 #d3d9de, 0 0 0 1px #e7e8ec;
}
.card-muted {
	background-color: #F1F1F1;
}
.hidden {
	display: none;
}
.visible-0{
	visibility: hidden;
}
/* ТАБЛИЦА */
.table-wrapper {
	overflow-x: auto;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
@media(min-width: 768px){
	.table-wrapper {
		overflow-y: auto;
	}
	.table-wrapper::-webkit-scrollbar {
		height: 10px;
		width: 10px;
	}
	.table-wrapper::-webkit-scrollbar-thumb {
		height: 10px;
		width: 10px;
		background-color: #999;
	}
	.table-wrapper::-webkit-scrollbar-track {
		background-color: #ccc;
	}
}
.table-wrapper table {
    table-layout: fixed;
	border-collapse: collapse;
	border-spacing: 0;
}
.table-wrapper table td,
.table-wrapper table th{
	border: 1px solid #ccc;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}
.table-wrapper table th{
	padding: 10px 10px;
	background-color: #F0F2F5;
}
.table-wrapper table td{
	padding: 5px 10px;
}
.table-wrapper .col-resize, 
.table-wrapper .col-resize {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    cursor: col-resize;
}
.table-wrapper table td a{
	cursor: pointer;
}
.table-wrapper table td a:hover{
	text-decoration: underline;
}
.table-wrapper table tr {
	background-color: #fff;
}
.table-wrapper tr.danger{
	background-color: #ff000015;
}
.td-width-min{
	width: 1px;
}
.table-wrapper tr:first-child>th,
.table-wrapper tr:first-child>td {
	border-top: unset;
}
.table-wrapper tr:last-child>th,
.table-wrapper tr:last-child>td {
	border-bottom: unset;
}
.table-wrapper .sort.select:after {
	display: inline;
	font-weight: bold;
	margin-right: 5px;
}
.table-wrapper .sort.select.asc:after {
	content: '↑';
}
.table-wrapper .sort.select.desc:after{
	content: '↓';
}
.table-wrapper.search-results{
	max-height: 300px;
	overflow-y: auto;
}
.table-wrapper.search-results tr{
	cursor: pointer;
}
.table-wrapper.search-results tr:hover{
	background-color: #F0F2F5;
}
.table-wrapper.search-results table td{
	padding: 10px 10px;
}
.table-wrapper{
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.td-action,
.tr-action{
	cursor: pointer;
} 
.td-action:hover{
	background-color: #F0F2F5;
}
.tr-action:hover td:not(:first-child):not(.modal-ajax){
	background-color: #F0F2F5;
}
.table-total-info {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: #f0f2f5;
    border: 1px solid #ccc;
    border-top: unset;
}
.row-color-danger td{
	color: red;
}
.row-color-success td{
	color: #5cb85c;
}
.row-color-primary td{
	color: #0E6FA3;
}
/* ТАБЛИЦА (END) */

/* ПАГИНАЦИЯ */
.pagination {
    display: flex;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	width: max-content;
}
.pagination>*{
	display: flex;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    height: 30px;
	border-right: 1px solid #ccc;
	box-sizing: border-box;
	padding: 0 5px;
}
.pagination>span {
    background-color: #F0F2F5;
	cursor: default;
}
.pagination>a {
    background-color: #fff; 
}
.pagination>*:last-child{
	border-right: unset;
}
.pagination>a:hover{
	background-color: #EDEEF050;
}
/* ПАГИНАЦИЯ (END) */

/* ПРЕЛОАДЕР */
.loader {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	z-index: 100;
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	animation: ispinner-fade-in 0.5s 1; 
	animation-fill-mode: forwards;
}
@keyframes ispinner-fade-in{
	0%{opacity: 0}
	100% {opacity: 1}
}
.spiner {
	animation: animate 1.5s linear infinite;
	clip: rect(0, 30px, 30px, 15px); 
	height: 30px;
	width: 30px;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
}
.ispinner {
    background-color: #000000cc;
    border-radius: 50%;
    position: relative;
    width: 40px;
    height: 40px;
}
.ispinner .ispinner-blade {
    position: absolute;
    top: 16px;
    left: 19px;
    width: 3px;
    height: 9px;
    background-color: #fff;
    animation: iSpinnerBlade 1s linear infinite;
    will-change: opacity;
}
.ispinner .ispinner-blade:nth-child(1) {
	transform: rotate(45deg) translateY(-10px);
	animation-delay: -1.625s;
}
.ispinner .ispinner-blade:nth-child(2) {
	transform: rotate(90deg) translateY(-10px);
	animation-delay: -1.5s;
}
.ispinner .ispinner-blade:nth-child(3) {
	transform: rotate(135deg) translateY(-10px);
	animation-delay: -1.375s;
}
.ispinner .ispinner-blade:nth-child(4) {
	transform: rotate(180deg) translateY(-10px);
	animation-delay: -1.25s;
}
.ispinner .ispinner-blade:nth-child(5) {
	transform: rotate(225deg) translateY(-10px);
	animation-delay: -1.125s;
}
.ispinner .ispinner-blade:nth-child(6) {
	transform: rotate(270deg) translateY(-10px);
	animation-delay: -1s;
}
.ispinner .ispinner-blade:nth-child(7) {
	transform: rotate(315deg) translateY(-10px);
	animation-delay: -0.875s;
}
.ispinner .ispinner-blade:nth-child(8) {
	transform: rotate(360deg) translateY(-10px);
	animation-delay: -0.75s;
}
@keyframes iSpinnerBlade {
	0% {opacity: 0.85}
	50% {opacity: 0.25}
	100% {opacity: 0.25} 
}
/* ПРЕЛОАДЕР (END) */


/* ЭЛЕМЕНТЫ ФОРМЫ */
.form-input{
	position: relative;
}
.form-input.required>label:after {
	content: '*';
	margin-left: 5px;
	color: red;
}

.form-input>input,
.form-input>textarea{
    font-size: 16px;
	box-sizing: border-box;
	border: 1px solid #ccc;
    width: 100%;
	cursor: pointer;
}
.form-input>input:disabled,
.form-input>textarea:disabled{
	cursor: default;
}
.form-input>textarea{
	min-height: 75px;
    max-width: 100%;
    min-width: 100%;
}
.form-input.error>input,
.form-input.error>textarea {
    border-color: red;
}
.form-input input.angle-down {
	padding-right: 25px;
    background-image: url(/assets/img/angle-down.svg);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: calc(100% - 10px) center;
}
.form-input-mono {
    position: relative;
}
.form-input-mono>label {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #777;
	transition: 0.1s;
	font-weight: 300;
	font-size: 16px;
}
.form-input-mono.on>label {
    top: 7px;
    font-size: 12px;
	font-weight: 500;
}
.form-input-mono>input,
.form-input-mono>textarea{
	padding: 20px 15px 5px;
	border-radius: 5px;
}
.form-input-default>label {
	font-weight: bold;
	font-size: 14px;
	padding: 0 15px 8px;
    display: block;
	cursor: pointer;
	white-space: nowrap;
}
.form-input-default>input,
.form-input-default>textarea{
    font-size: 15px;
	padding: 8px 15px;
}
.form-input-default>input.filter_search_text{
	padding: 8px 40px 8px 15px;
}
.search_clean {
    position: absolute;
    cursor: pointer;
	display: none;
	right: 15px;
    top: 7px;
}
.search_clean.show {
	display: inline-block;
}
.form-input-retro>label {
	font-weight: bold;
	font-size: 14px;
	padding: 10px 15px;
    display: block;
	border: 1px solid #ccc;
	border-bottom: unset;
	border-radius: 5px 5px 0 0;
	background-color: #F0F2F5;
}
.form-input-retro>input,
.form-input-retro>textarea{
	border-radius: 0 0 5px 5px;
}
.form-error{
    padding: 5px 15px;
    color: red;
	font-size: 12px;
}
.loading {
  -webkit-animation: loading 1s linear infinite;
  animation: loading 1s linear infinite;
}
@-webkit-keyframes loading {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}
@keyframes loading {
  0% { opacity: 1; }
  50% { opacity: 0.5; }
  100% { opacity: 1; }
}
input,
textarea{
	width: 100%;
    border: 1px solid #777;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 5px;
	font-size: 16px;
}
.checkbox-title,
.radiobox-title {
    font-weight: bold;
    margin-bottom: 8px;
	font-size: 14px;
}
.radiobox{
	cursor: pointer;
	display: block;
}
.radiobox>input{
	display: none;
}
.radiobox>span {
    display: inline-block;
}
.radiobox>span:before {
    content: '';
	display: none;
}
.radiobox-default>span:before {
    width: 100%;
    height: 100%;
    border: 1px solid #aaa;
    box-sizing: border-box;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: inset 0 0 3px 1px #00000030;
}
.radiobox-default>span {
    width: 18px;
    height: 18px;
	padding: 3px;
    box-sizing: border-box;
    margin-right: 5px;
    border-radius: 50%;
	vertical-align: top;
    background-color: #bbb;
	box-shadow: inset 0 0 4px 0 #00000030;
}
.radiobox-muted>input:checked + span {
    background-color: #bbb;
}
.radiobox-default>input:checked + span:before{
    display: block
}

.checkbox{
	cursor: pointer;
	display: block;
}
.checkbox>span{
	display: block;
	position: relative;
}
.checkbox>span:before{
	content: '';
	position: absolute;
	display: block;
}
.checkbox.disabled>span{
	background-color: #FAFAFA;
}
.checkbox>input{
	display: none;
}
.checkbox-default>span{
	width: 15px;
	height: 15px;
	border-radius: 3px;
	background-color: #fff;
	border: 1px solid #bbb;
}
.checkbox-default>input:checked + span:before{
    top: 3px;
    left: 3px;
    width: 6px;
    height: 4px;
    border-left: 3px solid #777;
    border-bottom: 3px solid #777;
    transform: rotate(-45deg);
}
.checkbox-slider>span{
	width: 30px;
	height: 18px;
	border-radius: 9px;
	background-color: #bbb;
}
.checkbox-slider>span:before{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	left: 0px;
	margin: 2px;
	background-color: #fff;
	box-shadow: inset 0 0 4px 0 #00000030;
}
.checkbox-slider>input:checked + span:before{
    right: 0;
    left: unset;
}
.checkbox-danger>input:checked + span{
    background-color: #f77071;
}
.checkbox-success>input:checked + span{
    background-color: #5cb85c;
}
.form-checkbox-list>label {
    font-weight: bold;
    font-size: 14px;
    padding: 10px 15px;
    display: block;
}
.form-checkbox-list>div:last-child {
	padding: 10px 15px;
}
.form-checkbox-list>div:last-child>a {
	color: #777;
	cursor: pointer;
}
.form-checkbox-list>div:last-child>a:hover {
	color: #333;
}
.checkbox-list {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 100%;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
    padding: 10px 15px;
	overflow-y: auto;
    height: 205px;
}
@media(min-width: 768px){
	.checkbox-list::-webkit-scrollbar {
		width: 10px;
	}
	.checkbox-list::-webkit-scrollbar-thumb {
		width: 10px;
		background-color: #ccc;
	}
	.checkbox-list::-webkit-scrollbar-track {
		background-color: #fff;
	}
}
.checkbox-list>label {
    display: flex;
	cursor: pointer;
	padding: 3px 0;
}
.checkbox-list>label>span {
	margin-left: 10px;
}
.form-input .results,
.form-input .filter_search_results,
.form-input .options,
.form-input .options_2{
    position: absolute;
    z-index: 1;
	margin-top: 5px;
    box-shadow: 0 5px 10px 0 #00000020;
    border: 1px solid #ccc;
	background-color: #fff;
    border-radius: 5px 0 0 5px;
    width: 100%;
    cursor: pointer;
    box-sizing: border-box;
	max-height: 200px;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 5px;
}
.form-input .results.open,
.form-input .filter_search_results.open,
.form-input .options.open,
.form-input .options_2.open {
	display: block;
}
@media(min-width: 768px){
	.form-input .options::-webkit-scrollbar,
	.form-input .options_2::-webkit-scrollbar	{
		width: 5px;
	}
	.form-input .options::-webkit-scrollbar-thumb,
	.form-input .options_2::-webkit-scrollbar-thumb {
		width: 5px;
		background-color: #ccc;
	}
	.form-input .options::-webkit-scrollbar-track,
	.form-input .options_2::-webkit-scrollbar-track {
		background-color: #fff;
	}
}
@media(min-width: 768px){
	.form-input .results::-webkit-scrollbar {
		width: 5px;
	}
	.form-input .results::-webkit-scrollbar-thumb {
		width: 5px;
		background-color: #ccc;
	}
	.form-input .results::-webkit-scrollbar-track {
		background-color: #fff;
	}
}
@media(min-width: 768px){
	.form-input .filter_search_results::-webkit-scrollbar {
		width: 5px;
	}
	.form-input .filter_search_results::-webkit-scrollbar-thumb {
		width: 5px;
		background-color: #ccc;
	}
	.form-input .filter_search_results::-webkit-scrollbar-track {
		background-color: #fff;
	}
}
.form-input .results>div,
.form-input .filter_search_results>div,
.form-input .options>div,
.form-input .options_2>div{
	padding: 5px 10px;
}
.form-input .results>div:hover,
.form-input .filter_search_results>div:hover,
.form-input .options>div:hover,
.form-input .options_2>div:hover{
	background-color: #eee;
}
.form-input .options>div.hover,
.form-input .options_2>div.hover,
.form-input .results>div.hover,
.form-input .filter_search_results>div.hover{
	background-color: #eee;
}
.select.search,
.modal-search.modal-ajax {
    padding-right: 35px;
}
.search_clean,
.btn_modal_search_clean {
    position: absolute;
    cursor: pointer;
    display: none;
    right: 8px;
    top: 8px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
}
.search_clean.for-title,
.btn_modal_search_clean.for-title {
    top: 33px;
}
.search_clean.for-title.mono,
.btn_modal_search_clean.for-title.mono {
    top: 20px;
}
.search_clean.show,
.btn_modal_search_clean.show {
	display: flex;
}
.form-input.disabled .search_clean.show,
.form-input.disabled .btn_modal_search_clean.show {
	display: none;
}
.form-input .sp-replacer{
    border-radius: 5px;
    background: #fff;
    border: solid 1px #ccc;
    padding: 6px 7px 6px 7px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
}
.form-input .sp-preview{
	border: 0;
	flex: 1;
}
.form-input .sp-dd{
	color: #777;
}
/* ЭЛЕМЕНТЫ ФОРМЫ (END) */

/** ВСПЛЫВАЮЩЕЕ СООБЩЕНИЕ **/
.popup-alert {
    position: fixed;
    width: 350px;
    margin: 0 auto;
    top: 5px;
	left: 0;
	right: 0;
    border-radius: 5px;
    z-index: 1000;
	display: none;
	box-sizing: border-box;
}
.popup-alert>div {
	color: #fff;
	font-size: 14px;
    position: relative;
	border-radius: 5px;
	padding: 10px 35px 10px 20px;
	box-shadow: 0 10px 10px 0 rgba(0,0,0,0.2);
}
.popup-alert  .btn-close{
	position: absolute;
	color: #fff;
	top: 0;
	right: 0;
	top: 7px;
    right: 15px;
	cursor: pointer;
}
.popup-alert.success  .btn-close{
	color: #fff;
}
.popup-alert.show{
	display: block;
	opacity: 0;
	transition: 0.1s;
}
.popup-alert.opacity{
	opacity: 1;
	top: 15px;
}
.popup-alert.danger {
    background-color: #FF4A4A;
}
.popup-alert.success {
    background-color: #5cb85c;
	color: #fff;
}
/** ВСПЛЫВАЮЩЕЕ СООБЩЕНИЕ (END)**/


/** МОДАЛЬНОЕ ОКНО **/
@media(min-width: 768px){
	body.blur #wrapper-events>*:not(.modal){
		-webkit-filter: blur(1px);
		-moz-filter: blur(1px);
		-o-filter: blur(1px);
		-ms-filter: blur(1px);
		filter: blur(1px);
	}
}
.modal {
    position: fixed;
	padding: 70px 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000030;
    z-index: 50;
	display: none;
	overflow-y: scroll;
	height: 100vh;
	box-sizing: border-box;
}
@media(min-width: 768px){
	.modal::-webkit-scrollbar {
		width: 10px;
	}
	.modal::-webkit-scrollbar-thumb {
		width: 10px;
		background-color: #777;
	}
	.modal::-webkit-scrollbar-track {
		background-color: #333;
	}
	.modal.show{
		transition: 0.2s;
	}
}
.modal.show{
	display: block;
	opacity: 0;
}
.modal.opacity{
	opacity: 1;
}
.modal>div {
    background-color: #fff;
    padding: 25px;
    border-radius: 5px;
	max-width: 400px;
	position: relative;
	box-sizing: border-box;
	margin: auto;
}
.modal h2 {
    margin: 0 0 20px 0;
	padding: 0 20px 0 0;
}
.modal .btn-close {
    color: #777;
    position: absolute;
    right: 20px;
    top: 15px;
    transition: 0.2s;
    text-decoration: none;
    font-size: 25px;
	cursor: pointer;
	opacity: 0.8;
}
.modal .btn-close:hover{
	opacity: 1;
}
@media(max-width: 767px){
	.modal {
		padding: 0;
	}
	.modal>div {
		padding: 30px 20px 40px;
		border-radius: 0;
		min-height: 100vh;
		max-width: 100%!important;
	}
}
/** МОДАЛЬНОЕ ОКНО (END) **/

/** АНИМАЦИЯ **/
.show-fade-in:not(.stop){
	animation: show-fade-in 0.5s 1; 
	animation-fill-mode: forwards; 
}
@keyframes show-fade-in{
	0%{opacity: 0}
	100% {opacity: 1}
}
.flashing:not(.stop){
	animation: 1s flashing linear infinite; 
}
@keyframes flashing{
	0%{opacity: 1}
	50%{opacity: 1}
	51%{opacity: 0}
	100% {opacity: 0}
}
/** АНИМАЦИЯ (END)**/

/** TABS **/
.tabs {
    border-bottom: 1px solid #eee;
    padding: 0 5px;
	display: flex;
	flex-wrap: wrap;
}
.tabs>a {
    display: inline-block;
    padding: 15px 10px;
    cursor: pointer;
	color: #444;
	border-bottom: 1px solid transparent;
}
.tabs>a:hover {
	color: #333;
	border-bottom: 1px solid #ccc;
}
.tabs>a.select {
	color: #333;
	border-bottom: 1px solid #333;
}
/** TABS (END) **/


/** ADMINBAR **/
#adminbar {
	position: absolute;
	width: 100%;
	z-index: 1;
	border-bottom: 1px solid #ccc;
}
#logo,
.adminbar-btn{
    height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 0 20px;
}
.adminbar-btn:hover{
	background-color: #EDEEF050;
}
#logo{
	flex: 1;
	transition: 0.1s;
}
#logo span{
    
}
#bars{
	border-right: 1px solid #EDEEF0;
	padding: 0;
	width: 50px;
}
#user,#logout,#crm{
	border-left: 1px solid #EDEEF0;
}
/** ADMINBAR (END) **/

/** ГЛАВНОЕ МЕНЮ **/
#menu {
	min-height: 100%;
	padding: 10px 0;
	box-sizing: border-box;
	background-color: #242D37;
}
@media(max-width: 767px){
	#menu {
		width: 70%;
	}
}
#menu .menu-item{
	display: block;
	padding: 10px 0;
	min-width: 45px;
	box-sizing: border-box;
	transition: unset;
	border-bottom: 1px solid #2b3642;
	cursor: pointer;
	transition: 0.1s;
}
#menu .menu-item:hover{
	background-color: #293141;
}
#menu .menu-item>span{
	padding-right: 20px;
	width: 130px;
    display: inline-block;
	box-sizing: border-box;
	color: #b3cbdd;
}
#menu .menu-item:hover>span{
	color: #fff;
}
#menu .menu-item>i{
	vertical-align: top;
    font-size: 16px;
	color: #606060;
	width: 50px;
    text-align: center;
	color: #B3CBDD;
}
#menu .menu-item:hover>i{
	color: #fff;
}
.sub-menu {
    position: fixed;
	z-index: 1;
	display: none;
	overflow-x: hidden;
	width: 180px;
    overflow-y: auto;
	background-color: #293141;
	padding: 5px 0;
	border-radius: 0 5px 5px 0;
}
@media(max-width: 767px){
	.sub-menu {
		position: unset;
		display: block;
		width: 100%;
	}
}
.menu-sub-item {
    display: block;
    padding: 10px 20px;
	color: #b3cbdd;
	cursor: pointer;
}
.sub-menu .menu-sub-item:hover{
	color: #fff;
}
@media(min-width: 768px){
	.sub-menu::-webkit-scrollbar {
		width: 5px;
	}
	.sub-menu::-webkit-scrollbar-thumb {
		width: 5px;
		background-color: #fff;
	}
	.sub-menu:hover::-webkit-scrollbar-thumb {
		background-color: #ccc;
	}
	.sub-menu::-webkit-scrollbar-track {
		background-color: #fff;
	}
}
/** ГЛАВНОЕ МЕНЮ (END) **/


/** ФИЛЬТР **/
.filter_list_items {
    overflow-x: hidden;
	border: 1px solid #ccc;
    overflow-y: auto;
	border-radius: 5px;
}
.filter_list_items>a{
	display: block;
	padding: 5px 15px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
}
.filter_list_items>a:hover{
	background-color: #F0F2F5;
}
.filter_list_items>a.select{
	background-color: #6CBD6C;
	color: #fff;
}
.filter_list_items>a:last-child {
	border-bottom: unset;
}
@media(min-width: 768px){
	.filter_list_items::-webkit-scrollbar {
		width: 10px;
	}
	.filter_list_items::-webkit-scrollbar-thumb {
		width: 10px;
		background-color: #999;
	}
	.filter_list_items::-webkit-scrollbar-track {
		background-color: #ccc;
		border-radius: 0 5px 5px 0;
	}
}
@media(max-width: 767px){
	.filter_list_items {
		max-height: 200px;
	}
}
/** ФИЛЬТР (END) **/


/** WRAPPER **/
#wrapper{
	display: flex;
	padding-top: 45px;
}
#column-left {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 45px);
}
@media(min-width: 768px){
	#column-left::-webkit-scrollbar {
		width: 5px;
	}
	#column-left::-webkit-scrollbar-thumb {
		width: 5px;
		background-color: #fff;
	}
	#column-left:hover::-webkit-scrollbar-thumb {
		background-color: #ccc;
	}
	#column-left::-webkit-scrollbar-track {
		background-color: #fff;
	}
}
#column-right {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 85px);
	position: relative;
	flex: 1;
}
@media(min-width: 768px){
	#column-right::-webkit-scrollbar {
		width: 10px;
	}
	#column-right::-webkit-scrollbar-thumb {
		width: 10px;
		background-color: #ccc;
	}
	#column-right::-webkit-scrollbar-track {
		background-color: #fff;
	}
}
/** WRAPPER (END) **/

/** BREADCRUMB **/
.breadcrumb {
    margin-top: 10px;
	display: inline-block;
}
.breadcrumb>a {
    font-size: 12px;
}
.breadcrumb>a.modal-ajax {
    cursor: pointer;
}
.breadcrumb>a:not(:last-child){
	color: #777;
}
.breadcrumb>a:hover {
    color: #333;
}
.modal .breadcrumb{
	display: none;
}
/** BREADCRUMB (END) **/

/** КАЛЕНДАРЬ **/
#ui-datepicker-div {
    margin-top: 5px;
	box-shadow: 0 5px 10px 0 #00000020;
	position: absolute;
}
.ui-datepicker-header>a{
	padding: 5px;
    background-color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    border: 1px solid #ccc;
}
.ui-datepicker-header>a:hover{
    border: 1px solid #aaa;
}
.ui-datepicker-header>a.ui-datepicker-prev{
	order: 1;
}
.ui-datepicker-header>div.ui-datepicker-title{
	order: 2;
	flex: 1;
    padding: 0 5px;
}
.ui-datepicker-header>a.ui-datepicker-next{
	order: 3;
}
.ui-datepicker-header>div.ui-datepicker-title>select{
	border: 1px solid #ccc;
	cursor: pointer;
	margin: 0 5px;
	padding: 3px;
}
.ui-datepicker-header>div.ui-datepicker-title>select:first-child {
    width: calc(60% - 10px);
}
.ui-datepicker-header>div.ui-datepicker-title>select:last-child {
    width: calc(40% - 10px);
}
.ui-datepicker-header {
    background-color: #f0f2f5;
    border: 1px solid #ccc;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    padding: 5px;
}
.ui-datepicker-calendar a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
    text-align: center;
}
.ui-datepicker-calendar {
	border-collapse: collapse;
	width: 100%;
	background-color: #fff;
}
.ui-datepicker-calendar th{
	background-color: #F0F2F5;
}
.ui-datepicker-calendar th,
.ui-datepicker-calendar td{
	padding: 5px 10px;
}
.ui-datepicker-calendar td,
.ui-datepicker-calendar th{
	border: 1px solid #ccc;
	text-align: left;
	white-space: nowrap;
}
.ui-datepicker-calendar td{
	padding: 0;
    cursor: default;
}
.ui-datepicker-calendar td:not(.ui-datepicker-current-day)>a.ui-state-hover{
	box-shadow: inset 0 0 10px 0 #00000030;
	background-color: #F0F2F5;
	text-decoration: none;
}
.ui-datepicker-calendar td.ui-datepicker-today {
    background-color: #F0F2F5;
}
.ui-datepicker-calendar td.ui-datepicker-today>a {
	text-decoration: none;
	box-shadow: inset 0 0 10px 0 #00000030;
}
.ui-datepicker-calendar td.ui-datepicker-current-day {
    background-color: #6dbd6d;
}
.ui-datepicker-calendar td.ui-datepicker-current-day>a.ui-state-active {
    color: #fff;
	text-decoration: none;
	cursor: default;
	box-shadow: inset 0 0 10px 0 #00000030;
}
/** КАЛЕНДАРЬ (END) **/


/** GPS ТРЕКЕР **/
#map{
	width: 100%;
	height: calc(100vh - 122px);
}
.my-div-icon {
	transform-origin: center;
    border-radius: 5px 5px 4px 4px;
    border: 1px solid #777;
    box-shadow: 3px 2px 3px 0 #00000050;
    background: linear-gradient(-45deg, #b9bb85, #f7fabf, #f7fabf, #ffffff);
}
.my-div-icon.online{
	background-color: #5A8FD4;
}
.my-div-icon.offline{
	background-color: #999999;
}
.my-div-icon.stop{
	background-color: #f44336;
}
.my-div-icon:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 6px;
    background: #5A8FD4;
    background: linear-gradient(-45deg, #5A8FD4, #99c5ff);
    top: 8px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #777;
    margin: 0 -1px;
}
/** GPS ТРЕКЕР (END) **/


/** КОНТЕКСТНОЕ МЕНЮ **/
.contextmenu {
    position: fixed;
    background-color: #252e38;
    padding: 5px 0;
}
.contextmenu>a {
    color: #b3cbdd;
    display: block;
    padding: 5px 15px;
    cursor: pointer;
}
.contextmenu>a:hover {
    color: #fff;
	background-color: #293141;
}
/** КОНТЕКСТНОЕ МЕНЮ (END) **/


/** CRM **/
#window-crm {
	display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 1;
    top: 46px;
    right: -450px;
    width: 450px;
    bottom: 0;
	transition: 0.2s;
}
#window-crm.show{
	right: 0;
}
#wc-header {
	cursor: all-scroll;
    padding: 10px 20px;
    background-color: #252e38;
}
#wc-header *{
	color: #b3cbdd;
	font-size: 18px;
	-moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
#wc-header a{
	cursor: pointer;
	opacity: 1;
}
#wc-header a:hover{
	opacity: 0.8;
}
#wc-action {
    display: flex;
    align-items: center;
}
#wc-body {
    background-color: #F0F2F5;
	flex: 1;
	padding: 0 10px 10px;
	overflow-y: auto;
	box-sizing: border-box;
}
#window-crm>.wrapper{
	flex: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: #fff;
	border-left: 1px solid #777;
    border-right: 1px solid #777;
}
@media(min-width: 768px){
	#wc-body::-webkit-scrollbar {
		width: 5px;
	}
	#wc-body::-webkit-scrollbar-thumb {
		width: 5px;
		background-color: #777;
	}
	#wc-body::-webkit-scrollbar-track {
		background-color: #fff;
	}
}
@media(max-width: 767px){
	#window-crm {
		display: none;
		width: 100%;
		right: 0;
		top: 0;
	}
	#window-crm.show{
		display: flex;
	}
}
#wc-btn-check-and-run {
    background-color: #F0F2F5;
    padding: 10px;
}
#wc-btn-check-and-run i {
    margin-left: -20px;
}
#wc-filter{
	background-color: #F0F2F5;
    padding: 0 10px 10px;
}
.task-card {
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
    background-color: #fff;
	box-shadow: 0 1px 0 0 #d3d9de, 0 0 0 1px #e7e8ec;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid transparent;
    margin-bottom: 10px;
	transition: 0.1s;
}
.task-card.fix {
	border: 1px solid red;
}
#wc-body>div:last-child {
	margin-bottom: 0;
}
.task-card:hover {
	border: 1px solid #bbb;
}
.task-card.drag{
	opacity: 0.5;
}
.task-card.fix:hover {
	border: 1px solid red;
}
.tc-title{
	font-weight: bold;
}
.tc-header {
    margin-bottom: 2px;
}
#wc-header,
.tc-header,
.tc-footer{
    display: flex;
    justify-content: space-between;
}
.tc-text {
    overflow: hidden;
	margin-bottom: 2px;
}
.tc-client {
    margin-bottom: 2px;
	color: red;
}
.tc-phone{
	color: red;
}
.tc-cname{
	color: #277CAA;
}
.tc-users,
.tc-date,
.tc-deadline{
    color: #777;
}
.tc-deadline i{
	color: #277CAA;
    margin-right: 3px;
}
.tc-deadline.flashing,
.tc-deadline.flashing i{
	color: red;
}
.tc-action i{
	margin-left: 5px;
}
.tc-action i{
	opacity: 0.8;
}
.tc-btn-done-form:hover,
.tc-btn-edit:hover,
.tc-btn-archive:hover{
	opacity: 1;
}
.tc-btn-done-form{
	color: #5EB85E;
}
.tc-btn-archive{
	color: red;
}
/** CRM (END) **/


/** SECURITY PAGE **/
#security-page{
    text-align: center;
	width: 100%;
	height: 100%;
	display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#security-page h1{
	opacity: 0.5
}
#security-page>div{
	padding-bottom: 100px;
}
/** SECURITY PAGE (END) **/


@media(min-width: 768px){
	#menu.min .menu-item>span{
		display: none;
	}
	#menu.min .menu-item{
		padding: 10px 0;
		width: 50px;
		text-align: center;
	}
}

@media(max-width: 767px){
	#logo,
	#crm>span,
	#user>span,
	#logout>span{
		display: none;
	}
	#column-left{
		position: absolute;
		z-index: 200;
		transform: translateX(-100%);
		width: 100%;
		background-color: #00000050;
	}
	#column-left.show{
		transform: translateX(0);
	}
}
@media(max-width: 360px){
	
}