body{
    margin: 0;
    padding: 0;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    color:#000;
    background: rgba(255,255,255,1) url(../images/bg.JPG) no-repeat 0 0;
    background-size: cover;
}
h1,h2,h3,h4,h5,h6,p,ul,li{
   margin: 0;
   padding: 0; 
}
::placeholder {
  color: #cacaca !important;
  font-style: italic;
  font-size: 13px;
}
.tophead{
    background-color:#9e341b;
}
/* Profile Picture */
.profile-pic{
    display: inline-block;
    vertical-align: middle;
     width: 50px;
     height: 50px;
     overflow: hidden;
    border-radius: 50%;
 }
 
 .profile-pic img{
    width: 100%;
    height: auto;
    object-fit: cover;
 }
 .profile-menu .dropdown-menu {
   right: 0;
   left: unset;
 }
 .profile-menu .fa-fw {
   margin-right: 10px;
 } 
 .toggle-change::after {
   border-top: 0;
   border-bottom: 0.3em solid;
 }
 .lgoimg{
    width:175px;
 }
 .mnu li a{
    font-weight:600 !important;
 }
 .mnu li.active a{
    color:#9e341b !important;
 }
 .rgtFltr i,.rgtFltr span{
    color: #9e341b;
    cursor:pointer;
 }
 .col-18{
    width: 19%;
 }
 .srchFld input{
    border-radius: 0;
    font-size: 15px;
    padding: 6px;
    height: auto;
 }
 .srchFld label{
    font-size: 14px;
    font-weight: 500;
 }
 .dspnon{
    display:none !important;
 }
 .logNm{
   font-size: 14px;
   color: #fff;
   font-weight: 500;
   margin-top: 10px;
 }
 .nvbarMn{
   border-bottom: 1px solid #9e341b2b;
   margin-bottom: 15px !important;
 }
 .nvbarMn .dropdown-toggle::after{
   content: none;
 }
 .fntSmlst{
   font-size: 14px;
 }
 .nvbarMn a.nav-link{
   font-size: 16px;
   font-weight: 500;
 }
 .imgCnt{
   width: 100%;
   height: 300px;
   overflow: hidden;
 }
 .imgCnt img{
   width: 100%;
   object-fit: fill;
   height: 100%;
 }
 .cbx{
   position: absolute;
   top: 10px;
   left: 10px;
   width: 25px;
   height: 20px;
   border: 0;
   z-index: 9;
   cursor:pointer;
 }
 .imgCnt i{
   position: absolute;
   top: 40px;
   left: 13px;
   font-size: 20px;
   color:#fff;
   cursor:pointer;
   z-index: 9;
   transition: 0.3s;
 }
 .imgCnt i:hover{
   transform: scale(1.2);
   transition: 0.3s;
 }
 .artDtls{
   display:block;
   background-color: transparent;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   color:#fff;
   text-align: center;
   transition: 0.3s;
   cursor: pointer;
 }
 .artDtls strong{
   font-size: 18px;
 }
 .imgCnt:hover .artDtls{
   display:block !important;
   transition: 0.3s;
 } 
 .artDtls span,
 .artDtls strong{
   top: 40%;
   left:22%;
   -ms-transform: translateY(-50%),translateX(-50%);
   -webkit-transform: translateY(-50%);
   transform: translateY(-50%) translateX(-50%);
   position: inherit;
 }
 .artDtls strong{
    top: 270px;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    color: #9e341b;
    padding: 5px 15px;
 }
 .poptitl{
   font-size: 15px;
   background-color: #9e341b;
   color:#fff;
   padding-top: 10px;
   padding-bottom: 10px;
 }
 .poptitl .modal-title{
   font-size: 15px;
   color:#fff;
 }
 .btncstmdrk{
   background-color: #9e341b;
   color:#fff;
   border:1px solid #9e341b;
   border-radius: 0;
   transition: 0.3s;
 }
 .btncstmdrk:hover{
   background-color: #fff !important;
   color:#9e341b !important;
   border-radius: 0 !important;
   border:1px solid #9e341b !important;
   transition: 0.3s;
 }
 .btnclose{
   background-color: #340b02 !important;
   color:#fff !important;
   border:1px solid #340b02 !important;
   border-radius: 0 !important;
   transition: 0.3s;
 }
 .btnclose:hover{
   background-color: #fff !important;
   color:#340b02 !important;
   border:1px solid #340b02 !important;
   transition: 0.3s;
 }
 .clrBrwn{
   color:#9e341b;
 }
 .archvebtn{
   background-color: #fff !important;
   color:#9e341b !important;
   border:1px solid #9e341b !important;
   border-radius: 0;
   transition: 0.3s;
 }
 .archvebtn:hover{
   background-color: #9e341b !important;
   color:#fff !important;
   border:1px solid #9e341b !important;
   border-radius: 0;
   transition: 0.3s;
 }
 .ftr{
   border-top:1px solid #9e341b;
 }
 .logBg{
   background-color: #fff;
   background-image: none;
 }
 .w-85{
   width:85%;  
 }
 .loginMn{
   display: inline-block;
   width: 900px;
   height: 450px;
   background-color: #fff;
   box-shadow: 3px 3px 10px #25242440;
   position: absolute;
   left: 50%;
   top: 250px;
   margin-left: -450px;
   margin-top: -180px;
 }
 .lft{
  margin: 50px 45px;
 }
 .logimgRgt{
  object-fit: fill;
 }
 .lginlgoimg{
  width: 230px;
 }
 .frgtpass{
  font-size: 13px;
  font-weight: 600;
 }
 .logcbx{
  vertical-align: middle;
 }
 .btnsgnin {
  width: 100%;
  margin-top: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 600;
  border-radius: 0 !important;
  text-transform: uppercase;
  background-color: #9e341b;
  color: #fff;
  border: 1px solid #9e341b;
  transition: 0.3s;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
 .btnsgnin:hover{
    background-color: #fff;
    color:#9e341b;
    border:1px solid #9e341b;
    transition: 0.3s;
 }
 .inptsAll input
 {
  margin-top: 10px;
  border-radius: 0;
  font-size: 15px;
  padding:10px 10px 10px 40px;
  color: #000;
 }
 .icnInpt{
  position: absolute;
  left: 10px;
  top: 10px;
  color: #9e341b;
  font-size: 20px;
  border-right: 1px solid #000;
  padding-right: 8px;
 }
 .cntrIcn{
  background-color: #fff;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  text-align: center;
  position: absolute;
  border: 1px solid #ddd;
  padding:30px 33px;
  right: -50px;
  top: 33px;
  box-shadow:inset 5px 5px 8px -6px #9e341b;
 }
 .cntrIcn img{
  width:30px;
 }
 .popImg{
  width: 100%;
  object-fit: cover;
  /* height: 400px; */
  height: auto;
 }
 .imgDescPop label{
  font-size: 15px;
 }
.col48, .col100
 {
  border: 1px solid #9e341b;
  padding: 8px 10px;
  margin: 0 3px;
  box-sizing: border-box;
  width: 48%;
 }
 .col100{
  width:98%;
 }
 .popimgrgtprt{
  height: auto;
  overflow-y: auto;
 }
 .bdge{
  background-color: #9e341b;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
 }
 .inptDtls label{
  font-size: 15px;
  font-weight: 500;
 }
 .inptDtls{
  float:left;
  width:100%
 }
 .inptDtls input, .inptDtls select, .inptDtls textarea{
  font-size: 15px;
  padding: 6px 10px;
 }
.btnwdtsml{
  width: auto;
  font-size: 15px;
  padding: 7px 25px;
}
.btnwdtsmlNxt{
  background-color: #773e30;
  padding: 7px 25px;
 }
 .bxShdw{
   box-shadow: 2px 2px 25px #dbdbdb;
 }
 .tblmndv table th{
  background-color: #773e30;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
 }
 .tblmndv table td i{
  cursor:pointer;
  transition:0.3s;
 }
 .col33{
  width:32%
 }
a.disabled{
  cursor: no-drop !important;
  background-color: #a9a9a9 !important;
  color: #000 !important;
  border: 1px solid #a9a9a9 !important;
 }
 .crs{
  border: 1px solid #9e341b;
  border-radius: 35px;
  width: 35px;
  height: 35px;
  text-align: center;
  padding: 9px;
  font-size: 15px;
  color: #9e341b;
  cursor: pointer;
 }
 .btnchpsw{
  text-decoration: underline;
  color:#9e341b;
  cursor: pointer;
 }
 .form-control:focus, input:focus {
  outline: none !important;
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.w-63{
    width:63%;
}
.mt3{
    margin-top:3px;
}
.tblmndv table td i.fa-pencil-square-o{
    color: #03b103;
}
.tblmndv table td i.fa-trash{
    color: red;
}
.tblmndv table td i:hover{
    font-size: 20px;
    transition:0.3s;
}
.alrt .alert {
    background-color: #0e7816;
}
.alrt .alert font{
    color: #fff;
}
.alrt {
    width: 90% !important;
    margin: 0 auto;
    color: #000;
}
.paginate_button a{
    color: #9e341b;
}
.paginate_button.active a,
.page-item.next a,
.page-item.previous a{
    background-color: #9e341b;
    border: 1px solid #9e341b;
    color:#fff;
}
.page-item.next a,
.page-item.previous a{
    background-color: #6d2716;
    border: 1px solid #6d2716;
    color:#fff;
}
.page-item.next.disabled a{
    background-color: #ddd;
    border: 1px solid #ddd;
    color:#000;
}
.page-item.next.disabled{
    cursor:no-drop;
}
.dataTables_info{
    font-size: 15px;
    font-weight: 500;
}
.modal-body input,
.modal-body textarea,
.modal-body select{
    font-size:15px;
}
.shrtFld{
    width: 30% !important;
}
.lngFld{
    width: 68% !important;
    margin-right: 0 !important;
}
.imgBlk img{
    width: 100%;
    height: 500px;
    object-fit: fill;
    overflow: hidden;
}
.w-5{
    width:5%;
}
.dropdown-item{
    cursor:pointer;
}
.mnu li.active ul li a {
    color: #000 !important;
}
.mnu li.active ul li.active a {
    color: #9e341b !important;
}
.ds-none{
    display:none;
}
.shmreBtn{
    display: inline-block;
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    color: #fff;
    background-color: #9e341b;
    padding: 8px 10px;
    text-align: center;
    text-transform: uppercase;
    border:1px solid #9e341b;
    margin-top:15px;
    transition:0.3s;
    cursor: pointer;
}
.shmreBtn:hover{
    box-shadow:5px 5px 20px #ddd;
    transition:0.3s;
}
.w-60{
    width:60%;
}
.popimgrgtprt label{
    margin-top: 2px;
}
.pgntion a{
    color: #fff !important;
    background-color: #9e341b;
    padding: 9px 10px;
    border: 1px solid #621f10;
    text-decoration: none;
    cursor:pointer;
}
.btnGo{
    padding:7px 13px !important;
    margin-left:10px;
}
.border-radius-none{
    border-radius:0;
}
.mt-12{
    margin-top:12px;
}
.w-12{
    width:12%;
}
.Upldimg img{
    display: block;
    float: left;
    width: 20%;
    height: 65px;
    object-fit: cover;
}
.Upldimg .inptDtls
{
    display: block;
    float: left;
    width: 75%;
    margin-left: 17px;
}
.sttsAll
{
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    float: left;
    border-radius: 5px;
    padding: 7px 12px;
    font-size: 15px;
}
.logAlrt{
    position: absolute;
    top: -10px;
    left: 0;
    width: 90%;
    font-size: 13px;
    padding: 6px;
    background-color: transparent;
    border: 0;
    color: red;
    text-align: center;
    display: block !important;
}
#datalistOptions{
    max-height: 200px !important;
    overflow-y:scroll;
}

.srchicn{
	position:absolute;
	top:0;
	right:0;
	background-color:#9e341b;
	color:#fff;
	padding: 11px 10px;
	font-size: 13px;
    cursor: pointer;
}
.selection, .select2, .select2-selection{
  border:0 !important;
  width: 100% !important;
  height:35px !important;
}
.select2-selection{
  border:1px solid #ddd !important;
  font-size: 15px;
  font-weight: 600;
}
.select2-selection__rendered{
  padding-top: 3px;
}
.upldImg{
    float: left;
    display: block;
    width: 60px;
    object-fit: cover;
}
.inptUpld{
    display: block;
    float: left;
    width: 78%;
    margin-left: 15px
}
.rprttbldv table{
    width:100%;
}
.rprttbldv table td{
    word-break:break-all;
    width: 100px !important;
}

/* ========= 20032024 ========= */
.swal2-confirm{
    background-color:#9e341b !important;
}
.swal2-cancel{
    background-color:#932c15 !important;
}
.pagination .disabled a,
.disable{
    background-color: #ddd !important;
    border-color: #ddd !important;
}
.pagination .disabled,
.disable{
    cursor:no-drop !important;
}
.fa-minus-square{
    color:red;
    cursor:no-drop !important;
}
.fa-check-square-o{
    color:green;
    cursor:pointer;
}
@media print{
    @page {
      size: A3 landscape;
    }
    .mnu, .dataTables_info, .dataTables_paginate, .bdge, .dataTables_length, .tophead, .dataTables_filter {
        display:none !important;
    }
    .container, .row, .bxShdw{
        padding:0 !important;
    }
    .bxShdw{
        box-shadow:none !important;
    }
    .btnsgnin{
        display:none !important;
    }
    footer#footer {
        display:none !important;
    }
    .container{
        width: 100% !important;
        max-width: 100%;
    }
}
.crs, .crspop, .mnuu, .srchmnrsp{
  display: none;
 }
 .rprttbldv .pagination{
     margin-top:15px !important;
 }
 .chngPass footer{
    position: absolute;
    bottom: 0;
    left: 0;
 }
 .RspinptFull .col-md-4, .RspFullsize{
     width:100% !important;
 }
 .crspopSrch img {
    display:none;
}
/*========= 040724 ==========*/
.w-60{
    width:60%;
}
.w-80{
    width:80%;
}
.modlbdy_hgt{
    height:500px;
    overflow-y:auto;
}

