body {
   max-width:100%;
   margin:0 auto;
    
   background: #ffffff url("../images/bg.jpg") no-repeat center;
   background-size: 100% 100%;
    background-attachment: fixed;
}
.body {
    margin:0 auto;
    max-width:1200px;
}
.mySlides {
    width:200px;
    float:left;
    height:150px;
    margin:10px;
    background-size:cover;
}
* {
    outline:0;
}
a {cursor:pointer;}
.clearfix {
    clear:both;
}
/* LOGIN */
.login {
    position:fixed; 
    background:rgba(0,0,0,0.5); 
    right:0; 
    left:0;
    top:0;
    bottom:0; 
    z-index:10101010;
}
.login .div, .create {
    height:250px;
    width:100%;
    max-width:400px; 
    background:white; 
    border-radius:30px;
    text-align:center;   
}
 .create {
     margin:0 auto; 
 }
.login .div {
    margin:10% auto;
}
h1 {
    font-variant: small-caps;
    font-size:25px; 
    color:purple;
    float:left;
}
 .create h1 { 
    padding:10px 0 0 10%px; 
 }
.login .div h1 {
    padding:20px 0 0 30px; 
}
.login .div .text, .create .text {
    outline:0; 
    padding:5px; 
    width:80%;
    margin:0 auto;
    border-top:0;
    border-left:0;
    border-right:0; 
    margin-top:20px;
    border-bottom:2px solid gray;
}
.login .submit, .create .submit{
    outline:0; 
    padding:10px 20px;
    margin:20px 0 0 30px; 
    width:80px; float:left;
}
 .listdownload .submit {
    padding:0px 10px;
    margin:20px 0 0 30px; 
    border-radius:20px;
    width:80px; float:right;
}
.login .pass {
    float:right; 
    color:gray;
    margin:20px 30px 0 0;
}
/* LOGIN */

/* FORGOT PASSWORD*/
.rectify {
    position:absolute; 
    background:white; 
    width:100%; 
    border-radius:30px; 
    max-width:400px; 
    height:40px;
    margin-top:65px;
    padding:10px 0 0 0;
    display:none;
}
.forgotemail {
    border-radius:50px; 
    width:70%;
    padding:5px;
}
.sendpass {
    border-radius:50px; 
    width:20%; 
    padding:5px;
}
/* FORGOT PASSWORD*/

#final {
    overflow:auto;
    min-height:300px;
}
#target{
   position:absolute;
   margin:-8px 10px 0 10px;
   width:auto;
   max-height:70px;
}
.span {
   font-size:30px;
   cursor:pointer;
}
.hidden {
   display: none;
}
#edit {
   border:3px solid black;
   border-radius:10px;
   overflow:auto;
   max-width:700px;
   margin:30px auto;
}
.input2 {
    padding:10px;
}
.back {
    font-size:40px; 
    margin-right:50px;
    color:black;
    text-decoration:none;
}
/* TABLES */

