/* html {
    font-size: 16px;
} */

#print {
    /* display: none; */
}

#apn {
    border: none;
    border-bottom: 1px solid #5e97d4;
    max-width: 500px;
    width: 50%;
	position:relative;
	    top: -10px;
    margin-left: 20px;
    margin-right: 20px;
}

.apn-number .submit-btn {
	position:relative;
	top: -10px;
}

.apn-number label {
	font-weight: bold;
}

#apn-number {
	margin-left: 5px;
}

#adu-area p, #adu-area h2, #special-districts p, #special-districts h2 {
	margin-bottom: .4rem;
	margin-top: .4rem;
}
#adu-area li , #special-districts li{
	line-height: 1.4rem;
}

h2.apn-number {
    display: inline-block;
    padding: 10px;
    background: #fff;
    position: relative;
    left: 50%;
    font-size: 1.2rem;
	font-weight: normal;
    transform: translateX(-50%);
}

div.apn-number {
   /* display: inline-block;
    padding: 10px;
    background: #fff;
    position: relative;
    left: 50%;
    font-size: 1.4rem;
    transform: translateX(-50%);*/

    margin-bottom: 10px;
	margin-top: 30px;

}

#apn:focus {
    border-bottom: 3px solid #3a85d4 !important;
}
.sub {
	font-size: .9rem;
  line-height: 1.3rem;
}

.text-help {
    display: none;
}

.adu-info {
    position: relative;
  /*   padding: 10px;
    background: #fdfdfd;
    border: 1px solid #ddd;
    box-shadow: 1px 4px 3px -3px rgba(22, 22, 22, 0.192); */
}

.apnParagraph {
    display: inline-block !important;
    float: right;
    margin: 0;
    /* color: #455362;
    background: #fdfdfd; */
    color: #fff;
    background: #4281a4;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    -webkit-box-shadow: 1px 4px 3px -3px rgba(22, 22, 22, 0.15);
    box-shadow: 1px 4px 3px -3px rgba(22, 22, 22, 0.15);
    letter-spacing: 1px;
	font-size: 1rem;
    line-height: 1.4rem;

}

#adu-area,
#special-districts {
    border-radius: 5px;
    background: #d3dfd2;
    border: 1px solid #ddd;
    -webkit-box-shadow: 1px 4px 3px -3px rgba(22, 22, 22, 0.192);
    box-shadow: 1px 4px 3px -3px rgba(22, 22, 22, 0.192);
    padding: 10px;
}

#special-districts h3 {
    text-align: center;
    font-size: 20px;
}

#special-districts a {
    font-size: 1rem;
}

#special-districts>p, #special-districts>p a {
	font-size: .9rem;
    line-height: 1.2rem;
}


#adu-area ul, #adu-area li, #special-districts ul, #special-districts li {
    padding: 0;
    margin: 0;
}

.apn-number {
    text-align: center;
}

.apn-info-show {
    display: relative;
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 12px;
}

.apn-info-show li {
    list-style-type: none;
    border-bottom: 1px solid #ffffff;
}

.apn-info-show li:last-child {
    border-bottom: none;
}

.apn-info-show li div {
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.apn-info-show li div h2 {
    background: transparent;
    color: #1c4e69 !important;
    width: 61%;
    font-weight: 400 !important;
    font-size: 1rem !important;
}

.apn-info-show li div p {
    color: #303030;
    width: 48%; /* 38% */
    text-align: right;
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
}

#loaderwrap {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 0.95);
    background-image:  url(../images/loading-circle.gif);
    background-position: top 2rem center;
    background-repeat: no-repeat; */
    background-color: rgba(255, 255, 255, 0.93);
    text-align: center;
    font-weight: 600;
    color: #007FB0;
    font-size: 17px;
    display: none;
    justify-content: center;
    align-items: center;
}

#loaderwrap.loader-animation {
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: 3%;
    flex-direction: column;
}

#loader {
    /* position: absolute;
    top: 40%;
    left: 47%; */
    /* -webkit-transform: translate(-40%, -50%);
    transform: translate(-40%, -50%); */
    display: block;
    border: 6px solid #d8d8d8;
    border-radius: 50%;
    border-top: 6px solid #1C4E69;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}


.error-msg	{
	display:block;
	color:#990000;
}

#loader2 {
    display:none;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    background-image:  url(../images/loading-circle.gif);
    background-position: top 2rem center;
    background-repeat: no-repeat;
    text-align: center;
    padding-top: 6rem;
    font-weight: 600;
    color: #007FB0;
    font-size: 18px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.submit-btn {
    font-weight: bold;
    letter-spacing: 2px;
    padding: 5px 20px;
    color: #fdfdfd;
    border-radius: 3px;
    border: 1px solid rgb(77, 164, 207);
    background: #1C4E69;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.submit-btn:hover,
.submit-btn:focus {
    background: rgb(44, 115, 153);
    -webkit-box-shadow: inset 0 1px 1px 1px #252525;
    box-shadow: inset 0 1px 1px 1px #252525;
}

@media(max-width:769px) {
    .submit-btn {
        padding: 10px 20px;
        width: 100%;
        margin-top: 15px;
    }
    .apn-number label {
        display: block;
        text-align: left;
    }
    #apn {
        margin-top: 5px;
        width: 90%;
        height: 30px;
        border-radius: 0;
    }
    .apn-info-show li div * {
        display: block;
        text-align: center !important;
        width: 100% !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select,
    textarea,
    input {
        font-size: 16px;
    }
}