label.error {
    color: #FF0000;
    font-weight: 600;
 }

 span.required
 {
     color:red;
 }

.text-center {
    text-align: center;
}

 label.col-md-3 {
     width: 25%;
     margin-top: 1%;
 }

 input[type=checkbox] {
    position: relative;
      cursor: pointer;
}
input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    border: 2px solid #555555;
    border-radius: 3px;
    background-color: white;
}
input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 6px;
}
input[type=checkbox] {
    margin: 4px 4px 0;
}
.mt-2{
	margin-top: 20px!important;
}
tfoot {
    display: table-header-group;
}
.logo-mini{
    font-size: 16px!important;
}

/*--------  Bootstrap Modal Popup in Center of Screen --------------*/
/*---------------extra css------*/
.modal {
    text-align: center;
    padding: 0 !important;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
/*----- Modal Popup -------*/

td.details-control {
    background: url('../resources/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../resources/details_close.png') no-repeat center center;
}
.box.box-primary {
    border-top-color: #3c8dbc;
}
.navbar-nav>.user-menu>.dropdown-menu>li.user-header{
    height: 80px;
}

.watermark-logo{ background: url('../images/logo.png') no-repeat center;     height: 650px;
    background-color: #fff;
    opacity: .2;}

/* end only demo styles */

.radio-custom {
    opacity: 0;
    position: absolute;   
}

.radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 4px;
    cursor: pointer;
}

.radio-custom-label {
    position: relative;
}

.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #3c8dbc;
    display: inline-block;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    padding: 2px;
    margin-right: 5px;
    text-align: center;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    background: #3c8dbc;
    box-shadow: inset 0px 0px 0px 4px #fff;
}


.radio-custom:focus + .radio-custom-label {
  outline: 1px solid rgb(221, 221, 221); /* focus style */
}

.modal-body > .img-responsive {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.stopButton {
    color: rgb(85, 125, 105);
    background-color: #FFFFFF !important;
    border: 1px solid;
}

.addButton {
    cursor: not-allowed !important;
    color: rgb(85, 125, 105) !important;
    background-color: rgb(238, 238, 238) !important;
    border: 1px solid !important;
}

.btn-logout {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
}

.navbar-nav > .user-menu > .dropdown-menu > .user-footer a:hover{ 
    background-color: #425A50 !important;
}

.login-page,
.register-page {	
	/* background-image: url('/images/login02-bg.jpg') !important; */
    background: #ffffff !important;
}

/* for iphone view login user name color */
@media (max-width:767px) {
	.skin-blue .main-header .navbar .dropdown-menu li a {
		color: #fff;
		/* color: #777 !important; */
    }
    /* for searching box and nav.bar user name */    
    .hidden_xs {
        display: block !important;
      }
      .btn-default {
        background-color:  #557D69 !important;
        color: #fff !important;
        border-color:  #557D69 !important;
    }

    .stopButton {
        color: rgb(85, 125, 105) !important;
        background-color: #FFFFFF !important;
        border: 1px solid !important;
        margin-bottom: 5px !important;
    }

    .addButton {
        cursor: not-allowed !important;
        color: rgb(85, 125, 105) !important;
        background-color: rgb(238, 238, 238) !important;
        border: 1px solid !important;
        margin-top: 5px !important;
    }
}

@media (max-width:1024px) { 

}

/* for ipad view user logout and password change button color */
.main-header .navbar-custom-menu a, .main-header .navbar-right a {
    /* color: inherit; */
    color: #fff !important;
    background:  #557D69 !important;
}

.back-to-top{
    position: fixed; 
    bottom: 20px; 
    right: 20px; 
    z-index: 1; 
    display:none; 
    cursor: pointer;
}

.table-striped > tbody > tr:nth-child(odd) > td{
    background-color: #f1efef;
 }

 /* .hideImage {
    display: none;
} */

.gray-border-color {
    border-right: 1px solid #808080 !important;
    border-left: 1px solid #808080 !important;
}
.left-border-color {
    border-left: 1px solid #808080 !important;
}
.right-border-color {
    border-right: 1px solid #808080 !important;
}
.light-border-color {
    border-right:2px solid #d2d6de;
}

 /* .search-delete {
    position: absolute;
    margin-left: -25px;
    margin-top: 11px;
  } */

  a.search-delete {
    position: absolute;
    right: 10px;
    z-index: 9;
    top: 7px;
}

.history-Model-header {
    background-color:#FFFFFF !important;
    color: black !important;
    padding: 15px;
    border-bottom: none !important;

}

.history-close {
    font-size: 35px !important; 
    font-weight: 100 !important;
    margin-top: -60px !important;
    margin-right: 12px !important;
} 

.history-pop {
    font-size: 20px !important;
    font-weight: 600;
}

.history-pop-info {
    margin-top:0px !important;
    font-size: 15px !important;
    font-weight: 600;
}

#order_history thead {
    border: 2px solid #d2d6de !important;
    background: #d2d6de !important;
}

