@font-face {
    font-family: 'Roboto-Regular';
    src: url('../Fonts/Roboto/Roboto-Regular.eot'); /* IE9 Compat Modes */
    src: url('../Fonts/Roboto/Roboto-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../Fonts/Roboto/Roboto-Regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../Fonts/Roboto/Roboto-Regular.woff') format('woff'), /* Pretty Modern Browsers */
    url('../Fonts/Roboto/Roboto-Regular.ttf')  format('truetype') /* Safari, Android, iOS */
}

@font-face {
    font-family: 'Mukta-Regular';
    src: url('../Fonts/Mukta/Mukta-Regular.ttf')  format('truetype') /* Safari, Android, iOS */
}

html {
    position: relative;
    min-height: 100%;
    font-size: 1em;
    font-family: "Roboto-Regular", Roboto, sans-serif;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    background-color: #fafafa;
}

body {
    font-size: 1em;
    font-family: "Roboto-Regular", Roboto, sans-serif;
    line-height: 1.5;
    color: #0a0a0a;
    -webkit-font-smoothing: antialiased;
    background-color: #fafafa;
    margin-bottom: 60px;
    letter-spacing: normal;
}


#du-page-wrapper {
margin-top:10px;
}
/*Navbar*/
.navbar-default{
    background-color: #021E47;
    border: none;
    border-radius: 0;
}

#jui-app-logo {
    max-height: 50px;
    display: block;
}

.navbar-brand{
    padding: 10px 15px;
    min-height: 60px;
}

#topNav .navbar-nav>li>a {
    color: #fff;
    margin: 10px;
    padding: 5px;
    font-size: 1.1em;
}

#topNav .navbar-nav>li>a:hover, #topNav .navbar-nav>li>a:focus
{
    color: #fff;
    border: 1px solid #d4d4d4;
    text-decoration: none;
    margin: 9px;
}

#mainNav {
    min-height: 40px;
}
#mainNav .navbar-nav>li>a {
    color: #fff;
    background-color: #021E47;
    margin: 5px;
    padding: 5px;
    font-size: 0.9em;
}

#mainNav .navbar-nav>li>a:hover, #topNav .navbar-nav>li>a:focus
{
    color: #fff;
    border: 1px solid #d4d4d4;
    text-decoration: none;
    margin: 4px;
    background-color: #021E47;
}

.text-bold{
    font-weight: 600;
}

.nav-tabs {
    border-bottom: 1px solid #d3e0e9;
}

.tab-content {
    background-color: #fff;
    border-left: 1px solid #d3e0e9;
    border-right: 1px solid #d3e0e9;
    border-bottom: 1px solid #d3e0e9;
    min-height: 200px;
    padding: 10px 5px;
    margin-bottom: 20px;
}

.nav-tabs>li>a {
    text-decoration: none;
    background-color: #d3e0e9;
}

.nav-tabs>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #eee;
}
/*Tabs*/
/***************************************************************************DELHI************************************UNIVERSITY******************************************************************************************************************/




/***************************************************************************DELHI************************************UNIVERSITY******************************************************************************************************************/
/*Panels*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-jui {
    border-color: #d3e0e9;
}

.panel-jui>.panel-heading {
    color: #333;
    background-color: #fff;
    border-color: #d3e0e9;
}

.panel-title {
    color: #333;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #fff;
    border-top: 1px solid #d3e0e9;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel-jui .panel-body {
    padding-top: 20px;
}

.panel-jui .panel-body .jui-form-fieldset {
    padding-top: 5px;
}


.panel-jui-preview{
    border-color: #d3e0e9;
}

.panel-jui-preview >.panel-heading {
    padding: 5px 15px;
    font-weight:500;
    background-color: #f3f3f3;
    border-color: #d3e0e9;
}
.panel-jui-preview >.panel-heading > .panel-title{
    font-size:0.8em;
}
.panel-jui-preview .panel-body {
    padding-top: 10px;
    padding-bottom: 0px;
}
.panel-jui-preview .panel-body  .panel{
    margin-bottom:10px;
}
/*Preview Panels*/

/*Sports Panels*/
#display-sports > .panel-jui > .panel-heading {
    font-weight:500;
    background-color: #f3f3f3;
}

.panel-login .panel-heading {
    background-color: #d3e0e9;
    font-weight: 400;
}

/*SignUp Panel*/

.signuprow{
    margin-bottom: 10px;
}

.panel-signup {
    border: 1px solid lightpink;
}
.panel-signup .panel-heading {

}
.panel-signup h3{
}



.panel-signup label{
    font-size: 1em;
}
/*Panels*/
/***************************************************************************DELHI************************************UNIVERSITY******************************************************************************************************************/



