*:focus {
    outline:none !important
}

a:hover {
    text-decoration: none;
}

th, td { white-space: nowrap; }

div.dataTables_wrapper {
    width: 100%;
    margin: 0 auto;
}

.btn:focus,.btn:active {
    outline: none !important;
    box-shadow: none;
}

.font-awesome {
    color: #B1B1B1;
    font-family: "Font Awesome 5 Free";    
    font-style: normal;
    font-weight: lighter;
    text-decoration: inherit;
}

.hover-pointer {
    cursor: pointer;
}

.hyphen-text {
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto; 
    -moz-hyphens: auto; 
    -ms-hyphens: auto;
}

.homepage-color {
    background-color: #36BDEF;
}

.homepage-about {
    width: 100%;
    height: 100%;
    background-color: #36BDEF;
    display: flex;
    padding: 40px 10px 0 30px;
}

.homepage-about-image {
    width: 50%;
    height: auto;
    margin-top: -70px;  
}

@media only screen and (min-width: 992px) {
    .homepage-about-image {
        width: 70%;
    }
}

.about-content-card {
    cursor: pointer;
    border: 3px solid #DDDDDD;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 #BBBBBB;
}

.about-content-card:hover {
    border: 3px solid #36BDEF;
}

.about-content-image {
    max-width: 40%;
    height: 140px;
    margin: 30px auto;
}

.about-content-title {
    color: #2B2B2B;
    font-family: Open Sans Bold;
    font-size: 14pt;
}

.about-content-text {
    font-family: Open Sans;
    font-size: 10pt;
}

.about-coming-soon {
    background-color: #B5B5B5;
    border-radius: 20px;
    color: #FFFFFF;
    margin: 5px 20px 20px 20px;
    padding: 5px 0;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .about-content-title {
        font-size: 22pt;
    }
    
    .about-content-text {
        font-size: 11pt;
    }
}

.homepage-guide-contact {
    background-color: #36BDEF;
    padding-top: 30px;
    padding-bottom: 30px;
}

.homepage-guide-title, .homepage-guide-subtitle, .homepage-guide-text {
    color: #FFFFFF;
}

.homepage-guide-title {
    font-family: Open Sans Bold;
    font-size: 16pt;
}

.homepage-guide-subtitle {
    font-family: Open Sans Bold;
    font-size: 13pt;
}

.homepage-guide-text {
    font-family: Open Sans SemiBold;
    font-size: 11pt;
}

@media only screen and (min-width: 768px) {

    .homepage-guide {
        padding-left: 100px;
        padding-right: 100px;
    }

    .homepage-guide-title {
        font-size: 22pt;
    }

    .homepage-guide-subtitle {
        font-size: 16pt;
    }
    
    .homepage-guide-text {
        font-size: 14pt;
        margin-right: 20px;
    }

}

.homepage-footer {
    background-color: #23B6ED;
}

.homepage-icon {
    width: 50px;
    height: 50px;
}

.homepage-item-text {
    color: #2B2B2B;
    font-size: 11pt;
}

.homepage-item-title {
    color: #000000;
    font-size: 24pt;
    font-weight: bold;
}

.homepage-footer-item {
    width: 100%;
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 12pt;
    margin: 0;
}

.homepage-footer-item:hover {
    font-weight: bold;
}

@media only screen and (min-width: 992px) {
    .homepage-footer-item {
        width: auto;
        margin: 0 5px;
        padding: 2px 7px 2px 7px;
        font-weight: bold;
    }
}

.guide-footer-item {
    color: #4E4E4E;
    padding: 2px 5px 2px 5px;
}

.homepage-header-bg {
    background-color: #31BCEF;
    width: 100%;
}

