
.d-flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.page-content > .row {
    padding: 10px;
}


.no-padding {
    padding: 0 !important;
}

.padding-top-none {
    padding-top: 0;
}

.margin-bottom-none {
    margin-bottom: 0 !important;
}

.margin-top-none {
    margin-top: 0 !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

span.one-line {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.no-decoration {
    text-decoration: none;
}

.flex {
    display: flex;
}

table.table td {
    vertical-align: middle !important;
}

table.dataTable td {
    text-align: center;
}

td.title {
    width: 150px;
}

th {
    text-align: center !important;
}

td {
    word-break:break-all !important;
    text-align:left;
}

.page-header.navbar .page-logo .logo-default {
    width: 100px;
    margin: 4px 0 0;
}

.required {
    color: red;
}

.fileinput-button input[type="file"] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    width: 100%
}

.page-header.navbar .hor-menu .navbar-nav>li>a:focus {
    background: #36c6d3!important;
}

.sweet-alert {
    z-index: 20000;
}