html, body{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    font-family: lato;
    background: rgb(248, 242, 242);
    /*Make app area unselectable*/

	-moz-user-select: none; 
	-webkit-user-select: none; 
	-ms-user-select: none; 
	user-select: none;
	-o-user-select: none;" 
 	unselectable= "on"
 	onselectstart= "return false;" 
 	onmousedown= "return false;"
}
h3{
    text-transform: uppercase;
}
::-webkit-scrollbar {
    width: 5px;
}
::-moz-scrollbar {
    width: 5px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.6); 
    border-radius: 15px;
}
::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.6); 
    border-radius: 15px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.9); 
}
::-moz-scrollbar-thumb {
    border-radius: 5px;
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.9); 
}

/*NAV BAR*/
nav{
    z-index: 1;
    position: fixed;
    width: 100%;
    height: 58px;
    background: #021327;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    padding: 0px 0px 0px 10px;
    display: none;
}
.nav_icon{
    background: #021327;
    height: 48px;
    width: 48px;
    border: none;
    cursor: pointer;
    outline: none;
    margin: 5px 0px 0px 5px;
    padding: 2px 5px 7px 7.5px;
    border-radius: 60px;
}

.line{
    background: #fff;
    height: 2px;
    width: 25px;
    margin: 6px 0px 0px 4.5px;
}
.thickline{
    background: #eee;
    height: 1.8px;
    width: 100%;
}
.middle_line{
    background: #fff;
    height: 2px;
    width: 18px;
    margin: 6px 0px 0px 4.5px;
}

.active_nav_name{
   margin: 15.5px 0px 0px 65px;
    position: absolute;
    color: #fff;
    font-size: 20px;
    z-index: 2;
}


/*SPLASH SCREEN CONTAINER*/
.container{
    width: 100%;
    height: 100%;
    background: orange;
    z-index: 3;
    position: absolute;
    
}

.container p{
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 10%;
    width: 240px;
    color: #fff;
    font-size: 40px;
}



footer{
    position: relative;
    font-family: lato;
    bottom: 0;
    right: 0;
    left: 0;
    height: 10%;
    z-index: 0;
    color: #88847e;
    font-weight: 100;
    font-size: 14px;
    text-align: center;
}
.fa-heart{
    color: #ac0942
}
.fa-search{
    font-size: 19px; !important
    padding: 20px;
    color: #eee;
    margin: 0px 20px;
}
.encode{
    margin: 0px 0% 0px 0%;
}
a{
    text-decoration: none;
    color: #88847e;
    font-weight: 400;
}

/*MAIN ACTIVITY SCREEN*/
.main_container{
    width: 100%;
    height: 100%;
/*    background: rgba(255,140,0, 0.05);*/
    z-index: 0;
}
.home{
    width: 100%;
}
.intro{
    width: 90%;
/*    height: 60px;*/
    display: block;
    clear: both;
    text-align: center;
    margin: 0px 5% 0px 5%;
}
.center{
    text-align: center;
}
.rhs{
    float: right;
}
.lhs{
    float: left;
}
.L{
    text-align: left;
}
.R{
    text-align: right;
}
.C{
    text-align: center;
}
.card{
    background: #fff;
    margin: 5px 0px;
    width: 90%;
    clear: both;
    text-align: center;
    display: inline-block;
    box-shadow: 0px 1px 2px #aaa;
    padding: 10px 0px 20px 0px;
}
.card-md{
    background: #fff;
    width: 49%;
    box-shadow: 0px 1px 2px #aaa;
    padding: 10px 0px 20px 0px;
}
.bind{
    overflow: auto;
    width: 90%;
    padding: 10px 0px 20px 0px;
    display: inline-block;
}
.search_bind{
    overflow: auto;
    width: 90%;
    display: inline-block;
    background: #fff;
    box-shadow: 0px 3px 5px #bbb ;
    margin: 15px 0px; 
    border-radius: 5px;
    
}
.search_bind:hover{
   box-shadow: 0px 5px 15px #bbb;
}

