
h4 {
    line-height: 26px;
    color: #0373b3;
}
.clearfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.label-creation-box input, .label-creation-box select {
    width: 100%;
}
.blue-box {
    background-color: #ADD8E6;
    padding: 20px;
    border-radius: 10px;
    width: 600px;
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .phone-field {
        width: 27%;
    }
    .city-field {
        width: 42%;
        margin-right: 3%;
    }
    .state-field {
        width: 25%;
        margin-right: 3%;
    }
    .zip-code-field {
        width: 27%;
    }
    .float-left {
        float: left;
    }
    .doctor-field {
        width: 70%;
        margin-right: 3%;
    }
    .patient-field {
        width: 47.5%;
        margin-right: 3%;
    }
    .weight-field {
        width: 48.5%;
    }
}


}
.rederr{
    border: 2px solid red!important;
}
.rederr2 select{
    border: 2px solid red!important;
}
.weg input{
    border: 2px solid red!important;
}
#err_weight{
    color:red;
}
.errorOI{
	 color:#F00;
	 font-weight:600;
	 font-size:15px;
}
.close {
    float: right;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    color: #000;
    text-shadow: 0 1px 0 rgba(255,255,255,0.9);
    opacity: 0.4;
    transition: opacity 0.3s ease;
}

.label-wrapper {
    display: flex;
    justify-content: center;
    padding: 40px 20px;
}

.label-inner {
    max-width: 800px;
    width: 100%;
}

body.page-template-template-label-creation footer,
body.page-template-template-label-creation .site-footer,
body.page-template-template-label-creation .footer,
body.page-template-template-label-creation .x-colophon.top,
body.page-template-template-label-creation .x-colophon.bottom {
    display: none !important;
}