.border-bottom-orange{
    border-bottom: #FA7C0D 6px solid;
}

.border-top-orange{
    border-top: #FA7C0D 6px solid;
}

.text-blue{
    color: #1E3F97 !important;
}

.text-light-blue{
    color: #13A0E1 !important;
}
.text-blue-shadow{
    text-shadow: 2px 1px #ABCBE8;
}

.form-heading{

}

.rounded-25{
    border-radius: 25px;
}

.makati-footer{
    background-color: #F8F9FA !important;
}

.btn-primary{
    background-color: #4472C4 !important;
}

.btn-primary:hover{
    background-color: #004b95 !important;
}

.bg-makatizen-form{
    background-color: #F2F3F4;
}

.form-control{
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: #1E3F97 2px solid;
    border-radius: 0;
    background-color: transparent;
}

.form-control:focus{
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: transparent !important;
    border-color: #1E3F97;
}

.form-control:read-only{
    background-color: transparent !important;
}

.small{
    font-size: .75em;
}

.btn-file-addon {
    border-bottom: 2px #1E3F97 solid;
    border-radius: 0;
    color: #13A0E1;
    font-size: .875em;
    padding-right: 0;
}

.input-group-addon{
    border-bottom: 2px #1E3F97 solid;
    border-radius: 0;
    color: #13A0E1;
    padding-right: 0;
    padding-left: 0;
    line-height: 2.26 !important;
}

.list-group-item.active{
    background-color: #4472C4 !important;
}

.makati-bg-blue{
    background-color: #4472C4 !important;
}

#divHeaderBg{
    height:150px !important;
    background-color: #ffffff;
    background-image: url(../../../local/images/makatizen/makatizen-people.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.sb-icons{
    display: none;
}