/* Responsive table - http://codepen.io/zavoloklom/pen/IGkDz */
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 2rem;
	background-color: #ffffff;
}
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	text-align: left;
	padding: 1.6rem;
	vertical-align: middle;
	border-top: 0;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.table > tbody > tr > td.buttons {
	text-align: right;
}
.table > thead > tr > th {
	font-weight: 900;
	color: #757575;
	vertical-align: bottom;
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);

}.table > thead > tr > th > div > input {
	font-weight: 400;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}
.table .table {
	background-color: #ffffff;
}
.table .no-border {
	border: 0;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 0.8rem;
}
.table-bordered {
	border: 0;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 0;
	border-bottom: 1px solid #e0e0e0;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
	background-color: rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 768px) {
	.table-responsive-vertical > .table {
	margin-bottom: 0;
	background-color: transparent;
	}
	.table-responsive-vertical > .table > thead,
	.table-responsive-vertical > .table > tfoot {
	display: none;
	}
	.table-responsive-vertical > .table > tbody {
	display: block;
	}
	.table-responsive-vertical > .table > tbody > tr {
	display: block;
	border: 1px solid #e0e0e0;
	border-radius: 2px;
	margin-bottom: 1.6rem;
	}
	.table-responsive-vertical > .table > tbody > tr > td {
	background-color: #ffffff;
	display: block;
	vertical-align: middle;
	text-align: right;
	}
	.table-responsive-vertical > .table > tbody > tr > td.buttons {
	text-align: center;
	}
	.table-responsive-vertical > .table > tbody > tr > td[data-title]:before {
	content: attr(data-title);
	float: left;
	font-size: inherit;
	font-weight: 400;
	color: #757575;
	}
	.table-responsive-vertical > .table-bordered {
	border: 0;
	}
	.table-responsive-vertical > .table-bordered > tbody > tr > td {
	border: 0;
	border-bottom: 1px solid #e0e0e0;
	}
	.table-responsive-vertical > .table-bordered > tbody > tr > td:last-child {
	border-bottom: 0;
	}
	.table-responsive-vertical > .table-striped > tbody > tr > td,
	.table-responsive-vertical > .table-striped > tbody > tr:nth-child(odd) {
	background-color: #ffffff;
	}
	.table-responsive-vertical > .table-striped > tbody > tr > td:nth-child(odd) {
	background-color: #f5f5f5;
	}
	.table-responsive-vertical > .table-hover > tbody > tr:hover > td,
	.table-responsive-vertical > .table-hover > tbody > tr:hover {
	background-color: #ffffff;
	}
	.table-responsive-vertical > .table-hover > tbody > tr > td:hover {
	background-color: rgba(0, 0, 0, 0.12);
	}
}
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-red > tbody > tr:nth-child(odd) > th {
	background-color: #fde0dc;
}
.table-hover.table-mc-red > tbody > tr:hover > td,
.table-hover.table-mc-red > tbody > tr:hover > th {
	background-color: #f9bdbb;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-red > tbody > tr:nth-child(odd) {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-striped.table-mc-red > tbody > tr > td:nth-child(odd) {
	background-color: #fde0dc;
	}
	.table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-red > tbody > tr:hover {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-hover.table-mc-red > tbody > tr > td:hover {
	background-color: #f9bdbb;
	}
}
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-pink > tbody > tr:nth-child(odd) > th {
	background-color: #fce4ec;
}
.table-hover.table-mc-pink > tbody > tr:hover > td,
.table-hover.table-mc-pink > tbody > tr:hover > th {
	background-color: #f8bbd0;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr:nth-child(odd) {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-striped.table-mc-pink > tbody > tr > td:nth-child(odd) {
	background-color: #fce4ec;
	}
	.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr:hover {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-hover.table-mc-pink > tbody > tr > td:hover {
	background-color: #f8bbd0;
	}
}
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-purple > tbody > tr:nth-child(odd) > th {
	background-color: #f3e5f5;
}
.table-hover.table-mc-purple > tbody > tr:hover > td,
.table-hover.table-mc-purple > tbody > tr:hover > th {
	background-color: #e1bee7;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr:nth-child(odd) {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-striped.table-mc-purple > tbody > tr > td:nth-child(odd) {
	background-color: #f3e5f5;
	}
	.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr:hover {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-hover.table-mc-purple > tbody > tr > td:hover {
	background-color: #e1bee7;
	}
}
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) > th {
	background-color: #ede7f6;
}
.table-hover.table-mc-deep-purple > tbody > tr:hover > td,
.table-hover.table-mc-deep-purple > tbody > tr:hover > th {
	background-color: #d1c4e9;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr:nth-child(odd) {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-striped.table-mc-deep-purple > tbody > tr > td:nth-child(odd) {
	background-color: #ede7f6;
	}
	.table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr:hover {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-hover.table-mc-deep-purple > tbody > tr > td:hover {
	background-color: #d1c4e9;
	}
}
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-indigo > tbody > tr:nth-child(odd) > th {
	background-color: #e8eaf6;
}
.table-hover.table-mc-indigo > tbody > tr:hover > td,
.table-hover.table-mc-indigo > tbody > tr:hover > th {
	background-color: #c5cae9;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr:nth-child(odd) {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-striped.table-mc-indigo > tbody > tr > td:nth-child(odd) {
	background-color: #e8eaf6;
	}
	.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr:hover {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-hover.table-mc-indigo > tbody > tr > td:hover {
	background-color: #c5cae9;
	}
}
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-blue > tbody > tr:nth-child(odd) > th {
	background-color: #e7e9fd;
}
.table-hover.table-mc-blue > tbody > tr:hover > td,
.table-hover.table-mc-blue > tbody > tr:hover > th {
	background-color: #d0d9ff;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr:nth-child(odd) {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-striped.table-mc-blue > tbody > tr > td:nth-child(odd) {
	background-color: #e7e9fd;
	}
	.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr:hover {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-hover.table-mc-blue > tbody > tr > td:hover {
	background-color: #d0d9ff;
	}
}
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) > th {
	background-color: #e1f5fe;
}
.table-hover.table-mc-light-blue > tbody > tr:hover > td,
.table-hover.table-mc-light-blue > tbody > tr:hover > th {
	background-color: #b3e5fc;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr:nth-child(odd) {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-striped.table-mc-light-blue > tbody > tr > td:nth-child(odd) {
	background-color: #e1f5fe;
	}
	.table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr:hover {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-hover.table-mc-light-blue > tbody > tr > td:hover {
	background-color: #b3e5fc;
	}
}
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-cyan > tbody > tr:nth-child(odd) > th {
	background-color: #e0f7fa;
}
.table-hover.table-mc-cyan > tbody > tr:hover > td,
.table-hover.table-mc-cyan > tbody > tr:hover > th {
	background-color: #b2ebf2;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr:nth-child(odd) {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-striped.table-mc-cyan > tbody > tr > td:nth-child(odd) {
	background-color: #e0f7fa;
	}
	.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr:hover {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-hover.table-mc-cyan > tbody > tr > td:hover {
	background-color: #b2ebf2;
	}
}
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-teal > tbody > tr:nth-child(odd) > th {
	background-color: #e0f2f1;
}
.table-hover.table-mc-teal > tbody > tr:hover > td,
.table-hover.table-mc-teal > tbody > tr:hover > th {
	background-color: #b2dfdb;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-teal > tbody > tr:nth-child(odd) {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-striped.table-mc-teal > tbody > tr > td:nth-child(odd) {
	background-color: #e0f2f1;
	}
	.table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-teal > tbody > tr:hover {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-hover.table-mc-teal > tbody > tr > td:hover {
	background-color: #b2dfdb;
	}
}
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-green > tbody > tr:nth-child(odd) > th {
	background-color: #d0f8ce;
}
.table-hover.table-mc-green > tbody > tr:hover > td,
.table-hover.table-mc-green > tbody > tr:hover > th {
	background-color: #a3e9a4;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-green > tbody > tr:nth-child(odd) {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-striped.table-mc-green > tbody > tr > td:nth-child(odd) {
	background-color: #d0f8ce;
	}
	.table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-green > tbody > tr:hover {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-hover.table-mc-green > tbody > tr > td:hover {
	background-color: #a3e9a4;
	}
}
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-light-green > tbody > tr:nth-child(odd) > th {
	background-color: #f1f8e9;
}
.table-hover.table-mc-light-green > tbody > tr:hover > td,
.table-hover.table-mc-light-green > tbody > tr:hover > th {
	background-color: #dcedc8;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr:nth-child(odd) {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-striped.table-mc-light-green > tbody > tr > td:nth-child(odd) {
	background-color: #f1f8e9;
	}
	.table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr:hover {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-hover.table-mc-light-green > tbody > tr > td:hover {
	background-color: #dcedc8;
	}
}
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-lime > tbody > tr:nth-child(odd) > th {
	background-color: #f9fbe7;
}
.table-hover.table-mc-lime > tbody > tr:hover > td,
.table-hover.table-mc-lime > tbody > tr:hover > th {
	background-color: #f0f4c3;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-lime > tbody > tr:nth-child(odd) {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-striped.table-mc-lime > tbody > tr > td:nth-child(odd) {
	background-color: #f9fbe7;
	}
	.table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-lime > tbody > tr:hover {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-hover.table-mc-lime > tbody > tr > td:hover {
	background-color: #f0f4c3;
	}
}
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-yellow > tbody > tr:nth-child(odd) > th {
	background-color: #fffde7;
}
.table-hover.table-mc-yellow > tbody > tr:hover > td,
.table-hover.table-mc-yellow > tbody > tr:hover > th {
	background-color: #fff9c4;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr:nth-child(odd) {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-striped.table-mc-yellow > tbody > tr > td:nth-child(odd) {
	background-color: #fffde7;
	}
	.table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr:hover {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-hover.table-mc-yellow > tbody > tr > td:hover {
	background-color: #fff9c4;
	}
}
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-amber > tbody > tr:nth-child(odd) > th {
	background-color: #fff8e1;
}
.table-hover.table-mc-amber > tbody > tr:hover > td,
.table-hover.table-mc-amber > tbody > tr:hover > th {
	background-color: #ffecb3;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-amber > tbody > tr:nth-child(odd) {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-striped.table-mc-amber > tbody > tr > td:nth-child(odd) {
	background-color: #fff8e1;
	}
	.table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-amber > tbody > tr:hover {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-hover.table-mc-amber > tbody > tr > td:hover {
	background-color: #ffecb3;
	}
}
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-orange > tbody > tr:nth-child(odd) > th {
	background-color: #fff3e0;
}
.table-hover.table-mc-orange > tbody > tr:hover > td,
.table-hover.table-mc-orange > tbody > tr:hover > th {
	background-color: #ffe0b2;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-orange > tbody > tr:nth-child(odd) {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-striped.table-mc-orange > tbody > tr > td:nth-child(odd) {
	background-color: #fff3e0;
	}
	.table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-orange > tbody > tr:hover {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-hover.table-mc-orange > tbody > tr > td:hover {
	background-color: #ffe0b2;
	}
}
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > td,
.table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) > th {
	background-color: #fbe9e7;
}
.table-hover.table-mc-deep-orange > tbody > tr:hover > td,
.table-hover.table-mc-deep-orange > tbody > tr:hover > th {
	background-color: #ffccbc;
}
@media screen and (max-width: 767px) {
	.table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td,
	.table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr:nth-child(odd) {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-striped.table-mc-deep-orange > tbody > tr > td:nth-child(odd) {
	background-color: #fbe9e7;
	}
	.table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover > td,
	.table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr:hover {
	background-color: #ffffff;
	}
	.table-responsive-vertical .table-hover.table-mc-deep-orange > tbody > tr > td:hover {
	background-color: #ffccbc;
	}
}

/* Graph styles */
.ct-golden-section > svg {
	padding-top:15px;
    padding-left: 2%;
    padding: 0;
    margin: 0;
}

.ct-series-a .ct-line {
	stroke: #4ACEAB;
	opacity:0.4;
}

.ct-series-a .ct-point {
	display:none;
}

.ct-series-a .ct-area {
	display:none;
}

.ct-series-b .ct-area {
	fill: blue;
}

.ct-series-b .ct-line,
.ct-series-b .ct-point {
	stroke: blue;
}

.ct-golden-section:before {
    padding: 0;
}

.ct-label.ct-horizontal {
    width: 55px !important;
}

html {
    height: 100%;
}
body {
    background-color: #eceef1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #3e4551;
    overflow-x: hidden;
    min-height: 100%;
    -ms-overflow-style: scrollbar !important;
}
.text-small {
    font-size: 12px;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
.pr-10 {
    padding-right: 10px;
}
.space-between {
    display: flex;
    justify-content: space-between;
    background-color: rgba(89, 48, 184, 0.5);
    padding: 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.files-table thead tr th:last-child {
    width: 5%;
}

.font-xl {
    font-size: 26px;
}

.purple {
    color: rgba(89, 48, 184, 1);
}

.tooltip {
    min-width: 70px;
}

.ui-select-bootstrap .ui-select-match-text span {
    display: inline;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}
textarea.form-control {
    min-height: 52px;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.striked {
    text-decoration: line-through;
}
.progress-bar {
    background-color: #5930B8;
}
.strong {
    font-weight: 700;
}
textarea {
    resize: vertical;
}
textarea.auto_resize {
    height: 66px;
    max-height: 250px;
}
/* IE fixes for MOOD adding */

label {
    display: inline-block;
}
label img {
    pointer-events: none;
}
.circle {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 10px;
    height: 10px;
    display: inline-block;
}
.circle.green {
    background-color: green;
    border: 1px solid green;
}
.circle.red {
    background-color: red;
    border: 1px solid red;
}
.circle.gray {
    background-color: gray;
    border: 1px solid gray;
}
.circle.purple {
    background-color: rgba(89, 48, 184, 1);
    border: 1px solid rgba(89, 48, 184, 1);
    left: 10px;
    position: relative;
}

.circle.purple.no-offset {
    background-color: rgba(89, 48, 184, 1);
    border: 1px solid rgba(89, 48, 184, 1);
    left: 0;
    position: block;
}

.last_message {
    display: flex;
}

.body-item {
    float: left;
    display: inline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/***************************
        Typography
***************************/

h1, h2, h3, h5 {
    font-family: 'Dosis', sans-serif;
    margin-top: 0;
}
h4, h6 {
    font-family: 'Open Sans', sans-serif;
    margin-top: 0;
}
h1 {
    font-weight: 400;
    margin-bottom: 0;
    color: #5930B8;
}
h2 {
    font-weight: 500;
}
h3 {
    font-weight: 400;
    color: #5930B8;
}
h4 {
    font-weight: 400;
}
h5 {
    font-weight: 400;
}
h6 {
    font-weight: 700;
}
h1 a, h2 a, h4 a, h5 a, h6 a {
    color: #3e4551;
}
h3 a {
    color: #5930B8;
}
h3 a:hover {
    color: #f07921;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, small {
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
}
h1 small {
    line-height: 42px;
}
a {
    color: #5930B8;
    text-decoration: none;
}
a:hover {
    color: #4CABF2;
    text-decoration: none;
}
blockquote {
    font-size: 14px;
}
p {
    margin: 0;
}
/***************************
        Colors
***************************/

.bg-purple {
    background-color: #5930B8 !important;
    color: #fff;
}
.text-muted {
    color: #aaaaaa;
}
.text-danger {
    color: #E64F4F;
}
/***************************
        Lists
***************************/

.list-lined {
    margin-top: 10px;
}
.list-lined li {
    padding: 10px 0;
    border-bottom: 1px solid #eceef1;
    cursor: pointer;
}
.list-lined li:last-child {
    border: none;
}
/***************************
        Errors
***************************/

.help-block {
    text-align: left;
}
.has-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control {
    border-color: #5930B8;
}
.has-error .help-block {
    color: #5930B8;
}
.text-warning {
    color: #4ACEAB;
}
.text-error {
    color: #a94442;
}
input.ng-valid-required, textarea.ng-valid-required, div.ng-valid-required, select.ng-valid-required, input.ng-valid-compare-to, input.ng-valid-validate-password {
    border-color: green;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
input.ng-invalid-required, textarea.ng-invalid-required, input.ng-invalid-pattern, div.ng-invalid-required, select.ng-invalid-required, input.ng-invalid-compare-to, input.ng-invalid-validate-password {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
div.ng-valid-required>div.ui-select-match>span {
    border-color: green;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
div.ng-invalid-required>div.ui-select-match>span {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
div.validation.ng-valid-required, div.validation.ng-invalid-required {
    border-style: solid;
    border-width: 1px;
}
/***************************
        Icons
***************************/

.icon-xxs {
    height: 20px;
}
.icon-xs {
    height: 24px;
    margin-right: 10px;
}
.icon-sm {
    width: 28px;
    height: 28px;
}
.icon-title {
    margin-top: 3px;
    margin-right: 10px;
}
.badge-icon {
    position: absolute;
    top: 1px;
    right: 5px;
    background-color: #4CA7F0;
}
.module-header .badge-icon {
    position: absolute;
    top: 0;
    right: 5px;
    background-color: #4CA7F0;
}
.badge-icon.mobile {
    position: absolute;
    top: 13px;
    right: 5px;
    background-color: #4CA7F0;
}
/***************************
        Buttons
***************************/

.btn {
    border-radius: 10px;
    font-size: 16px;
}
.btn:focus {
    outline: none;
}
.btn-primary {
    color: white;
    background-color: #5930B8;
    border-color: #5930B8;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #4CABF2;
    border-color: #4CABF2;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #4CABF2;
    border-color: #4CABF2;
}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #4CABF2;
    border-color: #4CABF2;
}
.btn-secondary {
    color: #FF8500;
    background-color: transparent;
    border-color: #FF8500;
    margin-bottom: 5px;
}
.btn-secondary:hover, .btn-secondary:focus {
    color: #fff;
    background-color: #f07921;
    border-color: #f07921;
}
.btn-white, .btn-white:hover, .btn-white:focus {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.not-collapsed span {
    top: 4px;
}
.not-collapsed {
    line-height: 32px;
}
.not-collapsed .glyphicon-triangle-right {
    display: none;
}
.not-collapsed.collapsed .glyphicon-triangle-right {
    display: inline-block;
}
.not-collapsed .glyphicon-triangle-bottom {
    display: inline-block;
}
.not-collapsed.collapsed .glyphicon-triangle-bottom {
    display: none;
}
#affixButton {
    top: 30px;
    right: 15px;
    z-index: 1000;
}
button {
    margin-bottom: 5px;
}
/***************************
        Forms
***************************/

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 2px;
}
/***************************
        Ng Cloak
***************************/

[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none !important
}
/***************************
        Date select
***************************/

.date-select .dropdown-menu {
    box-shadow: none;
    border: none;
    background-color: #fff;
}
.date-select .dropdown-menu:focus {
    outline: none;
}
.date-select .btn-default {
    background-color: #fff;
    border-color: #fff;
}
.date-select .btn-default.active {
    background-color: #4CA8F1;
    border-color: #4CA8F1;
    border-radius: 2px;
    box-shadow: none;
}
.date-select .btn-default.active .text-info {
    color: #fff;
}
.date-select .input-group-btn .btn {
    background-color: #eceef1;
    border: 1px solid #eceef1;
}
/***************************
        Tables
***************************/

table {
    table-layout: fixed;
}
.media-table {
    table-layout: fixed;
}
.table-hover tr {
    cursor: pointer;
}
.table-blank>tbody>tr>td {
    border: none;
    padding-left: 0;
    color: #AAA;
}
.table-blank>tbody>tr>td:last-child {
    text-align: right;
    color: #3e4551;
}
.table>tbody>tr>td {
    padding: 10px 5px;
    border-top: 1px solid #ddd;
    word-wrap: break-word;
}
.table-content-media>tbody>tr>td {
    padding: 1px 5px;
}
.table>thead>tr>th {
    padding: 10px 5px;
    font-size: 12px;
    word-wrap: break-word;
}
.ellipsed-text p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
td.summary, td div.summary {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-auto {
    table-layout: auto;
}
.break-word {
    word-wrap: break-word;
}
th.header.sort-asc, th.header.sort-desc {
    background-color: rgba(89, 48, 184, 0.2) !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-left: 15px;
}
.selected {
    background-color: rgba(89, 48, 184, 0.2) !important;
}
/***************************
        Tabs
***************************/

.nav-tabs>li>a {
    padding: 15px;
    color: #5930B8;
}
.nav-tabs>li>a:hover {
    border-color: transparent;
}
.nav-tabs>li:focus {
    outline: none;
}
.nav-tabs {
    border: none;
    margin-bottom: -7px;
}
.new-layout .nav-tabs {
    border: none;
    position: relative;
    top: 10px;
    left: 0;
}
.nav-tabs .tasks {
    border-bottom: 1px solid #ddd;
}
.nav-tabs .btn-default:active {
    background: #eceef1;
    border-radius: 10px;
    border: none;
}
#single-signon-tabs>li>a, #single-signon-tabs>li>a:focus, #single-signon-tabs>li>a:hover {
    color: #555;
    cursor: default;
    background-color: #eee;
    border-bottom-color: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    cursor: default;
    border-bottom-color: transparent;
    color: rgb(89, 48, 184);
    border: none;
    border-radius: 10px 10px 0 0;
    outline: none;
}
.nav-tabs.tasks>li.active>a, .nav-tabs.tasks>li.active>a:focus, .nav-tabs.tasks>li.active>a:hover {
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 10px 10px 0 0;
    outline: none;
}
.nav-tabs.tasks>li {
    width: 180px;
}
.tab-content>.active {
    display: inline-block;
    width: 100%;
}
li.active>a.active-tab {
    display: block;
}
li.active>a.inactive-tab {
    display: none;
}
li>a.active-tab {
    display: none;
}
li>a.inactive-tab {
    display: block;
}
/***************************
        Alerts
***************************/

.alert {
    border-radius: 10px;
}
.alert-info {
    background: rgba(89, 48, 184, 0.15);
    border-color: rgba(89, 48, 184, 0.15);
    color: #3e4551;
}
/***************************
        Pagination
***************************/

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #fff;
    border-color: #fff;
    color: #4CABF2;
    font-weight: bold;
    text-decoration: underline;
}
.pagination>li>a, .pagination>li>span {
    margin-left: 5px;
    border-color: #fff;
    color: #4CABF2;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #3e4551;
    background-color: #eceef1;
    border-color: #eceef1;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
/***************************
        Modals
***************************/

.modal-content {
    border-radius: 2px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .2);
}
.modal-footer {
    text-align: left;
}
.modal-add-content .nav-tabs>li>a {
    color: #5930B8;
    padding: 5px 20px;
    margin-right: 10px;
}
.modal-add-content .nav-tabs>li.active>a {
    background: #eceef1;
    border-radius: 10px;
}
/***************************
        Collapsible
***************************/

a.collapsible {
    background: #fff;
    color: #000;
    font-size: 16px;
    margin: 0;
    padding: .7em 1em;
    display: block;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}
div.collapse-container div.collapse {
    background: #fff;
    border: none;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
    margin: 0;
    padding: 0;
}
.accordion-toggle:after, .panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings', sans-serif;
    content: "\e114";
    float: right;
    color: grey;
}
.accordion-toggle.collapsed:after, .panel-heading .accordion-toggle.collapsed:after {
    content: "\e080";
}
/***************************
        Sortable
***************************/

.sortable-container {
    margin-left: 0;
    padding-left: 0;
}
.sortable-placeholder {
    border: 1px solid #4CABF2;
    background-color: white;
    height: 50px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 10px #4CABF2;
    -moz-box-shadow: 0 0 10px #4CABF2;
    box-shadow: 0 0 10px #4CABF2;
}
.row-dynamic .col-md-6:nth-child(3n+3) {
    clear: both;
}
/***************************
        Chart
***************************/

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
    stroke: #5930B8;
}
.ct-series-a .ct-area, .ct-series-a .ct-slice-pie {
    fill: #5930B8;
}
.ct-line {
    stroke-width: 1px;
}
.ct-label {
    color: #3e4551;
    font-size: 1rem;
}
/***************************
        Sidebar
***************************/

.sidebar-offcanvas {
    background-color: #4CABF2;
    background-image: linear-gradient(45deg, rgba(76, 171, 242, 1) 1%, rgba(89, 48, 184, 1) 100%), linear-gradient(-45deg, #4cabf2 0%, rgba(89, 48, 184, 1) 80%);
    min-height: 100vh;
    box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 3px 0 6px rgba(0, 0, 0, 0.2);
    z-index: 999;
    position: fixed;
    height: 100%;
}
@media screen and (max-width: 767px) {
    .row-offcanvas {
        position: relative;
        -webkit-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }
    .row-offcanvas-left {
        left: 0;
    }
    .row-offcanvas-left .sidebar-offcanvas {
        left: -84%;
        /* 6 columns */
    }
    .row-offcanvas-left.active {
        left: 90%;
        /* 6 columns */
    }
    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 84%;
        /* 6 columns */
    }
}
.sidebar-offcanvas h2 {
    margin-top: 10px;
}
/***************************
        Login
***************************/

.login {
    background-image: url('/img/login-bg.jpg');
    background-size: cover;
    height: 100px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.login img.brand {
    width: 100%;
    margin-bottom: 10px;
}
/***************************
        Navigation
***************************/

.navbar {
    min-height: 60px;
    border-radius: 0;
}
.navbar-invert {
    background-color: #4CABF2;
    background-image: linear-gradient(45deg, rgba(76, 171, 242, 0.5) 1%, rgba(89, 48, 184, 0.48) 100%), linear-gradient(-45deg, #4cabf2 0%, rgba(89, 48, 184, 0.11) 80%);
    margin-bottom: 0;
}
.navbar-nav>li>a {
    color: #fff;
    line-height: 30px;
    padding: 7px 10px;
}
.navbar-invert .container-fluid .navbar-brand {
    margin-left: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}
.navbar-nav-top {
    padding-top: 8px;
}
.navbar-invert .navbar-right {
    margin-right: 0;
}
.navbar .navbar-brand img {
    height: 32px;
}
.nav .profile-thumb {
    border-radius: 9999px;
}
.nav .profile-small {
    width: 40px;
    height: 40px;
}
.nav .profile-thumb {
    margin-right: 15px;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-toggle {
    padding: 13px 10px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover, .nav>li>a:focus, .nav>li>a:hover {
    background-color: transparent;
    outline: none;
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 1px;
    background-color: #fff;
    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-right: -5px;
}
.dropdown-menu a:hover {
    background-color: #eee;
}
.navbar-mobile {
    background-color: #5930B8;
    border-color: #5930B8;
    margin-bottom: 0;
}
.navbar-mobile .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border: none;
    background: #5930B8;
}
/***************************
        Header
***************************/

.header {
    min-height: 50px;
    background: #fff;
    margin-bottom: 15px;
    padding: 8px 30px;
    z-index: 2;
}
.header h4 {
    margin: 0;
    line-height: 35px;
    font-size: 14px;
}
.header .img-sm {
    height: 24px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}
.header .glyphicon {
    margin-top: 10px;
    color: #5930B8;
}
.header .navbar-nav a {
    padding: 0;
    color: #3e4551;
}
.header .navbar-nav a:hover, .header .navbar-nav a:focus {
    background: #fff;
}
.row-offcanvas .header {
    margin-left: -15px;
    margin-right: -15px;
}
.header .navbar-right {
    margin-right: 0;
}
.header .dropdown-menu a {
    padding: 5px 20px;
}
.header li>.dropdown-menu {
    margin-top: 11px;
    margin-right: -15px;
}
/***************************
        Sub header
***************************/

.sub-header {
    min-height: 40px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 10px;
}
.sub-header .navbar-collapse {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
}
.sub-header .btn-collapse {
    padding: 10px 15px 10px 0;
    outline: none !important;
}
.sub-header .navbar-right {
    margin-right: 0;
}
.sub-header .navbar-nav>li {
    margin-right: 10px;
}
.sub-header .navbar-nav>li:last-child {
    margin-right: 0;
}
.sub-header .navbar-nav>li>a {
    color: #3e4551;
    padding: 11px 10px;
    -webkit-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}
.sub-header .navbar-nav>li>a:hover {
    background-color: rgba(89, 48, 184, 0.2);
    padding: 11px 10px;
    height: 50px;
    -webkit-transition: color 0.1s ease-in;
    transition: color 0.1s ease-in;
}
.sub-header .navbar-nav>li.active>a {
    color: #fff;
    background: #5930B8;
    height: 50px;
}
.client .sub-header {
    margin: 15px;
}
/***************************
        Sidebar
***************************/

.sidebar {
    width: 185px;
    color: #fff;
    padding: 20px 10px;
}
.sidebar .brand img {
    max-width: 145px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.sidebar h2 {
    font-size: 18px;
    color: #95BAEC;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    border-bottom: 1px solid #95BAEC;
}
.sidebar a {
    display: block;
    padding: 3px 10px;
    color: #fff;
    font-size: 13px;
}
.sidebar li.active a, .sidebar a:hover {
    background-color: rgba(89, 48, 184, 0.1);
}
.sidebar a:hover {
    text-decoration: none;
}
/***************************
        Cards
***************************/

.traject.card .card-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.status-indicator {
    border-radius: 50%;
    height: 1em;
    width: 1em;
    background-color: red;
    border: 1px solid #d2d2d2;
}

.status-indicator.active {
    background-color: green;
}

.card {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
}
.module-card {
    cursor: pointer;
}
.module-card:hover {
    background-color: rgba(89, 48, 184, 0.2);
}
.card-border {
    border-left: 15px solid #5930B8;
}
.card-border .table {
    margin-bottom: 0 !important;
}
.row-eq-height .card:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
    background: #fff;
    right: 0;
    margin-left: 15px;
    margin-right: 15px;
    min-height: 100%;
    border-radius: 10px;
}
.row-eq-height .card.card-border:before {
    border-left: 15px solid #5930B8;
}
.login .card {
    position: relative;
    z-index: 2;
}
.login #single-signon-tabs>li>a {
    padding: 10px 15px 20px 15px;
    cursor: pointer;
}
.login .nav-tabs {
    margin-bottom: -10px;
}
/***************************
        Homework
***************************/

.homework li hr {
    margin-top: 0;
    margin-bottom: 5px;
}
.step-title {
    cursor: pointer;
    float: left;
}
.btn-icon {
    background: #fff;
    border: none;
    color: #AAA;
    padding: 6px;
}
.btn-icon.step {
    background-color: rgba(89, 48, 184, 0.0);
}
.btn-icon.annotation {
    background-color: rgba(76, 171, 242, 0.0);
}
.task .btn-icon, .step .btn-icon {
    padding: 0 5px;
}
.task-image {
    /*width:100%; -- Disabled to prevent small images to get big? maybe ?*/
    max-width: 100%;
}
li.task div.todo {
    margin-left: 10px;
    border-radius: 10px;
    margin-right: 25px;
}
.pretty-task {
    margin: 0 10px;
}
div.protocol.task {
    background-color: rgba(89, 48, 184, 0.15);
}
li.task div.todo.task, .pretty-task {
    background-color: rgba(89, 48, 184, 0.15);
    padding: 5px 30px;
}

div.todo.task.checkbox {
    background-color: rgba(89, 48, 184, 0.15);
}

#button-list button {
    border: none;
    text-align: center;
    color: #5930B8;
}
#button-list p.break {
    white-space: normal;
    color: black;
}
#button-list .row {
    margin: 20px 0;
}
.options-button {
    margin: 20px 0;
}
.fa-3 {
    font-size: 4em;
}
.ckeditor-container {
    /*height: 327px;*/
    height: auto;
}
/***************************
        Diary
***************************/

.diary {
    margin-top: 20px;
}
.diary li {
    padding: 10px 0;
}
.diary li hr {
    margin-top: 0;
    margin-bottom: 5px;
}
/***************************
        Timeline
***************************/

.timeline {
    list-style: none;
    padding: 10px 0 10px;
    position: relative;
    left: 20px;
}
.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background-color: #eceef1;
    left: 50%;
    margin-left: -14.5px;
}
.timeline>li {
    margin-bottom: 5px;
    position: relative;
}
.timeline>li:before, .timeline>li:after {
    content: " ";
    display: table;
}
.timeline>li:after {
    clear: both;
}
.timeline>li:before, .timeline>li:after {
    content: " ";
    display: table;
}
.timeline>li:after {
    clear: both;
}
.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border-radius: 2px;
    position: relative;
}
.timeline>li>.timeline-badge {
    color: white;
    width: 15px;
    height: 15px;
    line-height: 14px;
    font-size: 8px;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    /* background-color: #999999; */
    z-index: 100;
    border-radius: 50%;
}
.timeline-badge.primary, .primary {
    background-color: #2e6da4 !important;
}
.timeline-badge.success, .success {
    background-color: #3f903f !important;
}
.timeline-badge.warning, .warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger, .danger {
    background-color: #d9534f !important;
}
.timeline-badge.info, .info {
    background-color: #5bc0de !important;
}
.timeline-title {
    margin-top: 0;
    color: inherit;
}
.timeline-body>p, .timeline-body>ul {
    margin-bottom: 0;
}
.timeline-body>p+p {
    margin-top: 5px;
}
ul.timeline:before {
    left: 22px;
}
ul.timeline>li>.timeline-panel {
    width: calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
}
ul.timeline>li>.timeline-badge {
    left: 1px;
    margin-left: 0;
    top: 4px;
}
ul.timeline>li>.timeline-panel {
    float: right;
}
/***************************
        Chats
***************************/

.chat li {
    margin: 20px 0;
}
.chat-body {
    position: relative;
    background: #eceef1;
    padding: 10px;
}
.chat-body p {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}
.chat-img {
    width: 50px;
    height: 50px;
}
.chat li.chat-right .chat-body {
    margin-right: 70px;
    background: rgba(76, 171, 242, 0.2);
}
.chat li.chat-left .chat-body {
    margin-left: 70px;
    background: rgba(89, 48, 184, 0.2);
}
.chat-body:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent rgba(89, 48, 184, 0.2);
    display: block;
    width: 0;
    z-index: 1;
    left: -10px;
    top: 10px;
}
.chat-right .chat-body:after {
    border-width: 10px 0 10px 10px;
    left: auto;
    right: -10px;
    border-color: transparent rgba(76, 171, 242, 0.2);
}

