body{
    line-height: 1.2;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}
.form-control{
    font-size: 14px;
}
[v-cloak]{
    display: none;
}
.checkbox.checkbox-inline{
    display: inline-block;
}
.cursor-pointer{
    cursor: pointer;
}
#loading{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 5000;
    text-align: center;
    font-size: 20px;
}
#loading img{
    width: 180px;
    margin-top: 40vh;
    margin-bottom: 10px;
}
.nav.nav-treeview{
    margin-left: 20px;
    font-size: 0.9rem;
}
.modal-backdrop{
    z-index: 2000;
}
.modal{
    z-index: 2010;
}
@media (min-width: 1400px){
    .modal-xl{
        max-width: 1200px;
    }
}
.modal-footer{
    display: block
}
.required:after{
    content: '*';
    color: red;
}
#edit_modal{
    z-index: 2001;
}
.table{
    background: #fff;
}
/* dropfile
/* ------------------------ */
.dropFile-wrap{
    padding: 10px;
    background-color: #9ebfe0;
    border-radius: 10px;
    margin: 30px;
}
.dropFile-plus{
    border-radius: 50%;
    width: 70px;
    height: 70px;
    background: #001b5e;
    display: block;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
}
.dropFile{
    display: block;
    background-color: #9ebfe0;
    height: 100px;
    border: 2px dashed #001b5e;
    border-radius: 10px;
    position: relative;
    margin: 0;
}
.dropFileBig{
    min-height: 60vh;
}
.dropFile input{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.dropFile div{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    font-size: 22px;
    text-align: center;
    color: #001b5e;
    font-weight: 400;
    margin-top: -50px;
    margin-bottom: 0;
}
.dropFile div > img{
    display: block;
    margin: 0 auto 15px;
}
.googlePreview{
    padding: 10px;
    border: 1px solid #ccc;
}
.googlePreview a{
    color: #1a0dab;
    font-size: 18px;
}
.googlePreview div{
    color: #006621;
    font-size: 14px;
}
.googlePreview small{
    color: #545454;
}
#contentarea{
    min-height: 200px !important
}
#rte-toolbar, #divFrameLink, #divTool{
    z-index: 3500
}
#rte-toolbar.rte-side{
    left: 10px
}
.editOverlayPage,
.editOverlayWidget,
.editOverlayBlockSx,
.editOverlayBlockDx{
    position: absolute;
    top: 50px;
    left: 80px;
    z-index: 3400;
    display: none;
    width: 975px;
    max-width: 95%;
}
.editBgOverlayPage{
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 3300;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.actionCntEditPage{
    margin-left: 10px;
    padding-bottom: 20px;
}
.actionCntEditPage img{
    width: 40px
}
.ui-draggable{
    margin-bottom: 20px
}
.calendar-root .input-date{
    background-color: #fff;
    border-radius: 4px;
    width: 100% !important;
    height: 32px;
    line-height: 32px;
    padding: 8px;
}
/* adminlte custom
/* ------------------------ */
.sidebar-dark-primary{
    background-color: #004f9e;
}
[class*=sidebar-dark] .brand-link{
    border-bottom: none;
}
.main-header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.main-header,
.main-sidebar .brand-link.bg-primary{
    background-color: #fff !important;
    color: #01509f !important;
    height: 56px;
}
#btn-logout{
    display: inline;
    font-size: 16px;
}
.navbar-nav .fa.fa-bars{
    color: #01509f !important;
    font-size: 20px;
}
.sidebar{
    padding-left: 0;
    padding-right: 0;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link{
    background: none;
    margin: 0;
    box-shadow: none;
    border-radius: 0;
}
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active{
    background: #003b75;
}
.sidebar-dark-primary .sidebar a{
    color: #fff;
}
.nav-sidebar > .nav-item{
    margin: 8px 0;
}
.main-sidebar .brand-link{
    font-weight: 800;
    font-size: 19px;
}
.nav-sidebar .nav-item > .nav-link{
    font-size: 13px;
    font-weight: normal;
    display: flex;
    align-items: center;
    padding-left: 22px;
}
.nav-sidebar .nav-item > .nav-link .fa{
    font-size: 24px;
    margin-right: 8px;
}
.nav-sidebar .nav-link p{
    margin-left: 0;
}
.nav-sidebar .sep{
    width: 36px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 30px 0 30px 16px;
}
.sidebar-open .nav-sidebar .sep{
    width: 216px;
}
.content-wrapper{
    background: rgb(105, 180, 238);
    background: radial-gradient(circle, rgba(105, 180, 238, 1) 0%, rgba(52, 117, 181, 1) 100%);
    min-height: calc(100vh - 103px) !important;
    margin-top: 56px;
}
/* dashboard
/* ------------------------ */
.dashboard-welcome{
    text-align: center;
    color: #02234e;
    font-weight: 300;
    padding: 90px 0 60px;
    margin: 0;
    font-size: 45px;
}
.dashboard-welcome > strong{
    font-weight: bold;
}
.dashboard-stats{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashboard-stats .stat-block{
    margin: 0 10px;
}
.dashboard-stats .stat-block a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 79, 158, 0.5);
    border-radius: 10px;
    width: 240px;
    height: 240px;
    text-align: center;
    color: #fff;
    transition: background-color .2s ease-in-out;
}
.dashboard-stats .stat-block a:hover{
    background: rgba(0, 79, 158, 1);
}
.dashboard-stats .stat-icon{
    font-size: 36px;
    display: block;
    line-height: 1;
}
.dashboard-stats .stat-icon.fa-tag{
    font-size: 40px;
}
.dashboard-stats .stat-number{
    font-size: 60px;
    display: block;
    margin-top: 10px;
}
.dashboard-stats .stat-title{
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    margin-top: 15px;
}
.dashboard-stats .stat-title > strong{
    display: block;
    font-size: 22px;
    font-weight: 600;
}
.btn-blue, .btn-blue-cancel{
    display: inline-block;
    margin: 0 auto;
    padding: 9px 30px;
    background: #001b5e;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    transition: background-color .2s ease-in-out;
    border-radius: 30px;
    cursor: pointer;
    border: none;
    white-space: nowrap;
}
.btn.disabled, .btn:disabled,
.btn-blue:disabled,
.btn-blue-cancel:disabled{
    cursor: default;
}
.btn-blue.btn-big{
    padding: 20px 40px;
    font-size: 18px;
}
.btn-blue.btn-sm, .btn-blue-cancel.btn-sm{
    padding: 6px 15px;
}
.btn-blue.btn-xs{
    padding: 2px 8px;
}
.btn-blue.no-radius, .btn-blue-cancel.no-radius{
    border-radius: 3px;
}
.btn-blue:hover{
    background: #004f9e;
    color: #fff;
}
.btn-blue-cancel{
    background: #004f9e;
    color: #fff;
}
.btn-blue-cancel:hover{
    background: #145999;
}
.content-header{
    padding: 40px 30px;
}
.content-header h1{
    font-size: 24px;
    color: #021b5e !important;
    font-weight: 400;
}
.breadcrumb, .breadcrumb a{
    color: #fff !important;
}
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item::before{
    color: #fff;
}
h5.filters-title{
    font-size: 16px;
}
.badge.badge-secondary{
    background-color: #004f9e;
    font-weight: 600;
}
.list-numbers{
    color: #fff;
    font-size: 12px;
}
/* list filters
/* ------------------------ */
@media (min-width: 1400px){
    .list-filters{
        margin-left: 5%;
        margin-right: 5%;
    }
}
.list-filters .row > div{
    margin-bottom: 15px;
}
.list-filters label{
    color: #021b5e;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400 !important;
    margin-bottom: 2px;
}
.list-filters label > strong{
    font-weight: bold;
}
input.form-control, select.form-control{
    border-radius: 3px;
    border: 1px solid #021b5e;
    height: 34px !important;
    font-size: 13px;
    color: #001b5e;
}
textarea.form-control{
    border-radius: 3px;
    border: 1px solid #021b5e;
    height: 60px;
    font-size: 13px;
    line-height: 1.2;
    color: #001b5e;
}
.input-calendar .input-group-text{
    color: #fff;
    background-color: #001b5e;
    border-color: #001b5e;
}
.input-group-text{
    border-radius: 3px;
}
.input-info input{
    border-right: 0;
}
.input-info .input-group-text{
    background: #fff;
    border-color: #001b5e;
    padding-left: 4px;
    padding-right: 4px;
}
.input-info .fa-info-circle{
    color: #001b5e;
    cursor: pointer;
    font-size: 18px;
    transition: color .2s ease-in-out;
}
.input-info .input-group-text:hover .fa-info-circle{
    color: #004f9e;
}
.form-control:focus{
    border-color: #001b5e !important;
}
.list-filters .btn-filter{
    border-radius: 3px;
    background: #001b5e;
    color: #fff;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    transition: background-color .2s ease-in-out;
    border: none;
    display: block;
    width: 100%;
    padding: 10px 20px;
    margin-top: 19px;
    cursor: pointer;
}
.list-filters .btn-filter:hover{
    background-color: #004f9e;
}
.list-filters .btn-filter:focus{
    outline: none !important;
}
.list-filters .input-search .input-group-text{
    background: #fff;
    padding-left: 4px;
    padding-right: 4px;
    border-color: #001b5e;
}
.list-filters .input-search .input-group-text .fa-search{
    font-size: 14px;
    color: #999;
}
.list-filters .input-search input{
    border-left: 0;
}
.checkbox{
    padding-left: 24px;
    color: #fff;
}
.checkbox label{
    font-size: 13px;
    line-height: 26px;
    font-weight: normal !important;
    cursor: pointer;
    transition: color .2s ease-in-out;
}
.checkbox label::before{
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-left: -24px;
}
.check-all .checkbox label::before{
    border-color: #fff;
    background: transparent;
}
.checkbox label:hover,
.checkbox label:hover::before{
    color: #004f9e;
    border-color: #004f9e !important;
}
.checkbox label::after{
    color: #fff;
    font-size: 18px;
    padding-left: 0;
    padding-top: 0;
}
.table-totals{
    font-size: 24px;
    line-height: 1;
    color: #001b5e;
}
.table-totals > strong{
    font-size: 46px;
    font-weight: 800;
}
.btn-circle{
    margin: 0 10px;
    opacity: .5;
}
.btn-circle.active{
    opacity: 1;
    cursor: pointer;
}
.btn-circle .icon{
    display: block;
    background: #001b5e;
    border-radius: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    transition: background-color .2s ease-in-out;
    margin: 0 auto;
}
.btn-circle .icon > img{
    margin: 10px 0 0 2px;
}
.btn-circle-label{
    display: block;
    font-size: 13px;
    text-align: center;
    color: #fff;
    transition: color .2s ease-in-out;
}
.btn-circle.active:hover .icon{
    background-color: #004f9e;
}
/*.btn-circle.active:hover .btn-circle-label{*/
/*    color: #004f9e;*/
/*}*/
.tooltip-inner{
    background-color: #001b5e;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    padding: 6px 10px
}
.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before{
    border-top-color: #001b5e;
}
/* table
/* ------------------------ */
.table-header{
    margin: 40px 19px 0;
}
.table-header .checkbox label{
    margin-bottom: 4px;
}
.list-table-wrap{
    background: #fff;
    padding: 15px 15px 45px;
    margin-top: 26px;
    position: relative;
}
.list-table-inner{
    display: block;
    margin-top: -30px;
    z-index: 1;
}
.list-table-wrap thead th{
    color: #fff;
    background: #004f9e;
    border: 0;
    margin-top: -15px;
    font-size: 13px;
    font-weight: normal;
    padding: 10px 8px;
}
.list-table-wrap tbody tr.even td{
    background-color: #f5f5f5;
}
.list-table-wrap tbody td{
    font-size: 13px;
    padding: 9px 8px;
    vertical-align: middle;
    border-top: 0;
}
.list-table-wrap .checkbox label{
    margin: 0;
}
.list-table-wrap .fa{
    color: #001b5e;
    font-size: 20px;
    transition: background-color .2s ease-in-out;
}
.list-table-wrap .fa:hover{
    color: #004f9e;
}
.list-table-wrap .tags > span{
    background: #ccc;
    padding: 2px 6px;
    border-radius: 3px;
    color: #000;
    font-size: 11px;
    line-height: 20px;
    text-transform: uppercase;
}
.list-table-wrap .tags > span:not(:first-child){
    margin-left: 4px;
}
.list-table-wrap tr.tr-tags td{
    padding: 5px 4px;
}
.list-table-wrap .checkbox label::before{
    border-color: #001b5e;
}
.list-table-wrap .btn-primary-outline,
.list-table-wrap .btn-default-outline{
    background: transparent;
    border-color: transparent;
}
.list-table-wrap td.min{
    width: 1%;
    white-space: nowrap;
}
/*.list-table-wrap .btn-primary .fa{*/
/*    color: #fff;*/
/*}*/
/*.list-table-wrap .btn-primary:hover{*/
/*    color: #004f9e;*/
/*}*/
.checkbox input[type="checkbox"]:checked + label::after{
    color: #001b5e;
}
.btn-close{
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    transition: color .2s ease-in-out;
    display: inline-block;
}
.btn-close:hover{
    color: #004f9e;
}
/* detail
/* ------------------------ */
.container-detail{
    padding: 40px 15px;
}
@media (min-width: 1600px){
    .container-detail{
        padding: 40px 30px;
    }
}
.detail-title{
    font-size: 24px;
    line-height: 30px;
    color: #050d18;
    margin: 0;
}
.detail-upload-info{
    padding: 0 15px;
    color: #050d18;
    line-height: 15px;
}
.detail-doc-info{
    background: #155da7;
    padding: 15px;
}
.detail-doc-info label{
    color: #fff;
    font-size: 13px;
    font-weight: 300 !important;
    white-space: nowrap;
}
.detail-doc-info label > strong{
    font-weight: 600 !important;
}
.detail-doc-info .form-group{
    margin-bottom: 20px;
}
.fake-input{
    display: block;
    background: #5d91c3;
    border-radius: 3px;
    width: 100%;
    color: #001b5e;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 20px;
}
.detail-doc-info .checkbox{
    padding-left: 8px;
}
.checkbox.white-checkbox label::before{
    background: transparent;
}
.checkbox.white-checkbox input[type="checkbox"]:checked + label::after{
    color: #fff;
    line-height: 26px;
}
.checkbox.white-checkbox label:hover,
.checkbox.white-checkbox label:hover::before{
    color: #ccc;
    border-color: #ccc !important;
}
.detail-doc-info input, .detail-doc-info select,
.detail-doc-info .input-info .input-group-text{
    border-color: #004ea0 !important;
}
.accordion{
    padding-bottom: 5px;
    border-bottom: 1px solid #97b7d4;
    margin-bottom: 15px;
}
.accordion-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    transition: color .2s ease-in-out;
    line-height: 20px;
}
.accordion-title:hover{
    color: #ccc;
}
.accordion-title .fa{
    transition: all .2s ease-in-out;
}
.accordion-title.active .fa{
    transform: rotate(-180deg);
}
.accordion-body{
    padding: 10px 0;
    display: none;
}
.accordion.active .accordion-body{
    display: block;
}
.checkbox.language-checkbox input[type="checkbox"]:checked + label::after{
    color: #0ac300;
}
.language-item{
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}
.language-item .checkbox{
    width: 100px;
    margin-top: 4px;
}
.language-item .input-item{
    flex-grow: 1;
}
.language-item-description{
    margin: 5px 0;
}
.dropFileSmall div{
    font-size: 16px;
    margin-top: -30px;
}
.dropFileSmall div img{
    width: 30px;
    margin: 0 auto 4px;
}
.version-block{
    background: #b8cee5;
    padding: 10px;
    font-size: 13px;
}
.version-block.current-version{
    background: #9ebfe0;
}
.version-block-title{
    font-size: 13px;
    color: #001b5e;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.version-block-title .title-label > span{
    color: #000;
    font-size: 12px;
}
.version-block-title .icons div{
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    transition: color .2s ease-in-out;
}
.version-block-title .icons div:hover{
    color: #004f9e;
}
.version-block-table{
    width: 100%;
    margin: 6px 0 0;
}
.version-block-table td{
    font-size: 14px;
    color: #050d18;
    padding: 6px;
    border-bottom: 1px solid #3e4f83;
}
.version-block-table td.min{
    width: 1%;
    white-space: nowrap;
    font-size: 12px;
}
.version-block-table td.icons{
    min-width: 50px;
}
.version-block-table .icons div{
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    font-size: 15px;
    color: #050d18;
    transition: color .2s ease-in-out;
}
.version-block-table .icons div:hover{
    color: #004f9e;
}
.detail-buttons{
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.detail-buttons > button{
    flex-grow: 1;
    border-radius: 3px;
    width: calc(50% - 10px);
    font-size: 14px;
    font-weight: 600;
}
.detail-buttons > button.btn-cancel{
    background: transparent;
    border: 2px solid #001b5e;
    color: #001b5e;
    margin-right: 10px;
    transition: all .2s ease-in-out;
}
.detail-buttons > button.btn-cancel:hover{
    color: #f0f0f0;
    background: #004f9e;
}
.btn-view{
    cursor: pointer;
}
.tags-input{
    border-radius: 3px;
    border: 1px solid #021b5e;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #001b5e;
    display: block;
    padding: 0;
    background-color: #fff;
    background-clip: padding-box;
}
.modal-body .tags-input{
    border-color: #ccc;
}
.ti-new-tag-input-wrapper input[data-v-61d92e31]{
    font-size: 13px;
}
.tags-input .ti-input[data-v-61d92e31]{
    border: none;
    padding: 2px 0;
    font-size: 13px;
    min-height: 32px;
}
.tags-input .ti-tag[data-v-61d92e31]{
    font-size: 13px;
}
.vue-tags-input[data-v-61d92e31]{
    max-width: none;
    min-height: 32px;
}
.ti-autocomplete[data-v-61d92e31]{
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}
.input-group > .tags-input:not(:first-child){
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .tags-input:not(:last-child){
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.td-list-languages > span{
    text-transform: uppercase;
}
.td-list-languages > span:not(:first-child):before{
    content: '/';
}
/* vue date range options
/* ------------------------ */
.date-filter-wrap{
    position: relative;
}
.date-filter-wrap .input-date[data-v-5e837f70]{
    border: 1px solid #021b5e;
    height: 34px !important;
    border-radius: 3px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 34px;
    background: #fff;
    color: #001b5e;
    padding: 0 6px 0 34px;
    position: relative;
}
.date-filter-wrap .input-date[data-v-5e837f70]::before{
    display: block;
    content: '\f073';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 32px;
    width: 32px;
    font-family: 'FontAwesome', sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
    text-align: center;
    background: #001b5e;
    color: #fff;
}
.date-filter-wrap .input-date[data-v-5e837f70]::after{
    display: none;
}
.date-filter-wrap .calendar{
    top: 38px;
    right: 0;
    color: #505050;
}
.date-filter-wrap .calendar-head h2{
    padding: 10px 0 0 10px !important;
    font-size: 14px;
    color: #2b326f;
    font-family: 'Open Sans', sans-serif;
}
.date-filter-wrap .calendar-wrap{
    padding: 0 5px;
}
.date-filter-wrap .calendar-wrap,
.date-filter-wrap .calendar-range{
    font-family: 'Open Sans', sans-serif;
}
.date-filter-wrap li.calendar_days_in-range{
    background: #6c94bf !important;
}
.date-filter-wrap .calendar_weeks li[data-v-5e837f70]{
    font-size: 11px;
}
.date-filter-wrap .close[data-v-5e837f70]{
    margin-top: -27px;
}
.date-filter-wrap .calendar-btn-apply[data-v-5e837f70]{
    background: #001b5e;
    border-radius: 30px;
    transition: background-color .2s ease-in-out;
    padding: 0 5px !important;
    font-size: 12px;
}
.date-filter-wrap .calendar-btn-apply[data-v-5e837f70]:hover{
    background: #004f9e;
    color: #fff;
}
.preview-modal .modal-content{
    background: radial-gradient(circle, #69b4ee 0%, #3475b5 100%);
    color: #fff;
}
.preview-modal .modal-header{
    border-bottom: 0;
}
.preview-modal .modal-header .close{
    color: #fff;
    opacity: 1;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    text-shadow: none;
    transition: color .2s ease-in-out;
}
.preview-modal .modal-header .close:hover{
    color: #004f9e;
}
.preview-modal .modal-title{
    font-size: 16px;
    color: #fff;
}
iframe, .document-image{
    border: 1px solid #155da7;
}
.form-control:disabled, .form-control[readonly]{
    background: #ccc;
}
.btn-more-results{
    padding: 30px 0;
    text-align: center;
}
.btn-more-results .btn{
    font-size: 15px;
}
.input-search .vue-tags-input .ti-tags > li:not(:first-child){
    display: none;
}
.special-plus-icon{
    position: relative;
}
.list-filters .row-expanded{
    margin-right: -15px;
    margin-left: -15px;
}
.list-filters .row-expanded > div{
    padding-right: 15px;
    padding-left: 15px;
}
.special-plus-icon:before{
    content: '+';
    position: absolute;
    top: 22px;
    left: -8px;
    z-index: 1;
    font-size: 30px;
    color: #fff;
}
.tags-input-disabled .ti-tags > li:last-child{
    display: none;
}
.check-all .checkbox label{
    padding-left: 10px;
}
.tags-modal-table-wrap{
    max-height: 30vh;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}
.tags-modal-table-wrap th{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    background: #fff;
    padding: 4px;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}
/* swal
/* ------------------------ */
.swal-button{
    background: #001b5e;
    transition: background-color .2s ease-in-out;
}
.swal-button:hover{
    background: #004f9e;
}
.swal-button--cancel{
    background-color: #efefef;
}
.swal-button.swal-button--confirm:not([disabled]):hover{
    background: #155da7;
}

.list-table-wrap .tags > span.product{
    color:#fff;
    background: #0f74a8;
}
.list-table-wrap .tags > span.subCategory{
    color:#fff;
    background: #001b5e;
}
.list-table-wrap .tags > span.category{
    color:#fff;
    background: #000;
}
