
.body{
    border: solid #389820;
    padding: 50px;
    text-align: center;
    margin-top: 50px;
    background: #E5A03F;
    width: 100% !important;
}
.btn-primary {
    background: #FF8805;
    border: #FF2F6F
}
.btn-primary:hover{
    background: #ff2f6f;
}
.mandatory_starik{
  color: #ff0000;
}

/*********** custom file buttoen css *************/
.container{
    margin-top: 2%;
    max-width: 88% !important;
}
.siren_from{
    background: #95fa916e;
    padding: 30px;
}
.main-header{
    background-color: #17A025;
    color: #ffff;
    width: 100%;
    /**********taqi code*************/
    display: grid;
    grid-template-columns: 25% 75%;
    /************END************/
}
.header-img {
    /**********taqi code*************/
    width: 95%;
    /*float: left;*/
    height: auto;
    /************END************/
}
.header-img > img{
    float: left;
    width: 100%;
    margin: 2%;
}
.header-title {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    width: 73%;
}
.header-title-main{
    width: 100%;
}
.header-title-sub{
    width: 100%;
    font-size: 25px;
}  

.ticket_url{
    text-decoration: none;
}

.loader{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255,255,255,0.8) url("../images/loading.gif") center no-repeat;
}
.submit-btn {
    margin-bottom: 50px;
    text-align: center;
}

#back-download-btn{
    margin: 16px 0px 0px 16px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #286090;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}

table.myFormat tr td { font-size: 15px; }

.dataTables_wrapper {
    position: relative;
    clear: both;
    width: 100% !important;
}

.filter-tab {
    width: 75%;
    background: #89d396;
    padding: 10px;
}
#detail_tbl_first{
    width: 100% !important;
}
.filter-main-div{
    margin: 0px;
    padding: 5px;
}
.filter-btn-div{
    margin: 0px;
}
.check_btn {
    margin-left: 40px;
}
.ck-content{
    min-height: 300px !important;
}
.error{
    color: black;
}
.errorBorder{
    border: 1px solid red;
}

.filter-dept-text{
    font-size: 16px;
    /*font-weight: bold;*/
    margin-right: 15px;
    float: left;
}

#status-reset-btn{
    float: left;
}

#submit-status-frm{
    float: right;
}

.table-response {
    min-width: 320px;
    width: 100%;
    overflow: scroll;
    /*height: 500px;
    overflow-y: scroll;*/
  }

/*@media screen and (max-width: 1498px) {
  .table-response {
    min-width: 320px;
    width: 100%;
    overflow: scroll;
    height: 500px;
    overflow-y: scroll;
  }
}*/

@media screen and (max-width: 420px) {
  .container {
    margin-top: 2%;
    max-width:100% !important;
}}
/***************taqi code**********/
    @media screen and (max-width: 992px) {
        .header-title {
            font-size:25px !important;
        }
        .header-title-sub {
            font-size:20px !important;
        }
        .header-img > img{
            margin-top:10px;
        }
        .btn-flex {
            display:grid;
            gap:5px;
        }
        #submit-status-frm {
            margin-left: 0px
        }
    }
    @media screen and (max-width: 768px){
        .main-header{
            grid-template-columns: 100%;
            text-align: center;
        }
        .header-title {
            font-size:20px !important;
            width: 100%;
            margin-bottom: 15px;
        }
        .header-img{
            width: 100%;
            margin-bottom: 15px;
        }
        .header-img > img{
            margin-top:10px;
            width: 50%;
            float: none;
        }
        .header-title-sub {
            font-size:18px !important;
        }
    }
