﻿
/***********************************/

.margin-left-10 {
    margin-left: 10px;
}

.card-header.bg-light {
    font-size: 16px;
}

.btn-icon{
    padding: 3px 7px !important;
}

.padding-0px{
    padding:0px !important;
}


.modal-header .close {
    padding: 1rem;
    margin: -1rem auto -1rem -1rem;
}

.text-blue {
    color: blue;
}


/*********** Select2 ************/
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    border-radius: 0px !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
    border-radius: 0px !important;
    border: 1px solid #ced4da !important;
}

.select2-search__field {
    text-align: right;
}

.select2-container .select2-search--inline {
    float: right !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    float: right !important;
    margin-left: 5px !important;
    margin-right: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    float: left;
}

/*********** fileinput ************/
.fileinput-custom {
    width: 100% !important;
    background-color: #e7e7e7 !important;
}


/*********** Tree View ************/

#treeview, #treeview ul {
    list-style: none !important;
}

#treeview input {
    margin: 5px !important;
}

#treeview .fa {
   font-size: 12px;
}


/*********** paging ************/
.pagination {
    justify-content : center;
}