.text-white {
    color: white;
}

.chat-header {
    display: flex;
    align-items: center;
}

/***************************
        Protocols
***************************/

.sections .icon-sm {
    max-width: 32px;
}
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
    color: #fff;
    background: #4CABF2;
}
.modules .checkbox label {
    padding-left: 0;
}
.modules .bootstrap-switch {
    margin-right: 20px;
}
.checkbox.switch label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    margin-left: 0;
    border: none;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.tasks-container {
    min-height: 30px;
}
form#content-form ul.nav {
    margin-bottom: 15px;
}
.step-container {
    border: 2px dashed #ccc;
    float: left;
    width: 100%;
    padding: 15px 0;
}
.step ul {
    padding: 0;
    list-style: none;
}
div.options div.option {
    display: none;
}
div.options ul li {
    float: left;
}
div.options ul li.active a {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
div.options div.option.active {
    display: block;
}
#radio ul li {
    list-style: none;
}
.item {
    list-style: none;
}
ul#containers li.item {
    margin: 10px 0;
}
ul#containers li, ul#containers li ul li {
    list-style: none;
    clear: both;
}
.text-content li {
    list-style: inherit !important;
}
ul#containers li ul.itemlist {
    min-height: 100px;
}
ul#file-options li {
    float: left;
}
.dndPlaceholder {
    height: 60px;
    background-color: #eceef1;
    border-radius: 10px;
}
.panel-default>.panel-heading {
    background-color: #5930B8;
    border-color: #5930B8;
}
.panel-default {
    border-color: #5930B8;
    margin-bottom: 0;
}
.panel-default.soep>.panel-heading {
    background-color: rgba(89, 48, 184, 0.2);
    border-color: rgba(89, 48, 184, 0.2);
}
.panel-default.soep>.panel-heading.light {
    background-color: rgba(89, 48, 184, 0.1);
}
.panel-default.soep>.panel-heading.light a {
    color: grey;
}
.panel-default.soep>.panel-heading.dark {
    background-color: rgba(89, 48, 184, 0.5);
}
.panel-default.soep>.panel-heading.dark a {
    color: black;
}
.panel-default.soep {
    border-color: rgba(89, 48, 184, 0.2);
}
.panel-default.annotation>.panel-heading {
    background-color: rgba(76, 171, 242, 0.2);
    border-color: rgba(76, 171, 242, 0.2);
    padding: 5px 15px;
}
.panel-default.annotation {
    border-color: rgba(76, 171, 242, 0.2);
}
.panel-default.consulting>.panel-heading {
    background-color: rgba(156, 236, 91, 0.2);
    border-color: rgba(156, 236, 91, 0.2);
    padding: 5px 15px;
}
.panel-default.consulting {
    border-color: rgba(156, 236, 91, 0.2);
}
.step-checkbox {
    margin: 0;
    width: 30px;
    float: left;
}
.program task-options ul {
    padding-left: 20px !important;
}

