td {
  vertical-align: middle;
}
th {
  vertical-align: middle;
}

.td-href {
  box-shadow: inset 0 0 0 0 #006CA6;
  color: #006CA6; 
  cursor: pointer;
  margin: 0 -.25rem;
  padding: 0 .25rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.td-href:hover {
  box-shadow: inset 100px 0 0 0 #006CA6; 
  color: white;
  font-weight: 700;
}


/* Hide element on Tablet/Phone */
@media only screen and (max-width: 980px) {
    .nonec {
        display: none !important;
    }
    .imgScale{
    	width: 80%;
    }
    .container-width-85{
    	width: 100%;!important
    }
}

.custom-alert {
	text-align: right;
	color: black;
	font-size: 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border: 0px;
	padding: 0px;
	animation-name: example;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

.panel-body{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;"
}

table{
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;"
	border: 0px;
}

.zero-margin-bottom {
margin-bottom: 0px;
} 


.form-control {
height: 30px;
}

.panel {
 	margin-bottom: 0px;
}


.card-header {
  border-top-right-radius: 1;
  background: linear-gradient(to bottom, #f9f9f9 0%, #f1f1f1 100%);
  border-bottom: 0;
  margin-bottom: 10px;  
}

.row.col-12.border {
  background-color: #FAFAFA;
}
.radio-wh {
   width: 17px; 
   height: 17px;
}
.form-extra {
    width: 100%;
}
.button-extra {
     text-align: center;
     margin-top: 10px;
}

@media screen and (max-width: 768px) {
    .l2 {
        //display: none !important;
    }
    .l1 {
        text-align: center !important;
    }
    .l2 {
        text-align: center !important;
    }
}
input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}
input[type=date]:focus::-webkit-datetime-edit {
    color: black !important;
}

.footer {
 position: fixed; 
  left: 0;
  bottom: 0;
  width: 100%;
  background-color:#004485;
  color: white; 
  text-align: center; 
  height:40px;
}

/* Modify the backgorund color */ 
.navbar-default { 
    background-color: #004485; 
    border: 0px;
    border-radius: 0px;
} 

/* Modify brand and text color */ 
.navbar-default .navbar-brand, 
.navbar-default .navbar-text { 
    color: white; 
} 

.navbar.navbar-default .navbar-brand:hover,
.navbar.navbar-default .navbar-brand:focus {
  color: #ffd4d4;
  background-color: #243f6d;
}
.navbar.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar.navbar-default .navbar-nav > li > a:hover,
.navbar.navbar-default .navbar-nav > li > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar.navbar-default .navbar-nav > .open > a,
.navbar.navbar-default .navbar-nav > .open > a:hover,
.navbar.navbar-default .navbar-nav > .open > a:focus {
  color: #000000;
  background-color: #ffffff;
}
.navbar.navbar-default .navbar-nav > .active > a,
.navbar.navbar-default .navbar-nav > .active > a:hover,
.navbar.navbar-default .navbar-nav > .active > a:focus {
  color: #000000;
  background-color: #ffffff;
}

form {border: 3px solid #f1f1f1;}

.fit-image{
width: 100%;
object-fit: cover;
height: 125px; /* only if you want fixed height */
filter: grayscale(100%);
}

.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container-fluid {
  font-weight: 700;
}
 
.row {
  display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.shortFormPanel {
  width: 50%;
}  

.panelHeading {
  font-weight: 600;  
  text-align: center; 
  background-color: #006CA6 !important; 
  color: white !important;
} 

.panelHeadingLeft {
  font-weight: 600;  
  text-align: left;
  background-color: #006CA6 !important; 
  color: white !important;
} 

@media screen and (max-width: 760px){
    .shortFormPanel{ width: 100vw;} 
}



input[type=text], input[type=password], input[type=Date] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

#bbt {
  background-color: #337ab7;
  color: white;
  font-weight: 400;
  padding: 14px 20px; 
  margin: 8px 0;
  border: none; 
  cursor: pointer;
  width: 49%;   
}

#bbt:hover {
  opacity: 0.8;
}

#bbthead {
  background-color: #006CA6;
  color: white;
  padding: 20px 20px;
  margin: 8px 0;
  border: none;
  width: 100%;
}

#bbtheadp {
  background-color: #006CA6;
  color: white;
  padding: 10px 20px;
  margin: 8px 0;
  border: none;
  width: 100%;
}

.btn {
    padding: 4px 12px; !important
}
input[type=submit] {
    padding: 4px 12px; !important
}

.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

img.avatar {
  width: 40%;
  border-radius: 50%;
}


span.psw {
  float: right;
  padding-top: 16px;
}

.body {
  width: 95%;
}
.container {
  width: 95%;
}

.thNormal {
  background-color: #FFF; 
  Color:black;
}

table {
	border-collapse: collapse; 
    width: 95%; 
} 
            th { 
                background-color: #006CA6; 
                Color:white;
            } 
            th, td {  
                text-align:center;
                font-size: 13px; 
                border:1px solid gray; 
                padding:4px; 
              	vertical-align: middle;
            }
            .geeks { 
                border-right:hidden; 
            } 
            .gfg { 
                border-collapse:separate; 
                border-spacing:0 10px; 
            } 
            input[type=checkbox] {width:16px; height:16px;}

    		#tableTr:hover {
 		 	background-color: #A9E1FD;
			}
			
.panel-pop:hover {
  transform: scale(1.02);
  cursor: pointer;
}  

.top-link1:hover {
	background: #DDD;
	color: red;
  	cursor: pointer;
}  

@media (max-width:629px) {
  img#iitk_logo {
    width: 70px !important;
  }
  img#portal_name {
    width: 250px !important;
  }
  .top-links-main {
    display: none;
  }
}   
  
  