.font-14{
    font-size: 14px!important;
}
tfoot {
    display: table-header-group;
}
.gst{
    text-transform: uppercase;
}
.disableClick{
    pointer-events: none;
}
/* Hover CSS */
[class^="hvr-"] {
    /*display: inline-block;*/
    /*vertical-align: middle;*/
    background: #1b9d49;
    color: #ffffff;
    cursor: pointer;
    line-height: 1.2em;
    margin: .4em;
    padding: 1em;
    text-decoration: none;
    /* Prevent highlight colour when element is tapped */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
/* .mfp-close{
    display:none!important;
} */

/* Form Elements */
.file-upload .image-box {
		margin: 0 auto;
		margin-top: 1em;
		height: 15em;
		width: 100%;
		background: #ddd;
		cursor: pointer;
		overflow: hidden;
        border: solid 5px #eee;
    }
		
.file-upload img {
        height: 100%;
        display: none;
    }
		
.file-upload p {
        position: relative;
        top: 45%;
        color: #000;
    }
.sub-department{
    margin-bottom:1rem;
}
.sub-department:nth-last-child(2){
    margin-bottom:0!important;
}
label.error{
    display:none!important;
}
.form-control.error{
    border: solid 1px #a94442!important;
    /* box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); */
}

.has-error .form-control{
    border: solid 1px #a94442!important;
}

.has-error .select2-selection {
    border: solid 1px #a94442!important;
}
.modal-close{
    font-size:18px!important;
    color:#eee!important;
}

.modal-close:hover{
    background: none!important;
}
.back-icon{
    font-size:16px;
    /* color:#999; */
}
.thumb-info .thumb-info-title{
    letter-spacing: normal!important;
}
#loader {
  position:fixed;
  z-index:99999;
  top:0;
  left:0;
  bottom:0;
  right:0;
  background:rgba(0,0,0,0.9);
  transition: 1s 0.4s;
    
}
  
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
  
.loader-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    /* border: 5px solid rgba(0,0,0,0.5); */
    border-radius: 50%;
    border-top: 5px solid #1b9d49;
    width: 70px;
    height: 70px;
    animation: spin 1s linear infinite;
}

#import_csv_modal_close{
    position: absolute;
    right: 15px;
    top:18px;
}
#import_csv_btn{
    display:none;
}

.select2-container--bootstrap .select2-selection--multiple {
    height: unset!important;
    min-height:38.5px!important;
    padding:5px 5px 5px 5px!important;
}

.select-all,
.deselect-all{
    color: #1b9d49;
}
.select-all:hover,
.deselect-all:hover{
    background: #1b9d49;
    color: #ffffff;
}

.select2-selection__choice{
    font-size:13px!important;
    margin: 5px 4px 4px 5px!important;
}

.simple-todo-list li.completed{
    color:#777777!important;
}
.back-arrow{
    color:#ffffff;
    background: transparent;
    border: unset;
}
.back-arrow:hover{
    color:#1b9d49;
}
#edit_vendor_info_btn{
    display: none;
}
#basic_info_edit{
    display: none;
}
#address_edit{
    display: none;
}
#poi_edit{
    display: none;
}
#pob_edit{
    display: none;
}
.form-control{
    text-transform: capitalize;
    font-size: 13px!important;
}
input[type=email] {
    text-transform: lowercase!important;
}
.height-fixed{
    height:350px;
    overflow-y: scroll;
    margin-bottom: 20px;
}
.model-parameters .card-header a{
    color:#777777;
}
.model-parameters .card-header a i{
    display:none;
    color:#1b9d49;
}

.param-status{
    display:none;
}
.add-batch-row .selection .select2-selection{
    height: 38.5px!important;
    font-size:14px!important;
    line-height: 1.7!important;
    border: 1px solid #ced4da;
}
.add-batch-row .selection .select2-selection .select2-selection__arrow{
    position: absolute;
    bottom: 0;
    right: 12px;
    top: 6px;
    width: 4px;
    height: 26px;
}
.add-batch-row .selection .select2-selection .select2-selection__arrow b{
    border-color: #999 transparent transparent;
    border-style: solid;
    border-width: 4px 4px 0;
    height: 0;
    left: 0;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}
.add-batch-row .selection .select2-selection .select2-selection__rendered{
    
    /* line-height: 1.7!important; */
    padding: 6px 24px 6px 12px!important;
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #1b9d49!important;
    color: white;
  }
  .disableAnchor{
    pointer-events: none;
    opacity: 0.7;
  }
/* .select-append .select2-selection__rendered{
    height: 38.5px!important;
    line-height: 1.7!important;
    padding: 6px 24px 6px 12px!important;
  } */