.bind_tbl{
    overflow: auto;
    width: 90%;
    padding: 10px 0px 20px 0px;
    display: inline-block;
}
.uploadtxt{
    font-size: 25px;
    color: #888;
    font-weight: 100;
}
.description{
    text-align: left;
    margin: 0px 5% 0px 5%;
    font-weight: 900;
    font-size: 14px;
    color: #555;
}
.dashboard{
    font-size: 25px;
    color: #888;
    font-weight: 100;
    text-align: left;
}
.txt{
    width: 250px;
    height: 35px;
    color: #000;
    border: none;
    outline: none;
    font-family: lato;
    font-weight: 700;
    font-size: 18px;
    padding: 0px 8px;
    box-shadow: 0px 0px 1px #555;
    margin: 10px 10px;
}
.txt::placeholder{
    color: #888;
    font-weight: 300;
}
.txt::selected{
    color: #000;
    font-weight: 700;
}
.small_txt{
    font-size: 14px;
}
.txtlarge{
    width: 85%;
    height: 40px;
    color: #000;
    border: none;
    outline: none;
    font-family: lato;
    font-weight: 700;
    font-size: 16px;
    padding: 2px 10px;
    margin: 0px 5px 0px 0px;
    border-left: 1px solid #eee;
}
.txtlarge::placeholder{
    color: #888;
    font-weight: 300;
}
.txtlarge:focus{
    color: #888;
    font-weight: 500;
}
textarea{
    width: 450px;
    height: 150px;
    color: #888;
    border: none;
    outline: none;
    font-family: lato;
    font-weight: 200;
    font-size: 18px;
    padding: 10px 15px;
    box-shadow: 0px 0px 1px #888;
    margin: 5px 10px;
    resize: none;
}

.chk{
    width: 240px;
    float: left;
    margin: 5px 5px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
    height: 20px;
}
.join{
    width: 80%;
    margin: 10px 10%;
    display: inline-block;
}

.file{
    text-align: center;
    display: inline-block;
    background: #ccc;
}
.gap{
    margin-top: 10%;
}
.btn{
    height: 2.5rem;
    color: white;
    border: none;
    cursor: pointer;
    outline: none;
    font-family: lato;
    font-size: 14px;
    text-transform: uppercase;
    box-shadow: 1px 1px 4px #999;
}

.color_active{
    color: #f5ff00;
    font-weight: 700;
}
.color_inactive{
    color: #8090d0;
    font-weight: 400;
}
.color_inactive_main{
    color: #fff;
    font-weight: 400;
}

.red{
    margin: 15px 0% 0px 0%;
    width: 17rem;
    display: inline-block;
    background: #a00c0c;
}
.round{
    height: 20px;
    width: 20px;
    border-radius: 100%;
    text-transform: lowercase;
}
.red_tbl{
    width: 7rem;
    display: inline-block;
    background: #a00c0c;
}
.red_tbl:hover{
    background: #e62525;
    transition: .3s ease-in-out;
}
.blue_tbl{
    width: 7rem;
    display: inline-block;
    background: #021327;
}
.round{
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin-left: 40px;
    text-transform: lowercase;
}
.round:hover{
    background: #c60909;
    transition: .3s ease-in-out;
}
.logout:hover{
    background: orange;
    transition: .3s ease-in-out;
}
.logout{
    margin: 15px 0px 0px 0px;
    width: 8rem;
    background: orangered;
    float: right;
}
.don{
    width: 6rem;
    background: #143b69;
}
.don:hover{
    background: #20518b;
    transition: .3s ease-in-out;
}
.result_comment{
    padding: 10px 0px;
    border-top: 1px solid #eee;
}
.excel{
    margin: 15px 0% 0px 9px;
    width: 250px;
    background: #143b69;
    display: inline-block;
}
.excel:hover{
    background: #20518b;
    transition: .3s ease-in-out;
}
.panelTwo{
    width: 100%;
}

