﻿body {
    font-family: Source Sans Pro, Helvetica Neue, Helvetica, Arial, sans-serif !important;
}
h1, h2, h3 {
    color: #ee7766 !important;
    /*color: #004c84 !important;
    color: #0070ef !important;*/
}
#tblData{
    width:100%;
}
.skin-blue-light .main-header .navbar {
    background-color: #0070ef !important;
}

.skin-blue-light .main-header .logo {
    background-color: #0070ef !important;
}

.main-header .sidebar-toggle:hover {
    background-color: #0070cf !important;
}
.ten-background-color {
    background-image: linear-gradient(164deg, rgb(0, 112, 239) 0%, rgb(104, 192, 181) 70%);
}

.login-background {
    background-image: url('../img/other/background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.login-form {
    height: 355px;
    background: #fff;
    /*box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);*/
    box-shadow: 0 0 20px #ccc;
    padding: 20px 20px;
    border-radius: 5px;
}

.login-head {
    display: block;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 30px;
    line-height: 30px;
    transition: all .1s ease-in-out;
}

.login-form .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 21px;
    color: #000;
}

.login-form .title-text {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 28px;
}

.login-form .logo {
    margin-bottom: 20px;
}

.logo img {
    height: 40px !important;
}

.page-center {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ten.btn {
    font-weight: bold !important;
    /*min-width:70px;*/
}

    .ten.btn.btn-primary {
        background: #fff;
        border: 1px solid rgb(0,112,239);
        color: rgb(0,112,239);
        /*border-radius:20%;
        min-width: 100px;*/
    }

        .ten.btn.btn-primary:hover {
            background: rgb(0,112,239);
            border: 1px solid rgb(0,112,239);
            color: #fff;
        }
    .ten.btn.btn-success {
        background: #fff;
        border: 1px solid #008d4c;
        color: #008d4c;
        /*border-radius:20%;
        min-width: 100px;*/
    }

        .ten.btn.btn-success:hover {
            background: #008d4c;
            border: 1px solid #008d4c;
            color: #fff;
        }

    .ten.btn.btn-default {
        background: #fff !important;
        border: 1px solid #444 !important;
        color: #444 !important;
        /*border-radius:20%;
        min-width: 100px;*/
    }

        .ten.btn.btn-default:hover {
            background: #444 !important;
            border: 1px solid #444 !important;
            color: #fff !important;
        }

.box-shadow {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
}

label {
    font-weight: bold !important;
    margin-top: 10px;
}
.active {
    background:#f4f4f5;
}


.has-error {
    border-color: #dd4b39 !important;
    box-shadow: none !important;
}

    .has-error:focus {
        border-color: #dd4b39 !important;
        box-shadow: none !important;
    }

.border-radius-5 {
    border-radius: 5px;
}

.border-radius-2 {
    border-radius: 2px;
}

.breadcrumb {
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}

    .breadcrumb a {
        color: #0070ef !important;
    }

.content {
    padding: 10px !important;
}

.ten.content-wrapper {
    background-color: #dedede;
}

.main-footer {
    padding: 2px !important;
}

    .main-footer img {
        height: 45px;
    }

.card {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

    .card ::after, ::before {
        box-sizing: border-box;
    }

.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    padding: .75rem 1.25rem;
    position: relative;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}

.card-title {
    float: left;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.card-header > .card-tools {
    float: right;
    margin-right: -.625rem;
}

/*.btn-tool {
    background: 0 0;
    color: #adb5bd;
    font-size: .875rem;
    margin: -.75rem 0;
    padding: .25rem .5rem;
}*/

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-footer {
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, .03);
    border-top: 0 solid rgba(0, 0, 0, .125);
}

.card .overlay, .info-box .overlay, .overlay-wrapper .overlay, .small-box .overlay {
    border-radius: .25rem;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, .7);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 50;
}

.card > .loading-img, .card > .overlay, .info-box > .loading-img, .info-box > .overlay, .overlay-wrapper > .loading-img, .overlay-wrapper > .overlay, .small-box > .loading-img, .small-box > .overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.pointer {
    cursor: pointer;
}

