.detailsdropdown .btn-danger {
    background-color: #b02a37 !important;
}


h1 {
    text-align: left;
    color: #0ea2bd;
    border-bottom: 1px dashed #0ea2bd;
    padding-bottom: 10px;
    margin-bottom: 30px;
    font-size: 1.4rem;
    line-height: 1.7;
}

.heading6 {
	color:#900;
	font-size: 0.9rem;
}
.heading5 {
	color:#900;
	font-size: 1.1rem;
}

.BannerImg {
    height: 450px;
    background: no-repeat center center/cover;
    position: relative;
    margin-bottom: 30px;
}

.BannerImg>span {
    color: #fff; 
    font-size: 1.5rem; 
    position: absolute; 
    bottom: 30px; 
    text-shadow: 2px 2px 5px #000; 
    margin-left: 30px; 
    margin-right: 30px; 
}


/* EME Page Css*/

.EME-Banner {
    background-image: url('../images/banner-sm.jpg');
    margin-bottom: 0 !important;
}

.emeImg img {
    width: 100%;
    margin-bottom: 15px;
}
.eme p {
    text-align: justify;
}

.trackLinks {
    margin: 60px 0;
}
.trackLinks a{
    border-bottom: thin #c4c0c0 dashed;
    color: #696464;
    padding: 20px 40px !important;
    display: flex;
    align-items: center;
    margin: 4px auto 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: left;
    border: thin dashed #ccc;
    border-radius: 30px;
}
.trackLinks a:hover {
    border: thin dashed #900;
    color: #900;
}
.trackLinks a img {
    height: 25px;
    margin-right: 15px;
    transition: 0.4s ease all;
}

.emeTracks h4 {
    color: #0ea2bd;
    margin-left: 10px;
    font-size: 1.3rem;
}

.courseLinks {
    margin: 50px 0 80px;
}

.courseLinks a {
    border-bottom: thin #c4c0c0 dashed;
    color: #696464;
    width: 100%;
    padding: 20px 40px !important;
    display: flex;
    align-items: center;
    margin: 4px auto 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    text-align: left;
    border: thin dashed #ccc;
    border-radius: 30px;
    line-height: 1.8;
    flex-wrap: wrap;
}

.courseLinks a:hover {
    border: thin dashed #900;
    color: #900;
}

.courseLinks a div {
    display: flex;
    width: 100%;
}

.courseLinks a div img{
    height: 25px;
    margin-right: 15px;
    transition: 0.4s ease all;
}



.courseLinks a span.closed {
    display: block !important;
    width: 100%;
    color: #F00;
    text-align: right;
    font-size: 13px;
}

.message-header {
   border-radius: 10px;
    margin: 60px auto 30px !important;
    padding: 40px 20px 0 !important;
   /* box-shadow: 0 0 8px #88D5E9;
    border: thin solid #ccc; */
    position: relative;
    color: #258291;
    font-size: 0.9rem;
}

.message-header .btn {
    border-radius: 30px !important;
}

.message-header>img {
    width: 150px;
    display: block;
    margin: 0 auto 30px;
}

label.rounded-label
{
    border: thin solid #c4c0c0;
    padding: 0 25px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    
    transition: all 0.8s ease;
    color: #696464;
    accent-color: #696464;
    margin-bottom: 10px;
    
}

label.rounded-label select {
    background-color: transparent;
    color: #696464;
    padding: 6px 0;
    cursor: pointer;
    border-style: none;
    outline-style: none;
    width:100%;
}

.val {
    color: #bf0000;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 30px;
    margin-bottom: 30px;
    font: 13px Tahoma, Geneva, sans-serif;
}
.signinform {
    
}

.signinform img {
    width: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: thin solid #ccc;
    padding: 8px;
    border-radius: 50%;
    margin-bottom: 30px;
}

.signinform span {
    font-size: 0.8rem;
}
.signinform span a{
    display: block;
    color: #f00;
}
.signinform .btn-primary{
    border-radius: 20px;
    padding: 5px 30px;
}
.signinform .errorMessage{
    background-color: #f88f8f; 
    color: #900;
    text-align: center;
    font-size: 15px; 
    line-height: 3.5; 
    margin-top: 30px;
}

 .signinform input{
     outline-style: none !important;
 }
 .signinform .form-control{
     outline-style: none !important;
     box-shadow: none !important;
     border-color: #ccc !important;
 }

