.gradient-bg{
    /*background:linear-gradient(to left,#0097A7 30%,#00ACC1,#00BCD4) !important;*/
    background:#0d0138;
}
.header{
    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: 80px;
   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:60%;
    height:70%;
    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:#FF0000; }
 .highlight-orange { background-color:#ffbc04; }
 .highlight-green { background-color:#04ff58; }
 .highlight-darkred { background-color:#913831 }
 .highlight-blue { background-color:#0636d3 }



 span.badge_not {
    min-width: 3rem;
    padding: 0 6px;
    margin-left: 14px;
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
    height: 22px;
    color: #757575;
    float: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  span.badge_not.new {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: #26a69a;
    border-radius: 2px;
  }
  table.bordered > tbody,thead > tr > th,td {
    border:1px solid black;
  }
  .div_border {border-style: solid;}
  
 
