@font-face {
    font-family: 'poppinsbold';
    src: url('../fonts/poppins/poppins-bold-webfont.woff2') format('woff2'),
         url('../fonts/poppins/poppins-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppinsmedium';
    src: url('../fonts/poppins/poppins-medium-webfont.woff2') format('woff2'),
         url('../fonts/poppins/poppins-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/poppins/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: 'Poppins', sans-serif;
     background:  #f6f5f5;
     font-size: 13px;
    /*position: relative;*/
}
input[type=checkbox], input[type=radio] 
{
	margin-right: 5px;
	vertical-align: middle;
}
header {
	position: fixed;
	width: 100%;
}
.white-bg {
	background: #fff;
}

.pta-letter 
{
	height: 100px; 
	overflow:auto; 
	border:1px solid #d6d6d6;
	padding:5px 10px 10px 10px;
	
	}
.whte-ful-bg 
{
	background:#fff;
	height:120vh;
}

.table-sub-perf td 
{
	padding-top:6px;
}

.wht-ful-bg 
{
	background:#fff;
	height:322vh;
}

.lightbox-bg {
	position: fixed; 
	height: 100%; 
	width: 100%; 
	top: 0px; 
	left: 0px; 
	background: rgba(0,0,0, 0.5);
	/* filter: alpha(opacity=55); 
	-moz-opacity: .55; 
	opacity: .55; 
	z-index: 50; */ 
	z-index: 50;
	display: none;
}
.dash-date .active .dash-sub-blk {
    color: #000;
}



.p-profile {
	height:100px;
	width:100px;
	border-width:0px;
	border-radius:70%;
	border:3px solid #fff;
}


.piechart 
{
  width: 60%;
  margin: -35px auto;
  }
.staffevalpiechart 
{
	 width: 60%;
   margin: 5px auto;
}  
  

.search-icon-quick {
   position: absolute;
    right: 7px;
    top: 3px;
    cursor: pointer;
    font-size: 24px;
    color: #791fa6
}

.act-tracker-blk h6 {
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
    font-weight: 600;
}	

.widget-title 
{
	cursor: pointer;
    color: #791FA6;
     width: auto;
     font-weight: 600;
     font-size: 13px;
     display: block;
     text-transform:uppercase;
}

 .staff-table 
 {
 	padding:3px;
 }

.lightbox {
	position: fixed; 
	background-color: #fff; 
	border: 1px solid #999999;
	z-index: 50; 
	left: 10%; 
	right: 10%; 
	top: 10%; 
	display: none; 
	vertical-align: middle;
	height: 410px;
}
/* menu bar profile*/

.menu-profile 
{
	justify-content: start;
    background: #f2f3f5;
}
.menu-profile-blk p
 {
	margin:5px 0px;
}
a.strong 
{
	color:#ff4400;
}	
.menu-profile-blk h5 
  {
	font-size:15px;
	font-weight:600;
}	
.menu-title p 
{
	margin:0px;
}	
	
	
/* Quick search */


.quick-search-icon {
    position: absolute;
    top: 82px;
    cursor: pointer;
    font-size: 19px;
    color: #791fa6;
    padding-left:10px;
}	

.btn-logout a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
    padding:3px;
}

/* .btn-logout {
	font-size: 15px;
    text-transform: uppercase;
    background: none;
    border: none;
    border-radius: 5px;
     margin-left: 8px; 
    position: absolute;
    margin-top: 3px;
    border: 1px solid #d6d6d6;
} */



i.fa.fa-chevron-down.quick-chvron {
    font-size: 12px!important;
    padding-left: 10px;
}


 i.fa.fa-chevron-down.toggle-down {
     position: absolute;
    right: 10px;
    
} 
/*

.toggle {
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.toggle.down {
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}*/




.form-control {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
	
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #d6d6d6;
    outline: 0;
    box-shadow: none;
}	
.dropdown-toggle::after {
    display: none!important;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.btn-secondary:hover {
    color: #000;
    background: #0000!important;
    border-color: #545b62;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #000;
    background-color: transparent;
    border-color: #4e555b;
}


#txt-search {
    border-radius: 0 4px 4px 0;
    border: none;
    border-left: 0px solid #d6d6d6;
    background: #f6f5f5!important;
    }
 input#txt-search.form-control 
 {
 	background:none!important;
 	}   
    
#btn-search {
    padding: 4px 5px 2px;
    left: -28px;
    position: relative;
    border: 0;
    background: none;
    z-index: 2;
}
.btn-secondary.focus, .btn-secondary:focus 
{
	color: #000;
    background-color: transparent;
    border-color: #545b62;
    box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}



/*.input-group{
     border: 1px solid #d6d6d6;
    border-radius: 8px;
}*/
button#dropdownMenuButton {
    border: none;
	 padding: 4px 10px;
    text-transform: capitalize;
    
}

.dropdown.d-flex.line-box-border::after {
    content: "";
    font-size: 16px;
    color: #bbb5b5;
    padding-top: 2px;
}


/* Quick search */

	
i.fa.fa-user 
	{
		font-size: 18px;
    /* padding-right: 10px; */
 }

i.fa.fa-user-circle-o 
{
	font-size: 90px;
    color: #8d8d8d;
}

i.fa.fa-power-off {
    font-size: 24px;
}
.logo {
  /*background-image: linear-gradient(#970bb3, #0c096e);*/
    padding: 5px 5px;
    /*margin-right: 20px;*/
}
.navbar-brand img.logo {
    width: 73px;
}

.bg-light {
    background-color: #fff!important;
    display: flex;
    justify-content: space-between;
}

.navbar-brand {
	margin-right: 0px;
}

.dropdown-menu {
   /* left: -130px; */
    top: 31px;
}


.table-obe td 
{
	padding:4px;
}

.search-icon-obe  
{
	position:absolute;
	
	right:9px;
	top:9px;
	cursor:pointer;
	font-size:19px;
	color:#791fab;
	
	}


.tp-view-icons
{
	float:left;
	width:6%;
}
.sb-view-icons
{
	float:left;
	margin: 0 10px;
}
.sb-view-icons.active img,
.tp-view-icons.active img
{
	border: 1px solid #791fa6;
    background: #e2a9ff;
}
.purple-border 
{
	border: 2px solid #791fa6;
}

.trcolor
 {
    background: #f1d5ff !important;
    color: #000 !important;
}






.navbar {
	padding: 0px 10px 0px 0px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    /* color: rgba(0,0,0,.7); */
    color: #000;
}

.navbar-light .navbar-nav .nav-link {
    /* color: rgba(0,0,0,.5); */
    color: #000;
    width: auto;
    background: transparent;
}

 .navbar-light .navbar-nav .show>.nav-link {
    /* color: rgba(0,0,0,.9); */
    color: #000;
}

a#navbarDropdown::after {
    display: none;
}

/* Dropdown */



.fa-chevron-down:before {
    content: "\f078";
    /* font-size: 18px;*/
}


/* Dropdown */



.table-staff-assign 
{
	height: 403px;
}

.table-assign-height 
{
	height: 303px
}	
	
.menu-blk {
    background: #fff;
    height: 150px;
    margin-bottom: 30px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #302182;
    transition: .3s all;
    cursor: pointer;
}
.menu-blk:hover {
    box-shadow: 0 0px 29px 1px #d0d0d0;
    transform: scale(1.1);
}
.menu-blk img {
	margin-bottom: 10px;
}
.footer {
	font-size: 13px;
    font-weight: 600;
    color: #4e4e4e;
    padding: 15px;
    border-top: 1px solid #ccc;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
     flex-grow: unset; 
    -ms-flex-align: center;
    align-items: center;
}

#popup_box {
	display:none;
}
.modal-footer {
	border-top: 0; 
	padding: 0; 
	text-align: right;
}
.navbar-brand {
	padding-top: 0;
	padding-bottom: 0;
}

.btn {
	color: #3a3a3a;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #C9C9C9;
    /*padding-left: 20px;
    padding-right: 20px;*/
    border-radius: 5px;
    margin-left:10px;  
    padding: 0.25rem 1.25rem;
}