.conversation-panel.unread>.panel-heading {
    background-color: rgba(89, 48, 184, 0.75);
    border-color: rgba(89, 48, 184, 0.75);
}

.conversation-panel>.panel-heading {
    background-color: rgba(89, 48, 184, 0.5);
    border-color: rgba(89, 48, 184, 0.5);
}
.conversation-panel {
    border-color: rgba(89, 48, 184, 0.5);
    margin-bottom: 0;
}

.conversation-panel:hover {
    cursor: pointer;
}

.conversation-panel:hover.panel-heading {
    background-color: rgba(89, 48, 184, 0.1);
}

/***************************
    External Programs
***************************/

#external-program textarea {
    resize: none;
}
#external-program textarea.big {
    height: 200px;
}
#external-program textarea.small {
    height: 100px;
}
#kop-summary .main {
    list-style: none;
    padding: 0;
}
#kop-summary .main>div {
    position: relative;
    display: block;
    margin: 0 0 5px 0;
    padding: 0 0 0 30px;
    background: #5930B8;
    color: white;
    line-height: 32px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 9px;
    cursor: pointer;
}
#kop-summary .main>div:before {
    content: "\002b";
    margin-top: 5px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 12px;
    display: inline-block;
    font-family: 'Glyphicons Halflings', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
}
#kop-summary .main>div.open:before {
    content: "\2212";
}
#kop-summary .main>div>a {}
#kop-summary .main>div>a.active:before {
    content: 'Verberg deze stap voor de client';
}
#kop-summary .main>div>a:before {
    content: 'Verberg deze stap voor de client';
}
#kop-summary .main>div>ul {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -30px;
    background: #fafafa;
    max-height: 0;
    overflow: hidden;
    -moz-transition: max-height linear 0.3s;
    -o-transition: max-height linear 0.3s;
    -webkit-transition: max-height linear 0.3s;
    transition: max-height linear 0.3s;
}
#kop-summary .main>div.open>ul {
    max-height: 1000px;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
}
#kop-summary .main>div>ul>li {
    background: #fafafa;
    position: relative;
    border-top: 1px solid #dbd7d7;
    padding: 0;
}
#kop-summary .main>div>ul>li:first-child {
    border-top: 0;
}
#kop-summary .main>div>ul>li a {
    display: block;
    font-weight: normal;
    color: #53514e;
    background: none;
    padding: 0 0 0 30px;
    border-radius: 0;
}
#kop-summary .main>div>ul>li a span {
    top: 6px;
    right: 50px;
}
#kop-summary .buttons>div>span {
    font-size: 16px;
    padding-top: 10px;
}
.helper {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.well {
    box-shadow: none;
    -webkit-box-shadow: none;
    background: rgba(89, 48, 184, 0.15);
    border-color: rgba(89, 48, 184, 0.15);
    color: #3e4551;
}
/***************************
    Mood
***************************/

.ct-label.ct-vertical.ct-start {
    padding-top: 41px;
}
/***************************
    Notes
***************************/

.notes {
    max-height: 230px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.note {
    background: rgba(238, 236, 76, 0.22);
    padding: 10px;
    margin-bottom: 10px;
}
.note .btn-icon {
    background: transparent;
}
/***************************
        Footer
***************************/

.footer {
    margin: 10px 0;
}
/***************************
        Growl
***************************/

growl-notification {
    position: fixed;
    z-index: 9999;
    bottom: 25px;
    right: 25px;
}
/***************************
        Media
***************************/

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    background-color: transparent !important;
    border: none;
    outline: none;
    margin-bottom: 3px;
    padding: 6px 12px;
    height: 27px;
}
.ui-select-bootstrap .ui-select-toggle .ui-select-match-text {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.frame-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.frame-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*.main-container {*/
/*    margin-left: 200px;*/
/*    margin-right: 15px;*/
/*    height: 100vh;*/
/*}*/
/*@media screen and (max-width: 768px) {*/
/*    .main-container {*/
/*        !*margin: 70px 10px 10px;*!*/
/*        !*todo: check 0 bottom with other modules*!*/
/*        margin: 75px 15px 0 15px;*/
/*        height: 100%;*/
/*    }*/
/*    .sub-header .navbar-nav>li {*/
/*        display: inline-block;*/
/*    }*/
/*}*/
/*!
 * bootstrap-vertical-tabs - v1.1.0
 * https://dbtek.github.io/bootstrap-vertical-tabs
 * 2014-06-06
 * Copyright (c) 2014 Ä°smail Demirbilek
 * License: MIT
 */

.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}
.tabs-left {}
.tabs-right {
    border-left: 1px solid #ddd;
}
.tabs-left>li, .tabs-right>li {
    float: none;
    margin-bottom: 2px;
}
.tabs-left>li {
    margin-right: -1px;
    z-index: 2;
}
.tabs-right>li {
    margin-left: -1px;
}
.tabs-left>li.active>a, .tabs-left>li.active>a:hover, .tabs-left>li.active>a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}
.tabs-right>li.active>a, .tabs-right>li.active>a:hover, .tabs-right>li.active>a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}
.tabs-left>li>a {
    border-radius: 4px 0 0 4px;
    padding: 5px 15px 5px 15px;
    display: block;
    color: #333 !important;
    cursor: pointer;
}
.tabs-right>li>a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}
.vertical-text {
    margin-top: 50px;
    border: none;
    position: relative;
}
.vertical-text>li {
    height: 20px;
    width: 120px;
    margin-bottom: 100px;
}
.vertical-text>li>a {
    border-bottom: 1px solid #ddd;
    border-right-color: transparent;
    text-align: center;
    border-radius: 4px 4px 0 0;
}
.vertical-text>li.active>a, .vertical-text>li.active>a:hover, .vertical-text>li.active>a:focus {
    border-bottom-color: transparent;
    border-right-color: #ddd;
    border-left-color: #ddd;
}
.vertical-text.tabs-left {
    left: -50px;
}
.vertical-text.tabs-right {
    right: -50px;
}
.vertical-text.tabs-right>li {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.vertical-text.tabs-left>li {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.tab-panel-header {
    height: 32px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: rgba(89, 48, 184, 0.35) !important;
    padding: 5px 5px 5px 20px;
    border: none inherit;
    border-bottom: 1px solid;
}
.tab-panel-content {
    padding: 5px 0 0 20px;
    overflow: hidden;
    overflow-y: scroll;
    height: calc(100% - 32px);
    margin-bottom: -5px;
}
.task-menu {
    padding-right: 0;
}
.task-content {
    padding-left: 0;
}
.task-content .tab-content {
    border: 1px solid #ddd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 1;
    margin-left: -2px;
    margin-top: -30px;
    height: inherit;
}
.archive {
    border-color: rgba(76, 171, 242, 0.35) !important;
}
.step {
    border-color: rgba(89, 48, 184, 0.35) !important;
}
.archive-block {
    background-color: rgba(76, 171, 242, 0.15) !important;
}
.step-block {
    background-color: rgba(89, 48, 184, 0.15) !important;
}
.task {
    border-color: #ddd;
}
.tabs-left>li.active>a, .tabs-left>li.active>a:focus, .tabs-left>li.active>a:hover {
    cursor: default;
    border: 1px solid #ddd;
    color: rgb(89, 48, 184);
    outline: none;
    border-radius: 4px 0 0 4px;
}
.tabs-left .checkbox {
    padding-left: 10px !important;
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.first {
    padding-top: 10px;
}
ul#containers>li>div.form-group {
    margin-bottom: 5px;
}
.checkbox input[type="checkbox"]:disabled+label, .checkbox input[type="radio"]:disabled+label {
    opacity: 1;
}
/**
 *
 * Sidebar
 *
 */

#site-canvas {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: 300ms ease all;
    transition: 300ms ease all;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1000;
}
/*.show-nav{
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);

    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}*/

#site-menu {
    width: 300px;
    height: 100vh;
    position: absolute;
    top: 0;
    right: -315px;
    background: rgba(255, 255, 255, 1);
    padding: 15px;
}
#site-menu>.profile-thumb {
    width: 60px;
    height: 60px;
    border-radius: 999px;
    float: left;
}
.notification-list {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
}
.notification {
    list-style: none;
}
.modal_window.show-nav {
    /*  -webkit-transform: translateX(-300px);
    transform: translateX(-300px);

    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);*/
    visibility: visible;
    opacity: 1;
}
.modal_window {
    position: fixed;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 1002;
    visibility: hidden;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
    /*  -webkit-transform: translate3d(0);
    -moz-transform: translate3d(0);
    -ms-transform: translate3d(0);
    -o-transform: translate3d(0);
    transform: translate3d(0);*/
}
.modal_window .modal_window_inner {
    position: fixed;
    z-index: 1003;
    width: 40vw;
    background: #FFF;
    padding: 1px 0;
    overflow-y: auto;
    bottom: 0;
    top: 0;
    right: 0;
    -ms-overflow-style: scrollbar;
    /*  -webkit-transform: translate3d(0);
    -moz-transform: translate3d(0);
    -ms-transform: translate3d(0);
    -o-transform: translate3d(0);
    transform: translate3d(0);*/
    -webkit-box-shadow: -5px 2px 10px 5px #ddd;
    box-shadow: -5px 2px 10px 5px #ddd;
}
.modal_window .modal_window_outer {
    position: fixed;
    z-index: 1003;
    width: 60vw;
    background: transparent;
    padding: 1px 0;
    overflow-y: auto;
    bottom: 0;
    top: 0;
    left: 0;
}
.modal_window .modal_window_close span.fa {
    color: white;
    font-size: 1.7em;
    padding-top: 7px;
}
.modal_window .modal_window_close {
    width: 36px;
    height: 40px;
    position: fixed;
    right: 40vw;
    bottom: 0;
    top: 10px;
    z-index: 1004;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    border-radius: 4px 0 0 4px;
    background-color: #5930B8;
}
.modal_window.large .modal_window_inner {
    width: 70vw;
}
.modal_window.large .modal_window_outer {
    width: 30vw;
}
.modal_window.large .modal_window_close {
    right: 70vw;
}
.modal_window .modal_container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}
/*
.org-profile-logo {
    width: 80px;
    height: 80px;
    float: left;
}*/

