/* Custom CSS */

#masthead {
	display: none;
}

/* Header style */
#calc-header-box {
    background: url('https://calc.adman.ee/wp-content/uploads/2019/03/adman-header-sm.jpg') no-repeat;
	background-size: cover;
    height: 100px;
    padding: 10px 16px;
}

.calc-header-text p {
    margin: 0;
}

/* Label font-weight */
#calc-outer-box label {
    font-weight: 400;
}

/* File input style */
#calc-outer-box input[type="file"] {
    display: none;
}

/* Hide radio */
[type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Image style */
[type=radio]+img, [type=radio]+.input-box {
    cursor: pointer;
}

/* Checked image style */
[type=radio]:checked+img,
[type=radio]:checked+img+img,
[type=radio]:checked+.input-box {
    /*outline: 2px solid #01a0e2;*/
    box-shadow: 0 0 2pt 1pt #343a40;
}

/* Input-box */
.input-box {
    width: 115px;
    height: 115px;
    background-color: #ebedec !important;
    color: #333333;
    border-radius: 4px;
}

/* Label bottom margin */
#calc-print-box > div > div > label:nth-child(1) {
    margin-bottom: 0;
}

/* Checkbox left padding */
#calc-extra-box > div > div.form-check.row {
    padding-left: 2.5rem;
    padding-right: 1.25rem;
}

/* Form borders */
#calc-area-center,
#calc-area-right,
#calc-extra-box {
    border-left: 1px solid #d3d3d3;
}

#result {
    font-size: 1.25rem;
}

/* Colors */
.custom-gray {
    background-color: #ebedec !important;
}

/* Disable footer */
#colophon {
    display: none;
}

/* Lisa mõõt osa */
#add-line-btn {
	opacity: 0.2;
	cursor: default;
}

.btn-xs {
   padding: 0.3rem;
   font-size: 0.8rem;
   line-height: 0.7;
}

.text-box {
	/*width: 3rem;*/
	background-color: #ebedec !important;
	padding: 0.3rem;
	line-height: 0.7;
	display: inline-block;
	border: 1px solid #dee2e6;
	border-radius: 2px;
}

