.hidden {
	display:none;
}

.plus span, .minus span {
	margin-top: 6px;
}

.additional-clone {
	margin-top: 10px;
}

.minus span {
	color: red;
}

.btn-create {
    display:block;
	margin-top: 5px;
}

.header-box {
	margin-top: 15px;
	text-align: center;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}

.textarea-form {
	resize: none;
	height: 150px !important;
}
.button-tab-nav {
	margin: 10px 0;
}
.no-margin-top {
	margin-top: 0;
}
.margin-top-20 {
	margin-top: 20px;
}

.tab-pane:not(.active) {
	display: none;
}

img.photo-preview {
	max-height: 300px;
	margin: 20px;
	max-width: 1000px;
}

#multiple-select {
	display: block;
	width: 100% !important;
}
.checkbox-centered {
	width: 100%;
}
.checkbox-centered input[type='checkbox'] {
	width: 50%;
}
.no-resize {
	resize: none;
}
[data-target="managing-buttons"] a {
	padding: 0 5px;
}
.textarea-form-value {
	resize: none;
	width: 100%;
	height: 40px;
}
.object-documents {
	margin: 10px 0;
}
.center-img {
	display: block;
	margin: 0 auto !important;
}
.img-block {
	margin: 50px;
	background: #eee;
	padding: 20px 0;
}
.purse {
	border-radius: 20px;
	margin-right: 2px;
	display: inline-block;
	min-width: 70px;
	filter: opacity(65%);
}

.purse_wrap {
	margin-top: 11px;
	margin-left: 10px;
	padding: 5px;
	display: inline-block;
	/*width: 300px;*/
	text-align: center;
}

.sub_menu li {
	display: inline-block;
	margin-right: 15px;
	padding: 4px;
	border-radius: 5px;
}

.sub_menu {
	font-size: 16px;
	list-style-type: disk;
	padding:0;
}

.sub_menu .active {
	background-color: #605ca8;
	padding: 8px;
}

.sub_menu .active a {
	color: white;
}

.mesh_box {
	display: inline-block;
	border: 1px solid lightgray;
	border-radius: 10px;
	padding: 5px;
	margin: 10px;
	box-shadow: 5px 5px 10px lightgrey;
	vertical-align: top;
}

.mesh_box_photo {
	width: 200px;
	height: 200px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mesh_box_green {
	border: 2px solid green;
}

.mesh_box_red {
	border: 2px solid red;
}

.mesh_box_yellow {
	border: 2px solid yellow;
}

.mesh_box_purple {
	border: 2px solid #FF00FF;
}

.mesh_box_photo  .fa::before {
	position: relative !important;
	right: 0px;
	top: 0;
	font-size: 180px;
	text-align: center;;
	opacity: 1;
}

.objectRow1 {
	background-color: rgbA(255, 0, 0, .2);
}

.objectRow3 {
	background-color: rgbA(51, 204, 51, .2);
}

.objectRow2 {
	background-color: rgbA(255, 255, 0, .2);
}

.objectRow4 {
	background-color: #FF00FF;
}


.ico_preview {
	width: 100px;
	padding: 20px;
}

.call_hint {
	color: white;
	text-decoration: underline dotted;
	background-color: #3c8dbc;
	margin-bottom: 3px;
}

.callHintWrap {
	padding: 10px;
}

.reportGroups {
	margin-bottom: 5px;
}

#adminCalendar h2 {
	font-size: 18px;
}


.chooseWrap {
	width: 250px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 50px;
}

.chooseFailure {
	background-color: #aa0719;
	float: left;
}

.chooseEvent {
	background-color: #0d6aad;
	float: right;
}

.chooseYourDestiny {
	color:white;
	font-size: 21px;
	transition: .5s;
}

.chooseYourDestiny:hover {
	color:white;
	transition: .5s;
	box-shadow: 0px 0px 10px grey;
}

.hourWrap {
    display: table-cell;
    min-width: 20%;
    height: 100px;
    padding: 5px;
    border: 1px solid transparent;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}

.hourWrapActive {
	background-color: #00c0ef;
	color: white;
}

.hourEventTime {
    padding: 3px;
}

.hourTitle {
    text-align: center;
    font-size: 16px;
}

.hourEvent {
    width: 95%;
    display: inline-block;
    background-color: #3a87ad;;
    border-radius: 2px;
    color: white;
	margin-bottom: 3px;
	margin-left: 2%;
}
.hourEvent:last-child {
	margin-bottom: 0px;
}

