﻿body {
    /*background: url(../images/bg.png) repeat;*/
    background-color: #fcfcfc;
    font-size: 14px;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}

#example {
    overflow-y: scroll;
    width: 100%;
}

.multiselect {
    border: 1px solid #000000 !important;
    background-color: #fcfcfc !important;
}
/* ------------------- Loader -------------------- */
.loader, .ajaxloader {
    /*height: 102%;
    left: -2px;
    position: fixed;
    /*top:25% !important;
    bottom: 25% !important;
    width: 102%;
    z-index: 10000;
    max-width: 100%;
    background-color: transparent;
    text-align: center;*/
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    max-width: 100%;
    text-align: center;
}

/* ------------------- Loader -------------------- */

label {
    font-weight: bold !important;
    color: #000000 !important;
}

.edu-heading {
    color: #218838 !important;
    font-weight: 400 !important;
    text-decoration: underline;
    padding-bottom: 17px;
}

.edu-fixed-header {
    /*position: fixed;
    top: 0;
    margin-bottom: 70px;
    width: 100%;
    z-index: 1000000;*/
}

.edu-header {
    padding-top: 20px;
}

.edu-status-alert {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #000;
    font-size: 1.5em;
}

.logo img {
    width: 178px;
    height: 34px;
    /*position: absolute;*/
    top: 20px;
    left: 50px;
}

.edu-name-block {
    text-align: right;
    /*right: 50px;*/
}

.edu-mandatory::after {
    content: ' *';
    color: red;
}

@media only screen and (min-width: 360px) and (max-width: 740px) {
    .logo {
        text-align: center;
        padding-bottom: 10px;
    }

    .edu-name-block {
        text-align: center;
        font-size: 12px;
        /*right: 10px;*/
    }

    .edu-header span, .edu-header a {
        font-size: 12px !important;
    }
}

.edu-header i, .edu-header span, .edu-header a {
    color: #0F3479 !important;
}

.edu-header a {
    cursor: pointer;
    text-decoration: none;
}

.edu-header i {
    padding-left: 20px;
}

.edu-header span, .edu-header a {
    padding-left: 10px;
    /*padding-right: 20px;*/
    text-transform: uppercase;
    font-size: medium;
    font-weight: bold;
}

.edu-header label {
    /*padding-right: 20px;*/
    color: #0F3479 !important;
}

    .edu-header label span {
        padding-left: 0px;
        padding-right: 0px;
    }

    .edu-header label i {
        padding-right: 10px;
    }

.edu-form-body {
    padding-bottom: 60px;
    padding-top: 20px;
    /*z-index: 0;
    position: absolute;*/
}


{
}

.edu-product-heading {
    background-color: #218838 !important;
    color: #fcfcfc;
    padding: 10px;
    text-align: center;
    width: auto;
    font-weight: bold;
    border-radius: 7px;
    padding-left: 20px;
    padding-right: 20px;
}

    .edu-product-heading:hover {
        background-color: #218838 !important;
        color: #fcfcfc;
        padding: 10px;
        text-align: center;
        width: auto;
        font-weight: bold;
        border-radius: 7px;
        padding-left: 20px;
        padding-right: 20px;
    }

.edu-action {
    text-align: right;
    padding-right: 10px;
}

.edu-main-button {
    padding-bottom: 50px;
    text-align: left !important;
}

.edu-footer {
    width: 100%;
    height: auto;
    float: left;
    background: #12377c;
    padding: 15px 0;
    position: fixed;
    bottom: 0px;
    margin-top: 20px;
}

    .edu-footer a {
        text-transform: uppercase;
    }

    .edu-footer a, .edu-footer span {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
    }

.edu-gridfooter {
    display: none;
}

.article {
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
}

    .article img {
        height: 90px;
        width: 90px;
        text-align: center;
    }

    .article span {
        text-align: center;
        font-family: 'proxima_nova_ltsemibold';
        font-size: 14px;
        color: #23488d;
        float: left;
        text-align: center;
        width: 100%;
        text-transform: uppercase;
        padding-top: 10px;
        /* ================= */
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .article .edu-body-menu {
        float: left;
        border: 1px solid #fcfcfc;
        padding: 25px 0;
        transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
    }

        .article .edu-body-menu:hover {
            border: 1px solid #d0d0d0;
            box-shadow: inset 0 0 20px #636363;
            transition: .3s ease-in-out;
            -moz-transition: .3s ease-in-out;
            -webkit-transition: .3s ease-in-out;
            -o-transition: .3s ease-in-out;
            -ms-transition: .3s ease-in-out;
            border-radius: 10px;
        }

@media only screen and (min-width: 360px) and (max-width: 740px) {
    .article .edu-body-menu {
        border: 1px solid #fcfcfc;
        padding: 15px 0;
        transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -webkit-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
    }

    .article span {
        font-size: 12px;
    }
}

.control-label {
    text-align: right !important;
}

.edu-button {
    text-align: center !important;
}

.edu-heading-news {
    color: #fcfcfc;
    text-transform: uppercase;
    font-weight: bold;
    font-size: medium;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    width:100%;
}

.article {
    padding-top: 10px !important;
    padding-bottom: 100px !important;
}