.btnorg {
	color: #3a3a3a;
    font-size: 13px;
    font-weight: 600;
    
    background: #fff;
    border: 1px solid #C9C9C9;
    /*padding-left: 20px;
    padding-right: 20px;*/
    border-radius: 5px;
    margin-left:10px;  
    padding: 0.25rem 1.25rem;

}

.input-group-fix > .form-control, .input-group-fix > .input-group-addon, .input-group-fix > .input-group-btn > .btn {
    height: 26px;
}


.add-padding {
    padding: 10px 20px;
}
.blue-btn,
.blue-btn:hover {
	background: #3930D8;
	color: #fff;
	border: 1px solid #3930D8;
	margin-left: 10px;
}

.btns {
	color: #3a3a3a;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #C9C9C9;
    padding: 12px 40px;
    border-radius: 5px;
}

.dash-btn 
{
	background: #3930D8;
	color: #fff;
	border: 1px solid #3930D8;
	
}
	
.popup-content {
	background-color: #fff;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
	padding: 15px;
}
.mainpageNavigation {
	display: none;
	padding: 11px 30px;
    /* background: #fff;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2; */
}

.with-submenu {
    margin-left: 80px;
    width: calc(100% - 80px);
    padding: 0 15px;
    height:100vh;
    overflow:auto;
}

.with-menu {
    margin-left: 10px;
    width: calc(100% - 80px);
    padding: 0 15px;
    height:100vh;
    overflow:auto;
}


.td_submenuimage {
	height: 600px;
	display: none;
}
.divFramePopUp {
	display:none;
}
.main-content {
	/*padding: 30px;*/
	min-height:calc(100vh - 126px);
}

canvas#maleChart {
    width: 175px !important;
    height: 175px !important;
}

canvas#femaleChart {
    width: 175px !important;
    height: 175px !important;
}
canvas#overallChart {
    width: 175px !important;
    height: 175px !important;
}


.page-blk img {
    /*margin-right: 12px;*/
}

.tdPrincipaldashboardIcon {
	position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 79px;
    z-index: 999999;
    box-shadow: 1px 6px 17px 0 #ccc;
    transition: all 0.5s ease;
    overflow: hidden;
}
.left-submenu span {
	font-weight: 600;
    text-transform: uppercase;
    opacity: 0;
}
.tdPrincipaldashboardIcon.sidemenu-expand {
	min-width: 370px;
	overflow-y: auto;
}
.sidemenu-expand .left-submenu span {
	opacity: 1;
}
.input-label {
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
}
.table {
    font-size: 13px;
    margin-bottom: 0px;
}
.form-row {
    margin-bottom: 15px;
}
.menu-blk .widget-title,
.page-blk .widget-title,
.school-page .widget-title {
    cursor: pointer;
    color: #791FA6;
     width: auto;
     font-weight: 600;
     font-size: 13px;
     display: block;
     text-transform:uppercase;
}

.menu-blk .widget-ctitle,
.page-blk .widget-ctitle,
.school-page .widget-ctitle {
    cursor: pointer;
    color: #0e0f17;
     width: auto;
     font-weight: 450;
     font-size: 11px;
     display: block;
}


