.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%;
}




body {
    font-family: 'Roboto';font-size: 14px;color:#495057;
}
	.incident-content{
		display: flex;
	}
	.incident-heading{
		color: #0056B3;
		font-size: 22px;
		margin-bottom: 15px;
		font-weight: 700;
	}
	.incident-box{
		border:1px solid #0056B3;
		border-radius: 4px;
		padding: 10px;
	}
	.incident-box h6{
		font-size: 14px;
		font-weight: 700;
		line-height: 21px;
		margin: 0px;
	}
	.incident-box p{
		margin: 0px;
		line-height: 21px;
	}
	.mt-20{
		margin-top: 20px !important;
	}
	.mt-25{
		margin-top: 25px !important;
	}
	.mt-30{
		margin-top: 30px !important;
	}
	.incident-select select{
		height: 42px;
		border:1px solid #0056B3;
		width: 100%;
		border-radius: 4px;
	}
	.incident-content-sub{
		width: 32%;
		padding:10px 30px;
		border-right: 1px solid #000;
	}
	.incident-content-sub:last-child{
		border-right: none;
	}
	.accordion {
	  background-color: unset !important;
	  cursor: pointer;
	  width: 100%;
	  border: none;
	  text-align: left;
	  outline: none;
	  transition: 0.4s;
		color: #0056B3;
		font-size: 22px;
		font-weight: 700;
		padding: 0px;
	}

	.accordion.active, .accordion:hover {
	  background-color: #ccc; 
	}

	.panel {
	  padding: 0 18px;
	  display: none;
	  background-color: white;
	  overflow: hidden;
		border:1px solid #0056B3;
		border-radius: 4px;
		margin-top: 10px;
	}
	.panel p{
		line-height: 21px;
        margin-top: 8px;
        margin-bottom: 8px;
	}
	.chat-heading-left{
		color: #0056B3;
		font-size: 18px;
		font-weight: 700;
		text-align: left;
	}
	.chat-heading-right{
		color: #0056B3;
		font-size: 18px;
		font-weight: 700;
		text-align: right;
	}
	.chat-heading-right span{
		font-size: 10px;
	}
	.chat-heading-left span{
		font-size: 10px;
	}
	.chat-msg textarea{
		margin: 5px 0 10px 0;
		border:1px solid #0056B3;
		border-radius: 4px;
		width: 100%;
	}
	.box-right{
		width: 90%;
		float: right;
	}
	.box-left{
		width: 90%;
		float: left;
	}
	.accordion img{
		position: relative;
		top:3px;
	}

    .modal-header .close{
        margin-top: 2px !important;
        font-weight: bold;
    }
    .box{
        width: 100%;
        float: left;

    }


/*** Toggle button css ***/


.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
  }
  .btn-toggle:focus,
  .btn-toggle.focus,
  .btn-toggle:focus.active,
  .btn-toggle.focus.active {
    outline: none;
  }
  .btn-toggle:before,
  .btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
  }
  .btn-toggle:before {
    content: 'Off';
    left: -4rem;
  }
  .btn-toggle:after {
    content: 'On';
    right: -4rem;
    opacity: 0.5;
  }
  .btn-toggle > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
  }
  .btn-toggle.active {
    transition: background-color 0.25s;
  }
  .btn-toggle.active > .handle {
    left: 1.6875rem;
    transition: left 0.25s;
  }
  .btn-toggle.active:before {
    opacity: 0.5;
  }
  .btn-toggle.active:after {
    opacity: 1;
  }
  .btn-toggle.btn-sm:before,
  .btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.325rem;
  }
  .btn-toggle.btn-sm:before {
    text-align: right;
  }
  .btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
  }
  .btn-toggle.btn-sm.active:before {
    opacity: 0;
  }
  .btn-toggle.btn-sm.active:after {
    opacity: 1;
  }
  .btn-toggle.btn-xs:before,
  .btn-toggle.btn-xs:after {
    display: none;
  }
  .btn-toggle:before,
  .btn-toggle:after {
    color: #6b7381;
  }
  .btn-toggle.active {
    background-color: #28a745;
  }
  
  .btn-toggle.btn-sm {
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3.5rem;
    border-radius: 1.5rem;
  }
  .btn-toggle.btn-sm:focus,
  .btn-toggle.btn-sm.focus,
  .btn-toggle.btn-sm:focus.active,
  .btn-toggle.btn-sm.focus.active {
    outline: none;
  }
  .btn-toggle.btn-sm:before,
  .btn-toggle.btn-sm:after {
    line-height: 1.5rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity 0.25s;
  }
  .btn-toggle.btn-sm:before {
    content: 'False';
    left: -0.5rem;
  }
  .btn-toggle.btn-sm:after {
    content: 'True';
    right: -0.5rem;
    opacity: 0.5;
  }
  .btn-toggle.btn-sm > .handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: #fff;
    transition: left 0.25s;
  }
  .btn-toggle.btn-sm.active {
    transition: background-color 0.25s;
  }
  .btn-toggle.btn-sm.active > .handle {
    left: 2.1rem;
    transition: left 0.25s;
  }
  .btn-toggle.btn-sm.active:before {
    opacity: 0.5;
  }
  .btn-toggle.btn-sm.active:after {
    opacity: 1;
  }
  .btn-toggle.btn-sm.btn-sm:before,
  .btn-toggle.btn-sm.btn-sm:after {
    line-height: -0.5rem;
    color: #fff;
    letter-spacing: 0.75px;
    left: 0.4125rem;
    width: 2.9rem;
  }
  .btn-toggle.btn-sm.btn-sm:before {
    text-align: right;
  }
  .btn-toggle.btn-sm.btn-sm:after {
    text-align: left;
    opacity: 0;
  }
  .btn-toggle.btn-sm.btn-sm.active:before {
    opacity: 0;
  }
  .btn-toggle.btn-sm.btn-sm.active:after {
    opacity: 1;
  }
  