/* ======== Responsive =========== */
@media screen and (max-width: 600px){
  .RspProfle{
    display:block !important;
    flex-basis: content;
  }
  .RspProfle .nav-link{
    display: block;
    float: right !important;
  }
  .lgoimg {
    width: 150px;
  }
  .logNm{
    text-align: right !important;
    margin-right: 0 !important;
    margin-left: 20px;
    margin-top:12px;
  }
  .profile-menu{
    margin-bottom: 0 !important;
  }
  .RspProfle .dropdown-menu{
    position:absolute;
  }
  .navbar-brand{
    padding-top: 0;
  }
  .Rspw100{
    width:100%;
  }
  .tblmndv{
    width:100%; overflow: auto;
  }
  .tblmndv table{
    width:1000px;   
  }
  .imgCnt {
    height: 450px;
  }
  .Rspmb20{
    margin-bottom: 20px;
  }
  .popimgrgtprt {
    padding-left: 0 !important;
    margin-top: 20px;
    height: auto;
    overflow: auto;
  }
  .popimgrgtprt .col48{
    width:100%;
    margin: 0;
  }
  .nvbarMn{
    position: fixed;
    top: 0px;
    left:0;
    background-color: #fffffffa;
    z-index: 99;
    height: 100%;
    transition: 0.3s;
    width:80% !important;
  }
  .lftt{
    left: -100%;
    transition: 0.3s;
  }
  .nvbarMn li{
    width:100%;
  }
  .mnuu,.srchmnrsp{
    position: fixed;
    top: 120px;
    right: -5px;
    color: #fff;
    background-color: #9e341b;
    border-radius: 4px;
    padding: 5px 15px;
    text-decoration: none;
    font-weight: bold;
  }
  .srchmnrsp{
    top:180px;
    display:block;
  }
  .srchFld {
    width:100%;
    margin-bottom: 10px;
  }
  .rgtFltr{
    display:none;
  }
  .mnuu img,.srchmnrsp img{
    width: 20px;
    vertical-align: sub;
  }
  .drkbg{
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    z-index: 9;
    position: fixed;
    top: 0;
    width: 100%;
  }
  .drk{
    display: block !important;
  }
  .crspop{
    display: block;
  }
  .crspop img, .crspopSrch img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    z-index: 999;
  }
  .crspopSrch img {
      top: -15px;
      display:block;
  }
  .rspSechFrm{
      margin-top:20px;
  }
  .mnuu{
    display: block;
   }
  .loginMn{
    width: 95%;
    margin-left: -48%;
    box-shadow: 0px 0px 18px #25242424;
    top: 300px;
  }
  .RsplftSec{
    width:100% !important;
  }
  .RsprgtSec{
    display: none;
  }
  .cntrIcn{
    left: 40%;
    right:unset;
    top: -50px;
  }
  .lft {
    margin: 63px 45px;
  }
  .pgntion a{
      font-size:14px;
      float:left;
  }
  .pgntion a span{
      margin-top:0px;
  }
  .pgntion span{
      float:left;
      margin-top:8px;
  }
  .Rspbtngo,.pgntion {
      width:100% !important;
  }
  .Rspbtngo {
      margin-top: 20px !important;
  }
  .btnGo{
      width:32%;
  }
  .RspbtnAll a{
      width:48%;
  }
  .Rsptotlrcds{
      width:100% !important;
  }
  .artDtls strong{
    top:unset;
    bottom: 0;
    left: 70px;
  }
  .RspMnimg{
      width:100%;
  }
  .srchbr {
    position: relative;
    z-index: 9;
    background-color: #fff;
  }
  .RspW100{
    width:100%;
  }
}


