/**
Theme Name: LOP
Author: PeopleFirst Pharmacy (Mukesh Wani)
Author URI: https://www.peoplefirstpharmacy.com
Description: This is a Child Theme for the NEAT App for North Star Injury and Pain.
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: lop
Template: astra
*/
form#loginform input {
display: block;
width: 100%; 

}
.table-striped>tbody>tr:nth-child(odd)>td, 
.table-striped>tbody>tr:nth-child(odd)>th {
   background-color: #D6CDB4;
 }

 .badge:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
  }
  .badge-error {
    background-color: #b94a48 !important;
  }
  .badge-error:hover {
    background-color: #953b39 !important;
  }
  .badge-warning {
    background-color: #f89406 !important;
  }
  .badge-warning:hover {
    background-color: #c67605 !important;
  }
  .badge-success {
    background-color: #468847 !important;
  }
  .badge-success:hover {
    background-color: #356635 !important;
  }
  .badge-info {
    background-color: #3a87ad !important;
  }
  .badge-info:hover {
    background-color: #2d6987 !important;
  }
  .badge-inverse {
    background-color: #333333 !important;
  }
  .badge-inverse:hover {
    background-color: #1a1a1a !important;
  }
  .back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 80px;
    right: 20px;
    display:none;
}
.scroll-to-bottom {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}
input[name="wpcf-high-dollar-order-approved"] {
    margin-left:60px !important;
}
.select2alert
{   
    border: 2px solid blue !important;
}
.toolset_select2-container *:focus {
    border-color: #66afe9;
  outline: 15;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  }
label[for="wpcf-hold-status"] {
    padding-left:0px !important;
}
label[for="wpcf-hold-status"] input {
    margin-top:0px !important;
}
#primary {
  margin:1em 0 !important;
}
li.checkbox {
    margin-top:0px !important;
}
input[type="checkbox"] {
    box-shadow: none;
}
.submit-progress {
    display:none;
  }

.form-checkbox {
    /*margin-left:60px !important;*/
    height: 20px !important;
    width: 20px !important;
}
div[data-item_name="checkbox-wpcf-must-have-lop"] {
    float: left;
}