:root {
    --success-green: #28a745;
}

body {
    min-width: 1024px;
}

button {
    white-space: nowrap;
}

.title1 {
    padding-top: 1.25rem;
    padding-left: 1.25rem;
}

.padding_right {
    padding-right: 50px!important;
}

.form-control1{

}
.title_style {
    font-weight: normal!important;
    white-space: nowrap;
}

.group_search_field{
    padding-left: 5%;
    font-weight: normal;
}

select {
    width:100%;
}

.card-footer-bottom {
    padding-bottom: 0.1rem!important;
}

.right_line {
    padding-bottom: 15px;
    padding-right: 5px;
}

.required {
    color:red;
}

.pagination li {
    float: right!important;
    display: inline;
}

.button_save {
    margin-right: 30px;
    padding-left: 25px;
    padding-right: 25px;
}
.button_space {
    margin-right: 30px;
}

.button_back {
    padding-left: 25px;
    padding-right: 25px;
}

.control_center{
    margin-bottom: 10px;
    text-align: center;
}

.error {
    color: red;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.sort-asc:after {
    margin-left: 2px;
    font-family: 'ionicons';
    content: "\f10d";
}
.sort-desc:after {
    margin-left: 2px;
    font-family: 'ionicons';
    content: "\f104";
}