.daysWrap {
    display: table-row;
    width: 100%;
}

.eventWrap {
	margin: 0 auto;
	width: 35%;
	text-align: center;
	padding: 15px;
	margin-top: 40px;
	border-radius: 5px;
}

.eventWrap .buttonsWrap {
	position: relative;
}

#eventDescription {
	padding: 5px;
}

.recreate:hover {
	transition: .7s;
	background-color: #0d6aad;
	color: white;

}

.complete:hover {
	transition: .7s;
	background-color: #00a65a;
	color: white;

}

.eventWrap .btn {
	margin-bottom: 7px;
	font-size: 16px;
	transition: .7s;
}

.errorWrap {
	color: #b21f2d;
	background-color: rgba(255, 232, 232, .6);
}

.errorWrap .errorTittle {
	font-size: 17px;
	padding: 5px;
	font-weight: 600;
}

.errorWrap .errorMessages {
	font-size: 15px;
	font-weight: 200;
}

.completedEvent {
	background-color: green !important;
	border: 1px solid rgba(20,100,20, .5) !important;
}

.weeklyEventsModalParagraph {
	background-color: rgba(0,0,0, .05);
	padding: 6px;
	border-radius: 7px;
}

#eventModal #eventText {
	padding: 10px 0 10px 0;
	font-size: 16px;
}

.eventWrap {
	border-radius: 20px !important;
}

#eventCompleteCommentModalForm {
	width: 100%;
	max-width: 100%;
}

.treeview-menu {
	padding: 0px !important;
}

/* Перебиваем классы adminLTE */
/*
.main-sidebar {
	text-transform: uppercase;
	width: 260px;
}

.treeview-menu li a {
	padding: 10px !important;
}

.logo {
	width: 260px !important;
}

.content-wrapper, .main-footer {
	margin-left: 260px !important;
}

.main-header .navbar {
	margin-left: 260px !important;
}
*/

.sidebar-menu {
	text-transform: uppercase;
	font-size: 14px;
	/*text-align: center;*/
	/*-webkit-text-stroke-width: 1px;*/
	/*-webkit-text-stroke-color: whitesmoke;*/
	/*-moz-text-stroke-width: 1px;*/
	/*-mox-text-stroke-color: whitesmoke;*/
}

.sidebar-menu  .pull-right-container {
/*	display: none; */
}

.sidebar-menu li a span  {
	font-size: 13px;
}

/* больше не перебиваем */

/*
Bootstrapmodal center
 */

.modal {
	text-align: center;
	padding: 0!important;
}

.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.completedEventModalWrap  .modal:before {
	height: auto !important;
}

.datepicker, .timepicker {
	max-width: 350px;
	padding: 30px !important;
	/*padding-bottom:  20px !important;*/
}

.timepicker {
	max-width: 300px;
}

.bootstrap-datetimepicker-widget {
	border: 1px solid lightgrey !important;
}

.histories {
	width: 100%;
	border: 1px solid lightgray;
	padding: 10px;
	border-radius: 5px;
}

.historyRow {
	display: table-row;
	width: 100%;
}

.historyItem {
	padding: 5px;
	display: table-cell;
	width: 25%;
	border-bottom: 1px solid lightgray;
}

.categoryHistoryItem {
	margin-bottom: 4px;
	border-bottom: 1px solid lightgrey;
}

.categoryHistoryItem b {
	font-weight: 600;
}

.direct-chat-text img {
	width: 18px;
	margin-right: 3px;
}

@media only screen and (max-width: 500px) {
	.historyRow {
		display: block;
		width: 100%;
		margin-bottom: 10px;
		border-bottom: 1px solid grey;
	}
	.historyItem {
		display: block;
		width: 70%;
		border-bottom: none;
	}
}

@media only screen and (max-width: 700px) {
	.eventWrap .btn {
		margin-bottom: 5px;
		font-size: 12px;
	}

	.eventWrap {
		width: 80%;
	}
}

@media only screen and (max-width: 460px) {
	.purse_wrap {
		display: none;
	}
}

