@import url('https://fonts.googleapis.com/css?family=Bellota+Text|Inter&display=swap');

body {
	background-color: #ebebeb;
	font-size: 13px;
	font-family: 'Inter', sans-serif;
	color: #2d2d2d;
	line-height: 1rem;
}

.outer-div {
    max-width: 600px !important;
    background-color: #fff;
}

.header {
	background-color: #dfdfdf;
	overflow: hidden;
	position: relative;
}

.header > .col-md-12 {
  padding-right: 0;
  padding-left: 0;
}

.logo {
	width: 80px;
	position: absolute;
	top: 15px;
	left: 15px;
}

.top-image {
	width: 100%;
}

.section-title {
	background-color: #78BE27;
	padding: 15px;
}

.section-title span {
	color: #fff;
	font-family: 'Inter', sans-serif;	
	font-size: 1.3em;	
}

.product-detail-wrapper {
	padding: 20px 0;
}

.product-name {
	font-size: 1.3em;
	font-weight: 700;
}

.product-code {
	font-size: 1em;
	color: #737373;
}

.product-manufacturer {
	font-size: 1em;
	font-weight: 700;
}

.product-badge {
	max-width: 80px;
}

ul.timeline {
    list-style-type: none;
    position: relative;
}
/* vertical line */
ul.timeline:before {
    content: ' ';
    background: #cccccc;  
    display: inline-block;
    position: absolute;
    left: 59px;
    width: 2px;
    height: 97%;
    top: 5px;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 10px;
}

ul.timeline > li:first-child {
	height: 10px;
    margin: 0px 0 20px;	
}

ul.timeline > li:first-child:before {
    display: none;
}


.qr-code {
	background-color: #dfdfdf;
	padding: 10px;
	height: 40px;
	border-radius: 20px;
	max-width: 400px;
	margin-top: 15px; 
}

.green-circle {
	width: 21px;
	margin-right: 15px;
}

.premise-name {
	font-weight: bold;
	font-size: 1.1em;
}

.info-row {
	margin-top: 8px;
}

.info-row > .left-col {
	font-weight: bold;
}

.info-row > .right-col > span > a {
	padding-bottom: 18px;
}

.card-body {
	padding: 8px;
	background-color: #ebebeb;
}

.product-parameter-list {
	padding-bottom: 15px;
}

.form-control-sm {
    padding: .2rem .2rem;
}

.btn-sm {
	text-transform: uppercase;
	font-size: 0.85em;
	padding: .35rem .55rem;
}

.btn-light {
	background-color: #eeeeee;
}

.btn-primary {
    color: #fff;
    background-color: #78BE27;
    border-color: #78BE27;
}

.btn-primary:hover {
    color: #fff;
    background-color: #b7de54;
    border-color: #b7de54;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #83aa1f;
    border-color: #83aa1f;
}

.modal-header {
	background-color: #78BE27;
	color: #fff;
}

.role-name {
	font-size: 1.4em;
	font-weight: 800;
	padding-bottom: 8px;
	color: #68a71f;
}

.qr-code-section {
	background-color: #D7F3B6;
	padding: 25px 15px;
}

.supplementer-top-image {
  	height: 300px;
  	width: 100%;
  	background-size: cover !important;
}

.top-logo {
    background-position: bottom;
    background-size: 100%;
    min-height: 220px;
    text-align: center;
    padding-top: 10px;
}

.company-logo {
    background-color: #fff;
    display: inline-block;
    /*height: 120px !important;*/
    padding: 10px;
    border-radius: 15px;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.43);
    box-shadow: 0px 3px 12px 0px rgba(0,0,0,0.43);
    margin-top: 8px;
    width: 35%;
    left: 30%;
}

.modal-header {
    background-color: red;
    color: #fff;
}