.pointer-color {
    cursor: pointer;
    color: #0070ef !important;
}

.overflow-auto {
    overflow: auto;
}

.divback {
    background: #333;
    opacity: 0.9;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 1000;
}

.divbackAll {
    background: #333;
    opacity: 0.9;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 9999;
}

.no-visible {
    display: none;
}

.divPopup {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    display: none;
    z-index: 10000;
}

    .divPopup .box-body {
        padding-left: 0px !important;
        padding-right: 0px !important;
        max-height: 612px;
        overflow: auto;
    }

.select2-container--open .select2-dropdown--below {
    z-index: 999999 !important;
}

.select2-container {
    width: 100% !important;
}

.no-border {
    border: none;
}

.border-blue-1 {
    border: 1px solid #4A3C8C;
}

.border-green-1 {
    border: 1px solid #1C5E55;
}

.border-1 {
    border: 1px solid #ccc;
}

.border-2 {
    border: 2px solid #ccc;
}

.border-3 {
    border: 3px solid #ccc;
}

.border-4 {
    border: 4px solid #ccc;
}

.border-5 {
    border: 5px solid #ccc;
}

.border-top-1 {
    border-top: 1px solid #ccc;
}

.border-top-2 {
    border-top: 2px solid #ccc;
}

.border-top-3 {
    border-top: 3px solid #ccc;
}

.border-top-4 {
    border-top: 4px solid #ccc;
}

.border-top-5 {
    border-top: 5px solid #ccc;
}

.border-bottom-1 {
    border-bottom: 1px solid #ccc;
}

.borde-bottom-2 {
    border-bottom: 2px solid #ccc;
}

.border-bottom-3 {
    border-bottom: 3px solid #ccc;
}

.border-bottom-4 {
    border-bottom: 4px solid #ccc;
}

.borde-bottomr-5 {
    border-bottom: 5px solid #ccc;
}


.border-left-1 {
    border-left: 1px solid #ccc;
}

.borde-left-2 {
    border-left: 2px solid #ccc;
}

.border-left-3 {
    border-left: 3px solid #ccc;
}

.border-left-4 {
    border-left: 4px solid #ccc;
}

.border-left-5 {
    border-left: 5px solid #ccc;
}


.border-right-1 {
    border-right: 1px solid #ccc;
}

.borde-right-2 {
    border-right: 2px solid #ccc;
}

.border-right-3 {
    border-right: 3px solid #ccc;
}

.border-right-4 {
    border-right: 4px solid #ccc;
}

.border-right-5 {
    border-right: 5px solid #ccc;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-15 {
    padding-top: 15px;
}

.padding-top-20 {
    padding-top: 20px;
}