.history-Model-header {
    border-radius: 10px !important;
}

.order-history-body {
    padding-top: 0px !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
}
#save-history {
    width: 100%;
    background-color: #236D00;
    border: 1px solid #236D00;
}

.order_status_history {
    margin-top: 5px !important;
}

.modal-content  {
    border-radius: 10px !important;  
}

.hideImage {
    display: none;
}

.imageSize2 {
    width: 0% !important;
    padding-left: 0 !important;
}

/* #order_history, #order_history thead {
   text-align: center !important;
} */

.staticField {
    font-weight: unset !important;
}

.buttondesable{
    cursor:not-allowed;
    color: #557D69;
}

#specialorderrecipient {
    background-color:  #557D69; 
    color: white;
}

.recipient-close {
    font-size: 35px !important; 
    font-weight: 100 !important;
    color: #ffffff !important;
    margin-top: -30px !important;
} 
#frmLogin .form-control {
    margin-top: 0;
    margin-bottom: 0px;
}

#togglePassword {
    position: absolute;
    right: 20px;
    top: 7px;
    font-size:20px;
    color: #aaa;
}
button.close.web-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0 !important;
    color: #fff;
    z-index: 99;
    opacity: 1;
    background: rgba(0,0,0,0.3);
    padding: 2px 10px;
    font-size: 40px !important;
    border-radius: 0 10px 0 10px;
}
.p-0 {
    padding: 0;
}

.w-100 {
    width: 100%;
    border-radius: 10px;
}

.webmargin .modal-footer button {
    width: 100%;
}
.webmargin .modal-footer{
    padding: 15px 0; border: none;
}
.order_row{display: flex;gap:10px;margin:0 10px;justify-content: space-between;}
.divflex {
    display: flex;
    gap: 5px;
    width: 100%;
    max-width: 512px;
}

.sameBtn:first-child{
max-width: 40%;
width: 100%;
}
.sameBtn:nth-child(2){
    max-width: 40%;
    width: 100%;
    }
.sameBtn:last-child{
    max-width: 60%;
    width: 100%;
    }
.sameBtnReturn {
    max-width: 100%;
    width: 100%;
}
a.foore_url:hover {
    color: #FFFFFF !important;
}

a.foore_url_login:hover{
    color: #425A50;
}

@media screen and (max-width: 1023px) {
    .sameBtn:first-child, .sameBtn:last-child, .sameBtn:nth-child(2){
        max-width: 100%;
    }
    .stopPadding {
        padding: 0px !important;
    }
    .divflex, .order_row{flex-direction: column;}
    
}

@media (min-width: 1024px) { 
    .web-dialog {
        width: 800px;
        margin: 30px auto;
    }
    .in.webmargin {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .webmargin .modal-footer{
        padding: 15px 0; border: none;
    }
    .webmargin .modal-footer button {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive {
        /* border: 1px solid #ddd; */
        border: none !important;
    }
}

@media (min-width: 1024px) {  
    .positioned-p {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 0 35px 35px;
    }
    .relative-container {
        position: relative;
    }
}
a.foore_url:hover {
    color: #FFFFFF !important;
}
.footer-position-p {
    position: absolute;
    bottom: 0;
    left: 0;
    /* padding: 12px 5px 12px 15px; */
    padding: 12px 5px;
    color: #b8c7ce;
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
}

@media (max-width: 600px) {
    .footer-position-p {
        padding: 10px 5px; 
    }
}
@media (min-width: 601px) and (max-width: 1024px) {
    .footer-position-p {
        padding: 12px 5px;
    }
}
@media (min-width: 1025px) {
    .footer-position-p {
        padding: 15px 5px;
    }
}