/***************************************************************************DELHI************************************UNIVERSITY******************************************************************************************************************/
/*Forms and Fields*/
.form-group {
    margin-bottom: 5px;
}

.help-block {
    font-size: 0.8em;
}

.help-block-error {
    font-size: 0.8em;
}

.control-label {
    font-size: 0.8em;
    font-weight: 500;
    color: #333;
}

.control-label>label {
    font-size: 1.2em;
    font-weight: 300;
}

div.required label:after {
    content: " *";
    color: red;
}

.jui-form-steps {
    padding: 0px;
}
/*Forms and Fields*/
/***************************************************************************DELHI************************************UNIVERSITY******************************************************************************************************************/




/***************************************************************************DELHI************************************UNIVERSITY******************************************************************************************************************/
/*Footer*/
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 0px;
    height: 60px;
    font-size: 0.8em;
    background-color: #f7f7f7;
    border-top: solid 1px #d4d4d4;
}
/*Footer*/
/***************************************************************************DELHI************************************UNIVERSITY******************************************************************************************************************/






.jui-btn {
    border-left: 1px solid #d3e0e9;
    border-right: 1px solid #d3e0e9;
    padding: 10px;
    border-radius: 0px;
}

.jui-btn.disabled {
    background-color: #dedede;
    border-color: #bbb;
    border-radius: 0px;
    color: #555;
    opacity: 1;
}

.jui-btn-sm{
    border-radius: 0px;

}
a.jui-btn-sm{
    color:#fff;
}


/***************************************************************************DELHI************************************UNIVERSITY*******************************************************************************************************************/
/*Replacing Tables with Divs for responsiveness*/
.panel-jui div.jui-table-replacement-form {
    padding-top: 0px;
    padding-bottom:0px;
}

.jui-table-replacement-header {
    border-bottom: 1px solid #d3e0e9;
    background-color: #f3f3f3;
}

.jui-table-replacement-header .jui-sub-block {
    padding: 5px 15px;
    background-color: #f3f3f3;
    font-weight: 500;
}

.jui-table-replacement-header div.jui-sub-block:nth-child(3n+2) {
    border-left: 1px solid #d3e0e9;
}

.jui-table-replacement-header div.jui-sub-block:nth-child(2n+3) {
    border-left: 1px solid #d3e0e9;
    border-right: 1px solid #d3e0e9;
}

.jui-table-replacement {
    border-bottom: 1px solid #d3e0e9;
}

.jui-table-replacement .jui-sub-block {
    padding: 5px 15px;
}

.jui-table-replacement div.jui-sub-block:nth-child(3n+2) {
    border-left: 1px solid #d3e0e9;
}

.jui-table-replacement div.jui-sub-block:nth-child(2n+3) {
    border-left: 1px solid #d3e0e9;
    border-right: 1px solid #d3e0e9;
}

.jui-sub-block {
    font-size: 0.8em;
    height: 100%;
    white-space:normal;
}
/*Replacing Tables with Divs for responsiveness*/
/***************************************************************************DELHI************************************UNIVERSITY******************************************************************************************************************/





/***************************************************************************DELHI************************************UNIVERSITY******************************************************************************************************************/
/*Utility Classes*/
.nopad {
    padding-left: 0px;
    padding-right: 0px;
}

.nopad-top {
    padding-top: 0px;
}

.nopad-bottom {
    padding-bottom: 0px;
}

.nopad-left {
    padding-left: 0px;
}

.nopad-right {
    padding-right: 0px;
}

.no-border-radius {
    border-radius: 0px;
}

.jui-2line-li a {
    padding-bottom: 14px !important;
}

.jui-progress {
    border-radius: 0px;
    margin-bottom: 20px;
    background-color: #d3e0e9;
}

.jui-progress-bar {
    background-color: #8aa1b9;
}

.jui-toppad20 {
    padding-top: 20px;
}

.jui-label {
    display: block;
    font-weight: 400;
    font-size: 0.9em;
}

.jui-label input {
    margin-right: 10px;
    margin-top: 0px;
    font-size: 16px;
}

.jui-course-list {

}

.jui-course-list label {
    padding: 5px 0;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 0.9em;
    letter-spacing: 1px;
}

.jui-course-list label input {
    font-size: 16px;
}

.jui-course-list hr {
    margin: 0px;
}

.jui-badge {
    position: relative;
    top: -1px;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;
}

div.jui-partition:nth-child(1n+0) {
    border-right: 2px solid #ddd;
}

