body {
	background: #4D4C4D;
}

html, body {
   	margin:0;
   	padding:0;
	height: 100%;
	overflow: auto;
}

body, a {
	color: #fff;
}

a, i {
	cursor: pointer;
}

a:hover,
u:hover {
	color: #ED6937;
}

p {
	margin-bottom: 0;
}

button {
	background: #1C7CD5;
	color: #fff;
	font-size: 16px;
}

/* Browser stuff*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

/* Typo */
.medium {
	font-size: 1.2rem;
}

button i.fa {
    margin-left: 10px;
    font-size: 2.0rem;
    vertical-align: sub;
}

input + i {
    position: relative;
    float: right;
    margin-right: 10px;
    margin-top: -28px;
}
#app {
	min-height: 100%;
	position: relative;
}

#header {
	height: 73px;
}

#header, #content, #footer {
	width: 100%;
}

#content {
	padding-top: 50px;
	/*Footer height - border -> push footer*/
	padding-bottom: 260px; 
}

#footer {
	position: absolute;
	bottom: 0;
	height: 199px;
	border: 2px solid #000;
	background: #1C1E1F;
	padding-top: 30px;
}
/*
|--------------------------------------------------------------------------
| NAVABAR
|--------------------------------------------------------------------------
*/
.navbar-brand {
	padding-top: 25px;
}

.navbar-nav .nav-item {
	margin-left: 30px;
}

/*
|--------------------------------------------------------------------------
| CARDS
|--------------------------------------------------------------------------
*/
.card-header {
	border-bottom: none;
	background: #fff;
}

/*
|--------------------------------------------------------------------------
| LOGIN
|--------------------------------------------------------------------------
*/
.login-background {
	width: 1077px;
	height: 477px;
    background-image: url('/img/start-background.png');
    background-repeat: no-repeat;
    background-position: center; 
}

.login-container .card {
	padding-left: 15px;
	padding-right: 15px;
}

.login-container .row {
	color: #000;
}

.login-container {
	padding-top: 120px;
}

.register-container {
	margin-bottom: 250px;
}

.register-container .login-container {
	padding-top: 50px;
}

/*
|--------------------------------------------------------------------------
| ORDERDATA
|--------------------------------------------------------------------------
*/
.content-container h3.section-heading {
	margin-bottom: 30px;
}

.content-container .full-width-row {
	margin-top: 30px;
}

.content-heading {
	color: #1C7CD5;
	font-size: 20px;
}

.content-container .row {
	color: #373A3C;
}

.full-width-row .card-body {
	padding: 10px;
}

.full-width-row .form-group {
	margin-bottom: 0;
}

.notification-box {
    padding: 1rem 1.5rem;
}

/*
|--------------------------------------------------------------------------
| ORDERDATA FORM
|--------------------------------------------------------------------------
*/
.form-horizontal .card{
	height: 730px;
}

.form-horizontal .card-body {
	padding-top: 0;
}

.form-horizontal .card-body .col-form-label {
	padding-top: 0;
}

/*
|--------------------------------------------------------------------------
| ARTICLES
|--------------------------------------------------------------------------
*/
.article {
	margin-bottom: 50px;
}

.article .article-heading {
	color: #fff;
	margin-bottom: 15px;
}

.article .price-annotation {
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 25px;
    padding-bottom: 10px;
}

.article-address {
	color: #fff;
}

.article .card-body .form-group label {
	display: block;
}

.article .article-input label {
	color: #1C7CD5;
}

span.article-metric {
    float: right;
    margin-top: -31px;
    margin-right: 10px;
}

.article-heading i {
    margin-left: 20px;
    font-style: normal;
}

.article .check-material {
    width: 20px;
    height: 20px;
}

.article .automatic-check{
    position: absolute;
    bottom: 0;
    padding: 0 0 15px 7px;
    left: 16.666667%;
}

.article .card-body .check-material + label {
	display: inline;
}

.article .automatic-check label {
	margin: 0 0 0 5px;
}

/*
|--------------------------------------------------------------------------
| CHECKOUT
|--------------------------------------------------------------------------
*/
.checkout-edit {
	position: absolute;
    top: 18px;
    right: 10px;
}

.checkout-row .card-body{
	padding: .75rem 1.25rem;
}

.checkout-price p {
	color: #1C7CD5;
}

.checkout-row .card {
 	min-height: 300px;
}

.article-checkout {
	margin-bottom: 30px;
}

a.checkout-action,
a.checkout-action:hover,
a.checkout-action:visited {
	color: #818A94;
	text-decoration: none;
}

a.checkout-action + a.checkout-action {
	margin-left: 10px;
}

#button-spinning {
	display: none;
}


/*
|--------------------------------------------------------------------------
| OVERWRITE BOOTSTRAP
|--------------------------------------------------------------------------
*/
.tooltip-inner {
    max-width: 450px;
    /* If max-width does not work, try using width instead */
    width: 450px; 
}
a.checkout-action:hover,
a.checkout-edit:hover,
a.active {
	color: #ED6937;
}

button.btn:hover {
	text-decoration: underline;
}