.page-blk span {
	/*margin-bottom: 10px;*/
}
.td_menuimage 
{
	padding: 30px;
}
.widget-blk-title
{
	font-size: 15px;
	padding: 10px 0 0 0px;
	font-weight: 600;	
}
.subMenuBackImage
{
	background: #fff;
    padding: 11px 30px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-striped tbody tr:nth-of-type(even) {
    background-color: #fff;
}
.school-page {
    font-size: 12px;
    color: #000;
    align-self: center;
}
.submenu-image
{
	align-self: center;
}
.mypage-blk {
    font-size: 18px;
}
.left-submenu {
	display: flex;
	padding: 20px;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer
}
td.rowclass {
    padding: 5px !important;
    border: 1px solid #ccc;
}
.left-submenu img {
    width: 40px !important;
    height: 40px !important;
    margin-right: 10px;
}

.page-blk {
	display: flex;
	background: #fff;
	min-height: 115px;
	margin-bottom: 25px;
	padding: 8px 12px;
	border-radius: 7px;
	cursor: pointer;
}


.page-blk2 {
	display: flex;
	background: #fff;
	min-height: 50px;
	margin-bottom: 25px;
	padding: 8px 12px;
	border-radius: 7px;
	cursor: pointer;
}

.page-blk-anim
{
	transition: .3s all;
}
.page-blk-anim:hover {
    box-shadow: 0 0px 29px 1px #d0d0d0;
    transform: scale(1.1);
}

.page-blk img {
    margin-right: 20px;
}
.tdBackMenuIcon span {
	cursor: pointer; 
}
.tdBackMenuIcon .fa {
    font-size: 27px;
    vertical-align: middle;
    margin-right: 5px;
}
.mypage-blk img {
    margin-right: 15px;
}
.submenuIconDiv {
	/*height: auto; 
	min-height: 500px; 
	overflow: auto; 
	width: 100%; 
	margin: 10px auto;*/
	height: auto;
    min-height: 500px;
    margin: 30px 30px 0; 
}
.searchfilelist
{
	margin-top: 30px;	
}
.td_framepage
{
	/* height: 800px; */
	 min-height: 500px;
	 width: 100%; 
	 display: none;
	/* padding: 0 30px; */
}
.disp-data 
{
	overflow: auto;
    height: 444px;
}
.td_framepage-blk 
{
	height: 1100px;	
	/*margin: 0 30px;*/
}
.mygurukuliframe
{
	display: none; 
	height: 100%; 
/*	width: 100vw; */
	width: 100%; 
	border: none;
}
.formbody 
{
	margin: 0px;
}
.PopupAlert 
{
	display: none; 
	background-image: url("../images/stickynote.jpg"); 
	height: 200px;
	width: 223px; 
	border: 0px; 
	float: right; 
	position: fixed; 
	top: 90px;
	right: 110px;	
}
.PopupAlert1 
{
	display: none; 
	background-image: url("../images/stickynote1.jpg"); 
	height: 219px;
	width: 223px; 
	border: 0px; 
	float: right; 
	position: fixed; 
	top: 300px;
	right: 110px;
}
.popup-blk {
	width: 18%; 
	float: right;
}

.pro-imgblk {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.upload-blk {
	display: flex;
    flex-direction: column;
    margin-top: 20px;
    justify-content: center;
    align-items: center;
}

.button-group 
{	
	padding : 10px 10px;
	display: flex;
	justify-content:flex-end;
	align-items:baseline;
}
.hobbie {
	Width:100%;
	height: 150px;
}
.date-blk {
	Width:100%;
	position: relative;	
}
.dob-blk {
	cursor: pointer; 
	height: 17px; 
	position:absolute; 
	top: 32px; 
	right: 8px; 
	width: 18px;
    margin-top: 2px;
}

.dob-cal-blk {
	cursor: pointer; 
	height: 17px; 
	position:absolute; 
	top: 30px; 
	left: 84px; 
	width: 18px;
    margin-top: 2px;
}

.description {
	font-style: italic; 
	font-size: 13px;
}

.description-blk {
	Width:100%; 
	Height:25px;
}
.pro-image {
	 Width: 150px; 
	 Height: 150px;
}

.captcha {
	 display: block; 
	 height: 150px; 
	 width: 400px; 
	 border: none;
}
.captcha-blk {
	float: left; 
	width: 100%;
}

.date-blk,
.text-field-blk {
	Width: 100%;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 4px 10px;
    font-size: 13px;
    background: #f6f5f5;
    border-radius:5px;
}

.table-field-blk {
	Width: 100%;
    outline: none;
    padding: 2px 5px;
    border: 1px solid #d6d6d6;
    font-size: 12px;
    background: #f6f5f5;
    border-radius:5px;
}

.text-field-pnr-blk {
	Width: 40%;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 4px 10px;
    font-size: 13px;
    background: #f6f5f5;
    border-radius:5px;
}

.text-field-config-blk {
	Width: 99%;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 4px 10px;
    font-size: 13px;
    background: #f6f5f5;
    border-radius:5px;
}

.text-field-staff-blk {
	Width: 26%;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 4px 10px;
    font-size: 13px;
    background: #f6f5f5;
    border-radius: 5px;
    margin: 10px
}

hr 
{
	border-color:#791fa6;
	}

.text-field-blk 
{
	position:relative;
}

select option:active {
    background: #791fab;
    color: #fff;
}

.arrow-left 
{
	cursor: pointer;
    padding-right: 10px;
    font-size:20px;
    margin-top: 4px;
    font-weight: 600;
}

.arrow-right 
{
	cursor: pointer;
    padding-left: 7px;
    font-size:20px;
    margin-top: 4px;
    font-weight: 600;
}		


.custom-text-width 
{
	width:50%;
}

span.form-radio label {
    margin-left: 8px;
}	
span.form-radio {
    margin-top: 15px;
    display: inline-block;
}

.from {
	Width: 100%;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 12px 20px;
    font-size: 16px;
    position: relative;
}
.from-blk {
	position: absolute;
	top: 0px;
	left: 0px;
}

.title-blk {
	background-color: #fff;
  
    padding: 17px;
    display: flex;
   /* width: 100%; */
}
.dash-blk 
{
	display: flex;
	position: relative;
	align-items: center;
	width: 50%;
}

.dash-blk span 
{
	margin-right: 15px;
	font-weight: 600;
}

.dates-blk {
	Width: 70%;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 8px 16px;
    font-size: 16px;
	
}
.dobs-blk {
	cursor: pointer; 
	height: 17px; 
	position:absolute; 
	top: 14px; 
	right: 10px; 
	width: 18px;
    margin-top: 2px;
}

.dat-blk {
	Width: 70%;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 8px 16px;
    font-size: 16px;
	
}
.do-blk {
	cursor: pointer; 
	right:11%;
	position:absolute; 
	
}

.dash-title-blk 
{
	/* float: left; */
    /* width: 100%; */
    margin-left: 0px;
    margin-top: 0px;
    /* margin-bottom: 5px; */
    font-weight: bold;
    /* cursor: pointer; */
    min-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dash-sub-blk {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dash-notice-blk 
{
	background: #fff;
	border-radius: 10px;
	
}

.div0 
{
	background: #fff;
	border:1px solid #d6d6d6;
}

.div1 {
	background: #f6f5f5;
}

.dash-date {
	border-right : 1px solid #ddd;
	padding-right: 0px;
}
.leftside-list:not(.active) {
    /*padding: 15px 20px;*/
}
.dash-date .active {
     color: #791FA6;
     border-left: 5px solid #791FA6;
     border-right: 5px solid #791FA6;
     transition: 0.3s all;
}
.leftside-list 
{
	cursor: pointer;
	padding: 12px 15px;
    min-height: 72px;
   /* border:1px solid #d6d6d6; */
}

.events-top
{
 padding-top:.75rem!important;
}


.form-header 
{
	padding:15px 10px;
	}

.right-container {
}
.right-container-head {
    padding: 25px 15px;
    border-bottom: 1px solid #ddd;
}
.right-container-head h1 {
    font-size: 20px;
    color: #123456;
    padding: 0 10px;
    margin: 0;
}
.right-container-attach 
{
	cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    font-style: italic;
}

.right-container-content {
    padding: 20px 30px;
    line-height: 26px;
    /*height:100vh;*/
    overflow:auto;
    height:29vh;
}


.dash-search {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.txtfield {
    width: 100%;
    outline: none;
    border: 1px solid #ddd;
    padding: 8px 16px;
    font-size: 14px;
}

img.font-search {
    position: absolute;
    top: 8px;
    right: 12px;
}

.filecondition {
	display: block;
	position: relative;
}

.pro-file {
    display: flex;
    flex-direction: column-reverse;
}
	/*	///birthday//  */
	
.information {
    background-color: #fff;
  
}
	
.information td {
    text-align: right;
}

.text {
    text-transform: uppercase;
    color: #000;
    margin-left: 20px;
    text-align:start;
}

.title {
    font-weight: 700;
    font-size: 13px;
}

.text p {
    margin-bottom: 0;
}

.message {
    font-size: 13px;
    color: #2D00F2;
    font-weight: 600;
    padding-left: 10px;
    text-decoration: underline;
}

.student_image, .text {
    float: left;
}

.carousel-control-prev,
.carousel-control-next {
    position: inherit;
    display: inline;
}



.active {
   /* border-left: 5px solid #791FA6;
    border-right: 5px solid #791FA6; */
}

.carousel-control-prev-icon {
    background-image: url("../web-assets/images/right.png");
    background-color:#ff4400;
}

.carousel-control-next-icon {
    background-image: url("../web-assets/images/right.png");
     background-color:blue;
}
.control {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.btn-logout a {
    color: #000;
    font-weight: 400;
    text-decoration: none;
}

.btn-logout {
	font-size: 15px;
    /* font-weight: 600; */
    text-transform: uppercase;
    background: none;
    border: none;
   /* padding-top: 3px;
    border-radius: 5px;
     margin-left: 8px; */
    position: absolute;
   /* margin-top: 5px;
    border: 1px solid #d6d6d6;
     left: 19%; 
     top: 32%;*/
}


.login-date {
	font-weight: 600;
    margin-right: 28px; 
    color:#791FA6;
    font-size:13px;
}
.admin-logout {
	background: transparent;
	color: black;
	font-weight: 500;
	margin-left: 10px;
}
.admin-name {
	display: flex;
    align-items: center;
    font-weight: 600;
    color: #791FA6;
    font-size: 13px;
    /* margin-right: 88px; */
    position: absolute;
    top: 0px;
    right: 84px; 
}
.main-menu-blk {
	display: flex;
	
}

.blog-blk {
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
}
	
	
	
.user-blk
{
	display: flex;
    align-items: center;
}	
.profile-blk
{
	display: flex;
    background: white;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

/*###########*/
/* ADDED NEW */

.window-height {
 	height: 100%;
}
.noticeboardresult-height 
{
	height: 475px;
}
.calendar-blk 
{
	height:70px;
	background: #287b89;
	color:#fff;
	font-weight: bold;
}
.calendar-blk-head 
{
	height:50px;
}
.inscal-body 
{
	background: #fff;
	margin: 0 30px;
}

.to-blk 
{
	cursor: pointer;
    height: 17px;
    position: absolute;
    top: 14px;
    right: 0px;
    width: 18px;
    margin-top: 2px;
}
.fromdates-blk 
{
	Width: 80%;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 8px 16px;
    font-size: 16px;
}
.todash-blk 
{
	display: flex;
    position: relative;
    align-items: center;
    width: 50%;
}

.todash-blk span 
{
	margin-right: 10px;
    font-weight: 600;
    margin-left: 10px;
 }
 
 
.calendar-blk-head {
    border-bottom: 1px solid #ccc;
}
.calendar-blk-head td:nth-child(2) {
    font-weight: bold;
}
.calendar td {
    padding: 16px;
    font-weight: 500;
    border-left: 1px solid #ccc;
    text-transform: uppercase;
}
.calendar td:last-child 
{
	border-right: 1px solid #ccc;
}
.calendar-months tr 
{
	
}
.calendar-months tr td {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
    height: 100px;
}

.calendar-months tr td:last-child {
    border-right: 1px solid #ccc;
}

.calendar-months tr td:first-child {
    border-right: 1px solid #ccc;
    background: #ddf0ff;
    
}

.modal-close 
{
	width: 20px;
    height: 20px;
    cursor: pointer;
    vertical-align: top;
    margin-right: 15px;
}


.aca-year 
{
	background-color: #fff;
    border-radius: 15px;
    padding: 17px;
    width: 100%;
}
.course-blk 
{
	margin-left:4px;
}
.label-aca {
    color: #000;
    font-weight: 500;
    padding-right: 20px;
}

.cal

.label-prp {
    color: #000;
    font-weight: 500;
    min-width:80px;
}

.menu-color 
{
	background:#791fa6;
	}

.label-menu 
{
	color: #fff;
    font-weight: 500;
}

.text-field {
    outline: none;
    border: 1px solid #e1e1e1;
    padding: 8px 16px;
    font-size: 14px;
    background:#f8f8f8;
}

.notice-bottom {
	margin-bottom : 20px;
}


.textbox-align
{
	padding: 10px 0px 1px 0px;
}

.sub-textbox-align
{
	padding: 10px 0px 3px 0px;
}

.sub-text-box-align 
{
	padding: 10px 0px 10px 0px;
}	
	
.myprofile,
.content-box-shadow
{
	margin: 0 10px ;
	background: #fff;
	box-shadow: 0 0 30px 0 #e2e2e2;
	border-radius: 7px;

}
.myprofile-container , .content-box-container 
{
	width: 100%;
    padding: 30px;
}

.notice-box-container 
{
	width: 100%;
	padding: 15px;
	background:#fff;
}


/*.search-icon {
	position: absolute;
    right: 8px;
    top: 7px;
    font-size:21px;
    cursor:pointer;
    color:#791fa6;
}*/

.search-font 
{
	font-size: 20px;
	margin-right: 15px;
	color:#791fa6;
	margin-left:5px;
}

.login-footer
{
	display: flex;
	position: fixed;
	bottom: 0;
	padding: 10px 20px;
	justify-content: space-between;
	width: 100vw;
	border-top: 1px solid #ccc;
	background: #fff;	
}


/*

.loginpagecontainer
{
	display: flex;
    justify-content: end;
    align-items: center;
    height: 92vh;
}
.login-container-blk {
    width: 350px;
    background: #fff;
    border-radius: 30px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 0 65px 0 #f1d4ff;
}
.loginpagecontainer h1 
{
	text-transform: uppercase;
    font-size: 23px;
    font-weight: 600;
    color: #791fa6;
    font-family: "Poppins";
    margin-bottom: 20px;
}
.fontlbl 
{
	font-weight: 400 !important;
}
.login-text
{
	padding: 8px 10px;
    background: #fcf7ff;
    font-size: 16px;
    Width: 100%;
    outline: none;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    transition: .5s all;
}
.login-text:focus {
    border: 1px solid #791fa6;
}
.login-container-blk label {
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
}
.purple-btn
{
	width: 100%;
    background: #791fa6;
    margin: 0;
    padding: 8px 10px;
    font-size: 16px;
    color: #fff;
    border: 0;
}
.login-container-blk a {
    color: #a9a9a9;
}
.copyright
{
	color: #a9a9a9;
}

*/


.tra0 {
    background-color: #bc51cd;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: white;
    width: 100%;
}

.tra1 {
    background-color: #f5c3fd;
    /* background-color: #C5D185; */
   padding:10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: black;
    width: 100%;
}

.updates-box 
{
	padding:10px;
	overflow: auto;
    height: 500px;
	}


/*login new css */

.loginpagecontainer
{
	display: flex;
    justify-content: end;
   /* align-items: center;
    height: 92vh;*/
   margin-top: 39px; 
}
.login-container-blk {
     /* width: 350px;*/
    background: #fff;
    border-radius: 30px;
   /* padding: 30px;*/
    text-align: center;
   /* box-shadow: 0 0 65px 0 #f1d4ff;*/
}
.loginpagecontainer h1 
{
	text-transform: capitalize;
    font-size: 13px;
    font-weight: 700;
    color: #787878;
    font-family: "Poppins";
    margin-bottom: 20px;
}
.login-pw 
{
	font-weight: 600;
    font-size: 14px;
    padding: 10px 30px;
    background: #c1230a;
    color: #fff;
    text-align: center;
	}

.fontlbl 
{
	font-weight: 400 !important;
}


.fa-user:before {
    content: "\f007";
    color: #9b9b9b;
}

.fa-lock:before {
    content: "\f023";
    color: #9b9b9b;
}

.input-group 
{
	border-bottom: 1px solid #c3c1c1;
	
	}
.login-text
{
	/* padding: 8px 10px;
    background: #fcf7ff;
    font-size: 16px;
    Width: 100%;
    outline: none;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    transition: .5s all;*/
    
    font-size: 14px;
    /* Width: 100%; */
    outline: none;
    border: 0px 0px 1px px;
    /* border-radius: 5px; */
    transition: .5s all;
    border-bottom: 0px!important;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    color: #000;
    font-weight: 400;
}


.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    /* background-color: #e9ecef; */
    /*  */
    /* border-radius: .25rem; */
    border-bottom: 0px;
    background-color: #fff;
    border-radius:0px!important;
    border-top: 0px;
    border-left: 0px;
    border-radius: 0px;
}


.form-check-input {
    position: absolute;
    margin-top: 3px!important;
    margin-left: -61px!important;
}


.login-text:focus {
   /* border: 1px solid #791fa6; */
}



.login-container-blk label {
    display: block;
    margin-bottom: 3px;
    font-size: 12px;
    text-transform:capitalize;
    font-weight: 300;
    color:#c3c1c1;
    padding-left: 17px;
}
.purple-btn
{
	width: 100%;
    background: #7619af;
    margin: 0;
    padding: 7px 25px;
    font-size: 13px;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 500;
    
}
.login-container-blk a {
    color: #791FA6;
}
p.have a 
{
	color:#a9a9a9;
}



.login-btm-blk {
	margin-top: 200px;
    border-top: 1px solid #d6d6d6;
    padding-top: 10px;
	}
	
	
.copyright
{
	color: #a9a9a9;
}

/*login new css */


.faqbox 
{
	
}
.faqbox h4
{
	cursor: pointer;
    font-size: 13px;
    border: 1px solid #ccc;
    padding: 7px;
    background: #3f51b5;
    margin-bottom: 0;
    color: #fff;
    border: 1px solid #3f51b5;
}
.faqbox .faq-content-blk 
{
	font-size: 13px;
    font-style: normal;
    margin-top: 0px;
    display: block;
    padding: 10px 15px;
    border: 1px solid rgb(63, 81, 181);
    border-radius: 0px 0px 10px 10px;
    line-height: 27px;
    font-weight: 400;
}
/*NOTICE BOARD*/
.search-icon {
	position: absolute;
    right: 8px;
    top: 5px;
    cursor: pointer;
    font-size: 19px;
    color: #791fa6
}

.select-icon {
    position: absolute;
    right: -24px;
    top: 5px;
    cursor: pointer;
    font-size: 19px;
    color: #791fa6;
}


 
.search-report-icon {
   font-size: 19px;
    color: #791fa6;
    border: none;
    background:none; 
    padding:0px;
    }
    
.publish-report-blk{
    border: none;
    background: none;
    padding: 0px;
    }
    
    button:focus {
    outline: none!important;
}

.search-icon-table {
	position: absolute;
    right: 141px;
    top: 5px;
    cursor: pointer;
    font-size: 19px;
    color: #791fa6
}


.search-icon-blk 
{
	cursor: pointer;
    font-size: 19px;
    color: #791fa6;
	
	}

.table-head-blk,.fontlbl
{
	width: 100%;
	border-color: none;
	font-size: 13px;
	font-weight: 600;
}
.notice-board-page-button-table
{
	display: flex;
	flex-direction: row-reverse;
	margin-top:10px;
}

.txtfield-blk  
{
    Width: 80%;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 4px 10px;
    font-size: 13px;
    background: #f6f5f5;
    border-radius: 5px;		
    
}
	
.table td, .table th {
	padding: .25rem;
	vertical-align:middle;
}
.text-field-pnr-blk {
    Width: 40%;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 4px 10px;
    font-size: 13px;
    background: #f6f5f5;
    border-radius: 5px;
}
.white-ful-bg 
{
	background:#fff;
	height:100vh;
}

.table-height-approver 
{
	height: 327px;
	overflow:auto;
}

img.banner-bg
{
	height:660px;
    margin-top: 0px;
	}
 
.banner 
{
	
background-image: url("../banner-E365.jpeg"); /* The image used */
   /* Used if the image is unavailable */
  /* You must set a specified height */
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  background-size: contain;

}

 




.table-height-mentor 
{
	height: 280px;
	overflow:auto;
	}

.table-height-mentorres 
{
	height: 210px;
	overflow:auto;
	}


.table-height-service 
	{
		height: 355px;
		overflow:auto;
	}
	
	
.table-height-view 
	{
		height: 192px;
		overflow:auto;
	}



.manage-config 
{
	color:#353131;
}

.table-height-service 
	{
		height: 355px;
		overflow:auto;
	}
	.table-height-map 
	{
		height:201px;
		overflow:auto;
	}

	.table-height-exit 
	{
		height:110px;
		overflow:auto;
	}	
	
/*-+-+-+-+*/	
	
.table-height 
{
	height:225px;
	overflow:auto;
}

.table-height-fees 
{
	height:200px;
	overflow:auto;
}

.table-height-profile 
{
	height:320px;
	overflow:auto;
	}

.table-height-absent 
{
	height:246px;
	overflow:auto;
	}
	
	.table-height-spl {
    height: 358px;
    overflow: auto;
}

.table-height-slot 
{
	height: 355px;
    overflow: auto;
	}
	
.table-height-bio 
{
	height:469px;
	overflow:auto;
	}		

.table-height-fees 
{
	height:369px;
	overflow:auto;
	}	
	
	.table-height-default 
{
	height:339px;
	overflow:auto;
	}	
	
	 #attendanceviewresult
{
	height:430px;
	overflow:auto;
	} 
	
/*	#attendanceviewresult
{
	height:20px;
	overflow:auto;
	} */
	
	
.table-flex 
{
	height:140px;
	overflow:auto;
}
	
.table-flex-100 
{
	height:100px;
	overflow:auto;
}
	
.subwindow-box-container 
{
	width: 100%;
	padding: 15px;
	background:#fff;
	border-radius:7px;
}


.nav-text {
   position: relative;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding-left: 32px;
    /* text-transform: uppercase; */
    font-weight: 500;
    vertical-align: middle;
    display: table-cell;
}



.right .nav-text {
    color: #141072;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}



.leftcoloumn 
{
	position:absolute;
	 top:54px; 
	/* top:70px;*/
}




/*-+-+-+-+*/

/*SIDEBAR*/

/*-+-+-+-+*/
.nav-sidebar-overlay 
{
background: rgba(0,0,0,0.25);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.sidebar {
	position: fixed;
    width: 70px;
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: all .5s;
    -webkit-transform: translateZ(0) scale(1, 1);
    z-index: 1000;
    background-color: #fff;
    height: 100vh;
}
.sidebar>ul {
    margin: 0;
    padding: 0px;
}
.sidebar ul 
{
	margin: 0;
	padding: 0;
}
.sidebar li {
    position: relative;
    display: block;
    width: 346px;
}

.sidebar li>a {
    position: relative;
    display: block;
    border-collapse: collapse;
    border-spacing: 0;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
.sidebar span {
    display: inline-block;
}

.sidebar .icon {
    position: relative;
    /* display: table-cell; */
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    width: 28px;
}

.sidebar .nav-text {
    position: relative;
    /* display: table-cell; */
    vertical-align: middle;
}

.sidebar.open .arrow .icon {
    transform: rotateZ(-180deg);
}

.sidebar.open {
    width: 346px;
    background-color: #fff;
    /*box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(58, 39, 39, 0.12);
    height: calc(100% + 2em); */
    overflow-y: auto;
    top: 0;
}
.sidebar.open a {
    border-bottom: 1px solid #e6e6e6;
}
.sidebar.open a:hover {
    background: #e8f0fe;
}


/*-+-+-+-+*/

/*SIDEBAR - Menu option*/

/*-+-+-+-+*/
.sidebar-mo {
	position: absolute;
    width: 70px;
    overflow: hidden;
    -webkit-transition: width .05s linear;
    transition: all .5s;
    -webkit-transform: translateZ(0) scale(1, 1);
    z-index: 1000;
    background-color: #fff;
   
}
.sidebar-mo>ul {
    margin: 0;
    padding: 0px;
}
.sidebar-mo ul 
{
	margin: 0;
	padding: 0;
}
.sidebar-mo li {
    position: relative;
    display: block;
    width: 346px;
}

.sidebar-mo li>a {
    position: relative;
    display: block;
    border-collapse: collapse;
    border-spacing: 0;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
.sidebar-mo span {
    display: inline-block;
}

.sidebar-mo .icon {
    position: relative;
    /* display: table-cell; */
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    width: 28px;
}

.sidebar-mo .nav-text {
    position: relative;
    /* display: table-cell; */
    vertical-align: middle;
}

.sidebar-mo.open .arrow .icon {
    transform: rotateZ(-180deg);
}
.sidebar-submenu 
{
	position: relative;
	top: 0;	
}
.sidebar-mo.open {
    width: 346px;
    background-color: #fff;
    /*box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(58, 39, 39, 0.12);
    height: calc(100% + 2em); */
    overflow-y: auto;
    top: 0;
}
.sidebar-mo.open a {
    border-bottom: 1px solid #e6e6e6;
}
.sidebar-mo.open a:hover {
    background: #e8f0fe;
}



.right-arw 
{
	width: 40px;
    font-size: 31px;
    color:#000;
}

.notice-content 
{
	width: 98%;
	background-color:#fff;
	padding: 10px 20px;
    margin: 20px 15px;
	border-radius:10px;
}
.notice-head {
	height:50px;
	width:100%;
	background-color: #fff; 
	border-color:White;
}

.Inscal_body 
{
	margin:30px;
}

.cal-days 
{
	height: 100px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}
.courses-blk 
{
	margin-left: 7px;
}

.close-blk,.save-blk
{
	margin-left:20px;
}

.exam-blk 
{
	display:flex;
	align-items:center;
}

.table-adj-height
{
	height:200px;
	overflow:auto;
}

.textbox-blk 
{
	 outline: none;
    border: 1px solid #e1e1e1;
    padding: 8px 16px;
    font-size: 14px;
    background:#f8f8f8;
    width:100%;
    margin-right:10px;
}
.sub-box 
{
	display:flex;
	padding-left:10px;
}
.textcode-blk 
{
	outline: none;
    border: 1px solid #e1e1e1;
    padding: 8px 16px;
    font-size: 14px;
    background:#f8f8f8;
    width:100%;
    margin-right:10px;
    margin-left:8px;
}

.submenu-desc 
{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	font-size: 11px;
}
.pro-blk 
{
	background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 45px 30px;
}
.upload-blk .description 
{
	font-size: 11px;
}

::-webkit-scrollbar {
    width: 8px;
    height:5px;
}

::-webkit-scrollbar-track {
    background-color: #cdcdcd
}
/*
::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px rgba(57,48,216, 1);
}
*/

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(180deg, #D0368A 0%, #708AD4 99%);
    box-shadow: inset 2px 2px 5px 0 rgba(#fff, 0.5);
    border-radius: 100px;
   
}

.fonthead 
{
	font-size: 14px;
    font-weight: 500;
    margin-bottom: 15px;
}

.search-vle-blk {
    display: flex;
    align-items: center;
}
.target-window 
{
	background: #fff;
	padding: 12px;
}
.target-window-content
{
	padding: 0 15px;
}


.tab-bg {
	background-color:#d6d6d6; 
	color: Black;
	 cursor: pointer; 
	 border-radius:10px 10px 0px 0px;
 }

.menu-title {
    font-weight: 500;
    font-size: 14px;
    padding: 10px 30px;
    background: #791FA6;
    color:#fff;
}

.menu-titleview {
    font-weight: 500;
    font-size: 10px;
    padding: 10px 30px;
    background: #791FA6;
    color:#fff;
}

.sub-table-menu 
{
	border:1px solid #d6d6d6;
	width: 10%;
	height:20px;
}

.sub-menu-content 
{
	border: 1px solid #d6d6d6;
}
.sub-menu-check 
{
	width:100%;
	border: 1px solid #d6d6d6;
	}
	
.publish-blk {
	cursor: pointer; 
	height: 17px; 
	position:absolute; 
	top: 6px; 
	right: 4px; 
	width: 18px;
    margin-top: 2px;
}
.publish-blk-cal 
{
	cursor: pointer;
    height: 17px;
    position: absolute;
    top: 7px;
    right: 5px;
	}
.calendar-search-blk {
	cursor: pointer;
    height: 17px;
    position: absolute;
    top: 6px;
    right: 17px;
    width: 18px;
    margin-top: 2px;
}
.calendar-search-blk-from {
	cursor: pointer;
    height: 17px;
    position: absolute;
    top: 6px;
    right: 45px;
    width: 18px;
    margin-top: 2px;
}

.publish-table {
	cursor: pointer; 
	height: 17px; 
	position:absolute; 
	top: 9px; 
	right: 9px; 
	width: 18px;
    margin-top: 2px;
}



.refresh-blk 
{
	cursor: pointer; 
	height: 17px; 
	position:absolute; 
	top: 6px; 
	right: 4px; 
	width: 18px;
    margin-top: 2px;
	}

.textcolor 
{
	color:#791fab;
    font-weight: bold;	
}


.publish {
	margin-left: -5px;
	
}

.test-photo img {
    width: 40px;
}

.table-head-blk { 
	height:30px;
	width:100%;
	font-size:13px;
	font-weight:600;
	background:#791FA6;
    color:#fff; 
		}
		
.profile-update { 
	
	width:100%;
	font-size:15px;
	font-weight:600;
	background:#3f51b5;
    color:#fff; 
     padding: 5px;
    margin-bottom: 7px;
	
	}		
	
.table-head-content 
{
	border:1px solid #d6d6d6;
	border-bottom:none;
	color:#791FA6;
	text-transform:uppercase; 
}

.table-content-check 
{
	border:1px solid #d6d6d6;
	width: 10%;
	height:20px;
}

.table td, .table th {
    padding: .25rem;
    vertical-align:middle;
}

.btn-blk-box 
{
	margin-top:100px;
	}
	
.select-btn 
{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.prp-code 
{
	display:flex;
	justify-content:flex-end;
	align-items:baseline;
	}

/*.notice-data {
	border:1px solid #e1e1e1; 
	color:#791FA6; 
	font-weight:500; 
	font-size:18px;
	align:left;
}*/

/*-+-+-+-+-+-+*/

/*New*/



/*-+-+-+-+-+-+*/

/*myadmin page - STR*/

/*NOTICE BOARD*/



/*.search-icon {
	position: absolute;
    right: 8px;
    top: -4px;
    cursor: pointer;
    font-size: 24px;
    color: #791fa6
}*/

.search-table {
	position: absolute;
    right: 13px;
    top: 9px;
    cursor: pointer;
    font-size: 20px;
    color: #791fa6;
}

.table-head-blk,.fontlbl
{
    width: 100%;
    border-color: none;
    font-size: 13px;
    font-weight: 600;
  
	
	}
.notice-board-page-button-table
	{
		display: flex;
		flex-direction: row-reverse;
		margin-top:10px;
	}
	
.pagin-blk 
{
	display: flex;	
	color:black;
	justify-content: flex-end;
	/*border-top: 1px solid #ddd;*/
	}
.pagin-blk a
{
	cursor: pointer;
	padding: 10px;
}
.pagin-blk a:hover {
    background: #840baa;
    color: #fff !important;
    font-weight: 600;
}
.pagin-blk-btm 
{
		display: flex;
        justify-content: flex-end;
}
	
.border-box 
{
	box-shadow: 0 0 34px 0px #ddd;
    border-radius: 10px;	
}
	
.table td, .table th {
    padding: .25rem;
    vertical-align:middle;
}

.text-field-to {
	Width: 88%;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 6px 10px;
    font-size: 14px;
    background: #f6f5f5;
}

.photo-icon 
{
  top:10px;
}
.text-field-prp {
	Width: 27%;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 6px 10px;
    font-size: 14px;
    background: #f6f5f5;
    border-radius: 10px;
}

.text-field-mark {
	Width: 19%;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 6px 10px;
    font-size: 14px;
    background: #f6f5f5;
}

.publish-to {
	cursor: pointer; 
	height: 17px; 
	position:absolute; 
	top: 11px; 
	right: 18px; 
	width: 18px;
    margin-top: 2px;
}

.publish-remark {
	cursor: pointer; 
	height: 17px; 
	position:absolute; 
	top: 11px; 
	right: 171px; 
	width: 18px;
    margin-top: 2px;
}

.text-field-remark {
	Width: 44%;
    outline: none;
    border: 1px solid #d6d6d6;
    padding: 6px 10px;
    font-size: 14px;
    background: #f6f5f5;
}

.valid-setting td 
{
	padding:6px;
}
	
	/*-+-+-+-+*/



/*-+-+-+-+-+-+*/

/*prpbutton*/

.prp-button {
    display: flex;
    justify-content: flex-end;
}

.generate 
{
	margin-left:5px;
}

/*-+-+-+-+*/	
/*Link ModaL WINDOW*/

.link-modal-right{

	font-size: 15px;
	font-weight: 500;
	padding-left: 5px;
	color: #fff;
	height: 38px;
	background: #780aa3;
	text-transform: capitalize;
}

.list-modal-font 
{
	font-size:13px;
	font-family:'Poppins', sans-serif;
	font-weight:500;
	padding: 5px;
	
}
.list-modal-btn 
{
	border-top: 1px solid #CCCCCC;
    text-align: right;
    padding: 10px;
}

.div-main 
{
    display: flex;
    margin-bottom: 10px;
    flex-direction: row-reverse;
}


.table-obe-height {
    height: 435px;
    overflow: auto;
}

.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index:99999;
}


/*-+-+-+-+-+-+*/

.text-field-cal {
	Width: 100%;
	outline: none;
	border: 1px solid #d6d6d6;
	padding: 6px 10px;
	font-size: 14px;
	background: #f6f5f5;
}

.publish-cal {
	cursor: pointer;
	height: 17px;
	position: absolute;
	top: 8px;
	right:3%;
	width: 18px;
	margin-top: 2px;
	
}


.next-day, .previous-day 
{
	color:#000;
	font-size:14px;
	vertical-align:middle;	
	text-transform:capitalize;
}

.left 
{
	margin-left:5px;	
	
}






select option 
{
	padding:5px;
	background:none;
}

select#Lsttitle 
{
	
    height: 260px;
    width: 100%;
    padding: 5px;
}



/*-+-+-+-+-+-+*/

/*SEARCH WINDOW ICON*/

.img-blk 
{
	cursor: pointer;
    vertical-align: top;
    height: 17px;
    width: 17px;
    margin-left: 10px;
}


/*-+-+-+-+-+-+*/


/*SUCCESS ALERT*/

.success-alert 
{
	position: fixed; 
	height: 100%; 
	width: 100%; 
	top: 0px; 
	left: 0px; 
	background-color: #000000;
	filter: alpha(opacity=55);
	-moz-opacity: .55;
	opacity: .55;
	z-index: 50;
       
}
.success-alert-blk {
	position: fixed;
	background: #780aa3;
	
	z-index: 50; 
	left: 20%; 
	right: 20%;
	top: 20%;
}

.title-success 
{
	background: #780aa3;
    color: #fff;
    padding: 8px;
    margin-bottom: 10px;
    font-size: 17px;
    font-family: 'Poppins';
}

.success-msg {
	font-size: 17px;
	padding: 15px;
}
.success-main 
{
	width:100%; 
	background-color: #FFFFFF;
	border: 1px solid #999999;
}

/*-+-+-+-+-+-+*/

/*ACTIVITY CAL Icon*/


.cal-icon 
{
	position: absolute;
	right: 82px;
	top: 7px;
	cursor: pointer;
	font-size: 19px;
}




/*-+-+-+-+-+-+*/

/*-+-+-+-+-+-+*/


/* Attd Entry inner-content-blk*/

.inner-content-blk 
{
	
	height: 253px; 
	border: 1px solid #e1e1e1;

}

.table-photo-height 
{
	height:277px;
	overflow:auto;
	
}
/*---Iframe View Page*/

.divmyalerts-main
{
	height: 365px;
	width: 98%; 
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px; 
	border: 1px solid #d6d6d6;
}

.admin-left 
{
	margin-left:-9px;	
}


  /*-+-+-+-+-+-+*/

/*----image Center-----*/
.img-center 
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:50%;
}
/*-+-+-+-+-+-+*/

.table-staff td 
{
	border: none;
}

.service-setting 
{
	background-color: #d6d6d6;
	color: #000;
	text-align:center;
	padding: 3px;
	font-weight:500;
}

.for-searchbox 
{
	position:absolute; 
	right: 10px; 
	top:50%;
	transform: translateY(-50%);
}

.for-calbox 
{
	position:absolute; 
	left: 106px; 
	top:50%;
	transform: translateY(-50%);
}

.other-view
{
	background-color: #d6d6d6;
	color: #000;
	text-align:center;
	padding: 7px;
	font-weight:500;
	margin:0px 10px;
}

.sem-type
{
	margin-left: 17px;	
}

.table-teacher-height 
{
	height: 421px;
    overflow: auto;
}

.table-teacher-obe 
{
	height: 360px;
    overflow: auto;
}

.table-performance-height 
{
	height: 720px;
    overflow: auto;
}

.table-monitor-subject 
{
	height: 500px;
    overflow: auto;
}

.table-monitor-mentor 
{
	height: 580px;
    overflow: auto;
}

.table-monitor-mentorht 
{
	height: 500px;
    overflow: auto;
}

.table-title 
{
	height: 460px;
	overflow: auto;
}

	
.table-blk {
    box-shadow: -1px 2px 5px 1px #e5e5e5;
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    width: 93vw;
}

.table-body {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
}

.table-blk .tr0, .table-blk .tr1 {
    padding: 15px;
    color: #5ab262;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
}

.table-time-block span:nth-child(1) 
{
	background: #6d747c;
	color: #fff;
	padding: 10px;
	border-radius: 6px 0 0 6px;
}

.table-time-block span:nth-child(2) 
{
	background: #565a63;
	color: #fff;
	padding: 10px;
	border-radius: 0 6px 6px 0;
}

.table-class-type 
{
	color: #fff;
	width: 0;
	height: 0;
	border-top: 35px solid #ff9701;
	border-left: 35px solid transparent;	
	position: absolute;
	top:0;
	right: 0;
}

.table-class-type-text
{
	color: #fff;
	position: absolute;
	top: 3px;
	right: 5px;
	font-weight: 700;
    font-size: 14px;
}

.text-box-left 
{
	margin-left: -8px;
}

.text-area-left {
	margin-left: 35px;
}

.text-admission {
	margin-left: -35px;
	}
	
.search-accounts 
  {
	cursor: pointer;
	font-size: 19px;
	color: #791fa6;
	}
	
.track-height 
{
	 height: 300px; 
	 overflow: auto;
	
}

.logout-btn
{
	
    background: #7916AF;
    margin: 0;
    padding: 7px 40px;
    font-size: 16px;
    color: #fff;
    border: 0;
    text-transform: uppercase;
    margin:30px 0px;
    
}

.left-side 
{
	margin-left: -25px;
 }
	
.left-side-blk 
{
	margin-left: -19px;
	}
		
.table-height-time 
{
	height:485px;
	overflow:auto;
	}
	
	
.table-height-valuation 
{
	height:900px;
	overflow:auto;
	}	
	/* Default */
		
.table-height-marks 
{
	height:320px;
	overflow:auto;
}

.table-height-receipts 
{
	height:330px;
	overflow:auto;
}

.table-height-lesson 
{
	height:270px;
	overflow:auto;
}

.table-height-practical 
{
	height:285px;
	overflow:auto;
}

.table-height-markss 
{
	height:300px;
	overflow:auto;
}

.table-height-reporting 
{
	height:220px;
	overflow:auto;
}

.table-height-obe 
{
	height:120px;
	overflow:auto;
}

.table-height-edit
{
	height:150px;
	overflow:auto;
}

/* Default */
	
.table-height-staff 
{
	height:370px;
	overflow:auto;
}
	
.table-height-adjust 
{
	height:410px;
	overflow:auto;
}
	
.table-height-select 
{
	height:310px;
	overflow:auto;
}	
	
	.table-height-call 
   {
	height:350px;
	overflow:auto;
	}
	
	.table-height-admin 
{
	height:361px;
	overflow:auto;
}
	
	.table-height-publication 
{
	height:261px;
	overflow:auto;
}	
	
	.table-height-status 
{
	height:380px;
	overflow:auto;
	
	}
	
.table-height-land 
{
	height:330 px;
	overflow:auto;
	
	}		
	
	.table-height-dvs 
{
	height:440px;
	overflow:auto;
	
	}
	
.table-height-studash 
{
	height:355px;
	overflow:auto;
	}	
	
.table-height-mis 
{
	height:345px;
	overflow:auto;
	
	}	
	
.table-height-exam 
{
	height:381px;
	overflow:auto;
}	
	
	.left-section 
	{
		margin-left:-8px;
		}
		
	
.kpi-table td {
	padding:8px 0px 8px 0px;
}

.search-icon-kpi {
	position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
    font-size: 19px;
    color: #791fa6
}	
	
	
.card-header 
{
	padding:5px;
	font-size:12px;
	}
.card-body 
{
	padding:5px;
	}	
.credit {
    border: 1px solid #791fa6;
	box-shadow: 0 0 30px 0 #e2e2e2;
}
		
.card-title {
    font-size: 16px;
    font-weight: 600;
}

p.card-text {
    font-size: 20px;
    font-weight: 600;
}


.card-header.examchart.table-head-blk.text-center {
    /* padding: 7px; */
    font-size: 16px;
    padding: 3px 23px;
}

.week-head 
{
	
	font-size: 16px;
    padding: 1px 10px 25px 10px;
}

.week-blk {
    padding: 5px;
    text-align: center;
    border-right: 1px solid #d6d6d6;
    font-size: 18px;
    color:#006400;
    cursor:pointer;
    text-decoration: underline;
}

.week-blk-danger {
    padding: 5px;
    text-align: center;
    font-size: 17px;
    color:#ff4400;
    cursor:pointer;
    text-decoration: underline;
}

span#notifycount {
    position: absolute;
    top:3px;
    right: 7px;
    background:red;
    height:20px;
    width:20px;
    border-radius:50%;
    display:flex;
    justify-content:center;
    color:#fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    /* right: 89px; */
    left: -181px;
    top: 37px;
}

dropdown-item:focus, .dropdown-item:hover {
    color: #000;
    text-decoration: none;
    background-color: #f1d5ff;
}

.grid-container {
	display: grid;
	grid-template-columns: auto auto;
	gap: 10px;
	height: 333px;
	overflow: auto;
}

.grid-container > div {
  border: 1px solid #d6d6d6;
  text-align: center;
 
}

#attendchart 
{
/*	-ms-transform: rotate(90.2deg);  IE 9
   -webkit-transform: rotate(90.2deg); Chrome, Safari, Opera 
   transform: rotate(90.2deg);*/
	
	}
.publish-table-left {
	cursor: pointer; 
	height: 17px; 
	position:absolute; 
	top: 5px;
    left: 89px;
    margin-top: 2px;
}


.publish-table-right {
	cursor: pointer; 
	height: 17px; 
	position:absolute; 
	top: 3px;
    right: 20px;
    margin-top: 2px;
}

.plus-icon {
    position: absolute;
    right:60px;
    top: 3px;
    cursor: pointer;
}

.plus-icon-profile {
    position: absolute;
    right:10px;
    top: 6px;
    cursor: pointer;
}

.print-icon {
    position: absolute;
    right:10px;
    top: 0px;
    cursor: pointer;
}

/* .plus-icon {
    position: absolute;
    right:60px;
    top: 6px;
    cursor: pointer;
    font-size: 19px;
    color: #791fa6;
} */

.view-icon {
    position: absolute;
    right:25px;
    top: 3px;
    cursor: pointer;
}

.view-icon-blk {
    position: absolute;
    right: 30px;
    top: 10px;
    cursor: pointer;
    font-size: 19px;
    color: #791fa6;
}


.plus-icon-blk {
    position: absolute;
    right: 60px;
    top: 10px;
    cursor: pointer;
    font-size: 19px;
    color: #791fa6;
}
.plus-icon-enqy 
{
	position: absolute;
    right: 60px;
    top: 10px;
    cursor: pointer;
    font-size: 19px;
    color: #791fa6;
	}
	
i.fa.fa-user-circle-o.std-prof-icon {
    font-size: 50px;
}	


.trb0 {
    background-color:#bc51cd;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: white;
    width: 100%;
}

.trb1 {
    background-color: #f5c3fd;                  ;
    /* background-color: #C5D185; */
   padding:10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: black;
    width: 100%;
}


.table-height-donut 
{
	height:401px;
	overflow:auto;
}

.trc0 {
    background-color:#6db5bc;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: white;
    width: 100%;
}

.trc1 {
    background-color: #b7f3ea;                  
    /* background-color: #C5D185; */
   padding:10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: black;
    width: 100%;
}

.trd0 {
    background-color:#4e97d7;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: white;
    width: 100%;
}

.trd1 {
    background-color: #f0f8ff ;                  
    /* background-color: #C5D185; */
   padding:10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: black;
    width: 100%;
}
.trt0 {
      background-color:#5454af;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: white;
    width: 100%;
}

.trt1 {
    background-color: #cacaef  ;                  
    /* background-color: #C5D185; */
   padding:10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: black;
    width: 100%;
}

/*survey form start */
.trs0 {
    background-color:#8cab95;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: white;
    width: 100%;
}

.trs1 {
    background-color: #C5FAD5 ;                  
    /* background-color: #C5D185; */
   padding:10px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    color: black;
    width: 100%;
}

.profile-table-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

 
.table.table-condensed.table-striped {
    margin-bottom: 0px;
}
.BI_tablehead {
    background-color: #5e5e60;
    color: #fff;
}
.table-condensed>thead.BI_tablehead>tr>th {
    padding: 20px 10px 20px 20px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    /* background-color: #f6f6f6; */
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none;
    border-bottom: 2px solid #fff;
}
.table-condensed>tbody.BI_tablebody>tr>td {
    /*padding: 15px 10px 15px 20px; */
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    color: #4d4d4f;
}
.BS_tablebody>tr>td 
{
	height:0px;
}

.fixed_header{
    table-layout: fixed;
    border-collapse: collapse;
}

.fixed_header tbody{
  display:block;
  width: 100%;
  overflow: auto;
  max-height: 400px;
}

.fixed_header thead tr {
   display: block;
}

.fixed_header th, .fixed_header td {
  padding: 5px;
  text-align: left;
  width: 200px;
}

.treebox h4
{
	cursor: pointer;
    font-size: 13px;
    /*border: 1px solid #ccc;*/
    padding: 7px;
    background: #791fa6;
    margin-bottom: 0;
    color: #fff;
    border: 1px solid #791fa6;
}

.treebox .tree-content-blk 
{
	font-size: 13px;
    font-style: normal;
    margin-top: 0px;
    display: block;
    padding: 10px 15px;
    border: 1px solid #791fa6;
    border-radius: 0px 0px 10px 10px;
    line-height: 27px;
    font-weight: 400;
}

.table-survey-height {
    height: 474px;
    overflow: auto;
}

.table-survey-heightnew {
    height: 525px;
    overflow: auto;
}


@media screen and (min-width: 400px) {
	.nav-blk {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}

	.logo {
		margin-right: 12px;
		width:110px;
	}

	.logo1 {
		margin-right: 10px;
	}

	.navbar-toggler {
    	padding: 10px;
    }


	.navbar-collapse {
		padding: 10px;
	}
	
	.pro-file {
		display: flex;
		flex-direction: column-reverse;
	}
	.pro-blk {
		margin-bottom: 20px;
	}
}

.profile-img 
{
	width:50px;
    height:50px;
    border-radius:50%;
}

.icon-profile 
{
	font-size:80px; 
	color:#8d8d8d;
	}
	
@media screen and (min-width: 768px) {
	.nav-blk {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
	}
	.pro-file {
		display: flex;
		flex-direction: row;
	}
	.pro-img-blk {
		margin-bottom: 0px;
	}
	
	
}

	
@media screen and (min-width: 992px) {
	.nav-blk {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: auto;
		
	}
	.pro-file {
		display: flex;
		flex-direction: row;
	}
	.pro-img-blk {
		margin-bottom: 0px;
	}
	
}

	
@media screen and (min-width: 1024px) {
	.nav-blk {
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: auto;
		
	}
	.pro-file {
		display: flex;
		flex-direction: row;
	}
	.pro-img-blk {
		margin-bottom: 0px;
	}
}

.table-split-height {
	height: 377px;
    overflow: auto;
}

.time-table-height 
{
	min-height:559px;	
	}
	
	.table-company-height 
{
	height:460px;
	overflow:auto;
}

.table-split-height {
	height: 377px;
    overflow: auto;
}

.table-student-height 
{
	height:259px;
	overflow:auto;
}

.menu-title-button 
{
	display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.lens-icon-blk 
{
	height:316px;
}

.view-blk 
{
	height:307px;
}	
	
.table-height-service 
	{
		height: 358px;
		overflow:auto;
	}
	
.table-height-approver 
{
	height: 328px;
	overflow:auto;
}


.table-height-msg 
	{
		height: 328px;
		overflow:auto;
	}
	
.table-height-settings 
	{
		height: 428px;
		overflow:auto;
	}	
	
.table-form-height 
{
	height:308px;
	overflow:auto;
}

.table-height-other 
{
	height:322px;
	overflow:auto;

}

.table-height-number {
    height: 339px;
    overflow: auto;
}

.table-height-fee 
{
	height: 347px; 
	overflow: auto;
}

.table-height-special 
{
	height: 337px; 
	overflow: auto;
}

.table-height-monitor 
{
	height:466px;
	overflow:auto;
}

.table-height-monitor1 
{
	height:525px;
	overflow:auto;
}

.table-height-view1
	{
		height: 443px;
		overflow:auto;
	}

.publish-trainee 
{
	cursor: pointer;
    height: 17px;
    position: absolute;
    top: 11px;
    right: 59px;
    width: 18px;
    margin-top: 2px;
}


@media (min-width: 576px) {
	.modal-dialog {
    max-width: 1200px;
    
}

.m-button 
{
	position:absolute;
	right:26px;
	top:23px;
	color:#fff;
}

.m-height 
{
	height:500px;
	overflow:auto;
}

.close:hover {
    color: #fff;
    text-decoration: none;
}

.table-height-notice 
{
	height:275px;
	overflow:auto;
	
	}
.table-height-cia 
{
	height:310px;
	overflow:auto;
	}
	
.table-height-alerts 
{
	height:340px;
	overflow:auto;
	}	
	
@media (min-width: 576px) {
	.modal-dialog {
    max-width: 1300px;
    
}

}

@media (min-width: 992px) {
.modal-lg {
     max-width: 1300px;
}

}

.m-button 
{
	position:absolute;
	right:26px;
	top:23px;
	color:#fff;
}

.m-height 
{
	height:500px;
	overflow:auto;
}

.close:hover {
    color: #fff;
    text-decoration: none;
}

.timedef-height {
	height: 661px;
    overflow: auto;
}

.Roomdef-height 
{
	height: 453px;
    overflow: auto;
}	

.deptdef-height 
{
	height: 623px;
    overflow: auto;
}

.course-height 
{
	height: 561px;
    overflow: auto;
}

.subjectcreate-height 
{
	height: 561px;
    overflow: auto;
}

.table-height-diary 
{
	height:233px;
	overflow:auto;
}

.table-height-new 
{
	/*height:306px;*/
	height:356px;
	overflow:auto;
	}
	
