#errorMsg {
    background: #fff1f1;
    padding: 12px 30px;
    border: 1px solid #ff3e3e;
    color: #d61a1a;
    margin-bottom: 14px;
    border-radius: 30px;
    display: none;
}
#regerrorMsg {
    background: #fff1f1;
    padding: 12px 30px;
    border: 1px solid #ff3e3e;
    color: #d61a1a;
    margin-bottom: 14px;
    border-radius: 30px;
    display: none;
}
#regerrorMsgManager {
  background: #fff1f1;
  padding: 12px 30px;
  border: 1px solid #ff3e3e;
  color: #d61a1a;
  margin-bottom: 14px;
  border-radius: 30px;
  display: none;
}
#emailerrorMsg {
    background: #fff1f1;
    padding: 12px 30px;
    border: 1px solid #ff3e3e;
    color: #d61a1a;
    margin-bottom: 14px;
    border-radius: 30px;
    display: none;
}
#emailcheck{
    background: #fff1f1;
    padding: 12px 30px;
    border: 1px solid #ff3e3e;
    color: #d61a1a;
    margin-bottom: 14px;
    border-radius: 30px;
    display: none;
}

#successMsg{
  background: #d4f1d4;
  padding: 12px 30px;
  border: 1px solid #058105;
  color: #058105;
  margin-bottom: 14px;
  border-radius: 30px;
  display: none;
}
#otperrorMsg {
    background: #fff1f1;
    padding: 12px 30px;
    border: 1px solid #ff3e3e;
    color: #d61a1a;
    margin-bottom: 14px;
    border-radius: 30px;
    display: none;
}
#conerrorMsg {
    background: #fff1f1;
    padding: 12px 30px;
    border: 1px solid #ff3e3e;
    color: #d61a1a;
    margin-bottom: 14px;
    border-radius: 30px;
    display: none;
}
#prferrorMsg{
  color: #d61a1a;
}
.floatoneline {  
	width: 200px;  
    height: auto;  
    float: left;  
} 
.pageHolder{ 
    width: 100%; 
} 
.gallerySearchBtn{
    width: 192px;
    height: 40px;
    letter-spacing: 1px;
    display: block;
    border-radius: 34px;
    font-size: 19px;
    box-sizing: border-box;
    margin-left: 3px;
}
.bannerContent .commonBtnV1:first-of-type::before {
    left: -67px;
}
.hotSelect {
    background: #59d9f8 !important;
}
#loading {
        background: rgba(0,0,0,0.3) url(/adminside/images/preloader.gif) no-repeat center center;
        position: fixed;
        margin: -70px 0 0 0px;
        padding: 10px;
        z-index: 99999;
        opacity: .799;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
        .errorNoShop{

        background: #fff1f1;
        padding: 12px 10px;
        border: 1px solid #ff3e3e;
        color: #d61a1a;
        margin-bottom: 14px;
        border-radius: 30px;
        font-size: 15px;
    }
    a.btnBack {
        font-size: 15px;
        color: #0f70c2;
        text-transform: uppercase;
        background: url(/assets/images/iconBack.png) no-repeat 0 5px;
        padding: 5px 0 0 17px;

    }
    .marketLocation table.table  {
      font-family: arial, sans-serif;
      border-collapse: collapse;
      width: 100%;
    }

    .marketLocation table.table td, th {
      border: 1px solid #dddddd;
      text-align: left;
      padding: 8px;
    }

    .marketLocation table.table tr:nth-child(even) {
      background-color: #dddddd;
    }

    .errorMsg {
        background: #fff1f1;
        padding: 12px 30px;
        border: 1px solid #ff3e3e;
        color: #d61a1a;
        margin-bottom: 14px;
        border-radius: 30px;
        display: none;
    }

    .updateForm #changepasswordform .btnSubmit{
        display: none;
    }

    .updateForm #changepasswordform .btnSubmit{
        display: none;
    } 

    .updateForm.selected #changepasswordform .btnSubmit{
        display: block;
    }

    .updateForm.selected #changepasswordform .btnSubmit{
        display: block;
    } 

    .pswdChange{ margin-top: 12px;} 

.custom-file-input {
  color: transparent;
}
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'change image';
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active {
  outline: 0;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}
.profileWidget .profilePicChange {
    /* background: #f7d532; */
    /* padding: 6px; */
    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    position: absolute;
    bottom: -25px;
    left: 36px;
    right: 0;
    /* width: 64px; */
    margin: auto;
}
.fieldHolderV1.custCol6{
    z-index:999; 
}
.pagination {
display: inline-block;
}

.pagination li {
  cursor: pointer;
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 10px;
  margin-left: 5px;
}
.active{
   background-color: #f97437;
   color: white;
}
.pagination li:hover:not(.active) {
  background-color: #ddd;
}

