body {
    overflow-x: hidden;
    font-family: 'Lato Regular';
    font-weight: normal;
}

.modal {
    font-family: 'Lato Regular';
    font-weight: normal;
    /*top: 105px;*/
}

.modal-content {
    border-radius: 0;
    /*border: 3px #007b5e solid;*/
    height: auto;
    font-size: .9rem;
}

.modal-header {
    border-radius: 0;
    color: white;
    background-color: #007b5e;
}
/* main modal box CSS .....
.modal-dialog {
    margin: 0;
    padding: 0;
    float: right;
}
*/
#changePassword .modal-header {
    text-align: center;
    background-color: #007b5e !important;  
}

#myGradeSheet .modal-header {
    text-align: center;
    background-color: #007b5e !important;
}

/*---  End of Main Heading ---*/ 
.flex-container {
	display: flex;
	background-color: #007b5e !important;
	-moz-box-shadow: 1px 5px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 3px #000;
	padding: .3rem 1rem .2rem 1rem;
	justify-content: center;
	border-bottom: 3px;
	border-bottom-style: solid;
	border-color: gold;
}


/*** background:#272e38; cool black background ***/
/*
  * nav tab css for all page tabs....
*/
.tab-pane.active{
    border-top: 4px solid;
    border-bottom: 4px solid;
    border-color: #007b5e;
    padding-top: 15px;
}

.nav {
   margin-top: 10px;
} 

.nav .nav-link.active{
    color: gold;
    background: #007b5e;  
}

.nav .nav-link
{
    border: none;
    color: grey;
    background: gold;
    border-radius:0;
}
.nav .nav-link:hover,
.nav .nav-link:focus
{
    border: none;
    background: #007b5e;
    color:gold;
    border-radius:0;
    transition:background 0.20s linear;
}
/*
 * END of nav nav-tabs and tab-pane for all pages.....
 */

.badge-1,
.badge-2,
.badge-3 {
	font-family: 'Lato Regular';
	font-weight: normal;
	text-align: left!important;
	text-transform: uppercase;
}

.badge-1{
	font-size: .9rem;
	line-height: .9rem;
    letter-spacing: .04rem;
	margin-right: .2rem;
	color: white;
}

.badge-2 {
	font-family: 'Lato Black';
	font-weight: normal;
	font-size: 1.4rem;
	line-height: 1.4rem;
    letter-spacing: .01rem;
	margin-right: .2rem;
	color: gold;
}

.badge-3 {
	font-size: 1.2rem;
	line-height: 1.5rem;
    letter-spacing: .04rem;
	color: white;
}
/* Faculty and Student Photo Settings */
img {
	height: 150px;
	width: 150px;
	margin-top: 1rem;
	margin-bottom: 0rem;
}

.img-user img {
	height: 45px;
	width: 45px;
	margin-top: 1rem;
	margin-bottom: 0rem;
}
/*---  End of Main Heading ---*/ 
