.framework section {
	float: right;
	width: 80%;
	margin-bottom: 500px;
}

.framework section>h2 {
	position: relative;
}
.framework section>h2:not(:first-child) {
	margin-top: 70px;
}
.framework section>h2:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 5px;
	display: block;
	width: 80%;
	height: 2px;
	background: #EDEDED;
}

.framework section article {
	margin-top: 70px;
}
.framework section article h1,
.framework section article h2,
.framework section article h3,
.framework section article h4,
.framework section article h5 {
	margin: 0;
	margin-bottom: 10px;
}

.headnote {
	position: static;
	float: left;
	overflow-y: scroll;
	width: 13%;
	height: 420px;
	padding: 10px 30px 30px;
	background: #FFFFFF;
	box-shadow: 0 0 10.89px .11px rgba(89, 89, 89, .39);
}
.headnote h2 {
	margin-bottom: 20px;
	color: #444444;
}
.headnote h2:not(:first-child) {
	margin-top: 30px;
}
.headnote ul {
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
}
.headnote a:hover {
	color: #43ACD9;
}

.code {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	line-height: 25px;
	margin-top: 20px;
	padding: 15px 15px 15px 19px;
	color: #333333;
	border-left: 4px solid #43ACD9;
	background: #F5F5F5;
}
.code+.code {
	margin: 8px 0 0;
}
.code p {
	display: block;
}
.code p.tab1 {
	margin-left: 40px;
}
.code p.tab2 {
	margin-left: 80px;
}
.code p.tab3 {
	margin-left: 120px;
}
.code p.tab4 {
	margin-left: 160px;
}
.code p span {
	color: #43ACD9;
}

a.btt,
a.btt-primary,
a.btt-second,
a.btt-square,
a.btt-small,
.btt,
.btt-primary,
a.btt-second,
.btt-second,
a.btt-square,
.btt-square,
a.btt-small,
.btt-small {
	font-size: 16px;
	font-weight: 500;
	line-height: 50px;
	display: inline-block;
	padding: 0 20px;
	border-radius: 5px;
	-webkit-transition: background .1s ease-in-out;
	-moz-transition: background .1s ease-in-out;
	-ms-transition: background .1s ease-in-out;
	transition: background .1s ease-in-out;
	color: #FFFFFF;
	border: none;
	background: var(--turquoise);
}
a.btt i,
a.btt-primary i,
a.btt-second i,
a.btt-square i,
a.btt-small i,
.btt i,
.btt-primary i,
.btt-second i,
.btt-square i,
.btt-small i {
	font-size: 16px;
	width: 20px;
	text-align: center;
}

a.btt-second,
.btt-second {
	line-height: 40px;
	border-radius: 5px;
}

a.btt-blue,
.btt-blue {
	background: var(--turquoise);
}
a.btt-blue:hover,
a.btt-blue:focus,
.btt-blue:hover,
.btt-blue:focus {
	background: var(--turquoise-dark);
}

a.btt-green,
.btt-green {
	background: #84D72C;
}
a.btt-green:hover,
a.btt-green:focus,
.btt-green:hover,
.btt-green:focus {
	background: #74BD26;
}

a.btt-orange,
.btt-orange {
	background: #FBAF40;
}
a.btt-orange:hover,
a.btt-orange:focus,
.btt-orange:hover,
.btt-orange:focus {
	background: #E09D38;
}

a.btt-red,
.btt-red {
	background: #EB6262;
}
a.btt-red:hover,
a.btt-red:focus,
.btt-red:hover,
.btt-red:focus {
	background: #D15858;
}

a.btt-grey,
.btt-grey,
a.btt-grey:hover,
a.btt-grey:focus,
.btt-grey:hover,
.btt-grey:focus {
	background: #F6F7F8;
	color: #9E9E9E;
}

a.btt-disabled,
.btt-disabled,
a.btt-disabled:hover,
a.btt-disabled:focus,
.btt-disabled:hover,
.btt-disabled:focus {
	background: #F6F7F8;
	color: #9E9E9E;
	cursor: default;
}

