/* 
    Created on : Sep 8, 2020, 8:58:01 PM
    Author     : Avijit Chakravarty
*/
.task_list li a {
    padding: 9px 19px;
}
.btn_create_task {
    display: inline-block;
    padding: 5px 20px;
    border: 2px #2c97ea solid;
    border-radius: 5px;
    font-size: 14px;
    color: #414142;
    font-weight: 700;
}
.btn_create_task:hover {
    background: #2c97ea;
    color: #fff;
}
#display-errors{
    display: none;
}
#display_success_message{
    display: none;
}
.modal_body {
    padding: 0 0px 10px 19px;
    color: #5c7e91;
}
.modal-content {
    border-radius: 6px;
}
#gh_assignments a {
    color: #786;
    font-weight: 450;
}
.task_list li {
    background: #e8e6e6;
}
.task_list li a {
    color: #616161;
    font-weight: 500;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background: #a5a5a58c;
    color: #414142;
}
.task_list li a:hover {
    background: #d0d0d0;
}
.assnt_status {
    padding: 4px 10px;
    color: #fff;
    background: #17a43b;
    text-transform: uppercase;
    border-radius: 2px;
}
.dates_list {
    padding-left: 15px;
}
/*flex menu*/
#topnav {
    margin: 0 0 23px 0;
    background: #e8e6e6;
}
#topnav li a{
   color: #616161;
   font-weight: bold;
}
/*Start of form*/
.form-style-5{
    max-width: 750px;
    padding: 10px 20px;
    background: #f4f7f8;
    /*margin: 10px auto;*/
    padding: 20px;
    background: #f4f7f8;
    border-radius: 8px;
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
}
.form-style-5 fieldset{
    border: none;
}
.form-style-5 legend {
    font-size: 1.4em;
    margin-bottom: 30px;
    border: none;
}
.form-style-5 label {
    display: block;
    margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 7px;
    width: 100%;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #e8eeef;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 30px;
    
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
    background: #d2d9dd;
}
.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-5 .number {
    background: #006b3b;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
    display: block;
    padding: 19px 39px 18px 39px;
    color: #FFF;
    margin: 0 auto;
    background: #006b3b;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 100%;
    border: 1px solid #16a085;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background: #0ca05e;
}
.text_input_stl {
    /*font-family: Georgia, "Times New Roman", Times, serif;*/
	background: rgba(255,255,255,.1);
	border: none;
	border-radius: 4px;
	font-size: 16px;
	margin: 0;
	outline: 0;
	padding: 7px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #e8eeef;
	color: #8a97a0;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
	margin-bottom: 30px;
}
/*End of form*/
.all_attachment{
    width: 350px;
}
.file_select{
    margin-bottom: unset;
}
.file_size{
    font-size: 16px;
}
.form_row{
    width: 100%;
    margin: 0 auto;
}
.form_header_label{
    font-size: 17px;
    margin-bottom: 20px;
}
.input-row{
    margin-bottom: 30px;
}
.success_text {
    padding: 20px;
    border: 2px solid #16a085;
    width: 49%;
    margin: 0 auto;
    border-radius: 5px;
}
.result-table{
    border: 2px solid #16a085;
    border-radius: 5px;
}
.result-header {
    padding: 20px;
    width: 49%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.result-header h3{
    color: #16a085;
    font-size:2vw;
    padding-bottom: 15px;
}
@media (max-width : 700px){
    .result-header {
        padding: 20px;
        width: 90%;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .result-header h3{
        color: #16a085;
        font-size:6vw;
        padding-bottom: 15px;
    }
}
/* Responsive fix for small devices */
@media (max-width: 700px) {
    .success_text {
        width: 90%;  /* or 100% if you want full width */
    }
}
.success_text h3{
    color: #16a085;
	margin-bottom: 15px;
	border-bottom: 2px solid #16a085;
	padding-bottom: 10px;
}
.result-text-name{
    margin-bottom: 15px;
	border-bottom: 2px solid #16a085;
	padding-bottom: 10px;
}
@media (max-width: 700px) {
    .success_text h3{
        font-size: 19px;
    }
}
.not_selected {
    padding: 20px;
    width: 49%;
    margin: 0 auto;
    padding-bottom: 20px;
}
.not_selected h3{
    color: #000000;
    font-size:2vw;
    padding-bottom: 15px;
}
@media (max-width : 700px){
    .not_selected {
        padding: 20px;
        width: 90%;
        margin: 0 auto;
        padding-bottom: 20px;
    }
    .rnot_selected h3{
        color: #000000;
        font-size:6vw;
        padding-bottom: 15px;
    }
}
.admission_result_link{
    font-size: 17px;
    font-weight: 450;
}
.result_success_table{
    width: 50%;
    font-size: 16px;
}
.result_success_table td{
    padding: 5px
}
.success_text a {
    color: #FFFFFF;
    float: right;
}
.form_btn{
    color: #FFFFFF !important;
}
.admission_result_img{
    float: right;
}
.table-user-information {
    font-size: 16px;
}
#overlay-custom{
    width: 17%;
    margin: auto;
}
.preloader{
    width: 17%;
    margin: auto;
}
#overlay-custom-assnd{
    display: none;
}
.gh_panel{
    border-color: #ccc9c9;
}
.gh_panel_heading{
    background-color: #e8e6e6 !important;
    color: #616161 !important;
    border-color: #e8e6e6 !important;
}
.td_center{
    text-align: center;
}
.td_center a{
    color: #93a0a7;
}
.td_width{
    width: 40%;
}
.btn_404 {
    margin-top: 250px;
}