.custom-btn{
	color: #ffffff;
    border: none;
    background-color: #1c5426;
    background-image: -webkit-linear-gradient(left, #1c5426 0%, #9ac355 50%,#1c5426 100%);
    /* background-image: linear-gradient(to right, #1c5426 0%, #9ac355 50%,#1c5426 100%); */
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    background-size: 200% 100%;
}
.custom-btn:hover{
    color: #ffffff;
    background-color: #9ac355;
    border: none;
    background-position: 100% 0;
}
.custom-border{
	border: 7px double #7ba84a!important;
}

.custom-bg{
    background: #356a2f!important;
}
.round{
    color: #356a2f!important; 
}

#sidebar-menu > ul > li > a.active i{
    color: #008c07;
}

#sidebar-menu > ul > li > a.active {
    color: #008c07;
    background-color: rgba(0,140,7,0.15);
}
#sidebar-menu > ul > li > a:hover{
    color: #008c07;
    background-color: rgba(0,140,7,0.15);
}
#sidebar-menu > ul > li > a:hover > i{
    color: #008c07;
}

.page-item.active .page-link{
    background-color: #356a2f;
    border-color: #356a2f;
}
.page-link {
    color: #356a2f;
}
.form-control:focus{
    border-color: #356a2f!important;
}
.align-right{
    float:right;
}
.mtb-20{
    margin: 20px 0;
}
.mtb-10{
    margin: 10px 0;
}
.btn:focus{
    border:none!important;
    box-shadow: none!important;
}
.email-span{
    display: block;
    width: 100%;
    padding: 2px 0;
}
.edit-icon{
    color: green;
    cursor: pointer;
    padding: 5px;
    font-size: 18px;
}
.delete-icon{
    color: red;
    cursor: pointer;
    padding: 5px;
    font-size: 18px;
}

.bootstrap-tagsinput {
    margin: 0;
    width: 100%;
    padding: 8px 12px;
    font-size: 1rem;
  line-height: 1.25;
    transition: border-color 0.15s ease-in-out;
    
    &.has-focus {
    background-color: #fff;
    border-color: #5cb3fd;
    }    
    input {
        margin-bottom: 0.5em;
    }
}
.bootstrap-tagsinput .label-info {
    display: inline-block;
    background-color: #636c72;
    padding: 0 .4em .15em;
    border-radius: .25rem;
    margin-bottom: 0.4em;
}

.bootstrap-tagsinput .tag [data-role="remove"]:after {
    content: '\00d7';
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
    color: #ffffff;
    background: #94be53;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 14px;
}
.block{
    display: block;
}
.center{
    text-align: center; 
}
.status thead,.status tbody{
    text-align: center;
}
.summary thead,.summary tbody{
    text-align: center;
    vertical-align: middle;
}
.middle{
    vertical-align: middle!important;
}
.left{
    text-align: left;
}
.overlay{
    overflow: auto;
}

/* width */
::-webkit-scrollbar {
  width: 2px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 8px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #356a2f; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #356a2f; 
}

.pos-card{
    height: 600px;
}


/* FIREFOX FIX OF UGLY SELECT BOXES */
@supports (-moz-appearance:none) {

  SELECT
  {
  -moz-appearance:none !important;
  background:white url('data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==') right center no-repeat !important;
  background-position: calc(100% - 5px) center !important;
  }

}

.accountbg{
    background: #767979!important;
}

.spinner:before{
    border-color: #1fcc0b rgb(15 162 13 / 45%)!important;
}
.spinner:after{
    background-color: #356a2f;
}

.custom-danger{
    background: #ec536c;
    color: #ffffff;
}

.custom-success {
    color: #ffffff;
    background-color: #3cab94;
}

.email-invalid{
    background:#ec536c!important;
}

.error{
    font-size: 12px;
    list-style: none;
    color: #ec536c;
    margin-top: 5px;
}
.error-border{
    border-color: #ec536c;
}
#email-error{
    /*display: none;*/
}
.alertify-logs{
    z-index: 99999999!important
}
.alertify-logs .error{
    background: #ec536c;
}

.bootstrap-tagsinput input{
    width: 100%!important;
}
.logo-text{
    color: #212529;
    font-size: 16px;
}
.logo-text:hover{
    color: #212529;
}
.logo-text-tag{
    margin-top: 21px;
}
.close-icon {
    color: red;
    cursor: pointer;
    padding: 5px;
    font-size: 18px;
}
.file-icon{
    font-size: 20px;
    color: #356a2f;
}
.select2-container{
    display: block !important;
}
.select2-container .select2-selection--single{
    height: 38px !important;
    padding-top: 4px;
    padding-left: 9px;
    border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 39px;
}
.hidden_date,.hidden{
    display: none;
}
#borrow_modal{
    /*max-width: 1280px;*/
}
.modal-lg{
    max-width: 1140px !important;
}
#borrow_modal_left_table.table > tbody > tr > td,#borrow_modal_left_table.table > thead > tr > th{
    padding: 5px;
}
#borrow_modal_right_table.table > tbody > tr > td,#borrow_modal_right_table.table > thead > tr > th{
    padding: 5px;
}
.tabledit-edit-button.btn.btn-sm.btn-info{
    padding: 1px 8px !important;
}
#borrow_modal .modal-header .close{
    margin: -18px !important
}
.dataTables_filter{
    display: inline-block;
    float: right;
}
.dataTables_length{
   display: inline-block;
   margin-left: 10px;   
}
.underscore{
    display: inline;
    font-size: 10px;
    font-weight: 400;
}
