.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 {
    top: 0;
    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;
}


/* STEP WIZARD */

#progressbar {
    margin-bottom: 10px;
    overflow: hidden;
    color: #455A64;
    padding-left: 0px;
    margin-top: 5px
}

#progressbar li {
    list-style-type: none;
    /* width: 16.66%; */
    float: left;
    position: relative;
    font-weight: 400;
}

.step-text {
    margin-top: 20px;
}

#progressbar #step1:before {
    content: "";
}

#progressbar #step2:before {
    content: "";
}

#progressbar #step3:before {
    content: "";
}

#progressbar #step4:before {
    content: "";
}

#progressbar #step5:before {
    content: "";
}

#progressbar #step6:before {
    content: "";
}

#progressbar #step7:before {
    content: "";
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    background: #c8c8c8;
    border-radius: 50%;
    margin: auto;
    color: #fff;
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #c8c8c8;
    position: absolute;
    left: 0;
    top: 21px;
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    /* left: -50% */
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    /* left: 50% */
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #FFA500;
}


/* STEP WIZARD */

.append-modal th,
.append-modal td {
    padding: 3px 5px;
}