html,
body {
    height: 100%;
}



/*panel code start*/
/*--Panel Coding--*/

.panel-pro {
    border-color: #ddd;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border-color: #ddd;
    margin-top: 0px;
}

.panel-pro>.panel-heading {
    color: #333;
    background-color: #FFFFFF;
    border-color: #ddd;
    font-size: 18px;
    padding: 20px;
    border-left: 8px solid #009ae2;
}

.panel-heading {
    border-bottom: 1px dashed transparent;
}

.panel-body {
    padding: 15px 15px 0px 15px;
}

/*--Panel Coding End--*/

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.btn.c-btn{
    border-radius: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 15px 10px 15px;
}

.btn.c-btn2{
    border-radius: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 15px 10px 15px;
    border: solid 2px;
}

.c-bnt2-active{
    color: #333;
    background-color: #b3ccff;
    background-image: none;
    border-color: #adadad;
    border: solid 2px #337ab7 !important;
}


/*--student create--*/
.panel-heading{
    background: #f2f2f2;
   
}

/*--Star Mark--*/

.required label:after {
  color: #e32;
  content: ' *';
  display:inline;
  font-size: larger;
}  





/*bhushan code start admin pannel 22-11-2019*/

    .box {
        background: #10163A none repeat scroll 0 0;
        border: 1px solid #10163A !important;
        box-shadow: 1px 4px 12px #888888;
        color: #fff !important;
        margin: 20px;
        min-height: 135px;
        padding-bottom: 15px;
        padding-top: 24px;
        text-align: center;
    }

    .box a{
        color: #fff !important;
    }

    .box2 > a > .box{
        background: #F44236 none repeat scroll 0 0;
        border: 1px solid #ffa015;
        box-shadow: 1px 4px 12px #888888;
        color: #fff;
        margin: 20px;
        min-height: 135px;
        padding-bottom: 15px;
        padding-top: 24px;
        text-align: center;
    }

    .box p{color: #fff !important;}

    .box p span {
        color: #fff;
        font-size: 18px;
        font-weight: bold;
    }

    .title {
        border: medium none !important;
        color: #e74c3c !important;
        font-size: 30px !important;
        margin-bottom: 10px;
        padding-bottom: 10px;
        padding-top: 10px;
        text-align: center;
    }
    .title1 {
        background: #498fb9 none repeat scroll 0 0;
        border: 1px solid #498fb9;
        box-shadow: 1px 5px 6px #888888;
        color: #fff;
        margin-bottom: 15px;
        padding-bottom: 0;
        padding-top: 0;
    }
    .title1 h3 {
        font-size: 31px;
        padding-top: 15px;
        text-align: center;
    }
    .title1 .s1 {
        color: #eecb5d;
        font-size: x-large;
        margin-left: 100px;
        text-align: left;
    }
    .title1 .s2{
        text-align: right;
        color: #eecb5d;
        margin-left: 625px;
        font-size: x-large;
    }
    .admintable table {
        border: 1px solid #272c33;
        margin: auto;
        padding: 20px;
    }
    .admintable table tr th {
        background: #498fb9 none repeat scroll 0 0;
        border: 1px solid #000;
        color: #fff;
        padding: 20px;
        text-align: center;
    }
    .admintable table tr td {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #000;
        color: #000;
        padding: 10px;
        text-align: center;
    }

    .h3box {
        font-size: 33px;
        margin-top: 20px !important;
    }
    
    .boxpop {
        margin: auto;
        padding-top: 30px;
    }

    .boxpop .btnpop{
        padding: 20px 40px;
        box-shadow: 1px 5px 6px #777;
        color: #fff;
    }

    @media screen and (max-width: 700px) and (min-width: 290px){
        .title1 .s1 {
            color: #eecb5d;
            font-size: x-large;
            margin-left: 0px !important;
            text-align: left;
        }
        .title1 .s2{
            text-align: right;
            color: #eecb5d;
            margin-left: 0px !important;
            font-size: x-large;
        }
        .h3box {
            font-size: 18px !important;
            margin-top: 20px !important;
            text-align: center;

        }
    }

/*bhushan code end admin pannel*/ 