.brand-text {
    color: #FFA500 !important;
}

#sidebar-admin a {
    font-size: 13px;
    padding: .3rem 1rem;
}

.col-md-3 label,
.col-md-2 label {
    font-size: 13px;
    font-weight: normal !important;
}

.content-wrapper {
    height: auto;
}


/*.form-control{
	height:1.5rem;
	font-size:14px;
	padding-top:0px;
	padding-bottom:0px;
}
*/

table,
td,
.col-form-label {
    /*	font-size: 14px !important;*/
    font-size: 13px !important;
    font-weight: normal !important;
}

th {
    font-size: 13px !important;
}

h1 {
    font-size: 20px !important;
    /*	font-weight: bold;*/
}

.breadcrumb-item {
    font-size: 14px !important;
}

label,
small {
    font-size: 13px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default .select2-search--inline .select2-search__field,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 13px !important;
}

.form-control {
    font-size: 13px;
    padding: 3px 10px !important;
    height: 28px;
}

.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single .select2-container--default .select2-selection--single {
    height: 28px !important;
    padding: 3px 10px !important;
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
    min-height: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 27px !important;
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option {
    font-size: 13px !important;
}

.select2-container .select2-search--inline .select2-search__field {
    /*height: 16px !important;
	margin-top:0px !important;*/
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    font-size: 13px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    height: 20px !important;
    display: inline-flex !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 13px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
}

.select2-container--default .select2-search--inline .select2-search__field {
    /*	background-color: red !important;*/
    /*	display: table !important;*/
}

.login-card-body .input-group-text {
    font-size: 13px !important;
}

.card-body .form-group {
    margin-bottom: 0px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
}

.card-header {
    padding: 5px 15px !important;
}

.card-header .card-title {
    font-size: 13px !important;
}

.content-header {
    padding-bottom: 0px;
}

.card-header {
    font-size: 13px !important;
}

.breadcrumb-item a {
    color: black !important
}

.img-loeader {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 9999;
    text-align: center;
}

.img-loeader img {
    width: 80px;
    height: 80px;
    margin-top: 20%;
}

.quick-menu {
    position: absolute;
    background: #343a40;
    width: 200px;
    margin: 0 !important;
    padding: 0px !important;
    list-style-type: none;
    text-align: left;
    top: 37px;
    left: 0px;
    display: none;
    font-size: 13px !important;
}

.quick-menu li {
    border-bottom: 1px solid #e2e2e2;
    padding: 5px 0;
}

.quick-menu li:last-child {
    border: none;
}

.quick-menu li a {
    padding: 5px 15px;
    color: #fff !important;
}


/*#quick-hover:hover + .quick-menu{
	display: block;
}*/

.ul-font {
    font-size: 13px;
}

.general-font {
    font-size: 13px !important;
}

.text-danger {
    font-size: 13px !important;
}