.profile-big {
    background-color: rgba(221, 221, 221, 0.3);
    border-radius: 150px;
    width: 200px;
    height: 200px;
}
.profile-big img {
    width: 200px;
    position: relative;
    /* top: 20px; */
    /* left: 20px; */
    border-radius: 150px;
}
.profile-small {
    background-color: rgba(221, 221, 221, 0.3);
    border-radius: 150px;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
}
.profile-small img {
    width: 20px;
    position: relative;
}
.profile-small img.org {
    width: 30px;
    border-radius: 150px;
}
.profile-small img.user {
    left: 5px;
    top: -1px;
}
.nav-pills>li {
    float: left;
    width: 33%;
    text-align: center;
    cursor: pointer;
}
.nav-pills>li+li {
    margin-left: 0;
}
.nav-pills>li>a {
    border-bottom: solid 1px #ddd;
    border-radius: 0;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: black;
    background-color: white;
    border: solid 1px #ddd;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
}
.qualifications .ui-select-match-item {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
#overlay {
    position: absolute;
    width: calc(100% - 30px);
    background-color: gray;
    top: 0;
    opacity: .4;
}
.qualifications .ui-select-bootstrap>.ui-select-choices {
    width: auto !important;
}
.notactive-module {
    opacity: 0.2;
}
.growl-container.growl-fixed {
    max-width: 340px;
}
#organisations-dropdown {
    width: 200px;
}
#organisations-dropdown>ul.ui-select-choices {
    top: 25px;
    width: 400px;
}
#organisations-dropdown>div>span {
    width: 100%;
}
#organisations-dropdown>div>span, #organisations-dropdown>input.ui-select-search {
    outline: 0;
    font-size: 12px;
    height: auto;
    z-index: 0;
    position: absolute;
    border: none;
    right: -11px;
    padding: 0 15px 0 0;
}
#organisations-dropdown>div>span>span.ui-select-match-text {
    text-align: right;
    top: 2px;
    position: relative;
}
div.organisations_dropdown.ng-invalid .btn-default {
    border-color: #a94442;
}
div.organisations_dropdown.ng-valid .btn-default {
    border-color: green;
}
#notifications-button {
    top: 10px;
    height: 100%;
    right: 0;
    position: absolute;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#notifications-menu {
    z-index: 1;
    padding: 5px;
    margin-top: 22px;
    margin-right: 0;
    max-height: 300px;
    width: 270px;
    overflow-y: auto;
}
#notification-badge {
    background-color: white;
    color: gray;
    font-weight: bold;
}
#notification-badge.gray {
    color: gray;
}
#notification-badge.red {
    color: red;
}
#container.show-nav #notifications-canvas {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
}
.notification-list {
    margin: 0;
    padding: 0;
}
.notification {
    list-style: none;
}
.notification-media {
    float: left;
    text-align: center;
    width: 40px;
    padding: 15px 0;
}
.notification-media img {
    width: 26px;
    height: 26px;
}
.notification-info {
    padding-left: 15px;
    color: #555;
}
.notification-info p {
    font-size: 12px;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.notification-info:hover, .notification-info:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
    cursor: pointer;
}
.dropdown-header {
    display: block;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
}
.bootstrap-switch {
    max-height: 34px;
}
.divider {
    border-right: 2px solid rgba(89, 48, 184, 0.15);
    height: 50px;
}
.vertical-align-form-label {
    top: 6px;
    position: absolute;
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.pdf-loader {
    border: 5px solid #f3f3f3;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
}
.org-nav {
    padding-left: 0;
    height: 42px;
    list-style: none;
}
.org-nav-tabs {
    border-bottom: 1px solid rgba(89, 48, 184, 1);
}
.org-nav>li {
    position: relative;
    display: block;
}
.org-nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.org-nav-tabs>li.active>a, .org-nav-tabs>li.active>a:focus, .org-nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid rgba(89, 48, 184, 1);
    border-bottom-color: transparent;
    text-decoration: none;
}
.org-nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    text-decoration: none;
}
.org-nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.white-space-pre {
    white-space: pre-line;
}