.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.padding-left-5 {
    padding-left: 5px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-15 {
    padding-left: 15px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-right-5 {
    padding-right: 5px;
}

.padding-right-10 {
    padding-right: 10px;
}

.padding-right-15 {
    padding-right: 15px;
}

.padding-right-20 {
    padding-right: 20px;
}

.no-margin {
    margin: 0px;
}

.margin-5 {
    margin: 5px;
}

.margin-10 {
    margin: 10px;
}

.margin-15 {
    margin: 15px;
}

.margin-20 {
    margin: 20px;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-35 {
    margin-top: 35px !important;
}


.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right-20 {
    margin-right: 20px;
}


req {
    color: maroon;
    font-weight: bold;
    margin-left: 10px;
}

    req::after {
        content: "*";
    }

.form-control {
    border-radius: 2px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 16px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    /*background-color: #0070ef;*/
    background-color: #80c7a0;
}

input:focus + .slider {
    /*box-shadow: 0 0 1px #0070ef;*/
    box-shadow: 0 0 1px #80c7a0;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.box-footer {
    padding: 10px 15px !important;
    background-color: rgba(0, 0, 0, .03) !important;
    border-top: 0 solid rgba(0, 0, 0, .125) !important;
}

.ten-chk {
    display: inline-block !important;
    vertical-align: middle !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 16px !important;
    height: 16px !important;
    cursor: pointer !important;
    /*border:2px solid #49206e;*/
}

    .ten-chk label {
        display: inline-block !important;
        max-width: 100% !important;
        font-weight: 700 !important;
        padding: 0px 10px 0px 10px !important;
        font-size: 16px;
    }

.toggle-btn-design {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    padding-right: 5px;
    padding-left: 5px;
    margin: 5px 0px;
}

/*@media (min-width: 768px) {
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > .pull-right-container {
        position: relative !important;
        float: right;
        width: auto !important;
        left: 230px !important;
        top: -22px !important;
        z-index: 900;
    }
}
@media (min-width: 768px) {
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        width: 230px !important;
    }   
}*/
.text-center{
    text-align:center !important;
}
.ten-text-red {
    color: #ee7766 !important;
}
.ten-text-blue {
    color: #0070ef !important;
}
.ten-text-green {
    color: #80c7a0 !important;
}
.text-white{
    color:white !important;
}
.ten-bg-red {
    background-color: #ee7766 !important;
}

.ten-bg-blue {
    background-color: #0070ef !important;
}

.ten-bg-green {
    background-color: #80c7a0 !important;
}

.ten-bg-dark-blue {
    background-color: rgb(0,76,132) !important;
}

.ten-bg-gray {
    background-color: rgb(135,135,135) !important;
}
.ten-bg-yellow {
    background-color: rgb(253,195,0) !important;
}

.sectionbox {
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 2px;
    /*border: 1px solid #605ca8;*/
    border: 1px solid rgb(0,112,239);
    padding: 10px;
    /*min-height: 100px;*/
}

.sectionbox-label {
    position: absolute;
    float: left;
    margin-top: -21px;
    /*z-index: 1000;*/
    z-index: 0;
    background: #fff;
    font-size: 15px;
    font-weight: bold;
    /* color: #605ca8;    */
    color: rgb(0,112,239);
    padding:0px 5px;
}
.displayName {
    height: 31px;
    width: 31px;
    border: 2px solid #ee7766;
    float: left;
    text-align: center;
    padding: 3px 5px 5px 5px;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 5px;
    margin-top: -5px;
}

.dataTables_wrapper > .row {
    margin: 0px !important;
}
.accordion-button {
    align-items: center;
    width: 100%;
    font-size: 14px;
    /*color: #212529;*/
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    font-weight:700;
}

.Fixhead thead tr:nth-child(1) {
    padding: 5px;
    position: sticky;
    top: -1px;
    z-index: 10;
    background: #fff;
}

.no-padding{
    padding:0px !important;
}
.no-margin{
    margin:0px !important;
}

/*Home Page Master Page CSS*/

#imglogo {
    position: absolute;
    left: 5%;
    top: 5px
}
.ins_name_en {
    display: block;
    font-size: 28px;
    font-weight: bold;
    color: rgb(1, 1, 155);
}
.ins_name_hn {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: red;
}
#imgAmritBharat {
    height: 80px;
    margin-top: -73px;
    position: absolute;
    right: 5%;
}
#navbar-collapse {
    padding-left: 12%;
}
#navbar {
    transition: top 0.3s;
}
.info_bar {
    background: #fbb50e;
    /*height: 35px;
            padding: 5px 0 0 0;
            margin-bottom: -7px;*/
    font-size: medium;
    font-weight: 700;
}
.information {
    background: #fbb50e;
    height: 35px;
    padding: 5px 0 0 0;
    margin-bottom: -7px;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff !important;
    color: #333;
}
     .skin-purple .main-header .navbar .nav > li > a {
       font-size:16px;
    }

    .sticky-top-50 {
        position: fixed;
        top: 50px;
        width: 100%;
    }
.main-footer {
    background: #333;
    color: #ccc;
    padding-bottom: 0px;
}
/* -------------------------------- */


.carousel-inner .item {
   /* height:250px !important;*/
}