.sub_container{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 290px;
    width: 230px;
}
.content{
    background: rgba(255,140,0, 0.07);
    width: 100%;
    height: 100%;
    position: absolute;
}
.active_nav_name{
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.info{
	text-align: center;
    font-size: 18px;
}
.students{
    width: 130px;
    height: 130px;
    float: left;
    margin: 0px 4%;
    border-radius: 100%;
    background: red;
}
.students>p{
    color: white;
    font-size: 20px;
    margin: 40px 20px;
    text-align: center;
}
.side_nav{
    width: 300px;
    height: 100%;
    background: #021327;
    position: fixed;
    z-index: 1;
    display: block;
    overflow: auto;
    margin-bottom: 100px;
}
.right{
    width: 100%;
    height: 100%;   
}
.main{
    padding: 10px 0px 0px 300px;
    overflow: auto;
}
.on{
    display: block;
}
.off{
    display: none;  
}
table{
    border-collapse: collapse;
    width: 100%;
    text-align: left;
    box-shadow: 0px 1px 2px #aaa;    
}
th {
    height: 50px;
    padding: 0px 10px;
    background: #021327;
    color: #fff;
}
td {
    height: 50px;
    padding: 5px 10px;
}
ol{
    
}
th{
    border-right: 1px solid #092b53; 
    text-transform: uppercase;
}
td {
    border-right: 1px solid #ddd;  
    text-transform: capitalize;
    cursor: pointer;
}
tr:nth-child(even) {background-color: #f2f2f2}
tr:nth-child(odd) {background-color: #fff}
tr:hover {background-color: #bdd0e6; transition: .3s ease-in-out;}

/*MODAL*/
.modal{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: -1;
    position: fixed;
    top: 0; 
    display: none;
}

.modal_content{
    width: 300px;
    height: 100%;
    background: #fff;
    position: absolute;
    z-index: -1;
    
    /* Animation */
	-webkit-animation-name: fadeInLeft; 
    -webkit-animation-duration: .2s;  
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 0s;
	animation-name: fadeInLeft;
    animation-duration: .2s;
    animation-iteration-count: 1;
}
.modal_top{
    width: 100%;
    height: 185px;
    background: #021327;
    background: url(../images/bg.jpg);
    background-size: cover;
    z-index: -1;
    position: relative;
}
.modal_top::before{
    width: 100%;
    height: 185px;
    background: #021327;
    opacity: .5;
    display: block;
    position: absolute;
    z-index: 0;
    content: "";
}
#logo_image{
    color: #fff;
    font-size: 100px;
    width: 100px;
    height: 100px;
    z-index: 1;
    position: absolute;
    margin: 35px 0px 0px 100px;
}
.active_modal_name{
    margin: 130px 0px 0px 25px;
    font-size: 20px;
    color: #fff;
    z-index: 2;
    font-weight: 900;
    position: absolute;
    text-shadow: 0px 0px 3px #000;
}
.low_modal_name{
    margin: 150px 0px 0px 25px;
    font-size: 12px;
    color: #ffeb00;
    z-index: 2;
    font-weight: 900;
    position: absolute;
    text-shadow: 0px 0px 1px #000;
}
.modal_body{
    width: 300px;
    height: 100%;
    background: #021327;
    position: fixed;
    z-index: 0;
    display: block;
    overflow: auto;
}
#modal_links_icons{
    font-size: 18px;
    padding: 2px 30px 0px 40px;
    color: #fff;
    width: 10%;
    float: left;
}
.modal_links{
    padding: 15px 17px 15px 5px;  
    border-bottom: solid .5px rgba(255,140,0, 0.1);
    cursor: pointer; 
}
.modal_links:hover{
    background: #000; /*f4f2f2*/
    transition: .3s ease-in-out;
}
.modal_link_txt{
   float: left;
}
.modal_links_txt_sub{
    width: 100%;
    float: right;
    border-bottom: solid .5px rgba(255,140,0, 0.1);
    padding: 15px 0px 15px 0px;
    display: none;
}
.modal_links_txt_sub>li{
    height: 30px;
    margin: 5px 0px 5px 80px;
    cursor: pointer;  
    text-align: left;
}
.modal_links_txt_sub>li:hover{
    color: #fff;
}
.sub{
    float: right;
    padding: -50px 0px 0px -50px;
    font-weight: 900;
}
.modal_close{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: -11;
    background: rgba(0,0,0,0.3);
    float: right;
    
    /* Animation */
	-webkit-animation-name: fadeInUp; 
    -webkit-animation-duration: 1s;  
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 0s;
	animation-name: fadeIn;
    animation-duration: .2s;
    animation-iteration-count: 1;
}
@media(max-width:850px){
    nav{
        display: block;
    }
    .side_nav{
        display: none;
    }
    .main{
        padding: 60px 0px 0px 10px;
    }
    
    .dashboard{
        width: 100%;
        text-align: center;
    }
    .logout{
        display: none;
    }
    .logoutnav{
        width: 9rem;
        float: right;
        margin: 10px 30px 0px 0px ;
        color: #333;
    }
    .logoutnav:hover{
        color: #fff;
        background: #ac0404;
        transition: .3s ease-in-out;
    }
    .card-md{
        background: #fff;
        margin: 5px 0px;
        width: 90%;
        clear: both;
        text-align: center;
        display: inline-block;
        box-shadow: 0px 1px 2px #aaa;
        padding: 10px 0px 20px 0px;
    }
    .rhs{
        float: none;
    }
    .lhs{
        float: none;
    }
    .bind{
        width: 100%;
    }
     .txtlarge{ width: 70%;}
    
}
@media(max-width:450px){
    .txt{width:  180px;}
    .excel{width:  190px; font-size: 13px;}
    .red{width:  190px; font-size: 13px;}
    .chk{width: 180px;}
    .txtlarge{ width: 60%;}
    .logoutnav{width: 6rem; font-size: 13px;}
    .don{width:  190px; font-size: 13px;}
}

.round_logo {
    border-radius: 100%;
}
