.gradient-bg{
    /*background:linear-gradient(to left,#0097A7 30%,#00ACC1,#00BCD4) !important;*/
    background:#0d0138;
}
.gradient-bg1{
    /*background:linear-gradient(to left,#0097A7 30%,#00ACC1,#00BCD4) !important;*/
    background:#0d0138;
    height: 100px;
}
.gradient-bg_pass{
    /*background:linear-gradient(to left,#0097A7 30%,#00ACC1,#00BCD4) !important;*/
    background:#4113e9;
}
.header{
    width: 100%; 
    height: 100px;
    display: fluid;
    background-color:#16036d;
    border-bottom:  7px solid #d80909;
    float: left;
    
}
.primary-button
{
    width:300px;
    text-align: center;
    display: inline-block;
    }
.header_noc{
    width: 100%; 
    height: 150px;
    display: fluid;
    background-color:#16036d;
    border-bottom:  7px solid #d80909;
    float: left;
    
}
.borderfrs
{
border: 1px solid #180909;

}
/* this is for sideNav that shows on large screens */
header, main, footer {
    padding-left: 300px;
}

.pl-0{
    padding-left:0;
}

.txt-md{
    font-size: 1em;
}

.txt-sm{
    font-size: .85em;
}
.mt{
    margin-top:65px !important;
}

.pl-15
{
    padding-left:15px !important;
}

.pt-5{
    padding-top:5px;
}

.p5{
    padding:5px;
}

.d-none{
    display: none;
}
.mt-15{
    margin-top:15px !important;
}

.mt-10{
    margin-top:10px !important;
}

.mt-5{
    margin-top:5px;
}

.mb-0{
    margin-bottom:0;
}

.mt-0{
    margin-top:0;
}

.mt-20{
    margin-top:20px !important;
}

.mx-20{
    margin-left:20px;
    margin-right:20px;
}

.bold{
    font-weight: bold;
}

.no-padding{
    padding:0;
    margin:0;
}

.emp-img{
    height:35px;
    width:35px;
}

.emp-img-big{
    height: 180px;
    width:100%;
}

.card-title{
    font-weight: normal !important;
}

.card-mt-15{
    /* vh is viewport.*/
    margin-top:15vh;
}

.material-icons{
    color:#616161;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.no-margin{
    margin:0 !important;
}

/* styles for login form */
.card-login{
    margin-top:15%;
}
.card-title-login h5{
    margin:0 !important;
    padding-bottom:8px !important;
    padding-top:8px !important;
}

.container-fluid{
    margin:0 auto;
    width:90%;
}

.main-login{
    width: 100%;
    min-height: 90vh;
    background:solid#f3f5f5;
    background-size:cover;
}
/* login end */
.footeral
{
    
    float: right;
    height: 50px;
   padding-left: 50px;
}
.logo_class
{
    
    padding-top:20px;
    padding-bottom:8px ;
    margin-top: 100px;
   
}
.border_login
{

    border: double;
}
.background{
    background:solid #f3f6f7;
}
@media only screen and (max-width : 992px) {
    header, main, footer {
        padding-left: 0;
      
    }
    .mx-med-20{
        margin-left:10%;
        margin-right:10%;
    }
}
@media only screen and (max-width : 600px) {
    .card-login{
        margin-top: 25%;
    }
    h4{
        font-size:24px;
    }
}

@media only screen and (min-width : 1200px) {
    .ml-14{
        margin-left:14% !important;
    }
}

.text-muted {
    color: #6c757d!important;
}

#myModal .datepicker-container.modal-content {
    display:block important;
}
.edge_corner{
    border-radius: 20px;
    color: rgb(241, 235, 235);
    font-size: large;
    
}
.cardbg {
    position:absolute;
    left:0px;
    top:0px;
    /*padding-left: 15%;*/
    width:85%;
    height:100%;
    z-index:0;
    opacity: .07;
    filter: grayscale(100%);
 }
 .fireimgbg {
    position:absolute;
    left:0px;
    top:0px;
    /*padding-left: 15%;*/
    width:100%;
    height:100%;
    z-index:0;
    opacity: .1;
    /*filter: grayscale(100%);*/
 }
 .highlight-red { background-color:#ff3e04; }
 .highlight-orange { background-color:#ffbc04; }
 .highlight-green { background-color:#04ff58; }
textarea.test
{  
width: 100%;
height: 100%;
border-color: Transparent !important;     
}
.button-33 {
    background-color: #288fd3;
    border-radius: 100px;   
    color: rgb(2, 8, 39);
    cursor: pointer;
    display: inline-block;
    font-family: CerebriSans-Regular,-apple-system,system-ui,Roboto,sans-serif;
    padding: 7px 20px;
    text-align: center;
    text-decoration: none;
    transition: all 250ms;
    border: 0;
    font-size: 16px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    height:75px;
    width:200px;
  }
  
.button-33:hover {    
    transform: scale(1.05) rotate(-1deg);
    background-color: #3e8e41
  }

  table.bordered > tbody,thead > tr > th,td {
    border:1px solid black;
  }
  table.non_bordered > tbody,thead > tr > td,th {
    border-collapse: collapse;
    border:none;
  }
  .div_border {border-style: solid;}
  .padding_login
  {
      padding-top: 15%;
  }
  .width_height_login
  {
      width: 175px;
      height: 200px;
  }
  .card_login1 {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    /*-webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;*/
    border-radius: 2px;
    width:600px !important;
    height: 175px;
  }


  .table_center
  {
    text-align: center;
    vertical-align: middle; 
  }
  
.float1-child {
    width: 50%;
    float: left;
    padding: 20px;
    border: 2px;
}  
.float1-container {
    border: 3px solid #fff;
    padding: 20px;
}
.noc_login_input{
    margin-top: 0em !important; 
    margin-bottom: 0rem !important;
}
.noc_btn{
    display: flex;
    margin: 20px 0;
    width: 240px;
    height: 80px;
    border: none;   
    color: #fff;
    font-size: 14px;
    border-radius: 6px;
    outline: none;
    cursor: pointer;
    transition: .3s linear; 
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: 'Times New Roman', Times, serif;
  }
  .noc_btn1{
    background-color: #4C534C;
  }
  .noc_btn2{
    background-color: #034903;
}
.noc_btn3{
    background-color: #800808;
}
.noc_btn4{
    background-color: #22c4da;
  }
  .noc_btn5{
    background-color: #531cd4;
}
.noc_btn6{
    background-color: #e67e1d;
}

  .noc_btn_animate:hover{
    transform: rotateX(-5deg);
    box-shadow: 0 -15px 15px #B9CDCA;
  }
  table.short > tbody > tr >  td, th{
    padding: 2px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
  }

  .noc_certificateFont{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 200;   
  }
  .noc_mt1{
      margin-top: 5px;
  }
  .noc_mt2{
    margin-top: 2px;
}
  .noc_textAlign{
    text-align:justify;
    line-height: 200%;
}
.noc_label{
    font-size: medium;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
     color: #0a0a0a;
}
.noc_watermark {
    position: fixed;
    opacity: .2;

    /** 
        Set a position in the page for your image
        This should center it vertically
    **/
    bottom:   8cm;
    left:     2.5cm;

    /** Change image dimensions**/
    width:    15cm;
    height:   10cm;

    /** Your watermark should be behind every content**/
    z-index:  -1000;
}
table.certificate > tbody > tr >  td, th{
    padding: 1px 2px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
  }
  .noc_fntsz1{
    font-size: 13px;
}

  