div.jui-partition:last-child {
    border-right: none;
}
div.jui-preview-row:nth-child(1n+0){
    border:1px solid #d3e0e9;
}
/*Utility Classes*/
/***************************************************************************DELHI************************************UNIVERSITY*******************************************************************************************************************/



/***************************************************************************DELHI************************************UNIVERSITY*******************************************************************************************************************/
/*Jui Form Step Menu*/
.jui-active-menu {
    -webkit-box-shadow: 0px -5px 0px 1px #832161;
    -moz-box-shadow: 0px -5px 0px 1px #832161;
    box-shadow: 0px -5px 0px 1px #832161;
}

.disabled.jui-active-menu {
    -webkit-box-shadow: 0px -5px 0px 1px #832161;
    -moz-box-shadow: 0px -5px 0px 1px #832161;
    box-shadow: 0px -5px 0px 1px #832161;
}
/*Jui Form Step Menu*/
/***************************************************************************DELHI************************************UNIVERSITY*******************************************************************************************************************/





/***************************************************************************DELHI************************************UNIVERSITY*******************************************************************************************************************/
/*Jui Preview*/
.jui-preview-field-header {
    font-weight: 500;
    white-space: normal;

}

.jui-preview-field-value {
    white-space: normal;
}

.juipfname{
    font-weight: 700;
    font-size: 0.8em;
}

.juipfvalue{
    font-size: 0.8em;
}
/*Jui Preview*/
/***************************************************************************DELHI************************************UNIVERSITY*******************************************************************************************************************/





/***************************************************************************DELHI************************************UNIVERSITY*******************************************************************************************************************/
/*yii2 Error Summary*/
.error-summary {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    color: #a94442;
    background-color: #f2dede;
}
/*yii2 Error Summary*/
/***************************************************************************DELHI************************************UNIVERSITY*******************************************************************************************************************/



/*FAQ*/

#jui-faq h3{
    color: #6c9494;
}

.jui-faq-question{
    font-size: 1.4em;
    font-weight: 700;
    color: #436161;
}

.jui-faq-answer{
    forn-size: 0.9em;
    font-weight: 500;
    color: #6c9494;
}
/*FAQ*/

#jui-preview-header{
    border:1px solid #d3e0e9;
    padding-top:10px;
    padding-bottom:10px;
    background-color: #f3f3f3;
    margin-bottom:0px;
    text-align:center;
}
#jui-preview-header-title{
    font-weight:700;
    font-size:1.2em;
    text-align:center;
}
.jui-user-photo{
    max-height:120px;
}
/***************************************************************************DELHI************************************UNIVERSITY*******************************************************************************************************************/
/*Media Queries*/
/* Transition from sm to xs */
@media ( max-width : 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: #5858F1;
    }
}
/* Transition from sm to xs */
@media ( max-width : 767px) {
    .jui-table-replacement-form div.jui-table-replacement:nth-child(odd) {
        background-color: #fff;
        border-top: 1px solid #d3e0e9;
        border-bottom: 1px solid #d3e0e9;
    }
    .jui-table-replacement-form div.jui-table-replacement:nth-child(even) {
        background-color: #f3f3f3;
    }
    .jui-table-replacement div.jui-sub-block:nth-child(3n+2) {
        border: none;
    }
    .jui-table-replacement div.jui-sub-block:nth-child(2n+3) {
        border: none;
    }
    div.jui-partition:nth-child(1n+0) {
        border-right: none;
    }
}
/* Transition from md to sm */
@media ( min-width : 768px) and (max-width: 991px) {
    .jui-table-replacement-form div.jui-table-replacement:nth-child(odd) {
        background-color: #fff;
        border-top: 1px solid #d3e0e9;
        border-bottom: 1px solid #d3e0e9;
    }
    .jui-table-replacement-form div.jui-table-replacement:nth-child(even) {
        background-color: #f3f3f3;
    }
    .jui-table-replacement div.jui-sub-block:nth-child(3n+2) {
        border: none;
    }
    .jui-table-replacement div.jui-sub-block:nth-child(2n+3) {
        border: none;
    }
    div.jui-partition:nth-child(1n+0) {
        border-right: none;
    }
}

/*@media print {*/
/*    *,*/
/*    *:before,*/
/*    *:after {*/
/*        background: transparent !important;*/
/*        color: #000 !important;*/
/*        -webkit-box-shadow: none !important;*/
/*        box-shadow: none !important;*/
/*        text-shadow: none !important;*/
/*    }*/

/*    body{*/
/*        font-size: 0.8em;*/
/*    }*/

/*    .jui-form-steps{*/
/*        display: none;*/
/*    }*/
/*    #jui-payment-btn {*/
/*        display: none;*/
/*    }*/

/*    h4.jui-preview-field-header{*/
/*        font-size: 0.8em;*/
/*    }*/