.help {
    
}
.help img{
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.help .btn {
    border-radius: 20px;
}

.stuMenu button{
    text-align: left;
    color: #258291;
    width: 100%;
    padding: 15px;
    background-position: 40px center;
    background-repeat: no-repeat;
    display: block;
    margin: 14px auto;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    line-height: 1.7;
    cursor: pointer;
    background-size: 40px 40px;
    background-color: #6da0ec24;
    border-radius: 10px;
    box-sizing: border-box;
    min-height: 85px;
    border-style: none;
}

.act_user {
    color:#fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
	background-color: #a6c6df !important;
    border-top: thin dashed #fff  !important;
	padding: 15px 30px 15px 0 !important;
}

.act_user a {
	padding: 3px 15px;
    font-size: 0.9rem;
	border-radius: 30px !important;
	background-color: #6b92b0;
	border-style: none !important;
}
.act_user a:hover{
	background-color: #05558c !important;
}


.act_user img {
    height: 30px;
}

.act_user p {
    padding: 0;
    margin: 0;
}
.act_user div {
    width: 100%;
    text-align: right;
}
.act_user *{
    margin-left: 5px !important;
}

.smallLabel {
    color: #666;
    font-size: 13px;
}

.sep {
	border-bottom: thin dashed #ccc;
	margin: 20px 0 30px !important;
}
.text-justify {
    text-align: left;
}

.tabs a {
	background-color: #6b92b0;
	border-style: none !important;
}

.tabs a.red {
	background-color: #99000094 !important;
}

.tabs a:hover {
	background-color: #05558c !important;
}

.tabs a.red:hover {
	background-color: #900 !important;
}




@media(min-width: 576px) {
    
 }
 @media(min-width: 768px) {
    .BannerImg>span {
        font-size: 2rem; 
        right: 30px;
    }
 
     /* EME Page Css*/
    .emeImg {
        display: flex; justify-content: space-between;
    } 
    .emeImg img {
        width: 49%;
    }
    .signinform {
         background-color: #f6f6f6;
         padding: 50px 40px 80px;
         max-width: 500px;
         display: block;
         margin-left: auto;
         margin-right: auto;
         border-radius: 10px;
     }
     
    .signinform span a {
         display: inline;
     }
	 

     
 }
 @media(min-width: 992px) {
	 	 .EME-Banner {
    background-image: url('../images/banner.jpg');
}
    h1 {
        font-size: 1.8rem;
        line-height: 1.8;
    }
     
     .courseLinks {
         display: flex; flex-wrap: wrap; justify-content: space-between;
     }
     .courseLinks a{
         width: 48%;
     }
     
     .message-header{
         display: flex; align-items: center;
         justify-content: space-between;
         max-width: 1000px;
         padding-left: 50px !important;
         padding-right: 50px !important;
         text-align: justify;
         border-radius: 20px;
         font-size: 1rem;
     }
     .message-header>img{
         max-width: 30%;
         margin-right: 60px;
     }
     .message-header .text{
         flex-grow: 1;
         padding-bottom: 30px;
     }
     
     .button-panel {
         max-width: 1000px;
         padding-left: 50px;
         padding-right: 50px;
         margin-left: auto;
         margin-right: auto;
     }
     
     
.stuMenu button{
    width: 700px;
    padding: 15px 20px 15px 103px;
    font-size: 0.9rem;
    border-radius: 666px;
    background-image: url('/dey/images/4.png');
    min-height: 85px;
}
     
.stuMenu button:hover{
	color: #900;
    box-shadow: 0 0 3px 0 #6da0ec;
    background-size: 55px 55px;
    background-position: 30px center;
     }
     
     
.act_user {
    font-size: 1rem;
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;

}

.act_user a {
    font-size: 1rem;
}

.act_user div {
    width: auto;
}
.text-justify {
    text-align: justify;
}

  .tabs {
	 max-width: 600px !important;
	margin-left: auto;
 }
    


}
 @media(min-width: 1200px) {
    
     /* EME Page Css*/
     .emeImg {
         display: block;
        float: right;
          margin-left: 20px;
     } 
    .emeImg img {
        width: 400px;
        display: block;
    }
 }

 @media(min-width: 1400px) {
 }