.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
    width: 100% !important;
}
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
    z-index: 0;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.module-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.messaging-service-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    overflow: hidden;
    flex-flow: column wrap;
}

.avatar-preview img {
    max-width: 100%;
}

.padding-for-fixed-nav {
    padding-top: 60px;
}

.nav>li.mobile-only, .mobile-only {
    display: none;
}

.chat-input textarea {
    font-size: 16px;
    height: 80px;
}

.chat-input form {
    margin: 0;
}

.chat-input .input-group-addon {
    border-radius: 0;
}

/* DEPRECATED */
/*.chat-input .glyphicon {*/
/*    font-size: 24px;*/
/*}*/

/*.chat-padding-bottom {*/
/*    height: 75px;*/
/*}*/

.mobile-overview-shortcut {
    float: right;
    margin: 15px 0 15px 15px;
}

.ui-select-container .glyphicon.glyphicon-remove {
    top: 4px;
}

.d-flex {
    display: flex;
}

.justify-content-between {
    justify-content: space-between;
}

.align-items-center {
    align-items: center;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.flex-item {
    display: flex;
    flex-grow: 0;
    width: 50%;
}
.flex-item .card {
    width: 98%;
    margin-left: 10px;
}

.radio-inline {
    padding-left: 0;
}

@media (max-width: 767px) {
    .nav>li.mobile-only, .mobile-only {
        display: initial;
    }

    .mobile-only .icon-sm {
        margin-right: 13px;
    }

    .sub-header {
        display: none;
    }

    /*todo: sub-header-padding */
    .no-sub-header-padding {
        padding-top: 15px;
    }


    .flex-item {
        display: flex;
        width: 100%;
    }

    .flex-item .card {
        width: 100%;
        margin-left: 0;
    }

    /* Most likely temporary because eventually everyhting will be shown on mobile */
    .hide-mobile {
        display: none;
    }

    .chat li.chat-right .chat-body {
        margin-right: 0;
    }
    .chat li.chat-left .chat-body {
        margin-left: 0;
    }

    .chat-header {
        z-index: 2;
        width: 100%;
        padding: 3px 15px;
    }

    .chat-header h1 {
        font-size: 20px;
        padding-top: 4px;
    }

    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
        color: white;
    }
}


