.field_error{
  color: #ff4949;
  margin: 0px;
    line-height: 18px;
    font-size: 12px !important;
}
.register-page {
  /*background: #d2d6de;*/
  margin-top: 40px;
  background-image: url("../img/registration_bg.png");
  padding: 10px;
}
.login-box,
.register-box {
  width: 460px;
  margin: 20px auto;
}
/*arif*/
.border-radius-5{
  border-radius: 5px;
}
.select_field{
  border: 1px solid #8a8a8a;
  padding: 5px;
  border-radius: 5px;
}
.line-height-28{
  line-height: 28px;
}
.display-inline-block{
  display: inline-block;
}
.custom-table-bordered {
    border: 1px solid #f4f4f4;
}
.custom-table-bordered {
    border: 1px solid #ddd;
}

.custom-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
table {
    background-color: transparent;
}
table th,table td{
  text-align: center;
  line-height: 30px;
}
#shipping_receive_content{
    width: 600px;
    margin: 50px auto;
}
#customer_invoice_content{
  width:800px;
  margin: 50px auto;
}
#merchant_invoice_content{
  width:800px;
  margin: 50px auto;
}
#admin_invoice_content{
  width:800px;
  margin: 50px auto;
}
.cursor_pointer{
  cursor: pointer;
}
#close_icon{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 25px;
  cursor: pointer;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1030; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px;
    /*border: 1px solid #888;*/
    width: 350px;
    border-radius:0px;
    overflow:hidden;
}
.modal-content .header{
    background: #e1e1e1;
    padding: 5px 0px 5px 17px;
}
.modal-content .header h1{
    padding: 0px;
    margin: 0px;
    color: #000;
    font-size: 20px;
}
.modal-content .body{
    background: #e1e1e1;
    padding: 10px 10px;
}
.modal-content .body .body_top{
    background: #e1e1e1;
    padding: 10px 10px;
}
.modal-content .body .body_bottom{
    background: #e1e1e1;
    padding: 10px 10px;
}
.modal-content .body p{
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    margin:0px;
}
.body_top_left img{width:95%;}
.modal-content .bottom{
    background: #e1e1e1;
    padding: 10px 10px;   
    border-top : 1px solid #cfcfcf;
}
.modal-content .bottom .modalButton{
    float: right;
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 0px 5px;
}


.body_top_left p,.body_top_right{
  font-weight: normal;
}


#profitViewModal{

}
#profitViewModalContent{
  width: 700px;
}
#orderViewDetailModalContent{
  width: 700px;
}

.min-height-190{
  min-height: 190px !important;
}
.bg-white{
  background: #fff;
}
.bg-sky{
  background: #4986f0 !important;
}
.bg-orange{
  background: #fe3f04 !important;
}
.bg-green{
  background: #1b841b !important;
}
.bg-olive{
  background: #8b8702 !important;
}
.bg-grey{
  background: #a0a0a0 !important;
}
.floatleft{
  float: left;  
}
.floatright{
  float: right;
}
.half{
  width: 50%;
}
.one_by_ten{ width: 10% !important; }
.two_by_ten{ width: 20% !important; }
.three_by_ten{ width: 30% !important; }
.four_by_ten{ width: 40% !important; }
.five_by_ten{ width: 50% !important; }
.six_by_ten{ width: 60% !important; }
.seven_by_ten{ width: 70% !important; }
.eight_by_ten{ width: 80% !important; }
.nine_by_ten{ width: 90% !important; }
.one_by_three{
  width:33.333%;
}
.two_by_three{
  width: 66.666%;
}
.one_by_four{
  width: 25%;
}
.three_by_four{
  width: 75%;
}
.full{
  width: 100%;
}
.fix{
  overflow: hidden;
}
.inner-custom{
  padding: 25px 10px !important;
}
.font-bold{
  font-weight: bold !important;
}
.font-normal{
  font-weight: normal !important;
}
.font-green{
  color: #1b841b !important;
}
.font-grey{
  color: #a0a0a0 !important;
}
.font-paste{
  color: #297f96 !important;
}
.font-blue{
  color: #0077ff !important;
}
.font-violet{
  color: #9437a2 !important;
}
.font-yellow{
  color: #e68c36 !important;
}
.font-orange{
  color: #fe3f04 !important;
}
.font-olive{
  color: #8b8702 !important;
}
.font-magenta{
  color: #e52686 !important;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-left{
  text-align: left;
}
.margin-top-20{
  margin-top : 20px !important;
}
.margin-bottom-20{
  margin-bottom: 20px !important;
}
.custom-button{
  background: #40af53;
  color: #fff;
  
  font-weight: bold;
  border: 1px solid;
  border-radius: 5px;
  font-size: 14px;
  padding: 5px 10px;
}
.border-none{
  border: none !important;
}
.border-dotted-1{
  border: 1px dotted;
}
.border-1{
  border: 1px solid;
}
.border-bottom-1{
  border-bottom: 1px solid;
} 
.border-bottom-2{
  border-bottom: 2px solid;
} 
.border-black{
  border-color: #000;
}
.border-grey{
  border-color: #e1e1e1;
}
.border-blue{
  border-color: #0077ff;
}
.border-sky{
  background: #4986f0 !important;
}
.border-orange{
  background: #fe3f04 !important;
}
.border-green{
  background: #1b841b !important;
}
.height-34{
  height: 34px;
}
.height-32{
  height: 32px;
}
.height-40{
  height: 40px;
}
.padding-0{
  padding: 0px;
}
.padding-10{
  padding: 10px;
}
.padding-20{
  padding: 20px;
}
.padding-50{
  padding: 50px !important;
}
.padding-right-0{
  padding-right: 0px !important;
}
.padding-left-0{
  padding-left: 0px !important;
}
.padding-right-5{
  padding-right: 5px !important;
}
.padding-left-5{
  padding-left: 5px !important;
}
.padding-right-10{
  padding-right: 10px !important;
}
.padding-left-10{
  padding-left: 10px !important;
}
.padding-bottom-20{
  padding-bottom: 20px !important;
}
.margin-0{
  margin: 0px !important;
}
.margin-top-0{
  margin-top: 0px !important;
}
.margin-bottom-0{
  margin-bottom: 0px !important;
}
.margin-right-0{
  margin-right:0px !important;
}
.margin-right-5{
  margin-right:5px !important;
}
.margin-right-10{
  margin-right:10px !important;
}
.margin-right-15{
  margin-right:15px !important;
}
.margin-right-20{
  margin-right:20px !important;
}
.margin-left-0{
  margin-left:0px !important;
}
.margin-left-5{
  margin-left:5px !important;
}
.margin-left-10{
  margin-left:10px !important;
}
.margin-left-15{
  margin-left:15px !important;
}
.margin-left-20{
  margin-left:20px !important;
}
.margin-left-0{
  margin-left:0px !important;
}
.margin-top-5{
  margin-top: 5px !important;
}
.margin-bottom-5{
  margin-bottom: 5px !important;
}
.margin-top-10{
  margin-top: 10px !important;
}
.margin-bottom-10{
  margin-bottom: 10px !important;
}
.margin-top-15{
  margin-top: 15px !important;
}
.margin-bottom-15{
  margin-bottom: 15px !important;
}
.padding-right-15{
  padding-right: 15px !important;
}
.padding-left-15{
  padding-left: 15px !important;
}
.percent-width-80{
  width: 80%;
}
.custom-button:hover{
  color:#fff;
}
.col{
  float: left;
}
.col-20-percent{
  padding: 15px 15px;
  width: 20%;
}