.homepage-header {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.homepage-header > nav {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

@media only screen and (min-width: 992px) {

    .homepage-header {
        width: 90%;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .homepage-header > nav {
        border-radius: 50px;
        padding-bottom: 10px;
        padding-left: 35px;
        padding-right: 35px;
    }
}

.homepage-index-button {
    background-color: #F9D129;
    border-radius: 15px;
    color: #4E4E4E;
    font-size: 14pt;
    font-weight: 600;
    padding: 5px 15px 5px 15px;
}

.homepage-index-button:hover {
    cursor: pointer;
}

.homepage-index-desc {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (min-width: 992px) {
    .homepage-index-desc {
        margin: 100px 24px;
        padding: 0 50px;
    }
}

.homepage-index-image {
    max-width: 350px;
}

.homepage-index-text {
    color: #FFFFFF;
    font-size: 12pt;
    font-weight: bold;
}

.homepage-index-title {
    color: #FFFFFF;
    font-size: 24pt;
    font-weight: bold;
}

@media only screen and (min-width: 992px) {
    
    .homepage-index-text {
        font-size: 18pt;
    }

    .homepage-index-title {
        font-size: 32pt;
    }
}

.homepage-help, .homepage-product, .homepage-product-content {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

.homepage-help {
    padding-top: 40px;
}

@media only screen and (min-width: 768px) {
    .homepage-help, .homepage-product, .homepage-product-content {
        padding-left: 100px;
        padding-right: 100px;
    }
}

.help-btn-active, .help-btn-inactive {
    width: 50%;
    border: 1px solid #007BFF;
    font-family: Open Sans Bold;
    font-size: 18pt;
    margin: 5px 0 5px 0;
    text-align: center;   
}

.help-btn-active:hover, .help-btn-inactive:hover {
    cursor: pointer;
}

.help-btn-active {
    background-color: #007BFF;
    color: #FFFFFF;
}

.help-btn-inactive {
    background-color: #FFFFFF;
    color: #007BFF;
}

.help-title {
    color: #004FCF;
    font-family: Open Sans Bold;
    font-size: 26pt;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.help-question {
    font-family: Open Sans Bold;
    font-size: 16pt;
}

.help-answer {
    font-family: Open Sans;
    font-size: 14pt;
}

.help-card-title {
    font-family: Open Sans Bold;
    font-size: 20pt;
}

.homepage-product {
    background-color: #31BCEF;
    margin-bottom: 30px;
    padding-top: 20px;
}

.product-overview-image {
    width: 75%;
    height: auto;
}

.product-overview-title, .product-overview-text {
    color: #FFFFFF;
    text-align: justify;
    text-justify: inter-word;
}

.product-overview-title {
    font-family: Open Sans Bold;
    font-size: 16pt;
}

.product-overview-text {
    font-family: Open Sans SemiBold;
    font-size: 12pt;
}

@media only screen and (min-width: 768px) {
    .product-overview-title {
        font-family: Open Sans Bold;
        font-size: 24pt;
    }

    .product-overview-text {
        font-family: Open Sans SemiBold;
        font-size: 18pt;
    }
}

.product-content-image {
    width: 80%;
    height: auto;
}

.product-content-header, .product-content-title, .product-content-text {
    color: #3D3D3D;
    text-align: justify;
    text-justify: inter-word;
}

.product-content-header {
    font-family: Open Sans SemiBold;
    font-size: 20pt;
}

.product-content-separator {
    width: 100px;
    border: 4px solid #23BBF2;
    border-radius: 5px;
    margin: 10px auto 40px auto;
}

.product-content-title {
    font-family: Open Sans Bold;
    font-size: 14pt;
}

.product-content-text {
    font-family: Open Sans SemiBold;
    font-size: 12pt;
}

@media only screen and (min-width: 768px) {
    .product-content-title {
        font-size: 20pt;
    }
    
    .product-content-text {
        font-size: 16pt;
    }
}

.landing-page {
    background-image: url('../../images/homepage-index.png');
    background-size: cover;
    width: 100%;
    height: 200px;
}

@media only screen and (min-width: 992px) {
    .landing-page {
        height: 350px;
    }
}

.login-page {
    background-image: url('../../images/login-background.png');
    background-size: cover;
    padding-top: 30px;
    width: 100%;
}

.login-content {
    padding-top: 100px;
    padding-bottom: 50px;
}

.login-form {
    padding: 25px 50px 25px 50px;
}

.login-logo,
.register-logo {
    width: 200px;
    margin-left: 20px;
}

.login-text-title {
    color: #193B62;
    font-size: 40pt;
    font-weight: bold;
}

.login-text-desc {
    color: #193B62;
    font-size: 14pt;
}

.register-checkbox {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #707070;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    margin-left: 10px;
}
    
.register-checkbox:checked {
    background-color: #004FCF;
}

.register-content {
    padding-top: 50px;
    padding-bottom: 50px;
}

.register-page {
    background-image: url('../../images/register-background.png');
    background-size: cover;
    padding-top: 30px;
    width: 100%;
}

.register-text-title {
    color: #FFFFFF;
    font-size: 40pt;
    font-weight: bold;
}

.register-text-desc {
    color: #FFFFFF;
    font-size: 14pt;
}

.register-image {
    float: right;
}

.verification-page {
    background-image: url('../../images/verification-background.png');
    background-size: cover;
    padding-top: 30px;
    width: 100%;
}

.verification-success-page {
    background-image: url('../../images/verification-success-background.png');
    background-size: cover;
    padding-top: 30px;
    width: 100%;
}

.message-send-button {
    max-width: 100%;
    background-color: #2699FB;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 14pt;
    padding: 5px 50px 5px 50px;
}

.school-logo-thumb {
    width: 150px;
    height: 150px;
}

.school-search-bg {
    background-color: #F7F7F8;
}

.school-search-filter {
    width: 100%;
    background-color: #2699FB;
    border-radius: 20px;
    color: #FFFFFF;
    font-weight: bold;
    padding: 10px 0 10px 0;
    text-align: center;
}

.school-search-submit {
    background-color: #2699FB;
    border-radius: 20px;
    color: #FFFFFF;
    font-size: 12pt;
    padding: 5px 30px 5px 30px;
    text-align: center;
    width: 100%;
}

.school-thumb:hover {
    background-color: #E8E8E8;
    cursor: pointer;
}

.school-thumb-text {
    color: #8B8B8B;
    text-decoration: none;
}

.school-search-header {
    background-image: url('../../images/guest-header.png');
    height: 100px;
    width: 100%;
}

.school-search-label {
    color: #FFFFFF;
    font-size: 18pt;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

@media only screen and (min-width: 768px) {

    .school-search-label {
        font-size: 26pt;
    }

}

.school-table:hover {
    background-color: #D5D5D5;
    cursor: pointer;
}


.school-search-help-box
{
    position: relative;
    width: 100%;
    height: auto;
    padding: 10px 20px 20px 20px;
    background: #ffffff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: #D6D6D6 solid 5px;
}

.school-search-help-box:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 25px 20px 0;
    border-color: #ffffff transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -25px;
    left: 45%;
}

.school-search-help-box:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 29px 24px 0;
    border-color: #D6D2D2 transparent;
    display: block;
    width: 0;
    z-index: 0;
    bottom: -34px;
    left: 44%;
}

@keyframes zoominout {
    0% {
        transform: scale(1,1);
    }
    50% {
        transform: scale(1.2,1.2);
    }
    100% {
        transform: scale(1,1);
    }
}

.animate img {
    animation: zoominout 5s infinite ;
}