@media (min-width: 768px) {
    .chat li.chat-right .chat-body {
        margin-left: 70px;
    }
    .chat li.chat-left .chat-body {
        margin-right: 70px;
    }
    .chat-wrapper {
        min-height: 200px;
        height: calc(100vh - 315px);
        overflow-y: scroll;
    }
    body.admin .chat-wrapper {
        height: calc(100vh - 305px);
    }
}

@media (min-width: 992px) {
    .row-eq-height {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
}

/***************************
        Spacers
***************************/

.mt15 {
    margin-top: 15px;
}
.mb15 {
    margin-bottom: 15px;
}
.mt30 {
    margin-top: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.mr-1 {
    margin-right: 1rem;
}
.mr15 {
    margin-right: 15px;
}
.ml15 {
    margin-left: 15px;
}
.mr30 {
    margin-right: 30px;
}
.ml30 {
    margin-left: 30px;
}

.p-2 {
    padding: .5rem;
}
.p-4 {
    padding: 1rem;
}
.py-2 {
    padding: .5rem 0;
}
.py-4 {
    padding: 1rem 0;
}
.px-2 {
    padding: 0 .5rem;
}
.px-4 {
    padding:0  1rem;
}

.m-2 {
    margin: .5rem;
}
.m-4 {
    margin: 1rem;
}
.pm-2 {
    margin: .5rem 0;
}
.pm-4 {
    margin: 1rem 0;
}
.pm-2 {
    margin: 0 .5rem;
}
.pm-4 {
    margin:0  1rem;
}

.flex {
    display: flex;
}
.flex-row {
    flex-direction: row;
}
.flex-col {
    flex-direction: column;
}
.flex-row-reverse {
    flex-direction: row-reverse;
}
.flex-col-reverse {
    flex-direction: column-reverse;
}

zorgdomein-referral-pdf h1 {
    font-size: 1.5em;
}

.referral-window {
    display: flex;
    overflow: hidden;
    flex-direction: column;
}

.referral-window .tab-pane {
    height: calc(100vh - 185px);
    overflow-y: auto;
}

.border-0 {
    border: none;
}

.h-50 {
    height: 50px;
}

.mb-0 {
    margin-bottom: 0;
}

.border-radius-tl0 {
    border-top-left-radius: 0;
}

/***************************
        Weird additions
***************************/
/*deze CSS moet later opgenomen worden met de compleet vernieuwde main.css*/

/*@start main container*/
.main-container {
    margin-left: 200px;
    margin-right: 15px;
    height: 100vh;
}

@media screen and (max-width: 768px) {
    .main-container {
        /*margin: 70px 10px 10px;*/
        /*todo: check 0 bottom with other modules*/
        margin: 75px 15px 10px 15px;
        height: 100%;
    }
    .sub-header .navbar-nav>li {
        display: inline-block;
    }
}
/*@end main container*/

/*@start container fluid*/
.container-fluid {
    padding-left: 10px;
    padding-right: 10px;
}

@media only screen and (min-width: 768px){
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
}
/*@end container fluid*/

/*@start chat*/
#chat {
    height: calc(100vh - 68px);
}

@media only screen and (min-width: 1024px){
    #chat {
        height: calc(100vh - 135px);
    }
}

