.login .content {
    width: 400px;
}
.login .content .form-actions {
    border-bottom: none;
}
.page-header.navbar .page-logo .logo-default {
    max-height: 40px;
    margin: 5px 0 0;
}
.custom_pagination {
    margin: 0 15px 0px;
}
.custom_pagination .pagination {
    margin-top: 0;
}
.filter_form_custom {
    margin-bottom: 15px;
    position: relative;
}
.text_right {
    text-align: right;
}
.cursor_pointer {
    cursor: pointer;
}
.clear_both {
    clear: both;
}
th[sort_field] {
    cursor: pointer;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle:last-child {
    padding-right: 10px;
    color: white;
    padding: 16px 10px 13px;
}
.page-header.navbar .top-menu .navbar-nav>li.dropdown>.dropdown-toggle:last-child i{
    color: white;
    vertical-align: middle;
}
.table-responsive thead tr {
    height: 30px;
}
.table-responsive thead tr th {
    vertical-align: middle !important;
}
@media (max-width: 991px) {
    .only_desktop {
        display: none !important;
    }
}

.number {
    text-align: right !important;
}

.mt-step-number {
    border: none !important;
}

.summary-click {
    color: #827373 !important;
    border-color: #827373 !important;
}

.summary-order {
    color: #32c5d2 !important;
    border-color: #32c5d2 !important;
}
.summary-payout {
    color: rgb(243, 183, 96) !important;
    border-color: rgb(243, 183, 96) !important;
}
.summary-cvr {
    color: #E7505A !important;
    border-color: #E7505A !important;
}

.bordered {
    border: 1px solid #e7ecf1;
}

@media (min-width: 768px) {
    .row.equal {
        display: flex;
        flex-wrap: wrap;
    }
}

.equal > div[class*='col-'] {
  flex-direction: column;
}

.table-advance tr td:first-child {
    border-left-width: 1px!important;
}

.no-padding {
    padding: 0px !important;
}

.no-margin {
    margin:  0px !important;
}

.box-shadow {
    box-shadow: 2px 6px 8px 0px rgba(0, 0, 0, 0.1);
}
.notifications-custom{
    position: fixed;
    bottom: 33px;
    right: -50px;
    background: #fff;
    z-index: 99;
    padding: 18px 35px;
    background: #36c6d3;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.notifications-custom.off{
    background: #ed6b75;
}
.notifications-custom.on,
.notifications-custom.off{
    right: 20px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.notifications-custom p{
    margin: 0;
}


.pl-5{
    padding-left: 5px !important;
}
.pr-5{
    padding-right: 5px !important;
}
.ml-5{
    margin-left: 5px !important;
}
.mr-5{
    margin-right: 5px !important;
}
.pl-10{
    padding-left: 10px !important;
}
.pr-10{
    padding-right: 10px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.custom-style .select2-selection--single{
    height: 30px !important;
    line-height: 16px !important;
}
.fixed-table-toolbar{
    width: 100%;
    float: right;
}

.form-control.is-invalid {
    border-color: #dc3545;
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.invalid-feedback {
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.change-limit {
    height: 30px;
    line-height: 30px;
    min-width: 50px;
    display: inline-block;
    width: unset;
    margin: 0 5px;
    border-radius: 8px !important;
}