a.btt-square,
.btt-square {
	line-height: 40px;
	position: relative;
	width: 40px;
	padding: 0;
	text-align: center;
	border-radius: 5px;
}
a.btt-square span,
.btt-square span {
	font-size: 14px;
	font-weight: 300;
	line-height: 15px;
	position: absolute;
	z-index: 200;
	top: 200%;
	display: inline-block;
	visibility: hidden;
	padding: 10px 20px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	white-space: nowrap;
	opacity: 0;
	border-radius: 5px;
	background: #444444;
}
a.btt-square span:after,
.btt-square span:after {
	content: "";
	position: absolute;
	top: -7px;
	left: calc(50% - 3px);
	width: 0;
	height: 0;
	border-width: 0 6.5px 7px 6.5px;
	border-style: solid;
	border-color: transparent transparent #444444 transparent;
}
a.btt-square:hover span ,
.btt-square:hover span {
	top: 125%;
	visibility: visible;
	opacity: 1;
}

a.btt-small,
.btt-small {
	font-size: 12px;
	line-height: 25px;
	padding: 0 10px;
	border-radius: 3px;
}
a.btt-small i,
.btt-small i {
	font-size: 12px;
}
a.btt-small.btt-square,
.btt-small.btt-square {
	width: 25px;
	padding: 0;
	text-align: center;
}

ul,
ol {
  margin-top: 0px;
  margin-bottom: 0px;
}

.by-tooltip {
	position: relative;
	left: 10px;
	display: inline-block;
}
.by-tooltip i {
	font-size: 15px;
	line-height: 21px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	text-align: center;
	color: #FFFFFF;
	border-radius: 50%;
	background: #43ACD9;
}
.by-tooltip i+p {
	position: absolute;
	top: -11px;
	left: 150px;
	visibility: hidden;
	width: 250px;
	padding: 15px 20px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0;
	color: #FFFFFF;
	background: #43ACD9;
}
.by-tooltip i+p span.by-tooltip-title {
	font-size: 18px;
	font-weight: 500;
	display: block;
	margin-bottom: 15px;
}
.by-tooltip i+p span.by-tooltip-content {
	font-size: 14px;
	font-weight: 300;
}
.by-tooltip i+p:after {
	content: "";
	position: absolute;
	top: 15px;
	left: -6px;
	width: 0;
	height: 0;
	border-width: 6.5px 7px 6.5px 0;
	border-style: solid;
	border-color: transparent #43ACD9 transparent transparent;
}
.by-tooltip:hover i+p {
	left: 35px;
	visibility: visible;
	opacity: 1;
}