@media only screen and (min-width: 1440px){
    #chat {
        height: calc(100vh - 135px);
    }
}
/*@end chat*/



/*@start conversation view client*/
@media only screen and (min-width: 1024px){
    #chat .conversation-view.client {
        height: calc(100% - 10px);
    }
}

@media only screen and (min-width: 1440px){
    #chat .conversation-view.client {
        height: calc(100% - 15px);
    }
}
/*@end conversation view client*/



/*@start conversation view admin*/
/**** losse berichten module ****/
#chat .conversation-view.admin {
    height: calc(100% - 52px);
}

@media only screen and (min-width: 1024px){
    #chat .conversation-view.admin {
        height: calc(100% - 100px);
    }
}

@media only screen and (min-width: 1440px){
    #chat .conversation-view.admin {
        height: 100%;
    }
}
/*@end conversation view admin*/



/*@start external chat*/
#chat.external-chat #conversation {
    height: calc(100vh - 130px);
}

#chat.external-chat {
    height: auto;
    margin-bottom: 0;
}
/*@end external chat*/


progress {
    color: #5930B8;
    /* Firefox: Unfilled portion of the progress bar */
    background: transparent;
}

/* Firefox: Filled portion of the progress bar */
progress::-moz-progress-bar {
    background: #5930B8;
}

