@font-face {
	font-family: myFont;
	src: url(/css/HelveticaNeueCyr-Light.otf);
	font-display: swap;
}

@font-face {
	font-family: myFont-Medium;
	src: url(/css/HelveticaNeueCyr-Medium.otf);
	font-display: swap;
}
/*
green #5cc941
orange #fc9500
blue #00bfff
*/
body {
	color:#444444;
	font-family: myFont, Courier;
	padding-top:54px;
	font-size:15px;
	min-height: 90vh;
	min-height: -moz-calc(100vh - 67px);
	min-height: -webkit-calc(100vh - 67px);
	min-height: calc(100vh - 67px);
	position: relative;
	min-width:1100px;
	margin: 0;
}

.body_sticky--bottom {
	position:fixed;
	bottom:20px;
}

p {
	margin: 15px 0;
}

.top {
	min-width: 1100px;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

:focus {
	outline-color: rgba(77, 144, 254, 0.8);
}

table th:focus {
	outline: 0;
}

table .hidden-cell {
	display: none!important;
}

table td[data-editable="1"] {
	position: relative;
}

table td[data-editable="1"]:hover:after {
	font-family: FontAwesome;
	content:"\f040";
	right: 4px;
	top: 30%;
	position: absolute;
}

table td[data-editable="1"].transparent-input {
	box-shadow: 0 0 0 1px rgba(77, 144, 254, 0.8) inset;
}

table td[data-editable="1"].transparent-input input {
	padding: 0!important;
	border: none;
	outline: 0;
	box-shadow: none;
	border-radius: 0;
	background: none;
	font-size: inherit;
}

.preloader {
	/*фиксированное позиционирование*/
	position: fixed;
	/* координаты положения */
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/* фоновый цвет элемента */
	background: #fff url("/img/mozg_2.png") no-repeat center;
	/* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
	z-index: 1500;
}

.preloader__row {
	position: relative;
	top: 50%;
	left: 50%;
	width: 104px;
	height: 70px;
	margin-top: 150px;
	margin-left: -52px;
	text-align: center;
}

.preloader__item {
	width: 15px;
	height: 15px;
	border-radius: 4px;
	background-color: #4a90e2;
	animation: preloader 1.5s cubic-bezier(.17,.37,.43,.67) infinite;;
}

@keyframes preloader {
	0% {transform: translate(0,0) rotate(0deg);}
	50% {transform: translate(70px,0) rotate(360deg);}
	100% {transform: translate(0,0) rotate(0deg);}
}

.loaded_hiding .preloader {
	transition: 0.8s opacity;
	opacity: 0;
}

.loaded .preloader {
	display: none;
}

.regpage input, .regpage textarea
{
	padding: 7px;
	margin:2px;
	box-sizing: border-box;
	width: 300px;
	display: inline-block;
}

a {
	color: rgb(47, 117, 181);
}

.link {
	border: none;
	background: none;
	padding: 0;
	font-size: inherit;
	text-decoration: underline;
	color: rgb(47, 117, 181);
	cursor: pointer;
}

.hover-link {
	text-decoration: none;
}

.hover-link:hover {
	text-decoration: underline;
}

a {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.hide {
	display: none !important;
}

.cursor-help {
	cursor: help!important;
}

.dark-blue {
	color: #2E6DA7;
}

.small, small {
	font-size: 85%;
}

.text-left {
	text-align: left!important;
}
.text-right {
	text-align: right!important;
}
.text-center {
	text-align: center!important;
}
.text-justify {
	text-align: justify!important;
}
.text-nowrap {
	white-space: nowrap!important;
}
.text-lowercase {
	text-transform: lowercase!important;
}
.text-uppercase {
	text-transform: uppercase!important;
}
.text-capitalize {
	text-transform: capitalize!important;
}
.text-muted {
	opacity: 0.85;
}

u, ins {
	text-decoration: underline;
}

.regpage a{
	color:#00c0fc;
}
.forgot_pass{
	margin-top:15px
}
.regpage .forgot_pass{
	font-size:13px;
}
.regpage .logo_pic{
	padding:5px 0;
}
.regpage .logo_text{
	padding-bottom:5px;
}
.regpage .logo_title{
	max-width: 600px;
	margin: 10px auto;
	line-height: 1.4;
	font-size: 16px;
}
.regpage .message{

}
.regpage .auth{
	padding:40px 0;
	margin:0 auto;
	font-size:20px;
}
.regpage .button{
}
.regpage h1{
	padding-top:10px;
	font-weight:100;
}
.footer {
	font-size:13px;
	/* max-width: 1000px; */
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	width: 100%;
	right: 0;
	line-height: 54px;
	padding: 10px 0;
	border-top: 1px solid #e6e6e6;
}
.footer__left {
	float: left;
}
.footer__right {
	float: right;
}
.footer__item {
	padding: 0 5px;
	display: inline-block;
}
.footer__version {
	position: absolute;
	bottom: 2px;
	color: #eee;
	right: 0;
	line-height: 0;
}
.footer__ssl {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 0;
}
@media (max-width: 1335px) {
	.footer__item_desc {
		display: none;
	}
}

.button{
	cursor:pointer;
	border-radius:5px;
	color:white!important;
	border-width:0 !important;
	padding:7px 12px!important;
	opacity: 0.8;
	-webkit-appearance: none;
}

.button:hover {
	opacity: 1;
}

.dataTables_wrapper td .button{
	padding:3px 5px;
	display: inline-block;
}

.dataTables_scrollBody {
	text-align: left;
}

.dataTables_wrapper .dataTables_processing {
	z-index: 1;
	top: 0!important;
	bottom: 0;
	height: auto!important;
	background: #e9e9e9!important;
	opacity: 0.4;
	margin-top: 0!important;
}

div.dt-buttons {
	float: left;
	padding: 0.25em 0.35em;
}


.text-red, .text-error {	color: #e53935!important; }
.text-green, .text-success { color: #5cc941!important }
.text-dark-green { color: #166d00!important; }
.text-dark-blue { color: #2677d3!important; }
.text-blue { color: #00bfff!important; }
.text-yellow { color: #ffeb3b!important; }
.text-orange, .text-warning { color: #fa9400!important; }
.text-default { color:#444444!important; }
.text-white { color:#fff!important; }
.text-gray { color:#cacaca!important; }

.bg-red, .button.red { background-color: #e53935!important; }
.bg-green, .button.green{ background-color: #5cc941!important; }
.bg-light-green { background: #e5f5e1!important; }
.bg-gray, .button.gray{ background-color: #cacaca!important; }
.bg-light-gray { background-color: rgb(226, 226, 226)!important; }
.dg-dark-green, .button.dark-green { background-color: #166d00!important; }
.dg-dark-blue, .button.dark-blue { background-color: #2677d3!important; }
.bg-blue, .button.blue { background-color: #00bfff!important; }
.bg-yellow, .button.yellow { background-color: #ffeb3b!important; }
.bg-orange, .button.orange { background-color: #fa9400!important; }
.bg-white, .button.white { background-color: #fff!important; color: #444!important; }

a.button{
	text-decoration: none;
	color:inherit;
	display: inline-block;
}

h3.green { color: #5cc941; }
h3.orange{ color: #fa9400; }
hr.orange {	border: none; border-bottom: 1px solid #fa9400; }

.main {
}

.top{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1002;
	overflow: visible;
	background: #fff;
	padding:10px 0;
	font-size: 15px;
	border-bottom: 1px solid #e6e6e6;
	height: 54px;
	box-sizing: border-box;
}

.top-shadow {
	box-shadow: 0 1px 10px rgba(0,0,0,0.1);
}

.top a{
	color:inherit;
	text-decoration:inherit;
}
.top ul{
	vertical-align:middle;
	margin:0 0 0 20px;
	padding:0;
}
.top li {
	display:inline-block;
}
.top .menu_item,.top .profile{
	cursor:pointer;
	padding:7px;
	margin-right:30px;
}

@media (max-width: 1165px) {
	.top .profile {
		display: none;
	}
}

.top .menu_item{
	padding-left:40px;
	background-repeat: no-repeat;
}

/*@media (max-width: 1450px) {
	.top .menu_item {
		margin-right:12px;
	}
}

@media (max-width: 1350px) {*/
.top .menu_item {
	margin-right: 5px;
	background-image: none !important;
	padding-left: 5px;
}
/*}*/

.top li span,.exit div.li,.top .profile span{
	border-bottom:1px dashed #000;
	line-height:16px;
}
.top li.current span{
	border-bottom:none;
	font-weight:bold;
}
.top li div{
	display:inline-block;
}
.top .logo img {
	width: 67px;
}

.exit {
	float:right;
	padding: 0 5px;
}
.regpage {
	text-align:center;
	margin:0 auto;
	padding:20px 10px;
}
.text-center {
	text-align: center;
}

.modal_back {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	z-index:1003;
	text-align:center;
	padding-top:5px;
}
.modal_form {
	display: inline-block;
	margin: auto;
	max-width: 99%;
	height: 100%;
	max-height: 100%;
}

.dataTables_wrapper select {
	min-width: unset;
}

.modal_form table{
	display:inline-table;
}
.tdStyle td,.tdStyle th{
	border: 1px solid #fff;
	padding:4px 9px;
}
.floatThead-container th{
	background-color:rgba(0,0,0,0.5);
	color:white;
}
.noborder td{
	border:none;
}
.modal_head{
	height: 18px;
	overflow: hidden;
	padding: 8px 12px;
	color: white;
	background: #E79618;
	line-height: 17px;
	font-size: 16px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border-radius: 4px 4px 0 0;
}
.modal_head form {
	display:inline-block;
	padding:0 5px;
}
.modal_close {
	cursor: pointer;
	float: right;
	padding: 2px 5px;
	margin-top: -1px;
	background-color: #fff;
	color: #e79618;
}
.modal_body{
	padding: 10px 20px;
	max-height: -moz-calc(100vh - 67px);
	max-height: -webkit-calc(100vh - 67px);
	max-height: calc(100vh - 67px);
	background: #e9e9e9;
	min-width: 450px;
	min-height: 100px;
	position: relative;
	height: auto;
	overflow: auto;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	border-radius: 0 0 4px 4px;
}

.modal_footer {
	margin:30px -20px -10px;
	padding: 15px;
	border-top:1px solid #ddd;
}

.repcont {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 50px;
	margin-bottom: 50px;
	padding-left: 100px;
}

.rep-header-title-section {
    display: flex;
    flex-wrap: wrap;
	margin-top: 10px;
	margin-left: -44px;
}

.rep-controls {
	cursor: pointer;
	display: inline-block;
	height: 40px;
	width: 30px;
	margin:-10px 5px;
}

.rep-controls:hover {
	opacity: 1!important;
}

.rep-controls .fa {
	font-size: 30px;
}
.repreload, .report-video-instruction {
  	color: rgb(45, 178, 0);
}
.minimized .rep-header-title-section .repreload {
	display: none;
}

.repname {
	vertical-align: top;
	font-size: 200%;
	margin-right: 10px;
	background: url(/img/reparrowup.png) no-repeat right 16px;
	padding-right: 30px;
	line-height:35px;
	width: auto;
	height: auto;
	background-position-y: 16px;
}

.repname-hint {
    color: gray;
    font-size: 50%;
    line-height: 1;
}

.favedit {
	visibility: hidden;
	opacity: 50%;
}

.favRep:hover .favedit {
	visibility: visible;
}

.repname:hover .favedit {
	opacity: 100%;
}

.repcont.minimized .repname{
	color:#00bfff;
	background: url(/img/reparrow.png) no-repeat right 16px;
}
.repname span{
	vertical-align: middle;
}
.repcont.minimized .repname span{
	border-bottom: 1px dashed;
}
.repcont.minimized > .toExcel{
  display: none;
}
.repdesc{
	/*padding-left: 176px;*/
	max-width: 700px;
}
.repdesc_filter-item {
	position: relative;
	cursor: pointer;
	display: inline-block;
	padding: 2px 5px;
	white-space: nowrap;
	border-radius: 3px;
	background-color: #e4e4e4;
	margin-top: 3px;
	line-height: 1.1em;
}
.repdesc_filter-del {
padding: 1px 2px 2px 6px;
border-left: 1px solid #f5f8f8;
}
.repexcel {
background: url(/img/xlsx.svg) no-repeat center;
background-size: contain;
}
.replink {
background: url(/img/link.svg) no-repeat center;
background-size: contain;
}
.repfavadd {
background: url(/img/star_no.svg) no-repeat center;
background-size: contain;
}
.repfav {
background: url(/img/star_yes.svg) no-repeat center;
background-size: contain;
}

.repfavsend {
background: url(/img/share_no.png) no-repeat center;
background-size: contain;
}

.repfavproc {
background: url(/img/loader1.gif) no-repeat center;
}
.closerepcont {
background: url(/img/close_rep.png) no-repeat center;
}
.repfilters{
margin-left: -40px;
background: url(/img/filters.png) no-repeat;
padding-left: 40px;
line-height: 30px;
height: 30px;
}

.reptimer {
	display:inline-block;
	margin-left:1px;
	color:#ccc;
	font-size:0.7em;
	line-height:30px;
}
.reptimer__countdown {
	position: absolute;
	margin: 25px -10px
}
.loader{
width:100%;
height:100px;
background:url(/img/loader.gif) 50% 50% no-repeat;
margin: 20px 0 30px;
}
.loader1{
    width:100%;
    height: 28px;
    background:url(/img/loader1.gif) 50% 50% no-repeat;
}
.loader2{
width:62px;
height:13px;
margin:-6px 0 0 -31px;
background:url(/img/loader2.gif) 50% 50% no-repeat;
position:fixed;
z-index:99999;
left:50%;
top:50%;
}

.loader3{
width:100%;
height:100px;
background:url(/img/loader3.gif) 50% 50% no-repeat;
}

.loader4 {
 display: inline-block;
 position: relative;
 width: 64px;
 height: 25px;
}
.loader4 div {
position: absolute;
top: 50%;
margin-top: -4px;
width: 11px;
height: 11px;
border-radius: 50%;
background: #919191;
animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader4 div:nth-child(1) {
left: 6px;
animation: lds-ellipsis1 0.6s infinite;
}
.loader4 div:nth-child(2) {
left: 6px;
animation: lds-ellipsis2 0.6s infinite;
}
.loader4 div:nth-child(3) {
left: 26px;
animation: lds-ellipsis2 0.6s infinite;
}
.loader4 div:nth-child(4) {
left: 45px;
animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% { transform: scale(0); }
100% { transform: scale(1); }
}
@keyframes lds-ellipsis3 {
0% { transform: scale(1); }
100% { transform: scale(0); }
}
@keyframes lds-ellipsis2 {
0% { transform: translate(0, 0); }
100% { transform: translate(19px, 0); }
}

.spinner-loader {
    width: 16px;
    height: 16px;
    border: 2px solid #000;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: spinner-rotation 1s linear infinite;
}

.spinner-loader.spinner-white {
    border: 2px solid #fff;
    border-bottom-color: transparent;
}

@keyframes spinner-rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.tooltip {
	display: inline-block;
	opacity: 0;
	position:fixed;
	z-index:9999;
	padding: 10px;
    width: max-content;
}

.tooltip__text {
	background:#fff;
	padding:12px;
	white-space:normal;
	border-radius:4px;
	border:1px solid rgba(0,0,0,.15);
	font-size:14px;
	max-width:450px;
	color: #444444;
	font-family: myFont, Courier;
}

#mess{
background:#fff;
visibility:hidden;
position:absolute;
z-index:9999;
padding:12px;
white-space:normal;
border-radius:4px;
border:1px solid rgba(0,0,0,.15);
font-size:14px;
max-width:450px;
}

.favstar{
vertical-align:bottom;
padding: 1px 5px;
}

#tohideleft{
position: fixed;
width: 100%;
height: 100%;
z-index:1001;
}
.messagebar{
position: fixed;
right: 0;
width: 300px;
margin-top: 30px;
top: 0;
max-height: 100%;
overflow: auto;
z-index:1003;
}
.messagecont{
background-color: white;
padding: 5px;
margin: 5px;
border-radius: 5px;
box-shadow: #666 2px 2px 2px;
}
.messagebody{
max-height: 100px;
overflow: auto;
margin:5px 0;
font-size:14px;
}
.messageclose {
margin: -10px;
cursor: pointer;
padding: 7px 15px;
float: right;
font-size: 20px;
}
.messagefoot form{
display:inline-block;
}
.error{
position:fixed;
top:0;
left:0;
background:blue;
color:red;
z-index:999999;
padding:2px;
}
.logPageMessage{

}
p.red{
color:#e53935;
}
p.green{
color:green;
}
p.yellow{
border:1px solid yellow;
}
#rightstable tr:nth-child(even) {
background: #ccc;
}
#rightstable{
position:relative;
}
.ajaxTempResult{
position:absolute;
}
.ajax_temp {
background:#fff;
padding: 2px 6px;
display: block;
opacity: 0.9;
border-radius: 4px
}

#settings_body table{
position:relative;
}
.addButton{
margin-bottom:10px;
text-align:center;
}
.main_table{
width:100%;
}

#left{
width:25px;
vertical-align: top;
border-right:1px solid #999;
overflow:auto;
}
.left_hiding_container {
z-index:1001;
top: 65px;
left: 0;
position: fixed;
}
.left_hiding {
display: inline-block;
margin-left: 0;
width: 614px;
max-height: calc(100vh - 110px);
max-height: -moz-calc(100vh - 110px);
max-height:-webkit-calc(100vh - 110px);
border: 2px solid #fc9500;
padding: 10px;
background: white;
overflow: visible;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
border-radius: 0 0 2px 2px;
}

.left_hiding_inside{
max-height:calc(100vh - 185px);
max-height:-moz-calc(100vh - 185px);
max-height:-webkit-calc(100vh - 185px);
}

#warning{
color:#e53935;
}
.left_hiding_inside{
margin-top: -40px;
margin-bottom: 20px;
overflow: auto;
}

.left_hiding.transition {
transition: 0.5s;
}

/*div#repFilters{
max-height: 900px;
overflow: auto;
}*/

.left_hiding_icon{
	position:relative;
	left: 624px;
	top: -15px;
	cursor:pointer;
}

.left_hiding_icon.logo:hover, .left_hiding_icon.title {
	width:87px;
	height:44px;
	background: url(/img/rep_gen_clear.png) no-repeat;
	text-align: center;
	color: white;
	display: block;
	font-size: 11px;
	font-weight: bold;
	padding-top: 5px;
	letter-spacing: 1.5px;
	line-height: 13px;
}

.left_hiding_icon.logo {
	width:51px;
	height:44px;
	background:url(/img/brain_flag.png) no-repeat;
}

.left_hiding_icon.logo span {
	display: none;
}

.left_hiding_icon.logo:hover span {
	display: initial;
}

.small_input input[type="text"]{
	width:70px;
}

.small_input select{
	max-width:140px;
	min-width: 85px;
}

.small_input td {
	min-width: 100px;
}

.dataTables_length select, .dataTables_filter input, .form-control {
	padding: 5px 7px;
	font-size: 15px;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	box-sizing: border-box;
}

.dataTables_length, .dataTables_filter {
	padding-bottom: 10px;
}

.dataTables_filter input {
	outline: 0 !important;
	-webkit-appearance: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	border-radius: 2px;
}

.form-control {
	display: block;
	width: 100%;
	padding: 5px 7px;
	/*height: 34px;*/
	/*line-height: 1.42857143;*/
}

.form-control:disabled {
	background-color: transparent;
}

.form-control.inline {
	display: inline;
	width: auto;
}

.body {
	padding:20px 16px 0;
}

.repcont th{
	font-size:80%;
}

.repcont  td, .modal_body .overflow td, .modal_body .tablesorter-headerRow th{
	white-space: nowrap;
	color:#4c4c4c;
}

.repcont th.subheader {
	background-color: #e0e0e0;
	color: #333;
	font-size: 14px;
	text-align: left;
	padding: 11px 10px;
}

.repcont .summary td {
	background-color: #e0e0e0!important;
}

.repcont .info {
	white-space: normal;
	background-color: inherit;
	text-align: left;
	/*border: none;   border-color: #ccc; */
}

.repcont table table td {
    border:1px solid #ebe8e2;
}

.repcont td {
	background-color: #fff;
}

.repcont table table th,  .modal_body .overflow td, .modal_body .tablesorter-headerRow th {
	border:1px solid #fff;
	text-align: left;

}

.repcont table table td, .modal_body .overflow td {
	font-size: 14px;
}

.repcont td,.repcont  th, .modal_body .overflow td, .modal_body .tablesorter-headerRow th {
	padding: 4px 8px;
}
.modal_body .overflow{
	background-color: white;
}

.repcont th, .repcont tfoot td,.modal_body th {
	font-weight: normal;
	background-color: #ebe8e2;/*rgb(233, 233, 233);*/
	color: #4c4c4c;
	text-align: left;
	padding: 10px 8px;
	box-sizing: border-box;
	/*border: 1px solid rgb(226, 226, 226);*/
}

.modal_body th {
	background-color: rgb(233, 233, 233);
}

th.tablesorter-header {
	background-image:url(/img/bg.gif);
	background-repeat:no-repeat;
	background-position:center right;
	cursor:pointer;
	padding-right:20px !important;
}

th.tablesorter-header.sorter-false {
	background-image: none;
	padding: 4px 9px !important;
}

th.tablesorter-headerDesc {
	background-image:url(/img/asc.gif);
}

th.tablesorter-headerAsc {
	background-image:url(/img/desc.gif);
}
select{
	min-width:150px;
}
#load_select td{
	vertical-align:top;
}
.delete_icon,.edit_icon,.plane_icon, .view_icon{
	cursor:pointer;
	height:20px;
	width:20px;
	display:inline-block;
	background-size:contain;
	margin:0 5px;
}
.delete_icon{
	background-image:url(/img/remove.svg);
}
.edit_icon{
	background-image:url(/img/edit.png);
}

.plane_icon{
	background-image:url(/img/plane.png);
	background-repeat: no-repeat;
}

.view_icon{
	background-image:url(/img/view.png);
}
.mtableWrap{
	text-align:left;
}

#repFilterForm td{
	padding:5px;
}

.repcont .toExcel{
	width:100%;
	table-layout:fixed;
}

td.right{
	text-align:right;
}
.logo_text .for_beta,.logo_pic .for_tag{
	width: 100%;
	height:0;
}
.logo_text .for_beta,.top .for_beta,.logo_pic .for_tag{
	position: absolute;
}
.logo_text .beta{
	position: relative;
	width: 50px;
	height: 50px;
	background-image: url(/img/beta.png);
	background-repeat: no-repeat;
	left: 85px;
	top: -69px;
	display: inline-block;
}
.logo_pic .tag{
	position: relative;
	width: 171px;
	height: 67px;
	background-image: url(/img/logo_tag_empty.png);
	background-repeat: no-repeat;
	left: 184px;
	top: -166px;
	display: inline-block;
}
.top .beta{
	position: relative;
	width: 30px;
	height: 30px;
	top: -13px;
	left: 8px;
	background-image: url(/img/beta-s.png);
	background-repeat: no-repeat;
}
.modal_head img{
	width:25px;
	height:25px;
	margin:-8px 5px;
	cursor:pointer;
}
table.left td{
	text-align:left;
}

table.striped tbody tr:nth-child(even) {
	background: rgb(245, 245, 245);
}


div.overflow{
	max-width:100%;
	overflow: auto;
	max-height:600px;
	margin-bottom: 20px;
	/*padding-top:1px;*/
}
div.overflow.overflow-450{
	max-height:450px;
}
div.overflow.sticky-scrollbar{
	width: max-content;
}
.overflow table{
	width:100%;
}
#toTop{
	position:fixed;
	z-index:1000;
	bottom: 100px;
	left:-100px;
	padding-top:25px;
	font-size:12px;
	background:url(/img/totop.png) no-repeat top;
	cursor:pointer;
}
#minAllRep{
	position:fixed;
	z-index:999;
	bottom: 150px;
	left:11px;
	padding-top:35px;
	font-size:12px;
	background:url(/img/minall.png) no-repeat top;
	cursor:pointer;
	text-align: center;
	width: 60px;
}
.ajax_result_message{
	padding:10px 0;
}
.pickmeup{
	z-index:1004 !important;
}
table.evenlines tr:nth-child(even){
	background-color: #E2E2E2;
}
table.evenlines tr:hover{
	background-color: rgba(245,222,176,0.5);
}
td.right{
	text-align:right;
}
td.left{
	text-align:left;
}
table.right td{
	text-align:right;
}
table.right-not-first td:first-child {
	text-align: left;
}
table.right-not-first td:not(:first-child):not([style*="display: none"]) {
	text-align: right;
}
table.right, table.left {
	/* background-color: rgb(238, 238, 238); */
}

.analyzer .summary {
	background: rgb(222, 222, 222);
}

table.left td{
	text-align:left;
}

.repname-container {
    display: flex;
    align-items: center;
}

.repaftername{
	display: none;
	vertical-align: top;
	line-height: 20px;
	overflow: hidden;
	max-width: 800px;
	margin-top: 15px;
}
.minimized .repaftername{
  display: inline-block;
}
.repaftername small {
  color: gray;
}
#mtable_item1 td span {
	cursor: pointer;
}

.mtableChecked, .row-checked {
	background-color: rgb(232, 246, 255) !important;
}

table.dataTable.display tbody tr.odd.mtableChecked>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd.mtableChecked>.sorting_1 {
	background-color: rgb(211, 238, 255);
}

table.dataTable.display tbody tr.even.mtableChecked>.sorting_1, table.dataTable.order-column.stripe tbody tr.even.mtableChecked>.sorting_1 {
	background-color: rgb(223, 242, 255);
}

table.dataTable.hover tbody tr.mtableChecked:hover, table.dataTable.hover tbody tr.odd.mtableChecked:hover, table.dataTable.hover tbody tr.even.mtableChecked:hover, table.dataTable.display tbody tr.mtableChecked:hover, table.dataTable.display tbody tr.odd.mtableChecked:hover, table.dataTable.display tbody tr.even.mtableChecked:hover {
	background-color: #d3eeff !important;
}

table.dataTable.display tbody tr.mtableChecked:hover>.sorting_1, table.dataTable.display tbody tr.odd.mtableChecked:hover>.sorting_1, table.dataTable.display tbody tr.even.mtableChecked:hover>.sorting_1, table.dataTable.order-column.hover tbody tr.mtableChecked:hover>.sorting_1, table.dataTable.order-column.hover tbody tr.odd.mtableChecked:hover>.sorting_1, table.dataTable.order-column.hover tbody tr.even.mtableChecked:hover>.sorting_1 {
	background-color: #d3eeff !important;
}

table.dataTable tfoot th, table.dataTable tfoot td {
	padding: 10px 0;
	border-top: 1px solid #b5b5b5!important;
}

table td .edit_value, table td.inline-edit .select2,  table td.inline-edit .loader4 {
	width: 60%;
	margin: -3px;
}

table td.inline-edit__error {
	background-color: #ffccbc!important;
}

table.dataTable thead th, table.dataTable thead td {
	border-bottom: 1px solid #b5b5b5!important;
}

table.dataTable tr td:first-child {
	text-align: left;
}

.edit_td{
	/*background: url(/img/input.png) no-repeat;
	background-position: center center;
	background-size: 50px 19px;*/
}
.number{
	min-width: 30px;
}

.footnote {
	font-size: 0.9em;
	color: rgba(255, 61, 103, 0.81);
}





#instruction_import_dropdown, .reports_dropdown  {display: inline-block; margin: 0; padding: 0}
#instruction_import_dropdown {margin-right: 30px;}
#instruction_import_dropdown  li, #reports_dropdown li { position: relative; }
#instruction_import_dropdown  li.dropdown-top, .reports_dropdown li.top {
	display: inline;
	float: left;
	margin: -3px 1px 0 0;
	padding: 5px 0;
}
#instruction_import_dropdown span.dropdown-top, .reports_dropdown span.dropdown-top {
	cursor: pointer;
}
#instruction_import_dropdown  li.dropdown-top a {
	padding: 3px 10px 4px;
	display: block;
}

.reports_dropdown .dropdown-inside {
	border:1px solid #fc9500 !important;
	background:#fff !important;
}
.reports_dropdown li{
	list-style-type: none;
	padding: 0;
}
#instruction_import_dropdown .dropdown-inside>ul,  .reports_dropdown .dropdown-inside>ul{
	margin: 0;
	padding: 0;
}
#instruction_import_dropdown .dropdown-inside, .reports_dropdown .dropdown-inside {
	list-style-type: none;
	position: absolute;
	display: none;
	z-index: 1003;
	padding: 5px;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	margin: 5px 0 0;
	min-width: 120px;
}
#instruction_import_dropdown li.dropdown-top>ul, .reports_dropdown li.dropdown-top>ul {
	padding-top: 5px;
}

#instruction_import_dropdown  a  { white-space:nowrap; }
#instruction_import_dropdown  li.dropdown-top:hover .dropdown-inside, .reports_dropdown li.dropdown-top:hover .dropdown-inside {
	display: block;
}
#instruction_import_dropdown  .dropdown-inside a:hover {
	background: #e0e0e0;
}
#instruction_import_dropdown  .dropdown-inside li, .reports_dropdown .dropdown-inside li { padding-top: 2px; width: 100%;}
#instruction_import_dropdown  .dropdown-disable {
	background: #ff9c00;
	cursor: auto;
	padding: 31px 10px 2px;
	box-sizing: border-box;
	line-height: 22px;
	color: white;
}
.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-menu {
	position: absolute;
	display: none;
	background: white;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	text-align: left;
	border-radius: 4px;
	z-index: 1001;
	white-space: nowrap;
}

.dropdown-menu .dropdown-header {
	color: #aaa;
}

.dropdown-menu .dropdown-item, .dropdown-menu .dropdown-header {
	padding: 10px 11px;
	display: block!important;
}

.dropdown-menu .dropdown-item:hover {
	background: #5897fb;
	color: #fff;
}
.dropdown-menu .dropdown-item.disabled {
	background: #fff;
	color: #999;
}
.dropdown-menu .dropdown-item.disabled:hover {
	background: #e9e9e9;
	color: #999;
}

.dropdown-menu .dropdown-item.active {
	background-color: #ddd;
	color:initial;
}

.dropdown-toggle::after {
	display: inline-block;
	vertical-align: .155em;
	content: "";
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-bottom: 0;
	border-left: .3em solid transparent;
}

.dropdown-divider {
	height: 0;
	margin: .5rem 0;
	overflow: hidden;
	border-top: 1px solid #e9ecef;
}

#setting_up {padding-top: 30px;}
#setting_up .modal_head, #setting_up .modal_body {box-shadow: none;}
#setting_up_result {text-align: center}
#setting_up .tdStyle {margin: 0 auto;}
.col-md-3 {
	width: 25%;
	float: left;

	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.row {
	margin-right: -15px;
	margin-left: -15px;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-body {
	padding: 15px;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical>.btn-group:before, .btn-group-vertical>.btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
	display: table;
	content: " ";
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical>.btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-footer:after {
	clear: both;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}
.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.panel>.list-group {
	margin-bottom: 0;
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}
.panel-danger {
	border-color: #ebccd1;
}
.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.list-group+.panel-footer {
	border-top-width: 0;
}


.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.btn:hover, .btn:focus {
	color: #333;
	text-decoration: none;
}
.btn-danger {
	color: #fff;
	background-color: #56b400;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #03b400;
	border-color: #56b400;
}

.btn-block {
	display: block;
	width: 100%;
}
.btn-lg, .btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.btn-group {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	vertical-align: middle;
}

.btn-group>.btn-group:not(:last-child)>.btn, .btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.button, .btn-group>.button:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn, .btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child)>.button, .btn-group>.button:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group .dropdown-menu {
	top: 2.2em;
}
.btn-group .dropdown-menu.dropdown-menu-top {
	top: -4.2em;
}
.btn-group .dropdown-menu.dropdown-auto-position {
    position: fixed;
}

.btn-group *:first-child {
	padding-right: 5px!important;
}
.btn-group .dropdown-toggle {
	padding-left: 5px!important;
}


.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}



.panel-footer a {
	color: #fff;
	text-decoration: none;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.tariff-block
{
	font-size:18px;
	max-width:1000px;
	margin:0 auto;
}
.tariff-block *
{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

a.button {
	color: #fff;
}

.badge {
	display: inline-block;
	padding: .25em .4em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.badge-primary {
	color: #fff;
	background-color: #007bff;
}

.badge-secondary {
	color: #fff;
	background-color: #6c757d;
}

.badge-success {
	color: #fff;
	background-color: #28a745;
}

.badge-danger {
	color: #fff;
	background-color: #dc3545;
}

.badge-warning {
	color: #212529;
	background-color: #ffc107;
}

.badge-info {
	color: #fff;
	background-color: #17a2b8;
}

.badge-light {
	color: #757575;
	background-color: #f8f9fa;
}

.badge-dark {
	color: #fff;
	background-color: #343a40;
}

.button .badge {
	margin-top: -2px;
	vertical-align: middle;
}

.pointer {
	cursor: pointer;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}

.nav>li {
	position: relative;
	display: block;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.repcont .nav-tabs>li.active>a, .repcont .nav-tabs>li.active>a:focus, .repcont .nav-tabs>li.active>a:hover {
	border-bottom-color: #ffffff;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav-pills>li {
	float: left;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #5cc941;
	text-decoration: none;
}

.nav-pills>li>a {
	border-radius: 4px;
	text-decoration: none;
}

.repcont .nav-pills>li>a {
    padding: 4px 8px;
    font-size: 0.9em;
    line-height: 1.5em;
}

.repcont .nav-pills>li.active>a, .repcont .nav-pills>li.active>a:focus, .repcont .nav-pills>li.active>a:hover {
    color: inherit;
    background-color: rgb(226, 226, 226)!important;
}

.inline {
	display: inline-block;
}

/* Bootstrap alerts */

.alert {
	white-space: initial;
	padding: .75rem 1.25rem;
	margin-bottom: 0.5rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-report {
	width: 800px;
	margin-bottom: 20px
}

/* Chosen plugin */

.chosen-container .chosen-results {
	max-height: 260px;
}

.chosen-container .chosen-choices, .chosen-container .chosen-drop {
    font-size: 15px;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-sizing: border-box;
}

.chosen-with-drop .chosen-choices {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.chosen-container .chosen-drop {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.chosen-container .chosen-results li.highlighted {
    background-color: #5897fb;
    background-image: none;
}

/* Pickmeup plugin */

.pickmeup {
	background: #fff;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.25);
}

.pickmeup .pmu-instance .pmu-button {
	color: #555;
}
.pickmeup .pmu-instance .pmu-button.pmu-not-in-month {
	color: #ddd;
}
.pickmeup .pmu-instance .pmu-button:hover{background:transparent;color:#88c5eb}

.pickmeup .pmu-instance .pmu-selected {
	background: #136a9f;
	color: #eee;
}

.pickmeup .pmu-instance .pmu-today {
	background: #fff;
	color: #88c5eb;
}

.pickmeup .pmu-instance .pmu-disabled, .pickmeup .pmu-instance .pmu-disabled:hover {
	color: #ddd;
	cursor: default;
}

/* Select2 plugin */

.select2-search--dropdown .select2-search__field {
	padding: 5px 7px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	box-sizing: border-box;
}

.select2-container--default .select2-results__options[aria-multiselectable=true] .select2-results__option[role="option"]:before {
	font-family: FontAwesome;
	content: "\f096";
	padding-right: 5px;
}
.select2-container--default .select2-results__options[aria-multiselectable=true] .select2-results__option[role="option"][aria-selected="true"]:before {
    font-family: FontAwesome;
    content: "\f046";
    padding-right: 5px;
}

.select2-container--default .select2-results__options[aria-multiselectable=true] .select2-results__option.select2-results__message:before {
    content: "";
}

.select2-container--default .select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true] {
	background-color: initial;
}

.select2-container--default .select2-results__options[aria-multiselectable=true] .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	border-radius: 2px;
}

.select2-container .select2-selection--single {
	height: 29px;
}

.select2-container .select2-selection--multiple {
	min-height: 29px;
}

.modal_body .select2-container, .modal_body input[type=text], .modal_body textarea {
	max-width: 500px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	outline-color: rgba(77, 144, 254, 0.8)!important;
	outline: auto;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    position: absolute;
    right: -23px;
    top: calc(50% - 15px);
}

.select2-dropdown {
	border: 1px solid #ccc;
}

.select2-results {
	box-shadow: 0 2px 7px 0 rgba(0,0,0,.2);
}

.select2-results>.select2-results__options {
	max-height: 290px!important;
	overflow-y: auto;
}

.select2-results__option > div {
	display: inline-block;
	vertical-align: text-top;
}

.select2-results__option > div > span.sub {
	opacity: 0.5;
	font-size: 0.9em;
}

.chosen-container-multi ul.chosen-choices{
	max-height:200px;
	overflow-y: auto;
}

.select2-selection--multiple:before, select2-container--open .select2-selection--multiple:before {
	content: "";
	position: absolute;
	right: 7px;
	top: 42%;
	border-top: 5px solid #888;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}

.select2-container--open .select2-selection--multiple:before {
	border-top: none;
	border-bottom: 5px solid #888;
}

/* Select2 plugin Green Button Theme */

.select2-container--green-button .select2-selection--single {
	background-color:#5cc941;
	border: none;
	border-radius:4px;
	outline:0;
}

.select2-container--green-button .select2-selection--single .select2-selection__placeholder {
	color: #fff;
}

.select2-container--green-button.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #fff transparent;
	border-width: 0 4px 5px 4px;
}
.select2-container--green-button .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 85%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--green-button .select2-selection--single .select2-selection__rendered {
	color: #fff;
	line-height: 28px;
	padding-right: 28px!important;
}

.select2-container--green-button.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--green-button.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.select2-container--green-button .select2-results__option--highlighted[aria-selected] {
	background-color: #5B9BD5;
	color: #fff;
}

.select2-container--green-button .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	border-left: 1px solid #fff0f2;
}

.select2-container--green-button .select2-selection--single .select2-selection__arrow b {
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

/* Select2 plugin Orange Button Theme */

.select2-container--orange-button .select2-selection--single {
	background-color:#fa9400;
	border: none;
	border-radius:4px;
	outline:0;
	opacity: 0.8;
	font-size: 13.3px;
}

.select2-container--orange-button .select2-selection--single .select2-selection__placeholder {
	color: #fff;
}

.select2-container--orange-button.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #fff transparent;
	border-width: 0 4px 5px 4px;
}
.select2-container--orange-button .select2-selection--single .select2-selection__arrow b {
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 85%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-container--orange-button .select2-selection--single .select2-selection__rendered {
	color: #fff;
	line-height: 28px;
	padding-right: 28px!important;
}

.select2-container--orange-button.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.select2-container--orange-button.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;

}

.select2-container--orange-button .select2-results__option {
	font-size: 13.3px;
}

.select2-container--orange-button .select2-results__option--highlighted[aria-selected] {
	background-color: #ffeeba;
}

.select2-container--orange-button .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	border-left: 1px solid #fff0f2;
}

.select2-container--orange-button .select2-selection--single .select2-selection__arrow b {
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0;
}

.select2-selection__choice__remove {
	position: absolute;
	right: 2px;
}

.select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__choice {
	padding-right: 15px;
	position: relative;
	line-height: 1.2em;
}

.mtable table td .select2-container {
	vertical-align: top;
}

/*-------------------------------------------------------------------------------------------------------------------------------------------*/


.callout {
	padding: 20px;
	margin: 20px 0;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

.callout-info {
	border-left-color: #00c1ff
}

.callout-danger {
	border-left-color: #ce4844;
}

.callout-warning {
	border-left-color: #fa9400
}

.callout-success {
	border-left-color: #5cc941;
}

.menu_open {
	width:100%;
}
.menu_open ul {
	margin: 0;
	list-style: none;
	padding-left: 20px;
	display: none;
}

.menu_open.open ul {
	display: block;
}

.main-notify {
	background-color: #fa9400;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	padding: 8px 15px;
	text-align: center;
	box-sizing: border-box;
	color: #fff;
	position: relative;
}

.main-notify a {
	color: #fff;
}

.main-notify button.close {
	top: calc(50% - 11px);
	position: absolute;
	right: 15px;
}

.small_input select[name="finc_hllg[]"]{
	min-width: 150px;
}

/* Bootstrap close button */

button.close {
	padding: 0;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	cursor: pointer;
}

.close {
	float: right;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}

.close:focus, .close:hover {
	color: #000;
	text-decoration: none;
	opacity: .75;
}

/*-------------------------*/

.ctrl-buttons {
	float:  left;
	text-shadow: 0 1px 0 #fff;
	color: #000;
	opacity: .5;
}

.ctrl-buttons i {
	margin-right: 15px;
	font-weight: normal;
}

i.disabled {
	opacity: 0.4;
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + label {
	cursor: pointer;
}

.inputfile + label svg {
	width: 1em;
	height: 1em;
	vertical-align: middle;
	fill: currentColor;
	margin-top: -0.25em;
	margin-right: 0.25em;
}

#form_org_select .addButton{
	display: none;
}

input[type=checkbox] {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1.1em;
	width: 0;
	visibility: hidden;
	margin-right: 1.2em;
	color: #444444;
	cursor: pointer;
}

input[type=checkbox]:disabled {
	opacity: 0.6;
	cursor: default;
}

input[type=checkbox]:checked:before {
	content: "\f046";
}

input[type=checkbox]:before {
	content: "\f096";
	visibility: visible;
}

input[type=checkbox]:indeterminate:before {
	content: "\f147";
}

/* iPad mini */
@media only screen and (device-width: 768px) and (device-height: 1024px){
	.left_hiding_inside{
		max-height:calc(100vh - 275px);
		max-height:-moz-calc(100vh - 275px);
		max-height:-webkit-calc(100vh - 275px);
	}
}
@media only screen and (device-width: 1024px) and (device-height: 768px){
	.left_hiding_inside{
		max-height:calc(100vh - 275px);
		max-height:-moz-calc(100vh - 275px);
		max-height:-webkit-calc(100vh - 275px);
	}
}
/* iPad Air */
@media only screen and (device-width: 820px) and (device-height: 1180px){
	.left_hiding_inside{
		max-height:calc(100vh - 275px);
		max-height:-moz-calc(100vh - 275px);
		max-height:-webkit-calc(100vh - 275px);
	}
}
@media only screen and (device-width: 1180px) and (device-height: 820px){
	.left_hiding_inside{
		max-height:calc(100vh - 275px);
		max-height:-moz-calc(100vh - 275px);
		max-height:-webkit-calc(100vh - 275px);
	}
}
/* iPad Pro */
@media only screen and (device-width: 1024px) and (device-height: 1366px){
	.left_hiding_inside{
		max-height:calc(100vh - 275px);
		max-height:-moz-calc(100vh - 275px);
		max-height:-webkit-calc(100vh - 275px);
	}
}
@media only screen and (device-width: 1366px) and (device-height: 1024px){
	.left_hiding_inside{
		max-height:calc(100vh - 275px);
		max-height:-moz-calc(100vh - 275px);
		max-height:-webkit-calc(100vh - 275px);
	}
}
/* Microsoft Edge Browser 12+ (All) - @supports method */
@supports (-ms-ime-align:auto) {
	input[type=checkbox] {
		width: auto;
		margin-right: 0;
	}
}
/* Microsoft IE Browser 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	input[type=checkbox] {
		width: auto;
		margin-right: 0;
		visibility: visible;
	}
}

/* Mozila Firefox */
@-moz-document url-prefix() {
	input[type=checkbox] {
		width: auto;
		margin-right: 0;
		visibility: visible;
	}
	.close {
		font-size: 18px;
	}
}


table.sticky-head, table.sticky-first-column {
	border-collapse: separate!important;
}

table.sticky-head th:not(:first-child),
table.sticky-head td:not(:first-child) {
	border-left: none;
}

table.sticky-head tr:not(:first-child) th,
table.sticky-head tr:not(:first-child) td {
	border-top: none;
}

table.sticky-head thead th {
	position: relative!important;
	position: -webkit-sticky!important;; /* for Safari */
	position: sticky!important;
	top: 0;
	z-index: 1;
}

table.sticky-head.sticky-first-column thead th {
	left: 0;
}

.sticky-first-column tbody td {
	position: relative;
	position: -webkit-sticky; /* for Safari */
	position: sticky;
	left: 0;
}

.sticky-first-column thead th:first-child {
    z-index: 2;
}

.sticky-first-column tbody td:first-child {
	left: 0;
	z-index: 1;
}

.sticky-first-column thead th.not-first-child, .sticky-first-column tbody td.not-first-child {
	z-index: 0;
}

.alert hr {
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
	margin-bottom: 1rem;
}
.alert.alert-warning hr {
	border-top-color: #ffe8a1;
}

@keyframes load {
	0%{
		opacity: 1;
	}
	100%{
		opacity: 0.4;
	}
}

.preloaderHead {
	background-color: #ececec;
	height: 1em;
	margin: 2px 0;
	animation: load 1s infinite 0s ease-in-out;
	animation-direction: alternate;
}

.pswd_info ul, .pswd_info li {
	margin:0;
	padding: 0 !important;
	list-style-type:none;
}
.pswd_info ul {
	padding:0;
}

.pswd_info {
	/*width:250px;*/
	padding:10px;
	background:#fefefe;
	font-size:.875em;
	border-radius:5px;
	box-shadow:0 1px 3px #ccc;
	border:1px solid #ddd;
	text-align: left;
	position: relative;
	/*z-index: 20;*/
	display: none;
	margin-top: 10px;
}
.pswd_info h4 {
	margin:0 0 10px 0;
	padding:0;
	font-weight:normal;
}
.pswd_info_invalid {
	padding-left:22px;
	line-height:20px;
	/*color:#ec3f41;*/
}
.pswd_info_valid {
	padding-left:22px;
	line-height:20px;
	color: #4caf50;
}
.pswd_info_invalid:before, .pswd_info li:before {
	content: '\f046';
	vertical-align: middle;
	padding: 0 5px;
	font: normal normal normal 14px/1 FontAwesome;
}
.pswd_info_invalid:before {
	content: '\f096'!important;
}

.pswd_show_btn {
	padding: 6px 8px;
	/*font-size: 16px;*/
	line-height: 1;
	color: #555;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
}

.passwordError {
	color: red;
	text-align: left;
	font-size: 0.7em !important;
	padding-top: 2px;
}

.passwordError:before {
	content: "\f06a";
	padding: 0 5px;
	font: normal normal normal 14px/1 FontAwesome;
}
.arrow-5 {
	background: #337AB7;
	text-align: center;
	color: #fff;
	padding: 20px;
	margin: 20px;
}
.arrow-5-top,
.arrow-5-bottom,
.arrow-5-right,
.arrow-5-left {
	position: relative;
	z-index: 10;
}
.arrow-5-top::after,
.arrow-5-bottom::after,
.arrow-5-right::after,
.arrow-5-left::after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	z-index: 10;
	border: 0;
}
.arrow-5-top::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin-left: -10px;
	left: 50%;
	border-bottom: 10px solid white;
	top: -10px;
}
.arrow-5-bottom::after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	margin-left: -10px;
	left: 50%;
	border-top: 10px solid white;
	bottom: -10px;
}
.arrow-5-right::after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin-top: -10px;
	top: 50%;
	border-left: 10px solid white;
	left: auto;
	right: -10px;
}
.arrow-5-left::after {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	margin-top: -10px;
	top: 50%;
	border-right: 10px solid white;
	left: -10px;
}

/* [begin][hide_tooltip] */
.rep-settings {
	position: relative;
}

.rep-settings > i {
	position: absolute;
	left: -40px;
	top: 7px;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	cursor: pointer;
	font-size: 33px;
}

.rep-settings > i:after {
	content: '';
	position: absolute;
	top: 15px;
	left: -8px;
	right: 0;
	bottom: 0;
	width: 152%;
	height: 2px;
	transform: rotate(35deg);
	border-color: black;
	border-top-width: 2px;
	border-style: dotted;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

.rep-settings > i.tooltip-isHide:after {
	border-top-width: 0px;
}

/* [end][hide_tooltip] */

/* progressChart plugin */
table.table-chart tr td {
	border: none;
	font-size: 80%;
}
table.table-chart td:not(.title) {
	font-weight: 700;
}
table.table-chart.vertical tr td {
	padding: 3px 5px;
}
table.table-chart.vertical tr:not(:last-child) td {
	border-bottom: 1px solid #bbb;
}
table.table-chart.vertical tr td.title {
	text-align: right;
	border-bottom: none;
}
table.table-chart.horizontal td:not(.title) {
	padding: 5px 3px;
	text-align: center!important;
}
table.table-chart.horizontal tr td:not(:last-child):not(.title) {
	border-right: 1px solid #bbb!important;
}
.text-rotate-60 {
	transform: rotate(-60deg);
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	z-index: 100;
	position: absolute;
	white-space: nowrap;
}
/* [end] progressChart plugin */

/* toggle block */
.toggle-block__content {
	display: none;
}

.toggle-block__link {
	cursor: pointer;
}
.toggle-block__arrow {
	background: url(/img/reparrowup.png) no-repeat center center;
	transform: rotate(180deg);
	display: inline-block;
	width: 15px;
}
.toggle-block__arrow.open {
	transform: rotate(0deg);
);

}
.toggle-block__arrow:after {
	content: " ";
	white-space: pre;
}

/* [end] toggle block */

.report_alert {
	max-width: 700px;
}
/* Css для компонента primeVue - Menu -не удалять, неиспользуемое комментировать */
/* Menu */
.p-menu {
	/*padding: 0.25rem 0;*/
	background: #ffffff;
	color: #495057;
	border: 1px solid #dee2e6;
	border-radius: 3px;
	/*width: 12.5rem;*/
}
.p-menu .p-menuitem-link {
	padding: 0.75rem 1rem;
	color: #495057;
	border-radius: 0;
	transition: box-shadow 0.2s;
	user-select: none;
}
.p-menu .p-menuitem-link .p-menuitem-text {
	color: #495057;
}
.p-menu .p-menuitem-link .p-menuitem-icon {
	color: #6c757d;
	margin-right: 0.5rem;
}
.p-menu .p-menuitem-link .p-submenu-icon {
	color: #6c757d;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover {
	background: #e9ecef;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-text {
	color: #495057;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-menuitem-icon {
	color: #6c757d;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover .p-submenu-icon {
	color: #6c757d;
}
.p-menu .p-menuitem-link:focus {
	outline: 0 none;
	outline-offset: 0;
	box-shadow: inset 0 0 0 0.15rem #a6d5fa;
}
.p-menu.p-menu-overlay {
	background: #ffffff;
	border: 0 none;
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-menu .p-submenu-header {
	margin: 0;
	padding: 0.75rem 1rem;
	color: #495057;
	background: #ffffff;
	font-weight: 600;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.p-menu .p-menu-separator {
	border-top: 1px solid #dee2e6;
	margin: 0.25rem 0;
}
/* Multiselect */
.p-multiselect {
	display: inline-flex;
	cursor: pointer;
	position: relative;
	user-select: none;
}
.p-multiselect-trigger {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.p-multiselect-label-container {
	overflow: hidden;
	flex: 1 1 auto;
	cursor: pointer;
}
.p-multiselect-label {
	display: block;
	white-space: nowrap;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
}
.p-multiselect-label-empty {
	overflow: hidden;
	visibility: hidden;
}
.p-multiselect-token {
	cursor: default;
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}
.p-multiselect-token-icon {
	cursor: pointer;
}
.p-multiselect .p-multiselect-panel {
	min-width: 100%;
}
.p-multiselect-panel {
	position: absolute;
	top: 0;
	left: 0;

	color: #495057;
	background: #f8f9fa;
	border: 1px solid #383838;
	border-radius: 3px;
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-multiselect-items-wrapper {
	overflow: auto;
}
.p-multiselect-items {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.p-multiselect-item {
	cursor: pointer;
	display: flex;
	align-items: center;
	font-weight: normal;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
}
.p-multiselect-item-group {
	cursor: auto;
}
.p-multiselect-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.p-multiselect-filter-container {
	position: relative;
	flex: 1 1 auto;
}
.p-multiselect-filter-icon {
	position: absolute;
	top: 50%;
	margin-top: -0.5rem;
}
.p-multiselect-filter-container .p-inputtext {
	width: 100%;
}
.p-multiselect-close {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	overflow: hidden;
	position: relative;
	margin-left: auto;
}
.p-fluid .p-multiselect {
	display: flex;
}

.p-multiselect-panel {
	background: #1e1e1e;
	color: rgba(255, 255, 255, 0.87);
	border: 1px solid #383838;
	border-radius: 3px;
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-multiselect-panel .p-multiselect-header {
	padding: var(--ms-option-py, 0.5rem) var(--ms-option-px, 0.75rem);
	border-bottom: 0 none;
	color: #495057;
	background: #f8f9fa;
	margin: 0;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	height: 12px;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext {
	padding-right: 1.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon {
	right: 0.5rem;
	color: rgba(255, 255, 255, 0.6);
}
.p-multiselect-panel .p-multiselect-header .p-checkbox {
	margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close {
	margin-left: 0.5rem;
	width: 2rem;
	height: 2rem;
	color: rgba(255, 255, 255, 0.6);
	border: 0 none;
	background: transparent;
	border-radius: 50%;
	transition: background-color 0.2s, color 0.2s, box-shadow 0.2s;
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover {
	color: rgba(255, 255, 255, 0.87);
	border-color: transparent;
	background: rgba(255, 255, 255, 0.03);
}
.p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus {
	outline: 0 none;
	outline-offset: 0;
	box-shadow: 0 0 0 1px #93cbf9;
}
.p-multiselect-panel .p-multiselect-items {
	/*padding: 0.5rem 0;*/
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item {
	margin: 0;
	padding: 0.5rem 1rem;
	border: 0 none;
	color: #495057;
	background: transparent;
	transition: box-shadow 0.2s;
	border-radius: 0;
	font-size: 15px;
	padding: var(--ms-option-py, 0.5rem) var(--ms-option-px, 0.75rem);
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight {
	color: #495057;
	background: #ddd;
}
/*.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus {
	background: rgba(100, 181, 246, 0.24);
}*/
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus {
	color: #495057;
	background: rgba(255, 255, 255, 0.09);
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
	color: #495057;
	background: rgba(255, 255, 255, 0.03);
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox {
	margin-right: 0.5rem;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-item-group {
	margin: 0;
	padding: 0.75rem 1rem;
	color: rgba(255, 255, 255, 0.87);
	background: #1e1e1e;
	font-weight: 600;
}
.p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message {
	padding: 0.5rem 1rem;
	color: rgba(255, 255, 255, 0.87);
	background: transparent;
}
.p-multiselect-panel {
	color: #495057;
	background: #f8f9fa;
	border: 0;
}
.p-checkbox-box {
	border: 1px solid #000;
	background: #ffffff;
	width: 12px;
	height: 12px;
	color: #000;
	border-radius: 3px;
	transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

.p-checkbox .p-checkbox-box .p-icon {
	display: none;
}
.p-checkbox .p-checkbox-box.p-highlight {
	color: #000;
	content: url('/assets/img/check.svg');
}
.p-multiselect-item.p-disabled {
	cursor: default !important;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: lightgrey!important;
	color: darkgray!important;
}
.p-multiselect.p-component.p-inputwrapper .p-multiselect-trigger span {

}

.p-multiselect {
	background: #ffffff;
	border: 1px solid #ced4da;
	transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
	border-radius: 6px;
}
.p-multiselect:not(.p-disabled):hover {
	border-color: #6366F1;
}
.p-multiselect:not(.p-disabled).p-focus {
	outline: 0 none;
	outline-offset: 0;
	box-shadow: 0 0 0 0.2rem #C7D2FE;
	border-color: #6366F1;
}
.p-multiselect .p-multiselect-label {
	padding: 0.75rem 0.75rem;
	transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}
.p-multiselect .p-multiselect-label.p-placeholder {
	color: #6c757d;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token {
	padding: 0.375rem 0.75rem;
	margin-right: 0.5rem;
	background: #dee2e6;
	color: #4c4c4c;
	border-radius: 16px;
}
.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon {
	margin-left: 0.5rem;
}
.p-multiselect .p-multiselect-trigger {
	background: transparent;
	color: #6c757d;
	width: 2rem;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	margin-left: -15px;
}
.p-multiselect.p-invalid.p-component {
	border-color: #e24c4c;
}
.p-hidden-accessible {
	display: none;
}

.p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label {
	padding: 0.375rem 0.75rem;
}



.p-dropdown {
	display: inline-flex;
	cursor: pointer;
	position: relative;
	user-select: none;
}
.p-dropdown-clear-icon {
	position: absolute;
	top: 50%;
	margin-top: -0.5rem;
}
.p-dropdown-trigger {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.p-dropdown-label {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	flex: 1 1 auto;
	width: 1%;
	text-overflow: ellipsis;
	cursor: pointer;
}
.p-dropdown-label-empty {
	overflow: hidden;
	opacity: 0;
}
input.p-dropdown-label {
	cursor: default;
}
.p-dropdown .p-dropdown-panel {
	min-width: 100%;
}
.p-dropdown-panel {
	position: absolute;
	top: 0;
	left: 0;
}
.p-dropdown-items-wrapper {
	overflow: auto;
}
.p-dropdown-item {
	cursor: pointer;
	font-weight: normal;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
}
.p-dropdown-item:hover,
.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover {
    background: #5897fb;
    color: #fff;
}
.p-dropdown-item-group {
	cursor: auto;
}
.p-dropdown-items {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.p-dropdown-filter {
	width: 100%;
}
.p-dropdown-filter-container {
	position: relative;
}
.p-dropdown-filter-icon {
	position: absolute;
	top: 50%;
	margin-top: -0.5rem;
}
.p-fluid .p-dropdown {
	display: flex;
}
.p-fluid .p-dropdown .p-dropdown-label {
	width: 1%;
}

/* Переписывание дефолтных стилей primeVue, с целью однотипного отображения с текущий версией */
/* Menu - updated */
.p-menu .p-menuitem-link:not(.p-disabled):hover {
	background: #5897fb;
}
.p-menu .p-menuitem-link:not(.p-disabled):hover span.p-menuitem-text{
	color: #fff;
}
.p-menu {
	background: #ffffff;
	color: #495057;
	border: 1px solid #dee2e6;
	border-radius: 3px;
}
.p-menu-list {
	position: absolute;
	background: white;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	text-align: left;
	border-radius: 4px;
	z-index: 1001;
	white-space: nowrap;
	padding: 10px 11px;
	display: block!important;
}
.p-menu-list :hover {
	background: #5897fb;
	color: #fff;
}
/* Multiselect - updated */


.profile {
	text-align: center;
	font-size: 13px;
	padding: 0;
	vertical-align: middle;
}

.profile__login {
	border-bottom:1px dashed #000;
}

.profile__org-info {
	margin-top: 3px;
}


div.profile__org-info--preview {
	margin-top: 3px;
}

.exit {
	display: flex;
	align-items: center;
	align-content: center;
}

.exit > .profile {
	display: flex;
	flex-direction: column;
	padding: 0;
}

/* modules styles */
/* ckEditor 5 */
.ck.ck-balloon-panel {
	z-index: 2000 !important;
}

.ck.ck-balloon-panel.ck-toolbar-container {
	z-index: 1100;
}

.faq_wrapper {
	display: flex !important;
}
.faq_wrapper .faq_dropdown_btn {
	margin-right: 5px;
	border-radius: 0 5px 5px 0;
	border-left: 1px solid white !important;
}
.faq_wrapper .faq_primary_link {
	border-radius: 5px 0 0 5px;
}

.faq_wrapper .faq_dropdown_list {
	list-style-type: none;
	position: absolute;
	z-index: 1003;
	padding: 5px;
	background-color: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	margin: 0;
	min-width: 120px;
	top: calc(100% - 10px);
}

.faq_wrapper .faq_dropdown_item {
	display: block;
	padding: 3px 10px 4px;
	white-space: nowrap;
}

.faq_wrapper .faq_dropdown_item:hover {
	background: #e0e0e0;
}

.faq_wrapper .faq_primary_link.faq_rounded_btn {
	border-radius: 5px;
	margin-right: 10px;
}
.d-flex {
	display: flex !important;
}
.justify-content-center {
	justify-content: center !important;
}
.min-w-25 {
	min-width: 25% !important;
}

.complex-sticky-head thead {
	position: sticky;
	top: 0;
}

.complex-sticky-head thead th {
	border: none !important;
	box-shadow: inset 0 0 0 1px #fff, inset 0 0 0 #fff;
}

/* pulse animation */

.pulse-animation {
	border-radius: 50%;
	transition: border-color 0.3s ease-out;
	position: relative;
}
.pulse-animation:before {
	content: '';
	position: absolute;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	border: 1px solid #2f75b5;
	border-radius: 50%;
	animation: pulse 1.5s infinite ease-out;
}

@-moz-keyframes pulse {
	70%, 100% {
		top: -1.5rem;
		right: -1.5rem;
		bottom: -1.5rem;
		left: -1.5rem;
		background-color: rgba(102,215,238,0);
	}
}
@-webkit-keyframes pulse {
	70%, 100% {
		top: -1.5rem;
		right: -1.5rem;
		bottom: -1.5rem;
		left: -1.5rem;
		background-color: rgba(102,215,238,0);
	}
}
@-o-keyframes pulse {
	70%, 100% {
		top: -1.5rem;
		right: -1.5rem;
		bottom: -1.5rem;
		left: -1.5rem;
		background-color: rgba(102,215,238,0);
	}
}
@keyframes pulse {
	70%, 100% {
		top: -1rem;
		right: -1rem;
		bottom: -1rem;
		left: -1rem;
		background-color: rgba(102,215,238,0);
		opacity: 0;
	}
}

/* pulse animation */