.links {
    overflow-y:scroll;
    height:500px;
    max-height:80% !important;
    padding-bottom:20px;
    background:white;
}
table {
    width:100%;
}
.tr {
    text-align:center;
}
th {
    position:relative;
}
th:hover:after {
    content:attr(name);
    margin:5px;
    position:absolute;
    padding: 5px;
    border: 1px solid #BFBFBF;
    background-color: white;
    box-shadow: 10px 10px 5px #aaaaaa;
    color:black;
    z-index:303030003;
    min-width:100px;
    display:block;
    right:0;
}
.coursetable {
    font-size:15px;
}
#myTable th {
    color:white;
    padding:10px 0;
    background:#aa00ff;
}
#myTable .slno {
    border:1px solid black;
    width:60px;
    height:60px;
    text-align:center;
    margin:20px;
}
#myTable .date {
    width:110px; 
    text-align:center;
}
#myTable .editedby {
    width:200px; 
    text-align:center;
    border-left:1px solid black;
    border-right:1px solid black;
}
td {
    text-align: left;
    padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #ef4f37;
    color: white;
    box-shadow: 0 1px 15px rgba(0,0,0,.50);
    padding:8px;
}
.thirty {
        float:left;
        width:calc(100% - 20px);
        padding:10px;
        min-width:270px;
}
.fieldset {
        background:white;
}
.printsch {
    max-width:120px;
    padding:1.5px 0px;
    margin:0 -30px;
    padding:0 15px;
    border-radius:50px;
    outline:none;
}
.thirty {
        overflow-y:scroll;
        height:500px;
        overflow-x:hidden;
}
.textaligncenter{
    text-align:center;
}
.dots {
    width:80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.viewall {
    cursor:pointer;
    color:gray;
    text-decoration:none;
}
.viewallprofiles {
    margin-top:-10px;
}
.viewallprofiles a {
    cursor:pointer;
    color:gray;
    text-decoration:none;
}
.count {
    color:lightgray;
    background-color:rgba(0,0,0,0.5);
    width:300px;
    padding:10px;
    float:right;
    margin:-30px -10px -10px 0;
    text-align:center;
    z-index:1010101010;
    position:relative;
}

/* TABLES */
.input {
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    float:right;
    margin-bottom:10px;
    width:100%;
}
.menu {
    margin:10px;
    display:block;
    color:#fff;
}
.linktitle {
    margin:10px;
    display:none;
    color:#fff;          
}
       .inline {
           margin:10px;
           display:inline-block;
        }
        .floatright {  
           float:right;
           margin:56px 4.5% 0 4.5%;
           transition: margin-left .5s; 
           transition: width .5s;  
           top:50px;
           min-height:90%;
           width:90%;
        }
        textarea{
           border:3px solid #f5f5f5;
           border-radius:10px;
           width:100%;
           min-height:200px;
        }
        .submit {
           float:right;
        }
.button::before {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: #959595 0 2px 5px;
    -moz-box-shadow: #959595 0 2px 5px;
    border-radius: 3px;
    box-shadow: #959595 0 2px 5px;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    padding: 2px 0 0;
    position: absolute;
    top: 0;
    width: 100%; }
    
.button:active::before { padding: 1px 0 0; }

.button {
    -moz-box-shadow: inset 0 0 0 1px #63ad0d;
    -webkit-box-shadow: inset 0 0 0 1px #63ad0d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #eee;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#eee), to(#e2e2e2));
    background: -moz-linear-gradient(#eee, #e2e2e2);
    background: linear-gradient(#eee, #e2e2e2);
    border: solid 1px #d0d0d0;
    border-bottom: solid 3px #b2b1b1;
    border-radius: 3px;
    box-shadow: inset 0 0 0 1px #f5f5f5;
    color: #555;
    display: inline-block;
    font: bold 12px Arial, Helvetica, Clean, sans-serif;
    margin: 0 25px 25px 0;
    padding: 10px 20px;
    position: relative;
    text-align: left;
    text-decoration: none;
    text-shadow: 0 1px 0 #fafafa; }
    
.button:hover {
    background: #e4e4e4;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e4e4e4), to(#ededed));
    background: -moz-linear-gradient(#e4e4e4, #ededed);
    background: linear-gradient(#e4e4e4, #ededed);
    border: solid 1px #c2c2c2;
    border-bottom: solid 3px #b2b1b1;
    box-shadow: inset 0 0 0 1px #efefef; }
    
.button:active {
    background: #dfdfdf;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dfdfdf), to(#e3e3e3));
    background: -moz-linear-gradient(#dfdfdf, #e3e3e3);
    background: linear-gradient(#dfdfdf, #e3e3e3);
    border: solid 1px #959595;
    box-shadow: inset 0 10px 15px 0 #c4c4c4;
    top:2px;}
    
.button.green {
    background: #cae285;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#cae285), to(#a3cd5a));
    background: -moz-linear-gradient(#cae285, #a3cd5a);
    background: linear-gradient(#cae285, #a3cd5a);
    border: solid 1px #aad063;
    border-bottom: solid 3px #799545;
    box-shadow: inset 0 0 0 1px #e0eeb6;
    color: #5d7731;
    text-shadow: 0 1px 0 #d0e5a4; }
    
.button.green:hover {
    background: #abd164;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#abd164), to(#b9d972));
    background: -moz-linear-gradient(#abd164, #b9d972);
    background: linear-gradient(#abd164, #b9d972);
    border: solid 1px #98b85b;
    border-bottom: solid 3px #799545;
    box-shadow: inset 0 0 0 1px #cce3a1; }
    
.button.green:active {
    background: #a4cb5d;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#a4cb5d), to(#9ec45a));
    background: -moz-linear-gradient(#a4cb5d, #9ec45a);
    background: linear-gradient(#a4cb5d, #9ec45a);
    border: solid 1px #6e883f;
    box-shadow: inset 0 10px 15px 0 #90b352; }
.sidenav {
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #af2d2d;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    overflow-y: scroll;
    height: 90%;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#mySidenav::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #633434;
}

#mySidenav::-webkit-scrollbar
{
	width: 12px;
	background-color: #633434;
}

#mySidenav::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #ffffff;
}
form.register fieldset {
    border:0;
}
form.register h4 {
    padding:1px;
    color: #ACACAC;
    font-size:9pt;
    font-weight:100;
    text-transform:uppercase;
}
form.register h2 {
    font-size:15px;
    margin:0;
}
form.register h1 {
    font-weight:200;
    color: #888888;
    font-size:13pt;
    margin:0;
    text-align:center;
    width:100%;
}
form.register table tr, form.register table td{
    background:#fff;
}
form.register{
    margin: 20px auto 0px auto; 
    min-height:530px;
    background-color:#fff;
    padding:5px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}
form.register p{
    font-size: 8pt;
    clear:both;
    margin: 0;
    color:gray;
    padding:4px;
}
form.register fieldset.row1
{
    width:722px;
    padding:5px;
    float:left;
    border-top:1px solid #F5F5F5;
}
form.register fieldset.row7
{
    border-top:1px solid #F1F1F1;
    border-right:1px solid #F1F1F1;
    height:auto;
    padding:15px 15px 25px;
    float:left;
    width:340px;
}
form.register fieldset.row3
{
    border-top:1px solid #F1F1F1;
    padding:15px;
    float:left;
    width:340px;
}
form.register legend
{
    color: #abda0f;
    padding:2px;
    margin-left: 14px;
    font-weight:bold;
    font-size: 14px;
    font-weight:100;
}
form.register .banner-nav {
    width:100%;
    float:right;
    text-align:center
}
form.register .heading {
    font-variant:small-caps
}
form.register .heading, form.register .collegename {
    font-size:25px;
}
form.register .banner-nav img {
    max-width:20%;
    max-height:100px;
    float:left;
    margin:0 -100px -100px 0;
}
form.register h2, form.register p {
    line-height:20px;
}
form.register h3, .banner-nav h2, .banner-nav p, form.register h2, form.register p {
    margin:0;
    padding:0;
}
button.button {
    float:right;
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.navbar {
    top:0;
    position:fixed;
    width:100%;
    color:white;
    background-color:#f50057;
}
.navbar-nav {
    color:white;
    background-color:#7b1fa2;
    display:inline-block;
    padding:5px;
}
.navbar-inline {
   margin:4.5px 10px;
   display:inline-block;
}
.navbar-inline a {
    color:white;
    text-decoration:none;
    -webkit-transition: padding 1s, background 1s, border-bottom 1s; /* For Safari 3.1 to 6.0 */
    transition:  padding 1s, background 1s, border-bottom 1s;
    padding:0px 10px;
}
.navbar-inline a:hover {
    color:white;
    padding:10px 10px;
    background:#5c6bc0;
    border-bottom:2px solid white;
}
.newpage{
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    min-width:100px;
    text-align-last:center;
}
.select, .jscolor {
    float:right;
    padding:3px;
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    min-width:100px;
    max-width:100px;
    text-align-last:center;
}
.main {
    margin-top:70px;
}
.hidden {
   display: none;
}
.col-md-2, .col-md-6 {
   margin:1.2%;
   position: relative;
   min-height: 1px;
}
.addedit {
padding:3px 8px;
outline: none;
}
.addedit:before, .addedit:after {
    z-index:-1;
    position: absolute;
    margin-top:6px;
    overflow: hidden;
    width: 5%;
    height: 2px;
    content: '\a0';
    background-color: red;
}
.addedit:after {
    margin-left: 5%;
    text-align: left;
}
.addedit:before {
    margin-left: -10%;
    text-align: right;
}
#theform input, #theform select {
    padding:5px 10px;
    margin:5px;
}
#theform select, #theform input[type=submit]  {
    width:192px;
}
@media (min-width: 768px) {

}
@media (min-width: 450px) {
 .col-md-2, .col-md-6, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-6 {
    width: 50.50129%;
  }
  .col-md-2 {
    width: 21%;
  }
}