/*    .label{*/
/*        border:none;*/
/*    }*/

/*    .panel-title .row{*/
/*        margin-left:0px;*/
/*        padding-left:15px;*/
/*    }*/
/*    .jui-sub-block{*/
/*        background: #8b8b8c !important;*/
/*    }*/

/*    .jui-print-hidden{*/
/*        display: none;*/
/*    }*/
/*    a,*/
/*    a:visited {*/
/*        text-decoration: underline;*/
/*    }*/

/*    a[href]:after {*/
/*        content: " (" attr(href) ")";*/
/*    }*/

/*    abbr[title]:after {*/
/*        content: " (" attr(title) ")";*/
/*    }*/

/*    a[href^="#"]:after,*/
/*    a[href^="javascript:"]:after {*/
/*        content: "";*/
/*    }*/

/*    pre,*/
/*    blockquote {*/
/*        border: 1px solid #999;*/
/*        page-break-inside: avoid;*/
/*    }*/
/*    thead {*/
/*        display: table-header-group;*/
/*    }*/
/*    tr,*/
/*    img {*/
/*        page-break-inside: avoid;*/
/*    }*/
/*    img {*/
/*        max-width: 100% !important;*/
/*    }*/
/*    p,*/
/*    h2,*/
/*    h3 {*/
/*        orphans: 3;*/
/*        widows: 3;*/
/*    }*/
/*    h2,*/
/*    h3 {*/
/*        page-break-after: avoid;*/
/*    }*/
/*    .navbar {*/
/*        display: none;*/
/*    }*/
/*    .btn > .caret,*/
/*    .dropup > .btn > .caret {*/
/*        border-top-color: #000 !important;*/
/*    }*/

/*    .table {*/
/*        border-collapse: collapse !important;*/
/*    }*/
/*    .table td,*/
/*    .table th {*/
/*        background-color: #fff !important;*/
/*    }*/
/*    .table-bordered th,*/
/*    .table-bordered td {*/
/*        border: 1px solid #ddd !important;*/
/*    }*/
/*}*/
/***************************************************************************DELHI************************************UNIVERSITY*******************************************************************************************************************/

#jui-content{
    position: relative;
    background-color: #fff;
}
.navbar-fixed-left {
    width: 280px;
/*    position: fixed; */
    border-radius: 0;
    height: 100%;
}

.navbar-fixed-left .navbar-nav > li {
    float: none;  /* Cancel default li float: left */
    width: 280px;
    overflow-y: auto;
}

.navbar-fixed-left + .container {

}

/* On using dropdown menu (To right shift popuped) */
.navbar-fixed-left .navbar-nav > li.jui-list-main-element > a{
    font-size:1em;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.navbar-fixed-left .navbar-nav > li > a {
    color: #3b73af;
    font-weight:400;
    font-size:0.9em;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-fixed-left .navbar-nav > li > a:hover, .navbar-fixed-left .navbar-nav > li > a:focus{
    background-color: #e6e6e6;
}
#jui-page-wrapper {
    margin-left:280px;
    //padding-top: 20px;
    min-width:430px;
    position: relative;
}
.navbar {
    margin-bottom: 0px;
}
.jui-navbar{
    background-color:#f5f5f5;
    border-right: 1px solid #e6e6e6;
    float: left;
}
.jui.navbar-nav{
    margin:0px;
}
.jui-application-view{
    overflow-y: auto;
}
/*Styling Cutoff Page for Students*/
.cutoff-index{
    padding:10px;
    overflow-x: scroll;
    overflow-y: scroll;
}

.ji-text-wrap{
    word-wrap: break-word;
}

/*
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    /*thead tr {*/
    /*    position: absolute;*/
    /*    top: -9999px;*/
    /*    left: -9999px;*/
    /*}*/
    th {
    display: none;
    }
    /*tr { border: 1px solid #ccc; }*/
    .juismtable > tbody tr:nth-child(odd){
        background-color: #fcf8e3;
    }
    td {
        /* Behave  like a "row" */
        /*border: none;*/
        border: 1px solid #f3f3f3 !important;
        position: relative;
        padding-left: 50%;
    }

    .juismtd{
        padding-left: 10px;
    }
    td.juismtd:before {
        position: relative;
        background-color: #ee2677;
        color: #fff;
        display: inline;
        padding: .2em .6em .3em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
    }

    .juismtdmod {
        background-color: #ee2677;
        color: #fff;
        display: inline;
        padding: .2em .6em .3em;
        /*font-size: 75%;*/
        font-weight: 700;
        line-height: 1;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em;
    }
    /*
    Label the data
    */

}