/* Chrome & Safari: Unfilled portion of the progress bar */
progress::-webkit-progress-bar {
    background: transparent;
}

/* Chrome & Safari: Filled portion of the progress bar */
progress::-webkit-progress-value {
    background: #5930B8;
}

.modal-body {
    background: white;
    max-height: 500px;
    min-height: 500px;
    overflow: auto;
}

.modal-body p {
    margin-bottom: 8px;
}

.modal-title {
    font-size: 24px;
}

.modal-full {
    width: 98%;
    height: 98%;
    margin: 0 auto;
    padding: 0;
}

.modal-full .modal-content {
    height: 100%;
    border-radius: 0; /* optioneel */
    display: flex;
    flex-direction: column;
}

.modal-full .modal-header,
.modal-full .modal-footer {
    flex: 0 0 auto; /* vaste hoogte */
}

.modal-full .modal-body {
    max-height: 9999px;
    flex: 1 1 auto;       /* neemt resterende hoogte in */
    overflow-y: auto;     /* scrolt als er teveel inhoud is */
}

.modal-75 {
    width: 80%;          /* bijvoorbeeld bijna fullscreen in breedte */
    max-width: none;
    margin: 20px auto;   /* centreren met kleine rand */
}

.modal-75 .modal-content {
    height: 95vh;
    display: flex;
    flex-direction: column;
}

.modal-75 .modal-header,
.modal-75 .modal-footer {
    flex: 0 0 auto;
}

.modal-75 .modal-body {
    max-height: 9999px;
    flex: 1 1 auto;       /* neemt resterende hoogte in */
    overflow-y: auto;     /* scrolt als er teveel inhoud is */
}

.modal-iframe {
    position: relative;
    padding-bottom: 50%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}
.modal-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid black;
}
