.btn-primary:not(:disabled):not(.disabled), .btn-primary:not(:disabled):not(.disabled), .show>.btn-primary.dropdown-toggle {
	  color: #fff;
	  background-color:  rgb(236, 29, 36) !important;
	  border: 1px solid transparent !important;
  }
  .bg-primary{
    background-color: rgb(236, 29, 36) !important;
    color:#fff;
  }
  
  .img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
  }


  .v-data-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    font-size: .75rem;
    padding: 0 8px;
}

.v-data-footer__select .v-select {
    flex: 0 1 0;
    padding: 0;
    position: static;
}

.v-input__control {
    display: flex;
    flex-direction: column;
    height: auto;
    flex-grow: 1;
    flex-wrap: wrap;
    min-width: 0;
    width: 110%;
}

.v-select>.v-input__control>.v-input__slot {
    cursor: pointer;
    padding: 0 10px;
}

.v-input__slot {
    align-items: center;
    color: inherit;
    display: flex;
    margin-bottom: 8px;
    min-height: inherit;
    position: relative;
    transition: .3s cubic-bezier(.25,.8,.5,1);
    width: 100%;
}

.v-select__slot {
    position: relative;
    align-items: center;
    display: flex;
    max-width: 100%;
    width: 100%;
}

.v-menu {
    display: none;
}

.v-select__selections {
    align-items: center;
    display: flex;
    flex: 1 1;
    flex-wrap: wrap;
    line-height: 18px;
    max-width: 100%;
    min-width: 0;

    width: auto;
    background-color: #fff;
    color: #0e1726;
    border-color: #e0e6ed;
    border-radius: 6px;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    border-width: 1px;
    outline: none!important;

}


.v-text-field .v-input__append-inner, .v-text-field .v-input__prepend-inner {
    /*align-self: flex-start;*/
    display: inline-flex;
    margin-top: 4px;
    margin-left:-20px;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.v-select__selection--comma {
    margin: 7px 4px 7px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.v-select__selection {
    max-width: 90%;
}


.v-select.v-text-field input {
    flex: 1 1;
    margin-top: 0;
    min-width: 0;
    pointer-events: none;
    position: relative;
}


.v-text-field input {
    flex: 1 1 auto;
    line-height: 20px;
    padding: 8px 0;
    max-width: 100%;
    min-width: 0;
    width: 100%;
}

.v-input__icon {
    align-items: center;
    display: inline-flex;
    height: 24px;
    flex: 1 0 auto;
    justify-content: center;
    min-width: 24px;
    width: 24px;
}
.v-icon.v-icon {
    align-items: center;
    display: inline-flex;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    font-size: 24px;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    transition: .3s cubic-bezier(.25,.8,.5,1),visibility 0s;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.v-menu__content {
    position: absolute;
    display: inline-block;
    border-radius: 4px;
    max-width: 80%;
    overflow-y: auto;
    overflow-x: hidden;
    contain: content;
    will-change: transform;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
}

/*
.v-data-footer__select {
    display: flex;
    align-items: center;
    flex: 0 0 0;
    justify-content: flex-end;
    white-space: nowrap;
}

.v-data-footer__pagination {
    display: block;
    text-align: center;
}
*/

table thead tr {
    background-color: rgb(255, 25, 10) !important;
    color:#fff !important;
    font-size: .775rem;
    height: 40px;
}
table tbody tr td, table tfoot tr th, table thead tr th {
    padding: 0.5rem 0.75rem;
}

.loading_download {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.swal-icon img{
    width: 40px;
    height: 40px;
}
.swal2-popup .swal2-title {
    font-size: 0.9rem;
}


.v-select__slot {
    position: relative;
    align-items: center;
    display: flex;
    max-width: 100%;
    width: 100%;
}

.v-data-footer__select {
    display: flex;
    align-items: center;
    flex: 0 0 0;
    justify-content: flex-end;
    white-space: nowrap;
}

.v-data-footer__select .v-select__selections {
    flex-wrap: nowrap;
}

.v-data-footer__select .v-select__selections .v-select__selection--comma {
    font-size: .75rem;
}

.v-input input {
    max-height: 32px;
}
.v-menu__content{
    margin-top:2.7rem;
}
.v-select-list{
    width:100px;
    text-align: left;
}
.v-list-item__title{
    cursor:pointer;
}
.v-input__prepend-inner {
    align-self: flex-start;
    display: inline-flex;
    margin-top: 4px;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.v-select__selections {
    align-items: center;
    display: flex;
    flex: 1 1;
    flex-wrap: wrap;
    line-height: 18px;
    max-width: 100%;
    min-width: 0;
}
.v-input__icon {
    align-items: center;
    display: inline-flex;
    height: 24px;
    flex: 1 0 auto;
    justify-content: center;
    min-width: 24px;
    width: 24px;
}
.v-icon.v-icon {
    align-items: center;
    display: inline-flex;
    -webkit-font-feature-settings: "liga";
    font-feature-settings: "liga";
    font-size: 24px;
    justify-content: center;
    letter-spacing: normal;
    line-height: 1;
    position: relative;
    text-indent: 0;
    transition: .3s cubic-bezier(.25,.8,.5,1),visibility 0s;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.menu a{
    font-size:0.85rem;
}