#loadingLock {
	display: none;
	position: fixed;
	background-color: rgba(0,0,0,.6);
	width: 100%;
	height: 100%;
	z-index: 2000;
	top: 0;
}
/* Loading animation */
.holder {
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-color: #2d2f48;
}
.preloader {
	/* size */
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	animation: rotatePreloader 2s infinite ease-in;
}
.miniTextarea {
	width: 400px;
	height: 100px;
	max-height: 400px;
	max-width: 500px;
	min-height: 100px;
	min-width: 400px;
}
@keyframes rotatePreloader {
	0% {
		transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
	}
	100% {
		transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
	}
}
.preloader div {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.preloader div:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0%;
	width: 10%;
	height: 10%;
	background-color: #fff;
	transform: translateX(-50%);
	border-radius: 50%;
}
.preloader div:nth-child(1) {
	transform: rotateZ(0deg);
	animation: rotateCircle1 2s infinite linear;
	z-index: 9;
}
@keyframes rotateCircle1 {
	0% {
		opacity: 0;
	}
	0% {
		opacity: 1;
		transform: rotateZ(36deg);
	}
	7% {
		transform: rotateZ(0deg);
	}
	57% {
		transform: rotateZ(0deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(2) {
	transform: rotateZ(36deg);
	animation: rotateCircle2 2s infinite linear;
	z-index: 8;
}
@keyframes rotateCircle2 {
	5% {
		opacity: 0;
	}
	5.0001% {
		opacity: 1;
		transform: rotateZ(0deg);
	}
	12% {
		transform: rotateZ(-36deg);
	}
	62% {
		transform: rotateZ(-36deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(3) {
	transform: rotateZ(72deg);
	animation: rotateCircle3 2s infinite linear;
	z-index: 7;
}
@keyframes rotateCircle3 {
	10% {
		opacity: 0;
	}
	10.0002% {
		opacity: 1;
		transform: rotateZ(-36deg);
	}
	17% {
		transform: rotateZ(-72deg);
	}
	67% {
		transform: rotateZ(-72deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(4) {
	transform: rotateZ(108deg);
	animation: rotateCircle4 2s infinite linear;
	z-index: 6;
}
@keyframes rotateCircle4 {
	15% {
		opacity: 0;
	}
	15.0003% {
		opacity: 1;
		transform: rotateZ(-72deg);
	}
	22% {
		transform: rotateZ(-108deg);
	}
	72% {
		transform: rotateZ(-108deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(5) {
	transform: rotateZ(144deg);
	animation: rotateCircle5 2s infinite linear;
	z-index: 5;
}
@keyframes rotateCircle5 {
	20% {
		opacity: 0;
	}
	20.0004% {
		opacity: 1;
		transform: rotateZ(-108deg);
	}
	27% {
		transform: rotateZ(-144deg);
	}
	77% {
		transform: rotateZ(-144deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(6) {
	transform: rotateZ(180deg);
	animation: rotateCircle6 2s infinite linear;
	z-index: 4;
}
@keyframes rotateCircle6 {
	25% {
		opacity: 0;
	}
	25.0005% {
		opacity: 1;
		transform: rotateZ(-144deg);
	}
	32% {
		transform: rotateZ(-180deg);
	}
	82% {
		transform: rotateZ(-180deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(7) {
	transform: rotateZ(216deg);
	animation: rotateCircle7 2s infinite linear;
	z-index: 3;
}
@keyframes rotateCircle7 {
	30% {
		opacity: 0;
	}
	30.0006% {
		opacity: 1;
		transform: rotateZ(-180deg);
	}
	37% {
		transform: rotateZ(-216deg);
	}
	87% {
		transform: rotateZ(-216deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(8) {
	transform: rotateZ(252deg);
	animation: rotateCircle8 2s infinite linear;
	z-index: 2;
}
@keyframes rotateCircle8 {
	35% {
		opacity: 0;
	}
	35.0007% {
		opacity: 1;
		transform: rotateZ(-216deg);
	}
	42% {
		transform: rotateZ(-252deg);
	}
	92% {
		transform: rotateZ(-252deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(9) {
	transform: rotateZ(288deg);
	animation: rotateCircle9 2s infinite linear;
	z-index: 1;
}
@keyframes rotateCircle9 {
	40% {
		opacity: 0;
	}
	40.0008% {
		opacity: 1;
		transform: rotateZ(-252deg);
	}
	47% {
		transform: rotateZ(-288deg);
	}
	97% {
		transform: rotateZ(-288deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}
.preloader div:nth-child(10) {
	transform: rotateZ(324deg);
	animation: rotateCircle10 2s infinite linear;
	z-index: 0;
}
@keyframes rotateCircle10 {
	45% {
		opacity: 0;
	}
	45.0009% {
		opacity: 1;
		transform: rotateZ(-288deg);
	}
	52% {
		transform: rotateZ(-324deg);
	}
	102% {
		transform: rotateZ(-324deg);
	}
	100% {
		transform: rotateZ(-324deg);
		opacity: 1;
	}
}

del.cross {
	display: inline-block;
	/* запрещает перенос текста на следующую строку */

	text-decoration: none;
	position: relative;
}
.del-cross {
	display: block;
	position: relative;
	overflow: hidden;
	/* запрещает обтекать другие блоки */

}
del.cross:before,
.del-cross:before {
	content: '';
	position: absolute;
	display: block;
	width: auto;
	height: auto;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0) url(http://paulradzkov.com/2012/crosswise/cross.svg) no-repeat;
	background-size: 100% 100%;
	/* растягивает фон на всю ширину и высоту блока */

}

/* ====== media ====== */
.media {
	margin: 10px 0;
}
.media,
.bd {
	overflow: hidden;
	_overflow: visible;
	zoom: 1;
}
.media .img {
	float: left;
	margin: 0;
	margin-right: 30px;
}
.media .img img {
	display: block;
}

.map {
	width: 100%;
	height: 600px;
	margin: 0;
	padding: 0;
}
.panel_group_agency a{
	width: 100%;
	display: block;
	/*height: 100%;*/
}
.m-t-6{
	margin-top:3px;
}
.modal-backdrop.fade.in{
	z-index: 10004;
	position: relative;
}
.smodalHint{
    font-size: 27px;
    line-height: 0;
	top:12px;
}
.apiHint{
	color: #2f2d2e;
	margin-top: 10px;
	font-size: 27px;
	line-height: 0;
	top: 11px;
	margin-left: 2px;
}
.apiHint.active{
	color: #02b902ba;
}
.btn.modalHint:active{
	box-shadow: none;
}
.headerModalHints{
	margin-bottom: 5px;
}
.purse_wrap_hints {
	/*margin-top: 11px;*/
	/*margin-left: 10px;*/
	padding: 5px;
	display: inline-block;
	/*width: 300px;*/
	text-align: center;
}
.form-tab_3 span.select2-container{
	width:100% !important;
}
@media only screen and (max-width: 1100px) {
#contact-list-table_wrapper  .col-sm-12 {
	overflow-x: scroll;
}}

/*#dublicate-contact.dublicate-contact-show li.select2-selection__choice{*/
	/*position: relative;*/
	/*padding-right: 20px;*/
/*}*/
/*.dublicate-contact-show li.select2-selection__choice a{*/
	/*font-size: 17px;*/
	/*color: #d0d0d0;*/
	/*line-height: 2px;*/
	/*position: absolute;*/
	/*top: 10px;*/
	/*right: 5px;*/
/*}*/
/*.dublicate-contact-show li.select2-selection__choice a:hover{*/
	/*color:white;*/
/*}*/
/*.blackZone {*/
	/*display: none;*/
/*}*/
#contactEditModal{
	overflow: auto;
}
/*.dublicate-contact-show li.select2-selection__choice:after{*/
	/*content: "x";*/
	/*position: absolute;*/
	/*color:red;*/
/*}*/
/*.dublicate-contact-show li.select2-selection__choice:hover:after{*/
	/*cursor:pointer;*/
	/*color:black;*/
/*}*/
/*.dublicate-contact-show .select2-selection__rendered{*/
	/*height: 10px!important;*/
/*}*/
.float-left{
	float: left;
}
.online-count-box-body{
	display: none;
	height: 447px;
	border-top: 1px solid #e2e2e2;
	/*padding: 5px;*/
}

.online-count-box-body{
	transition-duration:1s;
	transition-property:display;
}

.online-count-box-head p{
	font-size: 14px;
	padding: 0 5px;
	line-height: 38px;
	margin: 0px 0 0px 0;
}
.online-count-box-body ul{
	padding: 0px;
}
.online-count-box-body li{
	list-style: none;
	/*color: green;*/
}
.online-count-box-body li p{
	color: #797777ad;
}
.online-count-box-body li p.chat-member-active{
	color: #605ca8;
	font-weight: 600;
}
.online-count-box-body li p.chat-member-active.api-status{
	color: green;
	font-weight: 600;
}
.navbar-custom-menu .purse_wrap_hints .btn{
	padding: 6px 2px;
}

.online-count-box-body li p{
	white-space: nowrap; /* Запрещаем перенос строк */
	overflow: hidden; /* Обрезаем все, что не помещается в область */
	padding: 5px; /* Поля вокруг текста */
	text-overflow: ellipsis; /* Добавляем многоточие */
	margin-bottom: 0px;
	margin-left: 10px;
	line-height: 7px;
}
li.role p{
	color:black;
	margin-left: 0px;
}

.online-count-box-body{
	overflow-y: auto;
}

.online-count-box-body p.chat-member-active:hover{
	cursor: pointer;

}

#chat-base .box-header.with-border{
    height:38px;
}




.calc-body {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: center;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	margin: 0;
	padding: 12px;
	font-family: "brandon-grotesque", "Brandon Grotesque", "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	color: white;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	/*background: #B4ED50;*/
	/*background: linear-gradient(135deg, #b4ed50 0%, #07f7bf 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$green', endColorstr='$teal',GradientType=1 );*/
}

.calculator {
	display: flex;
	flex-flow: row wrap;
	width: 259px;
	box-shadow: 0 0 10px rgba(85, 85, 85, 0.2);
	/*border-radius: 0;*/
}
/*.calculator.pre-enter {*/
	/*opacity: 0;*/
	/*-webkit-transform: rotateX(30deg) rotateY(30deg) translateY(300px) translateZ(0);*/
	/*transform: rotateX(30deg) rotateY(30deg) translateY(300px) translateZ(0);*/
	/*visibility: hidden;*/
/*}*/
.calculator.pre-enter .total {
	opacity: 0;
}
.calculator.on-enter {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	visibility: visible;
	transition: all 1000ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.calculator.on-enter .total {
	opacity: 1;
	transition: opacity 300ms ease-out 1000ms;
}
.calculator button {
	display: block;
	padding: 0;
	border: 0;
	width: 64px;
	height: 64px;
	background: none;
	font-family: "brandon-grotesque", "Brandon Grotesque", "Source Sans Pro", "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
	cursor: pointer;
	transition: all 200ms ease-out;
}
.calculator button:active, .calculator button.active {
	transition: all 100ms ease-in;
}
.calculator .screen {
	width: 100%;
	border-bottom: 1px solid #55cc77;
}
.calculator .equation {
	width: 100%;
	padding: 6px;
	/*border-radius: 0px 0px 0 0;*/
	background: white;
	color: #333;
	overflow: hidden;
}
.calculator .equation .summary, .calculator .equation .total {
	display: flex;
	justify-content: flex-end;
}
.calculator .summary {
	padding: 6px 6px 0;
	height: 22px;
	font-size: 16px;
	font-weight: 500;
	color: #b3b3b3;
}
.calculator .total {
	padding: 3px 6px 6px;
	font-size: 32px;
}
.calculator .buttons {
	display: flex;
}
.calculator .numbers {
	width: 195px;
}
.calculator .numbers ul {
	display: flex;
	flex-flow: row wrap;
	background: rgba(255, 255, 255, 0.3);
	/*border-bottom-left-radius: 12px;*/
}
.calculator .numbers button {
	font-size: 24px;
	font-weight: 400;
	color: #333;
	background: rgba(255, 255, 255, 0.5);
}
.calculator .numbers button:hover, .calculator .numbers button:focus {
	background: rgba(255, 255, 255, 0.75);
}
.calculator .numbers button:active, .calculator .numbers button.active {
	background: rgba(51, 51, 51, 0.05);
}
.calculator .numbers li {
	border-bottom: 1px solid #55cc77;
	border-left: 1px solid #55cc77;
}
.calculator .numbers li.zero, .calculator .numbers li:last-child {
	border-bottom: 0;
}
.calculator .numbers li.clear, .calculator .numbers li:nth-child(2), .calculator .numbers li:nth-child(5), .calculator .numbers li:nth-child(8), .calculator .numbers li.zero {
	border-left: 0;
}
.calculator .numbers .clear {
	width: 100%;
}
.calculator .numbers .clear button {
	width: 100%;
	background: rgba(255, 255, 255, 0.25);
}
.calculator .numbers .clear button:hover, .calculator .numbers .clear button:focus {
	background: rgba(255, 255, 255, 0.75);
}
.calculator .numbers .clear button:active, .calculator .numbers .clear button.active {
	background: rgba(51, 51, 51, 0.05);
}
.calculator .numbers .zero {
	width: 129px;
}
.calculator .numbers .zero button {
	width: 100%;
	/*border-bottom-left-radius: 12px;*/
}
.calculator .operators {
	width: 65px;
	border-left: 1px solid #55cc77;
}
.calculator .operators ul {
	background: #2a6282;
	/*background: linear-gradient(to bottom, #f4d063 0%, #fc9d6b 100%);*/
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$yellow', endColorstr='$orange',GradientType=0 );
	/*border-bottom-right-radius: 12px;*/
}
.calculator .operators button {
	font-size: 36px;
	font-weight: 300;
	color: white;
}
.calculator .operators button:hover, .calculator .operators button:focus {
	background: rgba(255, 241, 224, 0.25);
}
.calculator .operators button:active, .calculator .operators button.active {
	background: rgba(224, 123, 0, 0.25);
}
.calculator .operators li:last-child button {
	/*border-bottom-right-radius: 12px;*/
}
.calculator .operators li:not(:last-child) {
	border-bottom: 1px solid #55cc77;
}
.calc-body ul{
	list-style: none;
	padding: 0px;
	margin-bottom: 0px;
}
.calc-body{
	padding: 0px;
}
.calc-cont{
	width: 259px;
}
.numbers{
	background: #5247ff;
	/*border-radius: 0 0 0 12px;*/
}
#closeCalc{
	position: absolute;
	/* opacity: 100; */
	color: black;
	width: 20px;
	font-size: 30px;
	top: -30px;
	background: white;
	width: 29px;
	border-radius: 42px;
}
.calc-cont .modal-body{
	padding: 0px;
}
@media only screen and (min-height: 424px) {
	body {
		overflow: scroll;
		/*		align-items: center;
                align-content: center;
        		overflow: hidden; */
	}
}
#hintHtml .panel{
	margin-bottom: 6px;
}
.header-all-marketing .select2{
	width:100% !important;
	max-width: 450px;
	min-width: 300px;
}
.table-select-agentis{
	overflow: auto;
}
.select2-agency .select2 ul li.select2-selection__choice{
	display: none;
}
.header-all-marketing{
	margin-bottom: 30px;
}
.header-all-marketing thead th{
	padding-bottom: 10px;
}
.select2-agency .select2-selection__rendered li{
    line-height: 26px;
}
.select2-agency .counter{
	position:absolute;
	top:0px;
	right:5px;
}
/*.select2-agency .select2-search--inline{*/
	/*background-color:Gainsboro;*/
/*}*/
.form-control.br{
	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;
}
.row.mrd{
	margin: 0px;
	margin-bottom: 25px;
}
.pd-15{
	padding: 0 15px;
}
.header-all-partners-monats .select2{
	width:100% !important;
	max-width: 150px;
	min-width: 100px;
}
.pdt-15{
	padding: 15px;
	padding-top: 0;
}
table.couponTable input[type='checkbox']{
	width: 26px;
	height: 26px;
	margin-left: 35px;
}


.mail-icon {
	height:40px;
	margin-right:15px;
}

.mail-active {
	border: 3px solid #00a8e1;
}

.borr{
	border-right: 1px solid #ecf0f5;

}
.flex-jistify {
	display: flex;
	justify-content: space-between;
}
.flex-start {
	display: flex;
	justify-content: flex-start;
}
.flex-end {
	display: flex;
	justify-content: flex-end;
}
.m-t-10 {
	margin-top:10px;
}
#direct-chat-messages-block .apponent.direct-chat-msg .direct-chat-text{
	border: 2px solid white;
}
#direct-chat-messages-block .apponent.direct-chat-msg .direct-chat-text:hover{
	border: 2px solid #3c8dbc;
}
#direct-chat-messages-block .apponent.direct-chat-msg .direct-chat-name:hover{
	color: #3c8dbc;
	cursor: pointer;
}
.p-16 p{
	font-size: 16px;
}
/*.fc-event-container .fc-time{*/
	/*display: none;*/
/*}*/
#exampleModalLabel{
	float: left;
}
/*.fc-event-container .fc-event{*/
	/*line-height: 1.05;*/
/*}*/
/*.fc-event-container>a{*/
	/*height: 50px;*/
/*}*/

.dis-no{
	display: none;
}
.modal-header #eventText{
	float: left;
}

@media only screen and (max-width: 650px) {
	.purse_wrap {
		display: none;
	}
}
@media (max-width: 387px) {
	.wrapper .main-sidebar {
		padding-top: 150px;
	}
}
@media (max-width: 345px) {
	.wrapper .main-sidebar {
		padding-top: 200px;
	}
}
@media (max-width: 215px) {
	.wrapper .main-sidebar {
		padding-top: 250px;
	}
}


/*#graphSalesFunnel tbody tr td .graph-sales-column{*/
	/*border-left: 25px solid transparent;*/
	/*border-right: 25px solid transparent;*/
	/*height: 50px;*/
	/*position: relative;*/
	/*margin: auto;*/
/*}*/

/*#graphSalesFunnel tbody tr td .graph-sales-column:hover{*/
	/*border-top: 41px solid #605ba8!important;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(1) td .graph-sales-column{*/
	/*border-top: 41px solid #ff0000;*/
	/*width: 400px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(1) td .graph-sales-column a{*/
	/*position: absolute;*/
	/*top: -41px;*/
	/*left: 0px;*/
/*}*/
/*#graphSalesFunnel tbody tr:nth-child(1) td .graph-sales-column a div{*/
	/*width: 350px;*/
	/*height: 41px;*/
	/*line-height: 40px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(2) td div.graph-sales-column{*/
	/*border-top: 41px solid #ff8100;*/
	/*width: 350px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(2) td div.graph-sales-column a{*/
	/*position: absolute;*/
	/*top: -41px;*/
	/*left: 0px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(2) td .graph-sales-column a div{*/
	/*width: 300px;*/
	/*height: 41px;*/
	/*line-height: 40px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(3) td div.graph-sales-column{*/
	/*border-top: 41px solid #ffeb00;*/
	/*width: 300px;*/
 /*}*/

/*#graphSalesFunnel tbody tr:nth-child(3) td div.graph-sales-column a{*/
	/*position: absolute;*/
	/*top: -41px;*/
	/*left: 0px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(3) td .graph-sales-column a div{*/
	/*width: 250px;*/
	/*height: 41px;*/
	/*line-height: 40px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(4) td div.graph-sales-column{*/
	/*border-top: 41px solid #1bff00;*/
	/*width: 250px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(4) td div.graph-sales-column a{*/
	/*position: absolute;*/
	/*top: -41px;*/
	/*left: 0px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(4) td .graph-sales-column a div{*/
	/*width: 200px;*/
	/*height: 41px;*/
	/*line-height: 40px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(5) td div.graph-sales-column{*/
	/*border-top: 41px solid #00fff3;*/
	/*width: 200px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(5) td div.graph-sales-column a{*/
	/*position: absolute;*/
	/*top: -41px;*/
	/*left: 0px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(5) td .graph-sales-column a div{*/
	/*width: 150px;*/
	/*height: 41px;*/
	/*line-height: 40px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(6) td div.graph-sales-column{*/
	/*border-top: 41px solid #00b8ff;*/
	/*width: 150px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(6) td div.graph-sales-column a{*/
	/*position: absolute;*/
	/*top: -41px;*/
	/*left: 0px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(6) td .graph-sales-column a div{*/
	/*width: 100px;*/
	/*height: 41px;*/
	/*line-height: 40px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(7) td div.graph-sales-column{*/
	/*border-top: 41px solid #1b00ff;*/
	/*width: 100px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(7) td div.graph-sales-column a{*/
	/*position: absolute;*/
	/*top: -41px;*/
	/*left: 0px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(7) td .graph-sales-column a div{*/
	/*width: 50px;*/
	/*height: 41px;*/
	/*line-height: 40px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(8) td div.graph-sales-column{*/
	/*border-top: 41px solid #ff00b1;*/
	/*width: 50px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(8) td div.graph-sales-column a{*/
	/*position: absolute;*/
	/*top: -41px;*/
	/*left: -15px;*/
/*}*/

/*#graphSalesFunnel tbody tr:nth-child(8) td .graph-sales-column a div{*/
	/*width: 30px;*/
	/*height: 41px;*/
	/*line-height: 40px;*/
/*}*/
/*#graphSalesFunnel tbody tr:nth-child(1) td .graph-sales-column a:after{*/
	/*width: 10px;*/
	/*height: 10px;*/
	/*color: red;*/
/*}*/

.box .icon {
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
	position: absolute;
	top: -10px;
	right: 10px;
	z-index: 0;
	font-size: 90px;
	color: rgba(0, 0, 0, 0.15);
}