html, body {
	padding: 0;
	margin: 0;
	font-family: 'Poppins', 'Open Sans', Verdana, sans-serif;
	font-size: 14px;
	color: #222;
	line-height: 1.4;
	background: #FFFFFF;
	height: 100%;
}

input, button, select {
	font-family: 'Poppins', 'Open Sans', Verdana, sans-serif;
	font-size: 14px;
}
* {
	box-sizing: border-box;
	letter-spacing: .5px;
}

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

a {
	color: #ED5277;
}

code {
	display: block;
	padding: 1em 2em;
	border: 1px solid #d5d7de;
	border-radius: 4px;
	background: #f5f6f9;
	overflow: auto;
	margin: 1em 0;
}

.wait {
	text-align: center;
	padding: .3em;
}

.ivms-padded { padding: 2em; }
.ivms-padded-white { padding: 2em; background-color: #fff; }
.ivms-pad-below { padding-bottom: 2em; }
.ivms-pad-right { padding-right: 2em; }

.ivms-tleft { text-align: left; }
.ivms-tright { text-align: right; }
.ivms-tcenter { text-align: center; }

.ivms-tbold{ font-weight: bold; }
.ivms-tupper{ text-transform: uppercase; }

.ivms-no-border{
	border-top: 0px !important;
	border-right: 0px !important;
	border-left: 0px !important;
	border-bottom: 0px !important;
	border: 0px !important;
}
.ivms-no-radius{
	border-radius: 0px !important;
}
.ivms-inline-block{
	display: inline-block;
}

.hidden {
	display: none;
}

.clear:before, .clear:after {
	content: " ";
	display: table;
}
.clear:after { clear: both; }
.floatr { float: right; }
.floatl { float: left; }

.iv-vms-header {
	background: #201751;
	color: #fff;
	width: 100%;
	padding: 0 2em;
	line-height: 5.8;
}
.iv-vms-header > * {
	float: left;
	width: 50%;
}
.iv-vms-header * {
	display: inline-block;
	vertical-align: middle;
}

.iv-vms-header-right { text-align: right; }

.ivms-body {
	width: 100%;
}
.ivms-nav {
	width: 7.15em;
	float: left;
}
.ivms-content {
	overflow: auto;
	min-height: 100vh;
	border-left: 1px solid #d5d7de;
}

/*** content style ***/
.ivms-content {
	background: #F2F0F5;
	overflow-x: hidden;
}
.ivms-content-topbar {
	background: #fff;
	border-bottom: 1px solid #d5d7de;
	padding: .5em 2em;
	text-align: right;
}

.demo_link, .demo_link:visited, .demo_link:active, .demo_link:link {
	position: fixed;
	right: 24px;
	bottom: 24px;
	background-color: #201751;
	color: #fff;
	padding: 12px;
	border-radius: 32px;
	font-family: 'Poppins', 'Open Sans', Verdana, sans-serif;
	text-decoration: none;
	font-size: 17px;
	font-weight: 500;
	z-index: 100;
	display: none;
}

.demo_link svg {
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.flexr {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.ivms-nav * {
	display: block;
	text-align: center;
	margin: 0 auto;
}
.ivms-nav a {
	position: relative;
	color: #201751;
	text-decoration: none;
	font-size: 70%;
	padding: 2.1em 0;
	border-left: 3px solid transparent;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ivms-nav a:hover {
	border-left: 3px solid #0bd59b;
}

.ivms-nav a.active { color: #fff; }
.ivms-nav a:focus { outline: 0; }
.ivms-nav a.active {
	background: #0bd59b;
}
.ivms-nav a:focus { border-left-color: #fff; }

.ivms-nav a img { margin-bottom: 1em; }

.ivms-btn {
	position: relative; /* required for the 'material design ripple' */
	display: inline-block;
	padding: 0 1.3em;
	line-height: 4em;
	background: #e5e8ef;
	border: 2px solid #e5e8ef;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .25);
	color: #7b7f8c;
	font-family: 'Poppins', 'Open Sans', Verdana, sans-serif;
	font-weight: bold;
	font-size: 80%;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	transition: background .1s, box-shadow .1s, border .1s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.ivms-btn:hover, .ivms-btn:active, .ivms-btn:focus {
	background: #ced0d7;
	border-color: #ced0d7;
	outline: 0;
}
.ivms-btn:active {
	box-shadow: 0 1px 6px rgba(0, 0, 0, .4);
}
.ivms-btn:disabled, .ivms-btn.disabled {
	opacity: .8;
	cursor: not-allowed;
}

.ivms-btnsized {
	display: inline-block;
	vertical-align: middle;
	line-height: 4em;
	padding: 0 1.3em;
	font-size: 80%;
}

.ivms-btn.action {
	color: #fff;
	background: #201751;
	border-color: #201751;
}

.ivms-btn.action:hover {
	background: #fff;
	color: #201751;
}

.ivms-btn.saving, .ivms-btn.saving:hover {
    background: #fff;
    color: #201751;
}

.ivms-btn.settings:hover, .ivms-btn.settings:active, .ivms-btn.settings:focus {
	border: 2px solid #ced0d7;
}

.ivms-btn.publish {
	color: #fff;
	background: #0bd59b;
	border-color: #0bd59b;
}
.ivms-btn.publish:hover, .ivms-btn.publish:active, .ivms-btn.publish:focus {
	background: #ffffff;
	color: #0bd59b;
}

.ivms-btn.danger {
	color: #fff;
	background: #ed5277;
}
.ivms-btn.danger:hover, .ivms-btn.danger:active, .ivms-btn.danger:focus {
	background: #ed5277;
}

.ivms-btn.call-to-action {
	color: #fff;
	background: #ED5277;
	border-color: #ED5277;
}
.ivms-btn.call-to-action:hover, .ivms-btn.call-to-action:active, .ivms-btn.call-to-action:focus {
	color: #ED5277;
	border: 2px solid #ed5277;
	border-radius: 3px;
	background: #ffffff;
}

.ivms-btn.skeleton {
	background: transparent;
	box-shadow: 0 0 0 2px #9ea2ad inset;
}

.ivms-btn.premium {
	background: #ad9861;
	color: #fff;
}
.ivms-btn.premium:hover, .ivms-btn.premium:active, .ivms-btn.premium:focus { background: #938153; }

.ivms-btn.logout {
	background: #201751;
	border-color: #201751;
	color: #fff;
}

.ivms-btn.logout:hover, .ivms-btn.logout:active, .ivms-btn.logout:focus {
	border-color: #fff;
}

.ivms-btn.no-action { cursor: default; }

.ivms-btn img {
	height: .9em;
	width: .9em;
	vertical-align: middle;
	transform: scale(2);
}

.ivms-roundbtn {
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	color: #bfc2ce;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
	transition: box-shadow .2s linear;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-shadow: 0 0 0 1px #d6d8df;
}

.ivms-roundbtn:hover {
	color: #201751;
	box-shadow: 0 0 0 3px #201751;
}
.ivms-roundbtn.whitebg { background-color: #fff; }

.ivms-roundbtn.plus { background-image: url("../img/ic_roundbtn_plus.png"); }
.ivms-roundbtn.plus:hover { background-image: url("../img/ic_roundbtn_plus_hover.png"); }

.ivms-roundbtn.multiply { background-image: url("../img/ic_roundbtn_multiply.png"); }
.ivms-roundbtn.multiply:hover { background-image: url("../img/ic_roundbtn_multiply_hover.png"); }

#iv-vms { transition: transform .3s ease-out; }

.ivms-popup-outer-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000; /* will be set programmatically */
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-backface-visibility: hidden;
	animation: ivmsPopupBg .3s ease-out 1 forwards;
}

.ivms-popup-wrapper {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
}

.ivms-popup {
	position: relative;
	margin: 0 auto;
	margin-top: 20vh;
	display: inline-block;
	width: 30em;
	vertical-align: middle;
	text-align: left;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
	overflow: hidden;
	animation: ivmsPopupAppear .3s ease-out 1;
	z-index: 1001; /* will be set programmatically */
}

@media (min-width: 60em) {
	.ivms-popup { width: 50em; }
}

.ivms-popup .ivms-popup-header {
	padding: 0 1.5em;
	border-bottom: 2px solid #e5e8ef;
	background: #f5f6f9;
}
.ivms-popup .ivms-popup-header > .lheight { line-height: 4; }
.ivms-popup .ivms-popup-header > .lheight > * { display: inline-block; }
.ivms-popup .ivms-popup-header h1 { line-height: 1; vertical-align: middle; }

.ivms-popup-title {
	font-size: 120%;
	padding: 0;
	margin: 0;
	color: #9ca1b2;
}

.ivms-popup .ivms-popup-content { padding: .9em 1.5em; }
.ivms-popup .ivms-popup-content > * { font-size: 90%; }
.ivms-popup .ivms-popup-footer {
	border-top: 1px solid #e5e8ef;
	padding: .6em 1.5em;
	text-align: right;
	box-shadow: 0 0px 10px rgba(0,0,0,0.05) inset;
}

.ivms-popup .ivms-padded { padding: .9em; }

@keyframes ivmsPopupAppear {
	from {
		transform: scale(.8) translateZ(0);
		opacity: .4;
	}
	to {
		transform: scale(1) translateZ(0);
		opacity: 1;
	}
}

@keyframes ivmsPopupBg {
	from {
		background: rgba(0, 0, 0, 0);
	}
	to {
		background: rgba(0, 0, 0, .6);
	}
}

.ivms-w5 { width: 5%; }
.ivms-w10 { width: 10%; }
.ivms-w15 { width: 15%; }
.ivms-w20 { width: 20%; }
.ivms-w25 { width: 25%; }
.ivms-w30 { width: 30%; }
.ivms-wthird { width: 33.3333333%; }
.ivms-w35 { width: 35%; }
.ivms-w40 { width: 40%; }
.ivms-w45 { width: 45%; }
.ivms-w50 { width: 50%; }
.ivms-w55 { width: 55%; }
.ivms-w60 { width: 60%; }
.ivms-w65 { width: 65%; }
.ivms-w2third { width: 66.6666666%; }
.ivms-w70 { width: 70%; }
.ivms-w75 { width: 75%; }
.ivms-w80 { width: 80%; }
.ivms-w85 { width: 85%; }
.ivms-w90 { width: 90%; }
.ivms-w95 { width: 95%; }
.ivms-w100 { width: 100%; }

.ivms-toggles {
	display: inline-block;
	padding: 0;
	background: #f5f6f9;
	border: 1px solid #d5d7de;
	border-radius: 4px;
	vertical-align: middle;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ivms-toggles > * {
	display: inline-block;
	padding: 0;
	margin: 0;
	border: 0;
	background: rgba(0, 0, 0, 0);
	vertical-align: top;
	border-right: 1px solid #d5d7de;
	height: 100%;
	color: #b9bdc9;
	font-weight: bold;
	line-height: 3em;
	cursor: pointer;
}
.ivms-toggles > *:focus {
	outline: 0;
}
.ivms-toggles > *:last-child {
	border-right: 0;
}
.ivms-toggles > *.active {
	color: #222;
	background: #fff;
}

.ivms-input {
	display: inline-block;
	padding: 0 1.3em;
	line-height: 4em;
	vertical-align: middle;
	font-size: 80%;
	border: 0;
	border-bottom: 2px solid #e5e8ef;
	font-family: 'Poppins', 'Open Sans', Verdana, sans-serif;
	overflow: hidden;
	width: 100%;
	transition: border-bottom-color .2s ease-in;
}

input.error {
	border-bottom: 2px solid #840000 !important;
	color: #840000;
}

span.error {
	color: #840000;
	font-size: 0.8rem;
	padding-bottom: 1em;
	display: inline-block;
}

.ivms-input:focus {
	outline: 0;
	border-bottom-color: #201751;
}

.ivms-input-animated { position: relative; }
.ivms-input-animated input,select {
	display: block;
	width: 100%;
	padding: 1.5em 0;
	padding-bottom: .5em;
	margin-bottom: .5em;
	background: transparent;
	border: 0;
	border-bottom: 2px solid #e5e8ef;
	font-size: 90%;
}
.ivms-input-animated input:focus {
	outline: 0;
	border-bottom-color: #201751;
}
.ivms-input-animated select:focus {
	outline: 0;
	border-bottom-color: #201751;
}
.ivms-input-animated input:focus::-webkit-input-placeholder { color: transparent; }
.ivms-input-animated input:focus:-moz-placeholder { color: transparent; }
.ivms-input-animated input:focus::-moz-placeholder { color: transparent; }
.ivms-input-animated input:focus:-ms-input-placeholder { color: transparent; }

.ivms-input-animated select:focus::-webkit-input-placeholder { color: transparent; }
.ivms-input-animated select:focus:-moz-placeholder { color: transparent; }
.ivms-input-animated select:focus::-moz-placeholder { color: transparent; }
.ivms-input-animated select:focus:-ms-input-placeholder { color: transparent; }

.ivms-input-animated input + label {
	position: absolute;
	top: 1.5em;
	color: #e5e8ef;
	opacity: 0;
	transition: all .1s linear;
	cursor: text;
	font-size: 80%;
}

.ivms-input-animated select + label {
	position: absolute;
	top: 1.5em;
	color: #e5e8ef;
	opacity: 0;
	transition: all .1s linear;
	cursor: text;
	font-size: 80%;
}
.ivms-input-animated input:focus + label {
	top: -.3em;
	color: #201751;
	opacity: 1;
	font-weight: bold;
}
.ivms-input-animated select:focus + label {
	top: -.3em;
	color: #201751;
	opacity: 1;
	font-weight: bold;
}
.ivms-input-animated.invalid input:focus + label { color: #ed5277; }
.ivms-input-animated.invalid select:focus + label { color: #ed5277; }

.ivms-input-animated.invalid input, .ivms-input-animated.invalid input:focus {
	border-bottom-color: #ed5277;
}
.ivms-input-animated.invalid select, .ivms-input-animated.invalid select:focus {
	border-bottom-color: #ed5277;
}

.ivms-invalid-field-msg {
	color: #ed5277;
	padding: .5em;
	border: 1px solid #ed5277;
	border-radius: 4px;
	background: rgba(235, 74, 69, .1);
}

.client-selection-radio {
	margin: 3px;
	font-size: 14px;
}

.client-selection-radio input {
	margin: 0;
	margin-right: 14px;
	vertical-align: middle;
}

.client-selection-radio label {
	margin: 0;
	display: block;
}

.client-selection-radio label span {
	vertical-align: middle;
}

.lbl-blue {
	color:  #201751;
	font-weight: bold;
}

.inline-block {
	display: inline-block;
}

.ivms-input-animated.lbl-left label {
	display: inline-block;
	min-width: 15em;
}

.ivms-input-animated.lbl-left {
	padding-bottom: 0.5em;
	display: flex;
}

.ivms-input-animated.lbl-left input, select {
	display: block;
	width: 100%;
	padding: 0 0 .5em;
	margin-bottom: .5em;
	background: transparent;
	border: 0;
	border-bottom: 2px solid #e5e8ef;
	font-size: 90%;
}

.btn-slim {
	height: 3em;
	line-height: 1.5em;
}
.ivms-tile {
	background: #f5f6f9;
	border: 1px solid #d5d7de;
	border-radius: 4px;
	overflow: hidden;
}

.ivms-tile .tile-head {
	background: #f5f6f9;
	border-bottom: 2px solid #e5e8ef;
	color: #9ca1b2;
	padding: 0 2em;
}

.ivms-tile .tile-head.white { background: #fff; }

.ivms-tile .tile-head > * {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-size: 100%;
	line-height: 5;
}

.ivms-tile .tile-head .ivms-btn{
	padding: 0 1.5em;
	font-size: 70%;
	line-height: 4;
	margin: 1em;
}

.ivms-progress {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid rgba(0, 0, 0, .05);
	border-radius: 4px;
	display: block;
	width: 100%;
	background-color: #f5f6f9;
	overflow: hidden;
}
.ivms-progress[value]::-webkit-progress-bar { background-color: transparent; }

.ivms-progress[value]::-webkit-progress-value { background-color: #666; }
.ivms-progress[value]::-moz-progress-bar { background-color: #666; }
.ivms-progress[value] { color: #666; } /* ie */

.ivms-progress[value].blue::-webkit-progress-value { background-color: #abb8ef; }
.ivms-progress[value].blue::-moz-progress-bar { background-color: #abb8ef; }
.ivms-progress[value].blue { color: #abb8ef; } /* ie */

.ivms-progress[value].red::-webkit-progress-value { background-color: #cb819a; }
.ivms-progress[value].red::-moz-progress-bar { background-color: #cb819a; }
.ivms-progress[value].red { color: #cb819a; } /* ie */

.ivms-contextmenu {
	width: 180px;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	border: 1px solid rgba(0, 0, 0, .1);
	z-index: 999;
}

.ivms-contextmenu > button {
	display: block;
	width: 100%;
	text-align: left;
	background: transparent;
	border: 0;
	padding: 1em 2em;
	margin: .5em 0;
}
.ivms-contextmenu > button:hover, .ivms-contextmenu > button:focus {
	outline: 0;
	background: rgba(0, 0, 0, .05);
}

/* created a standard contextmenu */
.ivms-contextmenu.absolute{
	position: absolute;
}

.ivms-notice {
	background: #f5f6f9;
	border: 1px solid #d2d5db;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	overflow: hidden;
	text-align: center;
	padding: 1.3em;
}

.ivms-notice.info {
	background: rgba(87,114,223,.1);
	border-color: #201751;
	box-shadow: none;
	color: #201751;
	font-weight: bold;
}

.ivms-wait-mini {
	display: inline-block;
	vertical-align: middle;
	height: 4px;
	line-height: 4px;
}

.ivms-wait-mini > * {
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-right: 2px;
	background: #c7c9d4;
	opacity: 0;
	vertical-align: middle;
}
.ivms-wait-mini > .dot1 { animation: ivms-wait-mini-bubble 1s infinite .25s; }
.ivms-wait-mini > .dot2 { animation: ivms-wait-mini-bubble 1s infinite .5s; }
.ivms-wait-mini > .dot3 {
	animation: ivms-wait-mini-bubble 1s infinite .75s;
	margin-right: 0px;
}

@keyframes ivms-wait-mini-bubble {
	0% { opacity: 0; }
	50% { opacity: 1; }
	100% { opacity: 0; }
}

.ivms-table {
	border: 1px solid #d6d5da;
	overflow: hidden;
}

.ivms-table .table-head {
	background: #f5f6f9;
	color: #9ca1b2;
}

.ivms-table .table-head th,
.ivms-table .table-head td {
    line-height: 4;
    text-align: left;
    padding: 0 0.94em;
	font-size: 13px;
	border-bottom: 2px solid #e8e9ed;
}

.ivms-table .table-row {
	background: white;
	border-bottom: 2px solid #e7e7e7;
	color: black;
	padding: 0 2em;
	transition: background 0.3s ease;
}
.ivms-table .table-row:hover{
	background: #f5f6f9;
}


.ivms-table .table-row td{
    padding: 0.5em 0.8em;
	font-size: 14px;
	border-bottom: 1px solid #e7e7e7;
}

.ivms-table .table-row:last-child {
    border-bottom: none;
}

.ivms-table .table-row td .menu{
	position: absolute;
	right: 0px;
	width: 100px;
	display: none;
	background-color: white;
	overflow: hidden;
	z-index: 99;
}
.ivms-table .table-row td .menu.visible{
	display: block;
}

th.gen-sort-asc span::after, th.sort-asc text-view::after {
	content: url('/img/asc.svg');
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	position: relative;
	top: 3px;
	left: 5px;
}

th.gen-sort-desc span::after, th.sort-desc text-view::after {
	content: url('/img/desc.svg');
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	position: relative;
	top: 3px;
	left: 5px;
}

th.key-column span::before {
    content: url('/img/key.svg');
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    top: 2px;
    /* left: 5px; */
    margin-right: 4px;
}

tr.sortable th {
	cursor: pointer;
}

.table-wrapper {
    overflow: auto;
    position: relative;
    max-height: calc(100vh - 20.5rem);
}

.table-wrapper > table > thead {
    background-color: #f5f6fa;
    position: sticky;
    top: 0;
    z-index: 1000;
}

database-overview-table .ivms-table {
    border-radius: 0;
}

.ivms-projects:after {
	/* clearfix */
	content: ' ';
	display: block;
	clear: both;
}
.ivms-projects-l {
	float: left;
	width: 20%;
	padding: 2em;
	padding-right: 0;
}
.ivms-projects-r {
	float: left;
	width: 80%;
	padding: 2em;
	padding-right: 0;
}

.ivms-premium {

}

.premium-image {
    position:absolute;
    right:0;
    bottom:0;
    height: 90%;
    padding:80px;
    padding-bottom:160px;
}

@media(max-width: 1379px) {
    .premium-image {
        display: block;
        position: relative;
        right: 0;
        bottom: 0;
        padding: 0;
        left: 50%;
        width: 80%;
        margin-left: -40%;
        margin-top: 40px;
    }
}

.ivms-analytics-projectselect,
.ivms-project-sort {
	display: inline-block;
	position: relative;
	background: #f5f6f9 url(../img/caron.png) no-repeat;
	background-position: 95% 50%;
	border: 1px solid #d5d7de;
	border-radius: 4px;
	overflow: hidden;
	padding: 0 2em;
	font-weight: bold;
	color: #7b7f8c;
	cursor: pointer;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 12em;
	text-align: left;
	right: 6px;
	top: 0px;
	line-height: 47px;
}

.ivms-analytics-projectselect-menu,
.ivms-project-sort-menu {
	position: absolute;
	background: #fff;
	border: 1px solid #d5d7de;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgb(213, 215, 222);
	border-top: 0;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
	max-height: 25em;
	overflow: auto;
}

.ivms-analytics-projectselect-menu > button:hover,
.ivms-analytics-projectselect-menu > button:focus,
.ivms-project-sort-menu > button:hover,
.ivms-project-sort-menu > button:focus {
	outline: none;
	background: #f5f6f9;
}
.ivms-analytics-projectselect-menu > button,
.ivms-project-sort-menu > button {
	position: relative;
	display: block;
	width: 100%;
	background: transparent;
	border: 0;
	border-top-width: 0px;
	border-top-style: none;
	border-top-color: currentcolor;
	line-height: 3;
	padding: 0 2em;
	margin: 0;
	border-top: 1px solid #d5d7de;
	text-align: left;
}

.ivms-projects-grid .grid-empty { margin-right: 2em; }

.ivms-projects-grid .grid-item {
	width: 100%;
	float: left;
	padding-right: 2em;
	padding-bottom: 2em;
}

@media (min-width: 80em) { .ivms-projects-grid .grid-item { width: 50%; } }
@media (min-width: 110em) { .ivms-projects-grid .grid-item { width: 33.3333333%; } }
@media (min-width: 140em) { .ivms-projects-grid .grid-item { width: 25%; } }

.ivms-project-tile {
	background: #fff;
	border: 1px solid #d2d5db;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	overflow: hidden;
}

.ivms-page-analytics .top-bar {
	background: #fff;
	padding: 0 2em;
	border-bottom: 1px solid #d5d7de;
	line-height: 5;
}

.ivms-page-account .tabcontainer {
	background: #fff;
	border-bottom: 1px solid #d5d7de;
	padding-left: 2em;
}

.ivms-page-account .ivms-account-projectlist {
	max-height: 54.2em;
	overflow: auto;
}
.ivms-page-account .ivms-account-projectlist li {
	background: #fff;
	border-bottom: 1px solid #e5e8ef;
}

.ivms-page-account .ivms-account-progressbar { background: #fff; }

.ivms-page-account .ivms-account-progressbar-infobox {
	padding: 1em 2em;
	border-top: 1px solid #e5e8ef;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .05) inset;
}

.ivms-page-account .ivms-account-traffic-graph .graph {
	margin: 2em;
	height: 26.74em;
}

.ivms-page-account .ivms-account-traffic-graph .infobox {
	background: #fff;
	padding: 1em;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .05) inset;
	border-top: 1px solid #e5e8ef;
}

.ivms-page-account .ivms-account-traffic-graph .infobox .title {
	font-weight: bold;
	color: #bfc2ce;
}
.ivms-page-account .ivms-account-traffic-graph .infobox .value {
	font-size: 150%;
	line-height: 2;
}
.ivms-page-account .ivms-account-traffic-graph .infobox .subtitle {
	font-size: 80%;
}

.ivms-page-account .ivms-company-editor, .ivms-page-account .ivms-user-editor {
	padding: 2em;
	background: #fff;
}

.ivms-page-support .padright { padding-right: 2em; }

.ivms-page-support .tabcontainer {
	background: #fff;
	border-bottom: 1px solid #d5d7de;
	padding-left: 2em;
}

.ivms-support-table {
	width: 100%;
	border-spacing: 0;
	background: #fff;
}
.ivms-support-table * { vertical-align: middle; }
.ivms-support-table tr td {
	line-height: 6;
	border-bottom: 1px solid #e5e8ef;
	padding: 0 2em;
}
.ivms-support-table tr td.multiline {
	line-height: 2;
}
.ivms-support-table tr:last-child td { border-bottom: 0; }
.ivms-support-table tr td.gray { color: #7b7f8c; }

.ivms-shortcuts-table {
	width: 100%;
	border-spacing: 0;
	border: 1px solid #d5d7de;
	border-radius: 4px;
	text-align: left;
	background: #fff;
	overflow: hidden;
}
.ivms-shortcuts-table * { vertical-align: middle; }
.ivms-shortcuts-table tr td, .ivms-shortcuts-table tr th {
	line-height: 4;
	padding: 0 2em;
}

@media (min-width: 70em) { .ivms-shortcuts-table { width: 60%; } }

.ivms-shortcuts-table tr th {
	background: #f5f6f9;
	border-bottom: 2px solid #e5e8ef;
	color: #9ca1b2;
}
.ivms-shortcuts-table tr td { border-bottom: 1px solid #e5e8ef; }
.ivms-shortcuts-table tr:last-child td { border-bottom: 0; }
.ivms-shortcuts-table tr td.gray { color: #7b7f8c; }

.ivms-page-support .compat-strainer { width: 100%; }
@media (min-width: 105em) { .ivms-page-support .compat-strainer { width: 70%; } }

.description-td {
    vertical-align: top;
    padding-left: 48px;
    padding-top: 23px;
}

.pt-1 {
    padding-top: 16px;
}

.upgrade-warning {
    color: #ED5277;
}

.database-settings-table {
	width: 90%;

	& tr {
		line-height: 64px;

		& td:first-child {
			color: #201751;
		}
	}
}

.gdpr-notification {
    font-size: 0.85em;
    padding: 1.2em;
    background-color: #f5f6f9;
    border: 1px solid #e5e8ef;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 2.5em;
    line-height: 2em;
}

.ivms-database-details .tabcontainer {
	background: #fff;
	border-bottom: 1px solid #d5d7de;
	padding-left: 2em;
}

.ivms-page-databases .top-bar {
	background: #fff;
	padding: 0 2em;
	border-bottom: 1px solid #d5d7de;
	line-height: 5;
}

.ivms-database-databaselist {
	border-collapse: separate;
    border-spacing: 0;
}

.database-upload-form input.file_name_preview {
	border: 0;
	background-color: white;
	margin-left: 0.8em;
}

.database-upload-form input.database_name_input {
	margin-bottom: .8em;
}

.td-highlight {
    color: #201751;
}

.linked-project-item {
	& a {
		border: none;
		background: none;
		right: 0;
		top: 0;
		position: absolute;
		cursor: pointer;

		& svg {
			height: 1.25rem;
		}
	}
}

.ivms-data-grid {
	width:100%;
	position:relative;
	border-bottom: 1px solid #d6d5da;
	overflow:auto;
	will-change: transform;

	& table {
		border-collapse: collapse;
        border-spacing: 0;
        width: 100%;

		& thead {
			& tr {
				background-color:#f5f6fa;
				position:sticky;
				top:0;
				z-index:1;
				height: 32px;

                &.header-border {
                    height: 0;

                    th {
                        height:1px;
                        padding:0;
                        background-color:#d6d5da;
                        border:none;
                    }
                }
				& th {
					text-align: left;
                    color: #595a5c;
                    font-weight: normal;
                    padding: 1em;
                    white-space: nowrap;
                    border-bottom: 1px solid #d6d5da;
                    font-size: 10px;
				}

                & th:not(:last-child) {
                    border-right: 1px #d6d5da solid;
                }
			}
		}

		& tbody {
            background: white;

			& data-grid-field:not(:last-child), td:not(:last-child) {
				border-right: 1px #d6d5da solid;
			}

			data-grid-field, td {
				display: table-cell;
				position: relative;
				vertical-align: top;
                font-size: 12px;
			}

            data-grid-field.editing {
                padding: 0;
                vertical-align: unset;
            }

			& tr:not(:last-child) {
				border-bottom: 1px #d6d5da solid;
			}
		}
	}
}

data-grid-field > div {
	position: relative;
	width: auto;
	height: auto;
	box-sizing: border-box;
	display: flex;
	align-items: center;
    padding: 0.5em;
}

data-grid-field.editing > div {
    padding: 0;
}

data-grid-field > div > textarea,
data-grid-field > div > input {
	position: relative;
	width: auto;
	height: auto;
	box-sizing: border-box;
    padding: 0.25em;
    font-size: 12px;
    font-family: Poppins, sans-serif;
    border: 1px solid #201751;
}

.grid-container {
    border: 1px solid #d6d5da;
    background-color: #f5f6fa;
    border-radius: 4px;
}

.grid-container {
    & .pagination-container {
        display: flex;
        justify-content: space-between;
        padding: 1.5em 1em;
        align-items: center;
        font-size: 12px;

        & button.page-arrow {
            cursor: pointer;
            height: 2.5em;
            width: 2.5em;
            background-color: transparent;
            border: none;
            display: inline-flex;
            justify-content: center;
            align-items: center;

        }

        & button.page-btn {
            cursor: pointer;
            user-select: none;
            color: #201751;
            background-color: transparent;
            height: 2.5em;
            width: 2.5em;
            border-radius: 1.25em;
            border: 2px solid transparent;
            display: inline-flex;
            justify-content: center;
            align-items: center;

            &:hover {
                border: 2px solid #201751;
            }

            &.current {
                background-color: #201751;
                color: #fff;
                border: 2px solid #201751;
            }

            &:not(:last-child) {
                margin-right: 0.25em;
            }
        }

        & select {
            display: inline-block;
            width: 98px;
            border: 1px solid #e5e8ef;
            padding: 1em;
            background-color: #fff;
            margin: 0 0.75em 0 1em;
        }
    }
}
:root {
	--color-pink: rgb(237, 83, 119);
	--color-purple-dark: rgb(32, 23, 81);
	--color-form-input: #8F8BA8;
	--color-form-label: #201751;
	--color-form-placeholder: #20175150;
	--color-hyperlink: #8F8BA8;

	--form-input-border: #8F8BA8;
}

section.ivms-login,
ivms-password-reset,
ivms-password-reset-confirmation {
	border-radius: 10px;
	font-family: 'Poppins';
}

/* Generic form styles */
.ivms-form {
}

	.ivms-form .ivms-error {
		color: var(--color-pink);
		display: none;
		font-size: 14px;
		margin-bottom: 30px;
		text-align: center;
	}

	.ivms-form .ivms-form-row {
		margin-bottom: 30px;
	}

	.ivms-form label {
		color: var(--color-form-label);
		font-size: 14px;
		font-weight: 400;
		line-height: 1.7em;
	}

	.ivms-form input[type="email"],
	.ivms-form input[type="password"] {
		background-color: #fff;
		border-color: var(--form-input-border);
		border-radius: 3px;
		border-width: 0 0 2px 0;
		color: var(--color-form-input);
		font-size: 16px;
		padding: 5px 14px;
		width: 100%;
		height: 40px;
	}

	.ivms-form input[type="email"]:focus,
	.ivms-form input[type="password"]:focus {
		box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
		outline: 0;
	}

	.ivms-form input[type="email"]::placeholder,
	.ivms-form input[type="password"]::placeholder {
		color: var(--color-form-placeholder);
	}

/* Login form */
.ivms-form-container {
	background-color: #fff;
	margin: 80px auto;
	padding: 40px 60px 50px;
	max-width: 480px;
	width: 100%;
}
	.ivms-form-container .ivms-browser-advise {
		display: none;
		font-size: 13px;
		font-weight: 500;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.ivms-form-container p {
		font-size: 13px;
		margin-bottom: 30px;
	}

	.ivms-form-container h1 {
		color: var(--color-purple-dark);
		font-size: 27px;
		font-weight: bold;
		line-height: 1.3em;
		margin: 0 auto 40px;
		text-align: center;
	}

	.ivms-form-container .ivms-browser-advise {
		display: none;
		font-size: 13px;
		margin-bottom: 30px;
	}

	.ivms-form-container .ivms-show-password-reset,
	.ivms-form-container .ivms-show-login {
		margin: 10px 0 40px;
		text-align: right;
	}
		.ivms-form-container .ivms-show-password-reset a,
		.ivms-form-container .ivms-show-login a {
			color: var(--color-hyperlink);
			text-decoration: none;
			transition: color .3s;
		}

			.ivms-form-container .ivms-show-password-reset a:hover,
			.ivms-form-container .ivms-show-login a:hover {
				color: var(--color-pink);
			}

	.ivms-form-container .ivms-btn-login {
		background-color: var(--color-pink);
		border-color: var(--color-pink);
		border-radius: 50px;
		border-width: 3px;
		box-shadow: none;
		color: #fff;
		font-size: 15px;
		font-weight: 700;
		line-height: 2.4em;
		margin-bottom: 30px;
		transition: background-color .3s;
		width: 100%;
	}

		.ivms-form-container .ivms-btn-login:hover {
			background-color: #fff;
			color: var(--color-purple-dark);
		}

	.ivms-form-container .ivms-signup {
		color: var(--color-purple-dark);
		font-weight: 500;
		text-align: center;
	}

		.ivms-form-container .ivms-signup a {
			color: var(--color-pink);
			text-decoration: none;
		}

/* Password reset form */
.ivms-password-reset,
.ivms-password-reset-confirmation {
	display: none;
}


.ivms-accordion-item {
	position: relative;
	background-color: #f5f6f9;
	padding: .5em 2em;
	border-left: 4px solid #d5d7de;
	border-radius: 4px;
	color: #7b7f8c;
	margin-bottom: 2em;
	transition: background .1s linear, color .2s linear, border .2s linear, height .2s linear;
}
.ivms-accordion-item:hover { background-color: #fff; }
.ivms-accordion-item[open] {
	background-color: #fff;
	border-left-color: #201751;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	color: #222;
}
.ivms-accordion-item[open] summary {
	color: #201751;
}

.ivms-accordion-item:after {
	position: absolute;
	content: ' ';
	right: 2em;
	top: 1.25em;
	width: 2em;
	height: 2em;
	background: #fff url('../img/ic_roundbtn_plus.png') 50% 50% no-repeat;
	border-radius: 50%;
	border: 1px solid #e5e8ef;
	pointer-events: none;
}
.ivms-accordion-item[open]:after {
	background-image: url('../img/ic_roundbtn_minus.png');
}

.ivms-accordion-item summary {
	font-size: 120%;
	line-height: 3;
	cursor: pointer;
}
.ivms-accordion-item summary::-webkit-details-marker { display: none; }
.ivms-accordion-item summary:focus {
	outline: 0;
}

.ivms-account-progressbar .ivms-account-progressbar-infobox > * {
	display: inline-block;
	font-size: 75%;
	vertical-align: middle;
}

.ivms-account-progressbar .ivms-account-progressbar-infobox .tsecondary { color: #9ca1b2; }

.ivms-account-progressbar .legend-item { margin-right: 2em; }
.ivms-account-progressbar .legend-item > * { margin-right: .5em; }

.ivms-account-progressbar .legend-item .bullet {
	display: inline-block;
	vertical-align: middle;
	width: 1em;
	height: 1em;
	border-radius: 4px;
	background-color: #f5f6f9;
	border: 1px solid #e5e8ef;
}
.ivms-account-progressbar .legend-item .bullet.blue {
	border-color: #abb8ef;
	background-color: #abb8ef;
}
.ivms-account-progressbar .legend-item .bullet.red {
	border-color: #cb819a;
	background-color: #cb819a;
}

.ivms-account-progressbar .legend-item .percent { cursor: pointer; }

.ivms-account-projectlist {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ivms-account-projectlist li {
	padding: .5em 2em;
}

.ivms-account-projectlist .heightfix {
	line-height: 5;
}

.ivms-account-projectlist .heightfix > * {
	display: inline-block;
	vertical-align: middle;
}

.ivms-account-projectlist li .indicator {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	border: 1px solid #eb4a78;
	background: #fdedec;
	border-radius: 2em;
	font-weight: bold;
	overflow: hidden;
	margin-right: 1em;
}
.ivms-account-projectlist li .indicator .inner {
	display: block;
	width: .5em;
	height: .5em;
	background: #eb4a78;
	border-radius: 2em;
	margin-top: .4em;
	margin-left: .45em;
}

.ivms-account-projectlist li .indicator.active {
	border-color: #0bd59b;
	background: #ebfcf3;
}
.ivms-account-projectlist li .indicator.active .inner {
	background: #0bd59b;
}

.ivms-account-projectlist li .ivms-btn { width: 10em; }

.ivms-clients-clientselect{
    display: inline-block;
    width: 25em;
    position: relative;
    background: #f5f6f9 url(../img/caron.png) no-repeat;
    background-position: 95% 50%;
    border: 1px solid #d5d7de;
    border-radius: 4px;
    overflow: hidden;
    padding: 0 2em;
    font-weight: bold;
    line-height: 3;
    color: #7b7f8c;
    cursor: pointer;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 2em;
}
.ivms-clients-clientselect.open { background-image: url(../img/caret.png); }
.ivms-clients-clientselect:focus {
    outline: none;
    border-color: #957F8C;
}

.ivms-clients-menu {
    position: absolute;
    background: #fff;
    border: 1px solid #d5d7de;
    border-top: 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    max-height: 25em;
    overflow: auto;
}
.ivms-clients-menu > button {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    border: 0;
    line-height: 3;
    padding: 0 2em;
    margin: 0;
    border-top: 1px solid #d5d7de;
    text-align: left;
}
.ivms-clients-menu > button:hover,
.ivms-clients-menu > button:focus {
    outline: none;
    background: #f5f6f9;
}

.ivms-clients-menu > button:before {
    position: absolute;
    left: -1px;
    top: 0;
    bottom: 0;
    content: ' ';
    width: 3px;
    background: #D5D7DE;
}
.ivms-clients-menu > button.active:before { background: #201751; }

.ivms-popup-firsttime-outer-wrapper{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-backface-visibility: hidden;
    animation: ivmsPopupBg .3s ease-out 1 forwards;
}
.ivms-popup-firsttime-wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
}
.ivms-popup-firsttime{
    position: relative;
    margin: 0 auto;
    margin-top: 18vh;
    display: inline-block;
    width: 44em;
    vertical-align: middle;
    text-align: left;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .3);
    animation: ivmsPopupAppear .3s ease-out 1;
}
.ivms-popup-slide-button{
    width: 4em;
    height: 4em;
    border-radius:4em;
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    margin-top: calc(50% - 6em);
    cursor: pointer;
    transition: 0.3s ease;
}
.ivms-popup-slide-button:hover{
    background-color: #201751;
}
.ivms-popup-slide-button.left{
    left: -6em;
    background-image: url(../img/ft_btn_left.png);
}
.ivms-popup-slide-button.left:hover{
    background-image: url(../img/ft_btn_left_white.png);
}
.ivms-popup-slide-button.right{
    right: -6em;
    background-image: url(../img/ft_btn_right.png);
}
.ivms-popup-slide-button.right:hover{
    background-image: url(../img/ft_btn_right_white.png);
}
.ivms-popup-slide-button.finish{
    background-color: #0bd59b !important;
    background-image: url(../img/ft_btn_finish.png);
}
.ivms-popup-slide-button.finish:hover{
    background-image: url(../img/ft_btn_finish.png);
}
.ivms-popup-slides{
    width: 100%;
    height: 35.8em;
    position: absolute;
    overflow: hidden;
    background-color:white;
    border-radius: 4px;
}
.ivms-popup-slide-holder{
    width: 300%;
    position: relative;
    height: 100%;
    transition: 0.4s ease;
}
.ivms-popup-slide{
    width: 44em;
    background-color: white;
    height: 35.8em;
    display: inline-block;
    vertical-align: middle;
}
.ivms-popup-slide img{ float: left; }

.ivms-popup-slide-content{
    height: 11em;
    float: left;
}
.ivms-popup-slide-content-type{
    width: 9em;
    background-color: grey;
    background-repeat: no-repeat;
    background-position: center 2em;
    text-align: center;
    padding-top: 5em;
    padding-bottom: 4em;
    font-size: 18px;
    float: left;
    font-weight: bold;
}
.ivms-popup-slide-content-type.create{
    background-color: #0bd59b;
    background-image: url(../img/ft_create_icon.png);
    color: white;
}
.ivms-popup-slide-content-type.share{
    background-color: #201751;
    background-image: url(../img/ft_share_icon.png);
    color: white;
}
.ivms-popup-slide-content-type.measure{
    background-color: #ed5277;
    background-image: url(../img/ft_measure_icon.png);
    color: white;
}
.ivms-popup-slide-content-info{
    float:left;
    padding: 2em;
}
.ivms-popup-slide-content-info h3{
    font-size: 22px;
    margin: 0;
    padding: 0;
}
.ivms-popup-slide-content-info h3.create{ color: #0bd59b; }
.ivms-popup-slide-content-info h3.share{ color: #201751; }
.ivms-popup-slide-content-info h3.measure{ color: #ed5277; }

.ivms-popup-slide-content-info p{
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-size: 16px;
    padding-top: 0.6em;
}
.ivms-popup-firsttime-radio-holder{
    width: 100%;
    height: 2em;
    top: 36em;
    position: absolute;
    text-align: center;
}
.ivms-popup-firsttime-radio-holder .radio-item{
    width: 0.8em;
    height: 0.8em;
    border-radius: 1em;
    background-color: white;
    display: inline-block;
    margin: 0.3em;
    cursor:pointer;
    opacity: 0.4;
    transition: 0.3s ease;
}
.ivms-popup-firsttime-radio-holder .radio-item:hover{
    opacity: 1;
}
.ivms-popup-firsttime-radio-holder .radio-item.selected{
    opacity: 1;
}

.ivms-projects-folderlist {
	list-style: none;
	padding: 0;
	margin: 0;
}
.ivms-projects-folderlist li {
	border-bottom: 1px solid #e5e8ef;
}
.ivms-projects-folderlist li:last-child {
	border-bottom: 0;
}
.ivms-projects-folderlist li a {
	position: relative;
	display: block;
	color: #9ca1b2;
	padding: 1.8em 1.8em;
	text-decoration: none;
	border-left: 3px solid #d5d7de;
	font-size: 90%;
}
.ivms-projects-folderlist li a:hover, .ivms-projects-folderlist li a.active {
	background: #fff;
	color: #222;
}
.ivms-projects-folderlist li a.active { border-left-color: #201751; }

.ivms-projects-folderlist li a > span {
	vertical-align: middle;
	line-height: 2em;
}

.ivms-projects-folderlist li a .item-count {
	position: absolute;
	display: inline-block;
	right: 2.7em;
	width: 2em;
	height: 2em;
	border-radius: 50%;
	border: 1px solid #d9dbe1;
	text-align: center;
	background: #fff;
	color: #abafbd;
}
.ivms-projects-folderlist li a.active .item-count {
	background: #201751;
	border-color: #201751;
	color: #fff;
}

.ivms-projects-folderlist li a.drop-target {
	background: #201751;
	color: #fff;
}

@keyframes ivmsProjectFolderDropHint {
	0% { background: transparent; }
	50% { background: rgba(255, 255, 255, .9); }
	to { background: transparent; }
}

.ivms-projectplaceholder-thumb {
	position: relative;
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-size: 100%;
}

.code-holder{
    position: relative;
}
.code-holder .copylink {
    position : absolute;
    right : 14px;
    top : 14px;
    width: 16px;
    height: 16px;
    background-image: url("../img/ic_copy.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor:pointer;
}

.ivms-project-tile .thumb {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	background-color: #ccc;
	background-size: 100%;
	background-position: 0 0;
	overflow: hidden;
}
.ivms-project-tile .thumb .shadow {
	position: absolute;
	bottom: 0; left: 0; right: 0;
	height: 1em;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.1) 100%);
	z-index: 6;
	pointer-events: none;
}
.ivms-project-tile .thumb .studio-link {
	position: absolute;
	top: 0; left: 0; right: 0; bottom: 0;
	z-index: 4;
}
.ivms-project-tile .thumb .menu {
	position: absolute;
	bottom: 0;
	right: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: #fff;
	z-index: 99999999;
	opacity: 0;
	transform: translateY(100%) translateZ(0);
	transition: transform .3s ease-in-out, opacity .3s ease-in-out;
	height: 0;
}
.ivms-project-tile .thumb .menu.visible {
	height: auto;
	opacity: 1;
	transform: translateZ(0);
}
.ivms-project-tile .thumb .menu > * {
	display: block;
	width: 100%;
	text-align: left;
	border: 0;
	border-bottom: 1px solid #e5e8ef;
	background: rgba(0, 0, 0, .01);
	padding: 1em 2em;
	cursor: pointer;
	color: #222;
}
.ivms-project-tile .thumb .menu > *:hover { color: #201751; }
.ivms-project-tile .thumb .menu > *:focus { outline: 0; }

.ivms-project-tile .info {
	padding: .6em;
	overflow: hidden;
}

.ivms-project-tile .title-label {
	font-size: 85%;
	font-weight: bold;
	color: #201751;
	overflow: hidden;
	transition: line-height .2s linear .2s;
}
.ivms-project-tile input.title {
	width: 15em;
	color: #222;
	border: 0;
	background: transparent;
	border-bottom: 2px solid transparent;
	transition: border-bottom-color .2s ease-in;
	line-height: 1.6em;
	cursor: text;
	font-size: 110%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ivms-project-tile input.title.editable { border-bottom-color: #e5e8ef; }
.ivms-project-tile input.title.editable:focus {
	border-bottom-color: #201751;
	outline: 0;
}

.ivms-project-tile .subtitle {
	color: #a6aab4;
	font-size: 75%;
	transition: line-height .2s linear .2s;
	overflow: hidden;
}

.ivms-project-tile .subtitle .views {
	margin-left: .6em;
	padding-left: .6em;
	border-left: 1px solid #a6aab4;
}
.ivms-project-tile .subtitle .views .ivms-wait-mini { margin-bottom: .5em; }

.ivms-question-mark-hints {
	width: 20px;
	height: 20px;
	border-radius: 10px;
	text-align: center;
	line-height: 16px;
	color: #636363;
	font-weight: bold;
	font-size: 13px;
	background-color: #f5f6f9;
	cursor: pointer;
	background-image: url(../img/ic_question.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	border: 0;
	margin-left: 0.4em;
}
.ivms-question-mark-popup{
	position: absolute;
	background-color: black;
	padding: 0.4em;
	line-height: 14px;
	left: 0;
	top: 0;
	color: white;
	border-radius: 4px;
	font-size: 11px;
	z-index: 9999;
	margin-right: 10px;
}

.ivms-table-sortable {
	cursor: pointer;
	user-select: none;
	-ms-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.ivms-table-sortable .sort-direction-indicator {
	display: inline-block;
	margin-left: .25em;
	font-weight: bold;
	opacity: .75;
	transform: scale(1.5);
	font-family: monospace;
}

.ivms-tabbed .tabs { display: inline-block; }
.ivms-popup .ivms-tabbed .tabs { display: block; }


.ivms-tabbed .tabs .tab {
	display: inline-block;
	line-height: 5;
	margin-right: 1.5em;
	text-decoration: none;
	font-weight: bold;
	font-size: 90%;
	color: #c4c6d1;
}
.ivms-tabbed .tabs .tab.current,
.ivms-tabbed .tabs .tab:hover,
nav.tab-menu button.active {
	color: #222;
}

nav.tab-menu {
	background: #fff;
	border-bottom: 1px solid #d5d7de;
	padding-left: 2em;
	display: inline-block;
}

.ivms-tabbed .tabs .tab:focus {
	outline: 0;
	color: #201751;
}

.ivms-tabbed .tabs .tab.slide-in {
	opacity: 0;
	visibility: hidden;
	transform: translateY(1em);
	transition: opacity .2s, transform .2s, visibility .2s;
}
.ivms-tabbed .tabs .tab.slide-in.visible {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.ivms-tabbed .contents { transition: transform .5s ease-in-out; }
.ivms-tabbed .contents:before, .ivms-tabbed .contents:after {
	content: " ";
	display: table;
}
.ivms-tabbed .contents:after { clear: both; }

.ivms-tabbed .contents > * {
	width: 100%;
	float: left;
}

.ivms-popup .ivms-tabbed .tabs {
	border-bottom: 1px solid #e5e8ef;
	font-size: 85%;
	padding-left: 2em;
}
.ivms-popup .ivms-tabbed .tabs .tab {
	line-height: 4;
}
