﻿.w3-button {
    background-color: #00a3a6;
    border: 5px solid #00a3a6;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    cursor: pointer;
    width: 100px;
    border-radius: 4px;
    border: 0px !important;
}

.button_cancel {
    background: #696969;
    border: 0px solid #696969;
    width: auto;
}

@media screen and (max-width: 600px) {

    .pageborder {
        border: 5px solid #b1afaf;
        background-color: rgba(255, 255, 255, 0.55);
        margin-top: -22px !important;
        width: 98% !important;
        border: 5px solid #00a1a6;
        border-radius: 4px;
        /* margin-top: -8%; */
        margin-bottom: 31%;
    }

    .w3-top, .w3-bottom {
        position: relative !important;
        width: 100%;
        z-index: 1;
    }

    .w3-navbar li a, .w3-navitem, .w3-navbar li .w3-btn, .w3-navbar li .w3-input {
        display: block;
        font-size: 19px;
        padding: 10px 16px;
    }

    .w3-white, .w3-hover-white:hover {
        color: #000 !important;
        background-color: #fff !important;
        border-bottom: 4px solid #8c8989 !important;
    }

    .box {
        width: 93%;
        height: 470px;
        background-color: #E0E0E0;
        margin-top: 41px;
        border: 5px solid #03a3a7 /*#00a1a6*/;
    }

    .logo img {
        margin-top: 8px;
        margin-bottom: 6px;
    }

    .box h2 {
        font-weight: bold;
    }

    form.signin .textbox span {
        display: block;
        margin-left: 13px;
        text-align: left;
        padding-bottom: 6px;
        font-size: 18px;
        margin-top: 14px;
    }

    .box {
        width: 93%;
        height: auto;
        background-color: #E0E0E0;
        margin-top: 41px;
        border: 5px solid #03a3a7 /*#00a1a6*/;
        margin-bottom: 49px;
    }

    form.signin .textbox input {
        background: rgba(255, 255, 255, 1);
        border-bottom: 1px solid #333333;
        border-left: 1px solid #333333;
        border-right: 1px solid #333333;
        border-top: 1px solid #333333;
        color: #4C4C4C;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        font: 16px Arial, Helvetica, sans-serif;
        padding: 10px 10px 10px;
        width: 93%;
    }

    label {
        margin-bottom: 12px;
        white-space: pre;
    }

    input#txtEmailId {
        margin-left: 6px;
    }

    input#txtUsername {
        margin-left: 6px;
    }
}

@media (max-width: 767px) and (min-width: 480px) {
    .pageborder {
        border: 5px solid #b1afaf;
        background-color: rgba(255, 255, 255, 0.55);
        margin-top: 3px !important;
        width: 95% !important;
        border: 5px solid #00a1a6;
        border-radius: 4px;
        margin-bottom: 100px;
    }

    .box {
        margin-bottom: 11%;
    }
}

.w3-button {
    background-color: #00a3a6;
    border: 5px solid #00a3a6;
    color: white;
    text-decoration: none;
    padding: 5px 10px;
    cursor: pointer;
    width: 100px;
    border-radius: 4px;
}

.button_cancel {
    background: #696969;
    border: 0px solid #696969;
    width: auto;
}

.pageborder {
    border: 5px solid #b1afaf;
    background-color: rgba(255, 255, 255, 0.55);
    margin-top: 70px;
    width: 50%;
    border: 5px solid #00a1a6;
    border-radius: 4px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: 700;
    }

    .alert > p, .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close, .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

/* Popup box BEGIN */
.hover_bkgr_fricc {
    background: rgba(0,0,0,.4);
    cursor: pointer;
    display: none;
    height: 100%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 100000000;
    left: 0;
}

    .hover_bkgr_fricc .helper {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }

    .hover_bkgr_fricc > div {
        background-color: #fff;
        box-shadow: 10px 10px 60px #555;
        display: inline-block;
        height: auto;
        max-width: 551px;
        min-height: 100px;
        vertical-align: middle;
        width: 38%;
        position: relative;
        border-radius: 8px;
        padding: 30px 20px 31px 20px;
        border: 2px solid #000000;
    }

.popupCloseButton {
    background-color: #000;
    border: 3px solid #fff;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 25px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    color: white;
}

    .popupCloseButton:hover {
        background-color: #ccc;
    }

.trigger_popup_fricc {
    cursor: pointer;
    font-size: 20px;
    margin: 20px;
    display: inline-block;
    font-weight: bold;
}

#schools ul li {
    list-style: unset;
    /* display: inherit; */
    text-align: left;
    padding-bottom: 20px;
    margin-left: 0px !important;
    padding-left: 0px !important;
    list-style: square;
    color: #000fc3;
}

    #schools ul li a {
        text-decoration: underline;
        font-size: 14px;
        color: #0020ff;
        line-height: 14px;
        font-weight: bold;
    }

div#schools h3 {
    font-size: 21px;
    color: #098484;
    border-bottom: 1px solid #72b8b8;
    padding-bottom: 10px;
    font-weight: bold;
    margin-top: -6px;
}

div#schools ul {
    margin-left: -18px;
}

#schools ul li a span {
    font-size: 11px;
    /* color: #262724; */
    text-decoration: unset !important;
    font-weight: normal;
}

div#schools ul {
    max-height: 212px;
    overflow-y: auto;
}

/* Popup box BEGIN */
