 .modal-content{
    width: 100% !important;
}
.modal-dialog {
    max-width: 1300px !important;
}
.modal-sm {
    max-width: 500px !important;
}
.border-invalid{
    border-color: red !important;
}
.invalid-feedback em , .icon-error {
    display: inline-block;
    padding-right: 5px;
    width: 8px;
    height: 8px;
    background: url(../../images/error.png) no-repeat 0 0;
}

.bg_tb{
    background-color: mistyrose;
}
.bg_modal{
    background-color: lavenderblush;
}
.color li a{
    color: white;
}
.export {
    float: right;
    margin-top: 4px;
}
.hidden_column{
    float: right;
}
.color li a:hover{
    color: #e83e8c;
    background-color: unset!important;
}
.navbar{
    padding: 0px!important;
}
.color_modal{
    color: deeppink;
}
.form-group label{
    font-weight: bold;
}
.col-lg-10{
    display: flex;
    align-items: center;
}
.bg_green{
    background-color: #cce5ff;
}
.blur{
    color: #c82333;
    font-weight: bold;
}
.white_color{
    color: white;
}
/*Login*/
body{
    width:100%;
    height:100vh;
    overflow:auto;
    font-size: 12px;
}
.bgr_nav{
    background-color: #2a3042;
}
.modal-dialog .modal-lg{
    max-width: 1300px !important;
}

/*loader*/
.preloader{
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    z-index: 9999;
    background-image: url(../../images/loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}
/*loader*/
/*-----for border----*/
.bgr_login{
    font-family:Roboto,sans-serif;
    background-color: #002752;
    border: 1px solid grey;
    margin: 0 auto;
    text-align: center;
    opacity: 0.8;
    margin-top: 60px;
    box-shadow: 2px 5px 5px 0px #002752;
    max-width: 500px;
    padding-top: 10px;
    height: 330px;
    margin-top: 166px;
}
/*--- for label of first and last name---*/
.firstname{
    margin-left: 1px;
    font-family: sans-serif;
    font-size: 14px;
    color: white;
    margin-top: 5px;
}

/*---for heading-----*/
.heading{
    font-weight: bold;
    text-align : center;
    font-size:30px;
    color:#F96;
    padding-top:10px;
}
.pno{
    font-size: 18px;
    margin-left: -13px;
    margin-top: 10px;
    color: #ff9;

}

/*--------------for Gender---------------*/
/*--------------label---------*/
.gender {
    color: white;
    font-family: sans-serif;
    font-size: 14px;
    margin-left: 28px;
    margin-top: 8px;
}

/*---------- for Input type--------*/
.col-xs-4.male{
    color: white;
    font-size: 13px;
    margin-top: 9px;
    padding-bottom: 16px;
}
.col-xs-4.female {
    color: white;
    font-size: 13px;
    margin-top: 9px;
    padding-bottom: 16px;
    padding-right: 95px;
}
/*------------For submit button---------*/

.btn.btn-warning:hover {
    box-shadow: 2px 1px 2px 3px #99ccff;
    background:#5900a6;
    color:#fff;
    transition: background-color 1.15s ease-in-out,border-color 1.15s ease-in-out,box-shadow 1.15s ease-in-out;

}

.span-timesheet{
    float: right;
}
.i-timesheet{
    padding: 0px 10px;
    font-size: 14px;
    color: #ee4e2e;
    cursor: pointer;

}
.modal-body {
    background-color: azure;
}
/*------------orderdetail---------*/

#total_order {
    text-align: right;
}

.btn-info{
    color: #fff;
    background-color: #c00a2d !important;
    border-color: #c00a2b !important;
}

.bg-info {
    background-color: #c00a2d !important;
}

