﻿@charset "utf-8";
/* CSS Document */
body {
    background: linear-gradient(to right, #5044b8, #05aac1);
    /*background-color: #660000;*/
    margin: 0 auto;
    padding: 0;
}
/*faq*/
.panel-heading {
    position: relative;
}

    .panel-heading[data-toggle="collapse"]:after {
        font-family: 'Glyphicons Halflings';
        content: "\e072"; /* "play" icon */
        position: absolute;
        color: #b0c5d8;
        font-size: 18px;
        line-height: 22px;
        right: 20px;
        top: calc(50% - 10px);
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading[data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
/*faq*/
.head {
    background: #d88455 none repeat scroll 0 0;
    color: #fff;
    margin: 10px 0;
}

    .head h3 {
        padding: 10px 0;
    }

.para > p {
    text-align: left;
}

.para > h3 {
    border-bottom: 2px solid #d88455;
    border-top: 2px solid #d88455;
    font-size: 19px;
    padding: 10px 0;
    text-align: left;
    text-transform: uppercase;
}

.row {
    margin: 0;
    padding: 0;
}

.margin {
    margin: 5px;
}

.logo, .top, .login {
    float: left;
    padding: 10px;
}

    .login h4 {
        color: #fff;
    }

    .top h1, h2 {
        color: #ffffef;
        font-family: sans-serif;
        font-size: 24px;
        font-weight: bold;
        margin: 0;
        padding-top: 10px;
    }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
    background-image: none !important;
    background: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

marquee {
    color: white;
    font-family: sans-serif;
    font-weight: bold;
}

.left {
    background-color: #666;
    border: 2px solid white;
    border-radius: 6px;
}

    .left p {
        background: #fff none repeat scroll 0 0;
        color: #000;
        font-family: sans-serif;
        font-size: 18px;
        font-weight: bold;
        padding: 5px;
    }

    .left a {
        color: white;
        text-decoration: none;
    }

    .left ul {
        margin: 5px;
        padding: 0;
    }

    .left li {
        border-bottom: 1px solid #fff;
        font-family: sans-serif;
        font-size: 13px;
        font-weight: bold;
        list-style: outside none none;
        padding-bottom: 10px;
        padding-top: 10px;
    }

.content {
    background: #fff none repeat scroll 0 0;
    padding: 10px;
    width: 100%;
}

    .content ul {
        margin: 0;
        padding: 0;
    }

.banner img, .course img {
    width: 100%;
}

.online {
    margin-bottom: 15px;
    margin-top: 15px;
}

.list-inline {
    display: inline-flex;
    list-style: outside none none;
    margin-left: -5px;
    padding-left: 0;
    position: relative;
    text-align: left !important;
    vertical-align: middle;
    width: 100%;
}

.content li {
    display: flex;
    list-style: outside none none;
}

.content1 li {
    display: flex;
    list-style: outside none none;
}

input[type="checkbox"], input[type="radio"] {
    line-height: normal;
    margin: 4px 4px 4px 30px;
}

.content h3 {
    margin: 0;
    padding-top: 20px;
}

.footer p {
    color: white;
    font-family: sans-serif;
    font-weight: bold;
}

.footer {
    padding: 20px;
}

.heading {
    background: #666 none repeat scroll 0 0;
    color: #fff;
    padding: 5px;
}

    .heading > h3 {
        margin-left: 10px;
        padding: 0;
    }

.footer > a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.query li {
    display: inline;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 10px;
}

.query > h4 {
    font-weight: bold;
}

.oder-list > li {
    list-style: inherit;
    margin: 0;
    padding: 0;
}

.inst {
    padding-left: 50px;
}

.padd {
    padding: 20px;
}

.online h4 {
    background-color: #337ab7;
    border-color: #2e6da4;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    text-align:center;
}

.online span {
    margin-bottom: 10px;
}

.chal > p {
    padding: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 10px;
}

.manage input, select {
    margin: 10px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}

label {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
    max-width: 100%;
    padding: 9px;
    vertical-align: middle;
}

.manage h4 {
    font-weight: bold;
}

.aspNetDisabled {
    white-space: nowrap;
    width: 100%;
}

@media (max-width:640px) and (min-width:240px) {
    .top h1, h2 {
        font-size: 13px;
    }

    .reverse {
        display: flex;
        flex-direction: column;
    }

    .left1 {
        order: 2;
    }

    .right {
        order: 1;
    }
}
