body {
	padding-top: 120px;
    background: linear-gradient(90deg, #f4f7f5, #a7a2a9);
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    color: #333;
    text-shadow: 0px 1px rgba(255,255,255,0.5);
    text-align: justify;
    text-justify: inter-word;
}

header {
	text-shadow: none;
}

fieldset {
    margin-top: 40px;
}
legend {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 2em;
    padding: 15px;
}

.dropdown-menu {
	background-color: #eee;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav > .dropdown.show > .dropdown-menu.show > .nav-link {
	color: #333;
}

.dropdown-menu a:hover {
    background-color: #ddd;
}

.ulbrand > span:first-of-type {
    color: #ffffff;
}

.ulbrand > span:last-of-type { 
    color: #c65853;
}

.social-providers,
.sign-in-now,
.already-member,
.not-a-member {
    text-align: center;
    margin-top: 20px;
}

.user {
    margin-top: 50px;
}
.user .data {
    margin-top: 10px;
}

.form-control {
    border-radius: 0;
}

[class^='ion-'] {
    font-size: 1.2em;
}

.has-feedback .form-control-feedback {
    top: 0;
    left: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    color: #555;
}

.has-feedback .form-control {
    padding-left: 42.5px;
}

.btn {
    font-weight: bold;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}

.btn-lg {
    font-size: 18px;
}

meter {
    /* Reset the default appearance */
    -moz-appearance: none;
    appearance: none;

    margin: 0 auto 1em;
    width: 100%;
    height: .5em;

    /* Applicable only to Firefox */
    background: none;
    background-color: rgba(0,0,0,0.1);
}

meter::-webkit-meter-bar {
    background: none;
    background-color: rgba(0,0,0,0.1);
}

meter[value="0"]::-webkit-meter-optimum-value,
meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: orange; }
meter[value="3"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="4"]::-webkit-meter-optimum-value { background: green; }

meter::-webkit-meter-even-less-good-value { background: red; }
meter::-webkit-meter-suboptimum-value { background: orange; }
meter::-webkit-meter-optimum-value { background: green; }

meter[value="1"]::-moz-meter-bar,
meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: orange; }
meter[value="3"]::-moz-meter-bar { background: yellow; }
meter[value="4"]::-moz-meter-bar { background: green; }

meter::-webkit-meter-optimum-value {
    transition: width .4s ease-out;
}

.pre-line {
    white-space: pre-line;
}

.page-item.ellipsis + .page-item.ellipsis {
	display: none;
}

.btn-primary, .page-item.active .page-link {
	background-color: #c65853;
	border-color: #c35550;
}

.btn-primary:hover, .btn-primary:active {
    background-color: #ba4640;
    border-color: #b84336;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	background-color: #c65853;
    border-color: #c35550;
}

a {
	color: #c65853;
}

a:hover {
	color: #ba4640;
}

.billing .card .card-title {
	background-color: #ddd;
	padding: 5px;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size: 0.7em;
}

.billing .card .card-text {
	text-align: center;
	padding: 5px;
	letter-spacing: 3px;
	padding-bottom: 15px;
}

.billing .card .card-text small {
	font-size: 0.5em;
	letter-spacing: 2px;
}

.billing > .row > *:nth-child(odd) > .card .card-text {
    color: #0084c4;
}

.billing > .row > *:nth-child(even) > .card .card-text {
    color: #30bf00;
}

.billing > .row > * {
	padding-bottom: 30px;
}

.tab-content {
	margin-top: 20px;
}

.scrollable-menu {
    height: auto;
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.invoice-table tfoot th {
	padding-top: 25px;
}

#matches-table td {
	padding: 0.4em;
	vertical-align: middle;
}

.table-vertical-center td {
	vertical-align: middle;
}

.new-match-tab {
	padding: 10px;
	margin-bottom: 20px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.no-border {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	background-color: #343a40;
}

.skill {
	white-space: nowrap;
	border-radius: 25px;
    background: #cbdede;
    padding: 0px 15px 0px 15px;
}

.skill-overlap {
	background: #bbd79f;
}

.btn-primary.focus, .btn-primary:focus  {
	box-shadow: 0 0 0 .2rem rgba(160,60,60,.5);
}

@media (min-width: 992px) {
  .modal-xl {
    width: 90%;
    max-width: 1200px;
  }
}

.percircle {
    float: none;
    margin: 0;
    display: inline-block;
    text-shadow: none;
}

.content-pair > .row > .col.pricing-steps {
	margin-top: -0.5rem;
}
.col.pricing-steps > .form-group {
    margin-bottom: 0;
}

.info-row {
	position: fixed;
	bottom: 5px;
	left: 20px;
	min-width: 8.333333%;
	z-index: 10;
}

.infobox {
	color: #fff;
	border: 1px solid #999;
	background: linear-gradient(135deg, rgba(218, 108, 103, 0.9), rgba(150, 150, 150, 0.9));
}

.infobox-margin {
	font-size: 2em;
	cursor: pointer;
	color: #fff;
	padding: 5px 0px 5px 0px;
	background-color: rgba(198, 88, 83, 0.7);
	border: 1px solid #aaa;
	text-align: center;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	vertical-align: center;
}

#new-match-acc {
	border: 1px solid rgb(150, 150, 150);
	margin-bottom: 10px;
}

#new-match-acc .card-header {
	background: linear-gradient(135deg, rgba(150, 150, 150, 0.5), rgba(50, 50, 50, 0.5));
    background-size: cover;
}

#new-match-acc .card-body {
	background: linear-gradient(135deg, rgba(150, 150, 150, 0.2), rgba(50, 50, 50, 0.2));
    background-size: cover;
}

.bootstrap-switch-label {
	background-color: #999 !important;
}

.bootstrap-switch-light {
	background-color: #fff !important;
	color: #333 !important;
}

.code-contrast {
	color: #333;
}

.card-info-row {
	margin-left:10px;
	padding-bottom: 10px;
}

.card-info-row div:first-child {
	padding: 10px;
	background-color: #aaa;
	color: #eee;
}

.card-info-row div:nth-child(2) {
	border: 1px solid #aaa;
}

#matches-table {
    border-collapse: collapse;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0,0,0,0.1);
}

#matches-table td {
    background-color: rgba(255,255,255,0.2);
}

#matches-table thead th {
	color: #ccc;
    background-color: rgba(0, 0, 0, 0.4);
    text-shadow: none;
}

#matches-table tbody tr:hover {
    background-color: rgba(255,255,255,0.3);
}

.table-noborder td {
	border: 0px;
}

.leitmotivGraph path {
    fill: #d3dde7;
}
.leitmotivGraph rect {
    fill: #6096c2;
}
.leitmotivGraph text {
    font: 12px Verdana, Helvetica, Arial, sans-serif;
}
.leitmotivGraph text.white {
    fill: #ffffff;
}