﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,400i,600,600i,700,700i'); /*font-family: 'Titillium Web', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Quicksand:400,500,700'); /*font-family: 'Quicksand', sans-serif;*/
body {
    margin: 0px;
    padding: 0px;
    font-family: 'Quicksand', sans-serif;
    background-color: #ECEFFF;
    background-image: url(../images/login-bg.jpg);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Titillium Web', sans-serif;
}

header {
    display: table;
    width: 100%;
    border-bottom: 0px solid rgba(0,0,0,.1);
}

.relative {
    position: relative;
    width: 100%;
    height: 100%;
}

.logo img {
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

.logo h4 {
    color: #EA4C0D;
    font-family: 'Quicksand', sans-serif;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.logo h2 {
    font-weight: normal;
    color: #000;
    margin-top: 10px;
    font-family: 'Quicksand', sans-serif;
}

.navbar {
    margin-bottom: 0px;
    padding-right: 0px !important;
}

.navbar-inverse {
    background-color: transparent;
    border: 0px;
    box-shadow: none;
}

.nav {
    float: right;
}

.navbar-nav > li {
    border-left: 0px solid rgba(0,0,0,.1);
}

    .navbar-nav > li > a {
        padding: 30px 15px;
        font-size: 1.3em;
        font-weight: bold;
        color: #fff !important;
        transition-duration: .3s;
    }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #000;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #172D53;
    background-color: transparent;
    text-decoration: underline;
}

.not-active {
    margin-bottom: 15px;
    font-size: 16px;
    /* height: 30px; */
    padding: 10px 5px;
    border: 1px solid #868686;
    background: #ddd;
    display: -webkit-box;
}

.log-her {
    min-height: 60px;
    margin-bottom: 15px !important;
}

.landingpage { /*background-color:#5B6B7B;*/
    background: #f48a58;
    background: -moz-linear-gradient(-45deg, #f48a58 0%, #fb6db0 100%);
    background: -webkit-linear-gradient(-45deg, #f48a58 0%,#fb6db0 100%);
    background: linear-gradient(135deg, #f48a58 0%,#fb6db0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f48a58', endColorstr='#fb6db0',GradientType=1 );
    box-shadow: 0px 0px 8px rgba(0,0,0,.2);
    border-radius: 4px;
    margin-top: 2%;
    margin-bottom: 5%;
    padding-top: 23px;
    padding-bottom: 15px;
}

.registration {
    background-color: #fff;
    min-height: 472px;
    border-radius: 4px;
}

.heading {
    font-size: 2em;
    padding: 4px 8px;
    border-radius: 6px;
    box-shadow: 0px 0px 8px rgba(0,0,0,.2);
    position: absolute;
    width: 76%;
    margin: 0px auto 0px auto;
    top: -23px;
    text-align: center;
    background-color: #fff;
    color: #6231B3;
    font-weight: bold;
    right: 0;
    left: 0;
}

.registration .input-group {
    box-shadow: 0px 0px 7px rgba(0,0,0,.2);
    border-radius: 6px;
}

.registration h3 {
    text-align: center;
    padding: 0px 0px;
    color: #000;
}

.input-group .icon-addon .form-control {
    border-radius: 0;
}

.icon-addon {
    position: relative;
    color: #555;
    display: block;
}

    .icon-addon:after,
    .icon-addon:before {
        display: table;
        content: " ";
    }

    .icon-addon:after {
        clear: both;
    }

    .icon-addon.addon-md .glyphicon,
    .icon-addon .glyphicon,
    .icon-addon.addon-md .fa,
    .icon-addon .fa {
        position: absolute;
        z-index: 2;
        left: 10px;
        font-size: 14px;
        width: 20px;
        margin-left: -2.5px;
        text-align: center;
        padding: 10px 0;
        top: 1px;
    }

    .icon-addon.addon-lg .form-control {
        line-height: 1.33;
        height: 53px;
        font-size: 16px;
        padding: 10px 16px 10px 10px;
        border: 0px;
        border-radius: 0px 6px 6px 0px;
    }

    .icon-addon.addon-sm .form-control {
        height: 30px;
        padding: 5px 10px 5px 28px;
        font-size: 12px;
        line-height: 1.5;
    }

    .icon-addon.addon-lg .fa,
    .icon-addon.addon-lg .glyphicon {
        font-size: 18px;
        margin-left: 0;
        left: 11px;
        top: 4px;
    }

    .icon-addon.addon-md .form-control,
    .icon-addon .form-control {
        padding-left: 30px;
        float: left;
        font-weight: normal;
    }

    .icon-addon.addon-sm .fa,
    .icon-addon.addon-sm .glyphicon {
        margin-left: 0;
        font-size: 12px;
        left: 5px;
        top: -1px;
    }

    .icon-addon .form-control:focus + .glyphicon,
    .icon-addon:hover .glyphicon,
    .icon-addon .form-control:focus + .fa,
    .icon-addon:hover .fa {
        color: #2580db;
    }

.registration .regis-content .reisterbtn {
    margin-top: 15px;
}

.regis-content {
    padding: 9px 0px;
    margin: 15px 0px 0px 0px;
}

.registration .lable {
    background-color: #ffe4d3;
    padding: 5px 8px;
    border: 0px;
    color: #000;
    max-width: 105px;
    min-width: 105px;
    font-size: 16px;
}

    .registration .lable em {
        display: block;
        font-style: normal;
        font-size: .8em;
    }

.registration .input-icon {
    background-color: #ff8434;
    color: #fff;
    border-color: #ff8434;
}

.registration .btn-primary {
    background-color: #F58760 !important;
    border: 0px;
    color: #fff;
    transition-duration: .2s;
    padding: 13px 10px;
    border-radius: 6px;
    box-shadow: 0px 0px 7px rgba(0,0,0,.2);
}

.registration .btn-danger {
    border: 0px;
    color: #fff;
    transition-duration: .2s;
    padding: 13px 10px;
    border-radius: 6px;
    box-shadow: 0px 0px 7px rgba(0,0,0,.2);
}

.circle-divider {
    width: 62px;
    height: 62px;
    position: absolute;
    top: 186px;
    right: -45px;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 11px;
    z-index: 100;
    border: 3px solid #fff;
    background-color: #5B6B7B;
    color: #fff;
    font-size: 1.6em;
    text-align: center;
}
/*=================Tab===css=============*/
.tabbable-panel {
    margin-right: -15px;
}

    .tabbable-panel .nav {
        float: none;
        margin-top: 15px;
    }

    .tabbable-panel .nav-tabs {
        border-bottom: 0px;
        border-color: rgba(255,255,255,.5);
    }

        .tabbable-panel .nav-tabs > li > a {
            color: #fff;
            font-size: 1.3em;
            border-bottom: 0px;
        }

        .tabbable-panel .nav-tabs > li.active > a, .tabbable-panel .nav-tabs > li.active > a:focus, .tabbable-panel .nav-tabs > li.active > a:hover {
            background-color: #fff;
            border-radius: 0px;
            border-color: rgba(255,255,255,.3);
            border-bottom: 0px;
            color: #000;
            border-radius: 6px 6px 0px 0px;
            font-weight: bold;
        }

        .tabbable-panel .nav-tabs > li {
            margin-bottom: -2px;
        }

            .tabbable-panel .nav-tabs > li > a:hover {
                background-color: rgba(255,255,255,.2);
                color: #fff;
                border-color: rgba(255,255,255,.3);
                border-radius: 0px;
            }

.tab-content {
    border: 1px solid rgba(255,255,255,.3);
    background-color: #fff;
    height: 80Vh;
    padding: 15px;
    border-radius: 0px 6px 6px 6px;
}

    .tab-content ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

        .tab-content ul li {
            margin-bottom: 10px;
            position: relative;
            padding-left: 10px;
        }

            .tab-content ul li:before {
                content: "\f105";
                font-family: 'FontAwesome';
                position: absolute;
                left: 0px;
            }

    .tab-content h2 {
        color: #ED6207;
    }

    .tab-content h4 {
        margin-top: 15px;
        color: #000;
        border-bottom: 1px solid #efefef;
        padding-bottom: 10px;
    }

footer {
    padding: 10px 15px;
    background-color: #170612;
    color: #fff;
}

    footer p {
        margin: 0px;
        padding: 0px;
    }

        footer p a {
            color: #FF3;
        }

            footer p a:hover {
                color: #FF3;
                text-decoration: underline;
            }

.radio-warning input[type="radio"]:checked + label::after {
    background-color: #ff8434;
}

#radioInline2 {
    display: none;
}

.registration .lable2 {
    background-color: #ffe4d3;
    padding: 5px 8px;
    border: 0px;
    color: #000;
    min-width: 76px;
    min-width: 76px;
    font-size: 16px;
}

.regis-content .icon-addon .radio {
    margin-top: 5px;
}

.coursename {
    height: auto;
    padding: 5px 15px;
    border: 0px;
    border-radius: 6px;
    box-shadow: 0px 0px 7px rgba(0,0,0,.1);
    background-color: #fff;
    margin-bottom: 15px;
}

.eligbility {
    float: right;
}

    .eligbility a {
        color: #666;
        font-size: 11px;
        padding: 3px;
    }

        .eligbility a:hover {
            text-decoration: none;
            background-color: #efefef;
            color: #000;
        }

.corselist {
    min-height: 238px !important;
}
/*=================popup-for-user-review-form================================*/

.user-review-popup .btn-popup {
    display: block;
    font-size: 12px;
}
/* Outer */
.user-review-popup .popup {
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.78);
}
/* Inner */
.user-review-popup .popup-inner {
    max-width: 700px;
    width: 65%;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    background: #fff;
}
/* Close Button */
.user-review-popup .popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: #ED6207;
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
}

    .user-review-popup .popup-close:hover {
        -webkit-transform: translate(50%, -50%) rotate(180deg);
        transform: translate(50%, -50%) rotate(180deg);
        background: rgba(0, 0, 0, 1);
        text-decoration: none;
    }

.user-review-popup .popup-inner .registration h3 {
    text-align: center;
    padding: 15px 0px;
    color: #000;
    margin: 0px;
}

.user-review-popup .pager li > a {
    display: inline-block;
    padding: 12px 45px;
    background-color: #00C9FF;
    border: 1px solid #00C9FF;
    border-radius: 5px;
}

.user-review-popup .pager li > a {
    color: #ffffff;
    text-decoration: none;
}
/*=================popup-for-user-review-form================================*/

.form-control {
    border: 1px solid #cecece;
}

.alert-success {
    border-radius: 0px;
}

.alert-info h3 {
    margin: 0px;
    padding: 0px;
}