.small-box:hover {
     color: inherit; 
}
.box-shadow-none{
  box-shadow: none !important;
}

/*end arif*/
@media (max-width: 768px) {
  .login-box,
  .register-box {
    width: 90%;
    margin-top: 20px;
  }
}
.login-box-body,
.register-box-body {
  background: #fff;
  padding: 20px;
  border-top: 0;
  color: #666;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
  color: #777;
}
.login-box-msg,
.register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}

.alert {
  padding: 5px 15px;
  margin-bottom: 5px;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ddd !important;
}
label span{
  color:red;
  font-size: 16px;
}
.draggable-element {
  cursor: move;
}
.draggable-element2 {
    display: block;
    cursor: move;
    float: left;
    width: 100%;
    height: auto;
}
dt {
    margin-top: 10px;
}
dd {
    padding-top: 10px;
}
.search .input-group-addon {
    width:18%;
    text-align:left;
}
.search .input-group-addon:last-child{
    width:10%;
    text-align:left;
}

.del_checked{
    margin-right: 5px;
}

/*====merchant dashboard====*/
.inner_custom{
    text-align: center;
}
.inner_custom i{
    font-size: 24px;
}
.inner_custom a{
    color: #ffffff;
}
/*====/merchant dashboard====*/

/*
* navbar right side
*/
.navbar-nav > .user-menu > .dropdown-menu{
    width: 160px;
    padding: 5px 0;
}

/*====daily shop add product====*/
.regions{
    padding: 10px;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
}

.rTable    { display: table; }
.rTableRow       { display: table-row; }
.rTableHeading    { display: table-header-group; }
.rTableBody    { display: table-row-group; }
.rTableFoot    { display: table-footer-group; }
.rTableCell, .rTableHead  { display: table-cell; }

/*--------this css will be change after change daily shop add product page-------*/
.district_list{
    overflow-x: auto;
    background: #5f9ea0;
    position: relative;
    /*padding: 10px;*/
}
.district_list_addition_class{
    padding: 10px;
}
.rTableRow{
    /*width: 600px;*/
    /*overflow-x: scroll;*/
    /*background: #5f9ea0;*/
}
.regions .rTable .rTableRow .rTableHead{
    min-width: 120px;
}
.regions .rTable .rTableRow .rTableHead strong label{
    font-weight: bold !important;
    padding-right: 10px;
}
/*--------/this css will be change after change daily shop add product page-------*/
/*====/daily shop add product====*/
/*====product/add product[new add product page]====*/
.ds_region{
    z-index: 1100 !important;
}
.ds_region .modal-content{
    width: unset;
}
.add_region{
    display: none;
}
/*====/product/add product[new add product page]====*/