.sub-nav {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.sub-nav > *:not(ul) {
	margin-left: 4px;
}
.sub-nav ul {
	position: absolute;
	z-index: 9;
	top: 100px;
	right: 0;
	display: -webkit-flex;
	display: flex;
	visibility: hidden;
	padding: 10px 9px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	opacity: 0;
	color: #FFFFFF;
	border-radius: 3px;
	background: #66d6d7;
}
.sub-nav ul:after {
	content: "";
	position: absolute;
	top: -6px;
	right: 3px;
	width: 0;
	height: 0;
	border-width: 0 6.5px 7px 6.5px;
	border-style: solid;
	border-color: transparent transparent #66d6d7 transparent;
}
.sub-nav li {
	font-size: 18px;
	position: relative;
	display: inline-block;
	padding: 0 8px;
	text-align: center;
	cursor: pointer;
}
.sub-nav li a {
	color: #FFFFFF;
}
.sub-nav li:hover a {
	color: #FFFFFF;
}
.sub-nav li span {
	font-size: 14px;
	font-weight: 300;
	line-height: 15px;
	position: absolute;
	z-index: 200;
	top: 400%;
	left: -20px;
	display: inline-block;
	visibility: hidden;
	padding: 10px 20px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	white-space: nowrap;
	opacity: 0;
	border-radius: 5px;
	background: #444444;
}
.sub-nav li span:after {
	content: "";
	position: absolute;
	top: -7px;
	left: 30px;
	width: 0;
	height: 0;
	border-width: 0 6.5px 7px 6.5px;
	border-style: solid;
	border-color: transparent transparent #444444 transparent;
}
.sub-nav li:hover span {
	top: 200%;
	visibility: visible;
	opacity: 1;
}
.sub-nav:hover button i {
	color: #FBAF40;
}
.sub-nav.sub-nav-open button i {
	color: var(--turquoise);
}
.sub-nav.sub-nav-open ul {
	top: 27px;
	visibility: visible;
	opacity: 1;
}

.label,
.label-top,
.label-left,
.label-text,
.label-textarea,
.btt-radio,
.btt-checkbox,
.label-select,
.label-date,
.label-range,
.label-file,
.label-color {
	display: block;
	margin-bottom: 0;
}
.label p,
.label-top p,
.label-left p,
.label-text p,
.label-textarea p,
.btt-radio p,
.btt-checkbox p,
.label-select p,
.label-date p,
.label-range p,
.label-file p,
.label-color p {
	font-weight: 400;
	margin: 0 10px 10px 0;
}
.label input,
.label-top input,
.label-left input,
.label-text input,
.label-textarea input,
.btt-radio input,
.btt-checkbox input,
.label-select input,
.label-date input,
.label-range input,
.label-file input,
.label-color input {
	font-weight: 500;
}
.label textarea,
.label-top textarea,
.label-left textarea,
.label-text textarea,
.label-textarea textarea,
.btt-radio textarea,
.btt-checkbox textarea,
.label-select textarea,
.label-date textarea,
.label-range textarea,
.label-file textarea,
.label-color textarea {
	font-weight: normal;
}

input.b-bottom {
	border: none;
	border-bottom: 1px solid #EDEDED;
}
input.b-bottom::-webkit-input-placeholder {
	color: #444444;
}

input[type="text"][readonly],
input[type="password"][readonly],
input[type="number"][readonly]{
	background-color: #F5F6F7;
	border-color: #C0C2D3 !important;
}

input.b-bottom:hover,
input.b-bottom:focus,
input.b-bottom:active {
	border: none;
	border-bottom: 1px solid var(--turquoise);
	outline: none;
}

.label-top p,
.label-left p {
	display: inline-block;
}
.label-top input[type="text"],
.label-left input[type="text"],
.label-top input[type="password"],
.label-left input[type="password"] {
	width: 100%;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.label-top input[type="text"]:focus,
.label-left input[type="text"]:focus,
.label-top input[type="text"]:hover,
.label-left input[type="text"]:hover {
	outline: none;
}

.label-left p {
	line-height: 38px;
	display: block;
	float: left;
	width: auto;
	margin: 0 10px 10px 0;
}
.label-left div {
	overflow: auto;
	width: auto;
}

.input-btt-inline div {
	overflow: auto;
}
.input-btt-inline .btt-inline {
	line-height: 40px;
	float: right;
}

.label-text input {
	line-height: 36px;
}

.label-textarea {
	width: 100%;
}
.label-textarea textarea {
	width: 100%;
	padding: 10px;
	resize: none;
	min-height: 60px;
	-webkit-transition: height .2s ease-in-out;
	-moz-transition: height .2s ease-in-out;
	-ms-transition: height .2s ease-in-out;
	transition: height .2s ease-in-out;
}
.label-textarea textarea:focus,
.label-textarea textarea:hover {
	outline: none;
}
.label-textarea textarea.counter+p {
	font-size: 16px;
	font-weight: 300;
	width: 100%;
	margin-top: 5px;
	text-align: right;
}
.label-textarea textarea.counter+p.counter-error {
	color: #EB6262;
}
label p.counter {
	font-size: 16px;
	display: block;
	margin: 5px 0 0 0;
	text-align: right;
}
.btt-radio .label-radio input {
	display: none;
}
.btt-radio .label-radio span.span-radio {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 2px solid #8E8E8E;
	border-radius: 50%;
}
.btt-radio .label-radio input:checked+span {
	border: 2px solid var(--turquoise);
}
.btt-radio .label-radio input:checked+span+p {
	color: var(--turquoise);
}
.btt-radio .label-radio input:checked+span:before {
	content: "";
	position: relative;
	top: 3px;
	left: 3px;
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--turquoise);
}
.btt-radio .label-radio p {
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btt-radio .label-radio:hover p {
	color: var(--turquoise);
}
.btt-radio .label-radio:hover span {
	border: 2px solid var(--turquoise);
}
.btt-radio.all-inline>p {
	display: inline-block;
	margin-right: 20px;
}
.btt-radio.all-inline label p {
	margin-right: 40px;
}
.btt-radio.input-inline label p {
	margin-right: 40px;
}

.btt-checkbox .label-checkbox {
	display: inline-block;
}
.btt-checkbox .label-checkbox.no_bottom_margin {
	margin-bottom: 0;
}
.btt-checkbox .label-checkbox input {
	display: none;
}
.btt-checkbox .label-checkbox span.span-checkbox {
	position: relative;
	top: 4px;
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 5px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px solid #8E8E8E;
	border-radius: 2px;
}
.btt-checkbox .label-checkbox input:checked+span:before {
	content: "\f00c";
	position: absolute;
	top: 1px;
	left: 1px;
	display: block;
	width: 11px;
	height: 11px;
	color: var(--turquoise);
	border-radius: 3px;
	font-size: 11px;
}
.btt-checkbox .label-checkbox input:checked+span {
	border: 2px solid var(--turquoise);
}
.btt-checkbox .label-checkbox input:checked+span+p {
	/*color: #43ACD9;*/
}
.btt-checkbox .label-checkbox p {
	display: inline-block;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.btt-checkbox .label-checkbox:hover p {
	/*color: #43ACD9;*/
}
.btt-checkbox .label-checkbox:hover>span {
	border: 2px solid var(--turquoise);
}

.bootstrap-datetimepicker-widget .btt,
.bootstrap-datetimepicker-widget .btt-primary,
.bootstrap-datetimepicker-widget .btt-second,
.bootstrap-datetimepicker-widget .btt-square,
.bootstrap-datetimepicker-widget .btt-small {
	color: inherit;
	background: inherit;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}

.label-select {
	display: inline-block;
}
.label-select button.btn,
.label-text button.btn {
	line-height: 40px;
	height: 40px;
	padding: 0 25px 0 12px;
	border: 1px solid #C0C2D3;
	border-radius: 5px;
	background: #FFFFFF;
}
.label-select .dropdown-menu {
	padding: 0;
}
.label-select .open>.dropdown-toggle.btn-default {
	background: #F0F0F0;
}
.label-select .bootstrap-select:hover button.btn {
	color: var(--turquoise);
	border: 1px solid var(--turquoise);
}

.label-date {
	display: inline-block;
}
.label-date .input-group.date {
	width: 200px;
}
.label-date .input-group.date input.form-control {
	height: 40px;
}
.label-date span.input-group-addon {
	color: #9e9e9e;
	border: 1px solid #9e9e9e;
	background: #f6f7f8;
	left: -1px;
	position: relative;
}
.label-date span.input-group-addon:hover {
	background: var(--turquoise);
	color: #FFF;
}
.label-date.label-top input[type="text"],
.label-date.label-left input[type="text"],
.label-date.label-left input[type="text"] {
	line-height: 35px;
	padding: 0 10px;
}
.label-date.label-left>* {
	margin-right: 20px;
}

.label-range {
	display: inline-block;
}

.label-file {
	display: inline-block;
}
.label-file span.buttonText {
	margin-left: 10px;
}
.label-file label.btn:hover {
	color: #FFFFFF;
	background: #3B98BF;
}
.label-file .badge {
	width: 30px;
	padding: 0;
	border-radius: 50%;
	background: none;
}

.label-color {
	display: inline-block;
}
.label-color div span {
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid #969696;
	border-radius: 0;
	background: transparent;
}
.label-color div input {
	line-height: 40px;
	width: 190px;
	height: 40px;
	padding-left: 10px;
	border: 1px solid #969696;
	border-radius: 0;
}
.label-color div input:focus,
.label-color div input:hover {
	border: 1px solid #43ACD9;
	outline: none;
	box-shadow: none;
}

.by_table.wbg {
	padding: 15px 30px 30px 30px;
	background: #FFFFFF;
	box-shadow: 0px 6px 49px 0px rgba(220, 220, 220, 0.9);
}
.by_table table {
	width: 100%;
}
.by_table th {
	padding: 20px 10px;
	cursor: pointer;
	vertical-align: middle;
	border-bottom: 1px solid #8E8E8E;
}
.by_table th:hover {
	color: var(--turquoise);
}
.by_table th.th_order {
	color: var(--turquoise);
}
.by_table td {
	padding: 10px;
}

.check_popin {
	position: fixed;
	z-index: 9;
	top: -50px;
	left: calc(50% - 150px);
	visibility: hidden;
	width: 600px;
	padding: 30px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	animation-name: popin-out;
	animation-duration: .3s;
	text-align: center;
	border-radius: 0 0 5px 5px;
	background: #FFFFFF;
	box-shadow: 0 0 10.89px .11px rgba(89, 89, 89, .39);
}
.check_popin h3 {
	margin: 0 0 20px;
}
.check_popin button:last-child {
	margin-left: 15px;
}

.check_popin_open {
	top: 70px;
	visibility: visible;
	animation-name: popin-in;
	animation-duration: .3s;
}

@keyframes popin-in {
	0% {
		top: -50px;
	}
	65% {
		top: 85px;
	}
	100% {
		top: 70px;
	}
}
@keyframes popin-out {
	0% {
		top: 70px;
	}
	35% {
		top: 85px;
	}
	100% {
		top: -50%;
	}
}
.confirm_action {
	font-size: 18px;
	font-weight: normal;
	position: fixed;
	top: 50px;
	left: 295px;
	display: none;
	width: 100%;
	padding: 15px 20px;
	cursor: pointer;
	color: #FFFFFF;
	background: #74BD26;
	box-shadow: 0 0 10.89px .11px rgba(89, 89, 89, .39);
}
@media screen and (max-width: 768px) {
	.confirm_action {
		left: 50px;
	}
}
@media screen and (max-width: 480px) {
	.confirm_action {
		left: 0;
	}
}
.confirm_action div * {
	display: inline-block;
}

.fa-green {
	color: #84D72C;
}

.fa-red {
	color: #EB6262;
}

.union-inner {
	position: relative;
}
.union-inner .union-after,
.union-inner .union span.union-top:after,
.union-inner .union span.union-bottom:after,
.trigger.union-parent .union-inner .union-top:after,
.trigger.union-parent .union-inner .union-bottom:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 15px;
	height: 2px;
	background: #43ACD9;
}
.union-inner .union {
	position: absolute;
	bottom: -4px;
	left: -15px;
}
.union-inner .union span {
	position: absolute;
	left: 9px;
	display: block;
	width: 2px;
	height: 15px;
	background: #43ACD9;
}
.union-inner .union span.union-line {
	top: -17px;
}
.union-inner .union span.union-bottom {
	top: 25px;
}
.union-inner .union span.union-bottom:after {
	top: 14px;
}
.union-inner .union p {
	font-weight: normal;
	text-transform: uppercase;
	color: #43ACD9;
}

/* Date select FromTo & period*/
.date-fromto:after {
	content: "";
	display: block;
	clear: both;
}
.date-fromto label p {
	font-weight: 300;
}
.date-fromto>*:not(button) {
	float: left;
}
.date-fromto>button {
	float: left;
}
.date-fromto>span {
	position: relative;
	top: 42px;
	display: inline-block;
	margin: 0 30px;
}

.graphs {
	position: relative;
	padding: 30px 50px 50px;
	background: #FFFFFF;
	box-shadow: 0 0 10.89px .11px rgba(89, 89, 89, .39);
}
.graphs nav {
	position: absolute;
	top: 58px;
	right: 50px;
}
.graphs nav ul li {
	font-size: 20px;
	display: inline-block;
	padding: 0 10px;
}
.graphs nav ul li button {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.graphs nav ul li button.btt-selected {
	border-bottom: 2px solid #43ACD9;
}
.graphs nav ul li button.btt-disabled {
	cursor: no-drop;
	color: #D6D6D6;
}
.graphs nav ul li button.btt-disabled:hover {
	color: #D6D6D6;
}
.graphs nav ul li button:hover {
	color: #43ACD9;
}
.graphs .graph {
	width: 100%;
	margin-top: 50px;
}

/* MODULE DATA */
.module-data:after {
	content: "";
	display: block;
	clear: both;
}
.module-data aside div {
	position: relative;
	float: left;
	width: 24.25%;
	margin-bottom: 20px;
	padding: 15px 25px;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	/*cursor: pointer;*/
	border: 1px solid #E5E5E5;
	border-left: 9px solid #43ACD9;
	background: #FFFFFF;
	box-shadow: 0 0 10.89px .11px rgba(89, 89, 89, .39);
}
.module-data aside div:not(:last-child) {
	margin-right: 1%;
}
/*.module-data aside div.module-data-active:after {
	content: "";
	display: block;
	position: absolute;
	top: calc(45%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 0 8px 8px;
	border-color: transparent transparent transparent #43acd9;
	right: -17px;
}*/
/*.module-data aside div:hover {border-color: #43acd9;}*/
.module-data aside div:nth-of-type(2) {
	border-left-color: #84D72C;
}
/*.module-data aside div:nth-of-type(2):hover {border-color: #84d72c;}*/
/*.module-data aside div:nth-of-type(2).module-data-active:after {border-color: transparent transparent transparent #84d72c;}*/
.module-data aside div:nth-of-type(3) {
	border-left-color: #FBAF40;
}
/*.module-data aside div:nth-of-type(3):hover {border-color: #FBAF40;}*/
/*.module-data aside div:nth-of-type(3).module-data-active:after {border-color: transparent transparent transparent #FBAF40;}*/
.module-data aside div:nth-of-type(4) {
	border-left-color: #EB6262;
}
/*.module-data aside div:nth-of-type(4):hover {border-color: #eb6262;}*/
/*.module-data aside div:nth-of-type(4).module-data-active:after {border-color: transparent transparent transparent #eb6262;}*/
.module-data aside p {
	font-size: 45px;
	font-weight: normal;
}
.module-data aside p span {
	font-size: 20px;
}
@media screen and (max-width: 1400px) {
	.module-data aside div {
		width: calc(50% - 15px);
	}
	.module-data aside div:not(:last-child) {
		margin-right: 0;
	}
	.module-data aside div:nth-of-type(odd) {
		margin-right: 15px;
	}
}
@media screen and (max-width: 768px) {
	.module-data aside div {
		width: 100%;
	}
	.module-data aside div {
		margin-right: 0;
	}
}

/* MODULE DATA */
span.label {
	font-size: 12px;
	font-weight: normal;
	padding: 3px 0;
	text-align: center;
	color: red;
	color: #FFFFFF;
	border-radius: 3px;
}
span.label.label-default {
	background: #84D72C;
}
span.label.label-warning {
	background: #d76666;
}
span.label.label-primary {
	background: #9e9e9e;
}
span.label.label-scheduled {
	background: #FFC300;
}
.module-status,
.module-active,
.module-inactive,
.module-scheduled,
.module-finished {
	font-size: 12px;
	font-weight: normal;
	padding: 3px 5px;
	text-align: center;
	color: #FFFFFF;
	border-radius: 3px;
}

.module-active {
	background: #84D72C;
}

.module-inactive {
	background: #EB6262;
}

.module-scheduled {
	background: #FFC300;
}

.module-finished {
	background: #8E8E8E;
}

/* TRIGGER */
.trigger {
	position: relative;
	margin-top: 17px;
	/* border: 1px solid orange; */
}
.trigger .trigger-inner>* {
	float: left;
}
.trigger .trigger-inner>*:not(:last-child) {
	margin-right: 20px;
}
.trigger .trigger-inner:after {
	content: "";
	display: block;
	clear: both;
}
.trigger .trigger-inner p,
.trigger .trigger-inner .trigger-label {
	padding: 8px 0;
}
.trigger .trigger-inner p:first-child,
.trigger .trigger-inner .trigger-label {
	float: none;
}
.trigger .trigger-inner p:first-child span,
.trigger .trigger-inner .trigger-label {
	font-weight: 500;
}
.trigger .trigger-inner .label-number {
	width: 100px;
}
.trigger .trigger-inner .label-number .form-control {
	height: 40px;
	border-color: #969696;
	border-radius: 5px 0 0 5px;
}
.trigger .trigger-inner .delete-trigger {
	line-height: 21px;
	width: 21px;
	height: 21px;
	margin-left: 5px;
	padding: 0;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	text-align: center;
	color: #d6d6d6;
	border-radius: 3px;
}
.trigger .trigger-inner .delete-trigger:hover {
	color: #EB6262;
	border-color: #EB6262;
}
.trigger .trigger-inner .label-textarea {
	margin-top: 10px;
}
.trigger.union-parent {}
.trigger.union-parent .union-after,
.union-inner .union .trigger.union-parent span.union-top:after,
.union-inner .union .trigger.union-parent span.union-bottom:after,
.trigger.union-parent .union-inner .union-top:after,
.trigger.union-parent .union-inner .union-bottom:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 15px;
	height: 2px;
	background: #D6D6D6;
}
.trigger.union-parent .union-inner {
	position: absolute;
	bottom: -2px;
	left: -45px;
}
.trigger.union-parent .union-inner span {
	position: absolute;
	left: 16px;
	display: block;
	width: 2px;
	height: 36px;
	background: #D6D6D6;
}
.trigger.union-parent .union-inner .union-top {
	top: -38px;
}
.trigger.union-parent .union-inner .union-bottom {
	top: 25px;
}
.trigger.union-parent .union-inner .union-bottom:after {
	top: 34px;
}
.trigger.union-parent .union-inner p {
	font-weight: normal;
	text-transform: uppercase;
	color: #D6D6D6;
}
.trigger:last-child .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	position: relative;
	top: -7px;
	float: left;
	width: calc(100% - 250px);
}

.triggers .trigger:last-child {
	margin: 25px 0 50px;
}
.triggers .trigger:last-child .label-select {
	width: 100%;
}
.triggers .trigger:last-child .label-select p {
	float: left;
	padding: 0;
}

.triggers .trigger.no-operands .trigger-inner p:first-child {
	float: left;
}
.trigger.no-operands.union-parent .union-inner {
	bottom: -21px;
}
.trigger.no-operands.union-parent .union-inner span {
	top: 22px;
	height: 20px;
}
.trigger.no-operands.union-parent .union-inner .union-top {
	top: -17px;
}
.trigger.no-operands.union-parent .union-inner .union-bottom:after {
	top: 18px;
}
.trigger:not(.no-operands) .trigger-inner {
	/*height: 80px;*/
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type=number] {
	-moz-appearance: textfield;
}

@media screen and (max-width: 1450px) {
	a.btt-square span,
	.btt-square span{
		display: none;
	}
}

@media screen and (max-width: 1400px) {
	.by_table table {
		font-size: 14px;
	}
	.by_table td {
		padding: 5px 10px;
	}
}

.new-union-parent {}
.new-union-parent .union-line {
    position: absolute;
    height: calc(100% + 19px);
    background: #D6D6D6;
    width: 2px;
    left: -27px;
    top: 20px;
}
.new-union-parent .union-line:before,
.new-union-parent .union-line:after {
	position: absolute;
	content: "";
	width: 17px;
	height: 2px;
	background: #D6D6D6;
}
.new-union-parent .union-line:before {
	top: 0;
}
.new-union-parent .union-line:after {
	bottom: 0
}
.new-union-parent .union-inner {
    position: absolute;
    left: -45px;
    font-weight: normal;
    text-transform: uppercase;
    color: #D6D6D6;
    top: calc(50% + 17px);
    background: #f3f3f3;
}

.dropdown{
	display: inline-block;
}
.dropdown-menu.has-border > li + li{
	border-top: solid 1px #eee;
}
.dropdown-menu .dropdown-item{
	cursor: pointer;
}
.dropdown-menu.m .dropdown-item{
	padding-top: 10px;
	padding-bottom: 10px;
}
.dropdown-item-title{
	font-size: 15px;
	display: block;
}
.dropdown-item-desc{
	display: block;
	font-size: 13px;
	color: #777;
}
