.default-style .sidenav .app-brand.demo{
    border-right: 1px #f3efefa6 solid;
    background: #2f3337;
    height: 100px;    
}
.default-style .sidenav .app-brand.demo img{
    max-width: 100%
}
#theme-settings{
    display: none !important;
}
.glyphicon{
    display: inline-block;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: "Ionicons";
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    text-rendering: auto;
    margin-left: 3px;

}
[class^="glyphicon-"]::before, [class*=" glyphicon-"]::before {
    vertical-align: text-bottom;
    font-size: 20px;
    line-height: .8695em;
}
.glyphicon-eye-open:before {
    content: "\f2e9";
}
.glyphicon-pencil:before {
    content: "\f2db";
}
.glyphicon-trash:before {
    content: "\f2c0";
}
.glyphicon-list-alt:before {
    content: "\f11b";
}
.glyphicon-print:before {
    content: "\f35c";
}
.glyphicon-repeat:before {
    content: "\f1fe";
}
.glyphicon-thumbs-up:before {
    content: "\e125";
}
.glyphicon-thumbs-down:before {
    content: "\e126";
}
.print,.userprint{
    color:#1e70cd;
    cursor:pointer;
}
.bicbtn {
    background: #8897AA !important;
}
.help-block{
    color: #F44336;
}
.text-sm{
    width:40px;
}
.sidenav-vertical .sidenav-menu .sidenav-link{
    padding: .75rem 2rem !important;
}
#printarea
{
    display: none;
}
/*.role_container{
    
    margin-left: 25px;
}*/
.role_container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.role_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 15px;
  height: 26px;
  width: 26px;
/*  background-color: #babbbc;*/
  border-top: 1px solid grey;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  border-bottom: 1px solid grey;
}

/* On mouse-over, add a grey background color */
.role_container:hover input ~ .checkmark {
  /*background-color: #ccc;*/
  background-color: #19872f;
}

/* When the checkbox is checked, add a blue background */
.role_container input:checked ~ .checkmark {
  background-color: #19872f;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.role_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.role_container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 7px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
    
@media print
{    
    #printarea
    {
        display: block !important;
    }
}
.pagination{
    margin-top: 10px;
}
.pagination>li>span {
    position: relative;
    display: block;
    padding: .625rem .3125rem;
    min-width: calc(2.144rem + 2px);
    border: 1px solid rgba(24,28,33,0.06);
    background-color: transparent;
    color: #a3a4a6;
    text-align: center;
    line-height: 1 !important;
    border-radius: .25rem;
}
.navbarheight{
    height: 100px;
}
.text-muted a {color: #2f3337;}
.pace-running{
 /* display: none !important;  */    
}
.hide{
    display: none !important;
}
.row.wizard-data {
    border-bottom: 2px solid #3333;
    margin: 0 0 30px 0;
    padding-bottom: 15px;
}

.save-btn{
    color: #818fa2;
    margin-top: 5px;
    margin-left: 5px;
}
body .form-control {
/*    height: 35px !important;*/
    min-height: 38px !important;
    border: 1px solid rgba(24, 28, 33, 0.33);
}
.form-group.field-biccompanies-as2_url label {
    margin-top: 10px;
    margin-bottom: 20px;
}
body .form-control:disabled, .form-control[readonly] {
    background-color: #d6d6d6;
    opacity: 1;
    border: 1px solid rgba(24, 28, 33, 0.1);
        cursor: not-allowed;
}
.reject_pop_error{
    color: #F44336;
}

form div.required label.control-label:after {
  content:" * ";
  color:red;
}

.tooltip1 {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltip1 .tooltiptext {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
}

.tooltip1:hover .tooltiptext {
  visibility: visible;
}
.usertaken{
    background-color: #d9534f87 !important;    
}
.rejected_save{
    cursor:pointer;
}
#trolley_barcode{
    width:100%;
}
body .form-control:disabled:focus, .form-control[readonly]:focus{
        border: 1px solid rgba(24, 28, 33, 0.1);
}
th.sorting a {
    color: #4E5155;
}
.default-cursor {
   background-color: #f1f1f2 !important;  
}

table thead a {
    color:#4E5155!important;
}
/*.modal-body{
    height: 60vh;
    overflow-y: scroll;
}*/

.btn-secondary,btn-secondary:hover {    
    background: #D75395 !important;    
}
.green{
/*    background: #28a745;*/
    color: #28a745;
    cursor: default !important;
}
.red{
/*    background: #D75395;*/
    color: #D75395;
    cursor: default !important;
}
#billimage{
    max-width: 100%;
    max-height: 100%;
    display: block;
    width: 100%;
}
.billname{
    cursor: pointer;
    color: #3c8ae2
/*    text-decoration: underline;*/
}
#receiptModal #imgscroll{
    max-height: 500px;
    overflow-y: auto;
}
#imgscroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#imgscroll::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#imgscroll::-webkit-scrollbar-thumb
{
	background-color: #D75395;
}
#receiptModal .modal-header, #rejectModal .modal-header{
    background: #D75395;
    color: #fff
}
#receiptModal .modal-header .close, #rejectModal .modal-header .close {
    color: #fff;
    padding: 0;
    position: absolute;
    height: 50px;
    width: 50px;
    line-height: 0.5;
    right: 0;
    top: 20px;
    margin: 10px;
    font-size: 3rem;
    outline: none;
    opacity: .7;
    font-weight: bold;
}
.reject{
    color: #1e70cd;
    cursor: pointer;
}
#from,#to{
    background: #fff !important;
    border: 1px solid rgba(24, 28, 33, 0.33) !important;
    cursor: pointer;
}
.fadelink{
    opacity:0.3 !important;
    cursor:default !important;
 }
 .mveright{
    margin-right: 2%;
}