.client-box {
    height: 100%;
    background: #eff0f7;
    -webkit-box-shadow: 0 15px 20px rgb(0 0 0 / 4%);
    box-shadow: 0 15px 20px rgb(0 0 0 / 4%);
    border-radius: 5px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    border-bottom-color: transparent;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

    .client-box .client-contentbox {
        width: 50%;
        padding: 1.25rem 1.5rem;
    }

        .client-box .client-contentbox h3 {
            margin-bottom: 1.6875rem;
            margin-right: -0.4375rem;
        }

.clients-slider .client-box .client-contentbox .client-details {
    margin-bottom: 0.9375rem;
}

.clients-slider .client-box:hover .animated-bubble-btn {
    color: #fff !important;
}

.client-box .client-img {
    width: 50%;
    overflow: hidden;
    height: 100%;
}

.client-box .client-contentbox h3 {
    margin-bottom: 1.6875rem;
    margin-right: -0.4375rem;
}

.client-box .client-contentbox h3, .clients-slider .client-box .client-contentbox h4 {
    line-height: 1.2;
    font-size: 3rem;
    margin: 0 0 0.5rem;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    color: blue;
}
.grid-outer {
    background: #fff;
    box-shadow: 0 0 20px #ccc;
    height: 525px;
}

    .grid-outer h2 {
        color: blue;
        width: 100%;
        text-align: center;
        padding-bottom: 5px;
        margin-top: 5px;
        border-bottom: 1px solid #eee;
    }

    .grid-outer img {
        width: 100%;
        height: 200px;
    }

.grid-outer-body {
    height: 270px;
    font-size: large;
    padding-left: 15px;
    padding-right: 15px;
}

.grid-outer-footer {
    height: 50px;
    border-top: 1px solid #eee;
    padding: 10px;
    text-align: center;
    color: orange;
    font-weight: bold;
    font-size: 14px;
}

    .grid-outer-footer:hover {
        font-size: 16px;
        background-color: #e5eafe;
        height: 50px;
    }
.entry {
    position: relative;
    margin: 0 0 50px;
    padding: 0 0 50px;
    border-bottom: 2px solid #f5f5f5;
}

.box-arrow {
    height: 525px;
    color: blue;
}

    .box-arrow h2 {
        margin-top: 83%;
    }

        .box-arrow h2:hover {
            font-size: 32px;
        }

.navbar-toggle{
    color:#333;
}


@media (max-width: 767px) {
    .skin-purple .main-header .navbar .dropdown-menu li a {
        color: #333 !important;
    }
}
.dropdown-menu > li > a{
    padding:5px 20px !important;
    /*border-bottom:1px solid #333;*/
}

.profile-photo {
    height: 45px;
    width: 45px;
    border: 2px solid #ee7766;
    float: left;
    text-align: center;
    padding: 2px;
    border-radius: 50%;
    font-weight: bold;
    margin-right: 5px;
    margin-top: -12px;
}
.profile-user-img {
    height: 120px !important;
    width: 120px !important;
}
.examList {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px !important;
    background-color: #fff;
    font-size: medium;
    font-weight: 700;
    box-shadow: 0 0 20px #ccc;
    margin-top: 15px;
}

    .examList span i {
        font-size: large;
        color: maroon;
        margin-right: 10px;
        margin-top: 8px;
    }

.notattempted {
    border: 1px solid #444;
    padding: 5px 10px;
    background: #fff;
    font-weight: bold;
}

.answered {
    border: 1px solid #444;
    padding: 5px 10px;
    background: #008d4c;
    font-weight: bold;
    color: #fff;
    border-radius: 50%;
}

.notanswered {
    border: 1px solid #444;
    padding: 5px 10px;
    background: #d73925;
    font-weight: bold;
    color: #fff;
}

.markforreview {
    border: 1px solid #444;
    padding: 5px 10px;
    background: purple;
    font-weight: bold;
    color: #fff;
}

.positiveMark {
    padding: 1px 10px;
    border-radius: 10px;
    background: #008d4c;
    color: #fff;
}

.negativeMark {
    padding: 1px 10px;
    border-radius: 10px;
    background: #d73925;
    color: #fff;
}