h1,h2,h3,h4,h5,h6,p,a{
      font-family: 'Source Sans Pro', sans-serif;
}
.header-content {
    float: right;
    padding: 8px;
}
.header-logo img {
    height: 50px;
    margin-top: 14px;
}
.header-top {
    background: #333333;
        position: absolute;
    width: 100%;
}
.header-content ul li a {
    color: white;
}
.header-content ul li a:hover {
    background: none;
}
.header-content ul li a:focus {
    background: none !important;
}
.header-content ul li a span {
    margin-left: 10px;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
}
.profilepage_main h3 {
    margin-top: 0px;
    font-size: 24px;
    letter-spacing: 0.5px;
    font-family: 'Source Sans Pro', sans-serif;
}
.footer-main {
    padding: 14px 10px;
    /*position: absolute;*/
    bottom: 0px;
    height: 51px;
    width: 100%;
    background: #fff;
        border-top: 1.5px solid #d2d6de;
}
.footer_conetnt p {
    font-size: 15px;
    font-weight: 700;
    color: #444444
}
.footer_conetnt p a {
    padding-left: 3px;
    padding-right: 5px;
    color: #3c8dbc;
    font-size: 16px;
}
/*.sidebar_conetnt {
    z-index: 99999;
    position: relative;
    color: white;
    padding-top: 10px;
    left: 5em;
    top: 7px;
    font-size: 27px;
}*/
.sidebar_conetnt {
    z-index: 99999;
    position: relative;
    color: white;
    /*top: 20px;*/
    left: 9em;
    font-size: 15px;
    bottom: -25px;
}
.profilepage_main .input-group input {
    margin-bottom: 15px;
    border-radius: 4px;
}
.profilepage_main .input-group {
    display: unset;
}
.overlay-content img {
    text-align: center;
    margin: 0 auto;
    display: block;
    border-radius: 100px;
}
.overlay-content p i {
    color: #3c763d !important;
    font-size: 11px;
    margin-right: 8px;
}
.overlay-content p {
    text-align: center;
    font-size: 13px;
    margin-bottom: 60px;
}
ul.dropdown-menu li p {
    margin-top: 10px;
    color: white;
}
.overlay-content h3 {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.edit-teach-main input[type="submit"] {
    background: #333333;
    color: white;
    border: none;
    padding: 7px;
    border-radius: 5px;
    width: 82px;
}
table#myTable tr td img {
    text-align: center;
    margin: 0 auto;
    display: block;
}
.content-wrapper {
    padding: 82px 25px;
    background: #ecf0f5;
    display: flow-root;
}
.header-content ul li a img {
    height: 30px;
    width: 30px;
    border-radius: 100px;
}
.dashboard-content {
    background: white;
    padding: 15px 28px;
    border-radius: 4px;
}
.upload_profile_main input {
    margin-top: 20px;
}
.upload_profile_main input {
    margin-top: 20px;
}
.dashboard-content h2 {
    font-family: 'Source Sans Pro', sans-serif;
}
.header-content li.user-header img {
    margin-top: 18px;
    border: 3px solid;
    border-color: rgba(255,255,255,0.2);
}
.header-content ul.dropdown-menu {
    height: 224px;;
    width: 235px;
    padding-top: 0px;
    box-shadow: -2px 9px 7px #ccc;
    margin-top: 9px;
    padding-right: 10px;
}
.header-content li.user-header {
    background: #333333;
    text-align: center;
    height: 175px;
    padding: 20px;
}
.header-content .pull-right a {
    background: #333333;
    margin-top: 10px;
    margin-right: 6px;
    width: 82px;
    height: 34px;
    border-radius: 1px;
}
.header-content li.user-footer {
    height: 51px;
    background-color: #f9f9f9;
}
.dashboard-content h3 {
    text-align: center;
    margin-bottom: 15px;
    font-family: 'Source Sans Pro', sans-serif;
}
.uploadass_main {
    background: white;
    padding: 20px 35px;
}
.uploadass_main input[type="submit"]{
  background: #333333;
    border: none;
    color: white;
    height: 40px;
    width: 140px;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.header-logo {
    position: absolute;
    z-index: 999999;
}
table#myTable td a button {
    color: white;
}
.assign_content select {
    height: 40px;
    width: 200px;
    margin-bottom: 45px;
    margin-left: 20px;
    padding-left: 10px;
}
.assign_content input[type="Submit"] {
    margin-left: 20px;
    background: #333333;
    border: none;
    color: white;
    height: 40px;
    width: 140px;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.assign_content {
    background: white;
    padding: 20px;
}
.group_content {
    background: white;
    padding: 20px 40px;
}
.group_content input[type="Submit"] {
    background: #333333;
    border: none;
    color: white;
    height: 40px;
    width: 140px;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.listof_group {
    margin-top: 60px;
        border-top: 1px solid #ccc;
}
table#myTable button:focus {
    outline: none;
}
/*Sidebar*/
.overlay {
  height: 800px;
      width: 230px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
      background-color: rgb(51, 51, 51);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
    position: relative;
    top: 15%;
}
/*.overlay a {
    padding: 12px 5px 12px 15px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid white;
}*/
.overlay a {
    padding: 12px 5px 12px 15px;
    text-decoration: none;
    font-size: 13px;
    color: white;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    transition: 0.3s;
    border-bottom: 1px solid white;
}
.assign_content h3 {
    font-size: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    margin-left: 20px;
    font-family: 'Source Sans Pro', sans-serif;
}
.overlay-content a i {
    margin-right: 10px;
        width: 14px;
}
.silder-button a {
    padding-bottom: 0px;
    padding-top: 0px;
    position: absolute;
    left: 20px;
    font-size: 30px !important;
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay-content h3 p {
    margin-bottom: 0px;
}
.overlay .closebtn {
  position: absolute;
  top: 70px;
  right: 45px;
  font-size: 60px;
  left: 0px;
}
table#myTable button {
    background: no-repeat;
    border: none;
    color: #337ab7;
}
/*Close*/
/*New Css*/
.regform_main select {
    background: #f6f6f6;
    width: 382px;
    height: 52px;
    color: #8c8c8c;
    font-size: 14px;
    padding-left: 32px;
    border: none;
}
.regform_main input {
     background-color: #f6f6f6;
   border: none;
   color: #0d0d0d;
   padding: 15px 32px;
   /*text-align: center;*/
   text-decoration: none;
   display: inline-block;
   font-size: 14px;
   margin: 5px;
   width: 85%;
   border: 2px solid #f6f6f6;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   -webkit-border-radius: 5px 5px 5px 5px;
   border-radius: 5px 5px 5px 5px;
}
.regform_main input[type=submit]{
    background-color: #56baed;
   border: none;
   color: white;
   padding: 15px 80px;
   text-align: center;
   text-decoration: none;
   width: 200px;
   display: inline-block;
   text-transform: uppercase;
   font-size: 14px;
   -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
   box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
   -webkit-border-radius: 5px 5px 5px 5px;
   border-radius: 5px 5px 5px 5px;
   margin: 5px 20px 40px 20px;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.login_main input{
background-color: #f6f6f6;
   border: none;
   color: #0d0d0d;
   padding: 15px 32px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   font-size: 14px;
   margin: 5px;
   width: 85%;
   border: 2px solid #f6f6f6;
   -webkit-transition: all 0.5s ease-in-out;
   -moz-transition: all 0.5s ease-in-out;
   -ms-transition: all 0.5s ease-in-out;
   -o-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
   -webkit-border-radius: 5px 5px 5px 5px;
   border-radius: 5px 5px 5px 5px;
}
.login_main input[type=button]{
    background-color: #56baed;
   border: none;
   color: white;
   padding: 15px 80px;
   text-align: center;
   text-decoration: none;
   display: inline-block;
   text-transform: uppercase;
   font-size: 14px;
   width: 200px;
   -webkit-box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
   box-shadow: 0 10px 30px 0 rgba(95,186,233,0.4);
   -webkit-border-radius: 5px 5px 5px 5px;
   border-radius: 5px 5px 5px 5px;
   margin: 5px 20px 40px 20px;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}
.profilepage_main button {
    background: #333333;
    color: white;
    border: none;
    margin-bottom: 10px;
}
.assign_main select {
    height: 40px;
    width: 200px;
    margin-bottom: 45px;
    margin-left: 20px;
        padding-left: 10px;
}
.assign_main input[type="Submit"] {
    margin-left: 20px;
    background: #333333;
    border: none;
    color: white;
    height: 40px;
    width: 140px;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.assign_main h3 {
    font-size: 24px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    margin-left: 20px;
}
.viewassignment_main table#example1 td a button {
    background: #333333;
    color: white;
}
.studentdeatils_main h3 {
    margin-left: 20px;
    font-size: 24px;
    letter-spacing: 0.5px;
}
.viewall_main h3 {
    text-align: center;
    font-size: 24px;
}
.uploadbutton_main button {
    background: #333333;
    color: white;
    border: none;
    font-size: 15px;
    padding: 7px;
    border-radius: 5px;
}
.uploadbutton_main button a {
    color: white;
}
.uploadbutton_main {
    text-align: right;
    margin-right: 25px;
    margin-bottom: 15px;
}
.tabsMain {
    margin-bottom: 30px;
}
.tabsMain ul li a {
    color: black;
    font-size: 17px;
    font-weight: 600;
}
/*Close*/