@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Noto Serif', serif;;
    src: url(../font/NotoSerif-Regular.ttf);
  }

* {
    margin: 0;
    padding: 0;
    outline: none;
}

header {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    background: #254b6c;
}

body {
    margin: 0;
    padding: 0;
    font: 13px/16px Arial, Helvetica, sans-serif;
    /*background:url('../images/ERecruitment.jpg');
    background:url('../images/image.jpg') no-repeat;
    background-size:cover;*/
    background:#eee!important;
}



.mainimg img{
    display:block;
    margin:0 auto;
}


.table {
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
}


.footer-text-align {
  text-align:left !important;
}

.text-block label{
 display:inline !important;
}

.srch-frm-1 {
   text-transform:uppercase !important;
}


footer{
    margin:0;
    padding:0;
   
}
.copyright {
    margin: 0;
    padding: 10px ;
    color: #fff;
    background-color: #254b6c;
}




.pt-10{
    padding-top:10px;
}
.pb-10{
        padding-bottom:10px;
}
.pt-15{
    padding-top:15px;
}
.pb-15{
        padding-bottom:15px;
}



.main-head {
    padding: 10px 0;
}

.logo img {
    margin-top: 5px;
    height: auto;
    width: auto;
}
.navbar {
    border-radius: 0 !important;
}

.app-name {
    margin-top: 9px;
    height: auto;
}

.app-name h3 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    padding-top: 0px;
    /* color: #3c8dbc; */
    color: #ffffff;
    font-weight: bold;
    text-shadow: 1px 1px 2px #000;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255);
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    letter-spacing: .2px;
}

h3{
    font-size: 16px;
}

.btn-primary {
    padding: 8px 17px;
    background-color: #265a88;
}

.table, .table > tbody > tr, .table > tbody > tr > th, .table > tbody > tr > td {
    border: 1px solid #ddd;
    padding: 10px;
}


.table-dg td{
    width:25%;
}

.center{
    text-align:center;
}

.fl-rt{
    float:right !important;
}

.myBorder {
    border: 1px solid #ddd !important;
    padding: 4px !important;
}

.center{
    text-align:center;
    margin:0 auto;
}

.btn {
    display: inline-block;
    padding: 6px 12px !important;
}

.mt-8{
    margin-top:8px;
}

.flex-container{
    display: flex;
    align-items: center;
    justify-content: center;
}

label{
    margin-left: 4px;
}

select{
    width:200px;
}


.navbar {
    margin-bottom: 0 !important;
}

.mb-15{
    margin-bottom:15px;
}

.mt-20{
    margin-top:20px
}

.w-auto{
    width:auto !important
}
.required:after {
    content: "*";
    color: red;
}

.username {
    display: flex;
    justify-content: center;
    color: #fff;
    align-items: end;
    height: 60px;
    flex-direction: column;
}

.bg-light {
    width: 100%;
    background: #265a88 !important;
    padding: 0;
}

.nav{
    background-color: #265a88;
    padding: 10px;
}

.container {
    width: 1300px !important;
}

main{
    min-height: 580px;
    background: #fff;
    padding:20px;
}



.subHeading h3{
    background: #f3f3f3;
    padding: 10px;
    border-left: 3px solid #254b6c;
    border-radius: 10px;
    padding-left: 15px;
    font-size: 25px;
}
table thead{
    background: #265a88;
    color: #fff;
}
table tbody tr td a{
    color: #000;
    text-decoration: none;
}
.mb-20{
    margin-bottom: 20px;
}