.detailsdropdown .btn-danger {
    background-color: #b02a37 !important;
}

.diploma_content ul {
    margin-bottom: 0;
}
.diploma_content li {
    margin-top: 3px;
    margin-bottom: 3px;
}

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*/

.pcb-Banner {
    background-image: url('/images/banner/pcb2.webp');
    margin-bottom: 0 !important;
}



.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 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 {
    background-color: #000;
    color:#fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    margin-bottom: 30px;
}
.act_user img {
    height: 30px;
}
.act_user a {
    padding: 3px 15px;
    font-size: 0.9rem;
}
.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;
}

.order-sep{
    border-bottom: thin dashed #ccc;
    margin-bottom: 13px;
}
small {
    font-size: 0.9rem;    
}

.message-header .btn-downfile {
    border-color: #258291 !important;
    color: #258291 !important;
    border-radius: 30px !important;
    font-size: 0.8rem;
    margin-bottom: 6px;
}
.message-header .btn-downfile-disabled {
    border-color: #a9acaf !important;
    color: #a9acaf !important;
    border-radius: 30px !important;
    font-size: 0.8rem;
    margin-bottom: 6px;
    cursor: default !important;
}

.message-header .btn-downfile:hover {
   background-color: #258291 !important;
   color: #fff !important;
    border-radius: 30px !important;
}

.message-header .btn-del {
    border-color: #900 !important;
    color: #900 !important;
    border-radius: 30px !important;
    font-size: 0.8rem;
    margin-bottom: 6px;
}

.message-header .btn-del:hover {
   background-color: #900 !important;
   color: #fff !important;
    border-radius: 30px !important;
}



.text-success2{
    color: #258291 !important;
}
.text-hint{
    color: #900 !important;font-size: 0.9rem;;
}

@media(min-width: 576px) {
    
 }
 @media(min-width: 768px) {
    .BannerImg>span {
        font-size: 2rem; 
        right: 30px;
    }
 
     /* EME Page Css*/
    .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) {
    h1 {
        font-size: 1.8rem;
        line-height: 1.8;
    }
     
     
     .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;
     }
     
     
     
     
.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;
}

     


}
