body {
    background-color: #ecf0f5;
}

thead th {
    text-align: center;
    vertical-align: middle !important
}

ol,
ul {
    margin-left: 0
}

.dp-none {
    display: none
}

.clearfix {
    clear: both
}

.f-g {
    color: green
}

.f-r {
    color: red
}

.hov-un:hover {
    text-decoration: underline
}

.pace .pace-progress {
    background: #3c8dbc
}

.pace .pace-activity {
    display: block;
    border-top-color: #3c8dbc;
    border-left-color: #3c8dbc
}

.content-area {
    position: relative;
    min-height: 100vh;
    padding-top: 65px;
    padding-bottom: 30px;
}

.container {
    position: relative
}

@media (min-width: 1400px) {
	.container {
		width: 1360px;
	}
}

.modal.fade .modal-dialog {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.modal.fade.in .modal-dialog {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    25% {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3);
    }
}


/***********************  404  *************************/

.error-page h3 {
    margin-top: 35px
}

@media (max-width: 767px) {
    .error-page {
        text-align: center
    }

    .error-page h3 {
        margin-top: 0
    }
}

.login-box-body {
    box-shadow: 0 0 20px 5px #ccc;
}


/***********************  NAVBAR  *************************/

.navbar-brand {
    padding: 10px;
}

.navbar-brand img {
    /*height: 30px;*/
    margin-top: 5px;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: #ddd
}

.navbar-toggle {
    margin-top: 3px
}

.navbar-nav .dropdown-menu>.active>a,
.navbar-nav .dropdown-menu>.active>a:focus,
.navbar-nav .dropdown-menu>.active>a:hover {
    background-color: #777
}


/***********************  Select2  *************************/

.select2-container {
    width: 100% !important
}


/*********************** Dropdown Submenu **********************/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}


/*.dropdown-submenu:hover>.dropdown-menu{display:block;}*/

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu>li>a {
    background-color: white;
    padding: 3px 20px 3px 15px;
}

.dropdown-menu>li>a.minisub {
    padding-left: 25px;
}

.site {
    position: relative;
    min-height: 100vh
}

.dsb {
    position: absolute;
    width: 100%;
    bottom: 5px;
    font-family: 'lane_-_narrowregular';
}

.designby {
    /*position: relative;*/
    display: inline-block;
    color: gray
}

.designby:after {
    content: '';
    position: absolute;
    top: 1px;
    right: calc(50% - 93px);
    background-image: url(../../images/default/dth-ico-black.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 16px;
    transition: .5s;
}

.designby:hover:after {
    background-image: url(../../images/default/dth-ico-color.png);
}

.pagi {
    margin-top: 15px;
}

.pagi .btn-group {
    background-color: #f4f4f4;
}

.f-w-1 {
    font-weight: 100
}

.mar-t-5 {
    margin-top: 5px
}

.mar-t-10 {
    margin-top: 10px
}

.mar-r-5 {
    margin-right: 5px
}

.mar-r-10 {
    margin-right: 10px
}

.mar-l-10 {
    margin-left: 10px
}

.border-b {
    border-bottom: 0
}

.mar-b {
    margin-bottom: 0
}

.mar-b-10 {
    margin-bottom: 10px
}

.mar-b-20 {
    margin-bottom: 20px
}

.pad-t-20 {
    padding-top: 20px
}

.pad-b {
    padding-bottom: 0 !important
}

.topnone {
    border-top: none
}

.textarea-noresize {
    resize: none
}

.nopad {
    padding-right: 0;
    padding-left: 0
}

.nopad .col-lg-1,
.nopad .col-lg-10,
.nopad .col-lg-11,
.nopad .col-lg-12,
.nopad .col-lg-2,
.nopad .col-lg-3,
.nopad .col-lg-4,
.nopad .col-lg-5,
.nopad .col-lg-6,
.nopad .col-lg-7,
.nopad .col-lg-8,
.nopad .col-lg-9,
.nopad .col-md-1,
.nopad .col-md-10,
.nopad .col-md-11,
.nopad .col-md-12,
.nopad .col-md-2,
.nopad .col-md-3,
.nopad .col-md-4,
.nopad .col-md-5,
.nopad .col-md-6,
.nopad .col-md-7,
.nopad .col-md-8,
.nopad .col-md-9,
.nopad .col-sm-1,
.nopad .col-sm-10,
.nopad .col-sm-11,
.nopad .col-sm-12,
.nopad .col-sm-2,
.nopad .col-sm-3,
.nopad .col-sm-4,
.nopad .col-sm-5,
.nopad .col-sm-6,
.nopad .col-sm-7,
.nopad .col-sm-8,
.nopad .col-sm-9,
.nopad .col-xs-1,
.nopad .col-xs-10,
.nopad .col-xs-11,
.nopad .col-xs-12,
.nopad .col-xs-2,
.nopad .col-xs-3,
.nopad .col-xs-4,
.nopad .col-xs-5,
.nopad .col-xs-6,
.nopad .col-xs-7,
.nopad .col-xs-8,
.nopad .col-xs-9 {
    padding-right: 0;
    padding-left: 0
}

.modal-header .modal-title {
    clear: none
}

.bs-wizard {
    padding: 50px 0;
}

.bs-wizard>.bs-wizard-step {
    padding: 0;
    position: relative;
}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
    color: #777;
    font-size: 14px;
    margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
    color: #999;
    font-size: 14px;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
    position: absolute;
    width: 30px;
    height: 30px;
    display: block;
    background: #fbe8aa;
    top: 45px;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot:after {
    content: ' ';
    width: 14px;
    height: 14px;
    background: #fbbd19;
    border-radius: 50px;
    position: absolute;
    top: 8px;
    left: 8px;
}

.bs-wizard>.bs-wizard-step>.progress {
    position: relative;
    border-radius: 0px;
    height: 8px;
    box-shadow: none;
    margin: 20px 0;
    background-color: white;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
    width: 0px;
    box-shadow: none;
    background: #fbe8aa;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
    width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
    width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
    width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
    background-color: white;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
    opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
    left: 50%;
    width: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
    width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}

@media only screen and (min-width: 998px) {
    .bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
        color: #777;
        font-size: 16px;
        margin-bottom: 5px;
    }
}

.boxstcolor {
    position: relative;
}

.boxstcolor:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.boxstcolor-green:before {
    background-color: green
}

.boxstcolor-red:before {
    background-color: red
}


/******************  Ticket **************/

.tk-entry {
    position: relative;
    width: calc(100% - 50px);
    margin-bottom: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.tk-entry:last-child {
    margin-bottom: 0
}

.tk-entry-header {
    background-color: #c3d9ff;
    padding: 5px 10px;
}

.tk-entry-header:after {
    border-left: 7px solid #c3d9ff;
    margin-right: 1px;
    position: absolute;
    top: 7px;
    right: -8px;
    content: '';
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    display: inline-block;
    margin-top: 1px;
}

.tk-entry-body {
    padding: 15px 10px 10px
}

.tk-entry-avatar {
    position: absolute;
    right: -50px;
    top: 0;
}

.tk-entry-avatar img {
    width: 40px;
    border-radius: 5px;
}

.tk-entry.entry-right {
    margin-left: 50px;
}

.tk-entry.entry-right .tk-entry-header {
    background-color: #ffe0b3;
}

.tk-entry.entry-right .tk-entry-header:after {
    left: -7px;
    right: auto;
    border-right: 7px solid #ffe0b3;
    border-left: none;
}

.tk-entry.entry-right .tk-entry-avatar {
    left: -50px;
}

.tk-closed-by {
    color: #777
}

.stf-tp-chkb {
    font-weight: 100;
    cursor: pointer
}

.table-responsive {
    overflow-x: inherit !important;
}

#frm-stf label.radio {
    margin-left: 25px
}

.sltaddr {
    position: relative;
    cursor: pointer;
    padding: 10px;
    padding-left: 30px;
    border: 1px solid #eee;
}

.sltaddr.active {
    border-color: #9ca643;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .09);
}

.sltaddr i.fa {
    position: absolute;
    left: 0.5em;
    font-size: 1.3em;
    color: #9ca643;
    opacity: 0;
}

.sltaddr.active i.fa {
    opacity: 1;
}


/*.aj-new-chk{
    position: fixed;
    bottom: 10%;
    right: 0;
    width: 300px;
    height: 100px;
    background-color: white;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    border-left: 3px solid #337ab7;
}*/

.notifyjs-bootstrap-base {
    max-width: 300px
}

.notifyjs-foo-base {
    max-width: 300px;
    font-weight: bold;
    padding: 5px 20px 3px 25px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: 5px 15px;
    color: #3a87ad;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAABmJLR0QA/wD/AP+gvaeTAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3QYFAhkSsdes/QAAA8dJREFUOMvVlGtMW2UYx//POaWHXg6lLaW0ypAtw1UCgbniNOLcVOLmAjHZolOYlxmTGXVZdAnRfXQm+7SoU4mXaOaiZsEpC9FkiQs6Z6bdCnNYruM6KNBw6YWewzl9z+sHImEWv+vz7XmT95f/+3/+7wP814v+efDOV3/SoX3lHAA+6ODeUFfMfjOWMADgdk+eEKz0pF7aQdMAcOKLLjrcVMVX3xdWN29/GhYP7SvnP0cWfS8caSkfHZsPE9Fgnt02JNutQ0QYHB2dDz9/pKX8QjjuO9xUxd/66HdxTeCHZ3rojQObGQBcuNjfplkD3b19Y/6MrimSaKgSMmpGU5WevmE/swa6Oy73tQHA0Rdr2Mmv/6A1n9w9suQ7097Z9lM4FlTgTDrzZTu4StXVfpiI48rVcUDM5cmEksrFnHxfpTtU/3BFQzCQF/2bYVoNbH7zmItbSoMj40JSzmMyX5qDvriA7QdrIIpA+3cdsMpu0nXI8cV0MtKXCPZev+gCEM1S2NHPvWfP/hL+7FSr3+0p5RBEyhEN5JCKYr8XnASMT0xBNyzQGQeI8fjsGD39RMPk7se2bd5ZtTyoFYXftF6y37gx7NeUtJJOTFlAHDZLDuILU3j3+H5oOrD3yWbIztugaAzgnBKJuBLpGfQrS8wO4FZgV+c1IxaLgWVU0tMLEETCos4xMzEIv9cJXQcyagIwigDGwJgOAtHAwAhisQUjy0ORGERiELgG4iakkzo4MYAxcM5hAMi1WWG1yYCJIcMUaBkVRLdGeSU2995TLWzcUAzONJ7J6FBVBYIggMzmFbvdBV44Corg8vjhzC+EJEl8U1kJtgYrhCzgc/vvTwXKSib1paRFVRVORDAJAsw5FuTaJEhWM2SHB3mOAlhkNxwuLzeJsGwqWzf5TFNdKgtY5qHp6ZFf67Y/sAVadCaVY5YACDDb3Oi4NIjLnWMw2QthCBIsVhsUTU9tvXsjeq9+X1d75/KEs4LNOfcdf/+HthMnvwxOD0wmHaXr7ZItn2wuH2SnBzbZAbPJwpPx+VQuzcm7dgRCB57a1uBzUDRL4bfnI0RE0eaXd9W89mpjqHZnUI5Hh2l2dkZZUhOqpi2qSmpOmZ64Tuu9qlz/SEXo6MEHa3wOip46F1n7633eekV8ds8Wxjn37Wl63VVa+ej5oeEZ/82ZBETJjpJ1Rbij2D3Z/1trXUvLsblCK0XfOx0SX2kMsn9dX+d+7Kf6h8o4AIykuffjT8L20LU+w4AZd5VvEPY+XpWqLV327HR7DzXuDnD8r+ovkBehJ8i+y8YAAAAASUVORK5CYII=);
    text-align: center;
}

.notifyjs-foo-base .title {
    margin: 10px 0 0;
}

.notifyjs-foo-base .buttons {
    font-size: 9px;
    padding: 5px;
    margin: 2px;
}

.notifyjs-foo-base button {
    font-size: 12px;
    padding: 5px;
    margin: 2px;
    width: 60px;
    background-color: #337ab7;
    border: 0;
    color: white;
    font-weight: 100;
}

@media only screen and (min-width: 1200px) {
    .notifyjs-foo-base {
        font-size: 16px;
    }
}

.nav-tabs-custom {
    position: relative
}

.navbar-default .navbar-nav>li>a {
    padding-right: 10px;
    padding-left: 10px;
}


/*.box-profile .list-group-item:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}*/

.dashboard-item-graph {
    display: none;
}

.dashboard-item-graph .box-body {
    min-height: 100px;
}

.nav-tabs-custom .tab-footer {
    padding: 10px;
    border-top: 1px solid #f4f4f4;
}

.nav-style-product {
    border-bottom: 5px solid #00c0ef
}

.nav-style-pig {
    border-bottom: 5px solid #ff969f
}

.nav-style-feed {
    border-bottom: 5px solid #009775
}

.bg-pig {
    background-color: #ff969f !important;
}

.pointer{
    cursor: pointer !important;
}

.pigavitg {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    color: white;
    font-size: 26px;
    padding: 6px 0 0 9px;
    cursor: pointer;
    box-shadow: 0 0 5px 2px #ff0016;
    border: 3px solid white;
    z-index: 99;
    transition: .3s
}

.pigavitg i {
    transition: .3s
}

.pigavitg:hover {
    transform: scale(1.1)
}

.pigavitg:hover i {
    transform: scale(1.1)
}

.fc .fc-axis,
.fc button,
.fc-day-grid-event .fc-content,
.fc-list-item-marker,
.fc-list-item-time,
.fc-time-grid-event .fc-time,
.fc-time-grid-event.fc-short .fc-content {
    white-space: normal;
}

.fc-event,
.fc-event:hover {
    color: black;
    border-radius: 0;
    font-size: 12px;
    letter-spacing: 0;
}

.fc-more {
    color: red;
}

.fc-more:hover {
    color: #c10c0c;
}

.float-nav {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
}

.float-nav>a.menu-btn {
    text-decoration: none;
    display: block;
    background-color: #ff969f;
    color: white;
    padding: 17px 20px 10px 20px;
    text-align: center;
    box-shadow: 2px 2px 8px #777;
    border-radius: 300px;
}

.float-nav>a.menu-btn.active {
    transition: background-color 250ms linear;
    background-color: transparent;
    box-shadow: none;
}

.float-nav>a.menu-btn.active>ul>li.line:nth-child(1) {
    border-width: 2px;
    -moz-transform: rotate(45deg) translate(4px, 6px);
    -ms-transform: rotate(45deg) translate(4px, 6px);
    -webkit-transform: rotate(45deg) translate(4px, 6px);
    transform: rotate(45deg) translate(4px, 6px);
}

.float-nav>a.menu-btn.active>ul>li.line:nth-child(2) {
    visibility: hidden;
}

.float-nav>a.menu-btn.active>ul>li.line:nth-child(3) {
    border-width: 2px;
    -moz-transform: rotate(-45deg) translate(8px, -10px);
    -ms-transform: rotate(-45deg) translate(8px, -10px);
    -webkit-transform: rotate(-45deg) translate(8px, -10px);
    transform: rotate(-45deg) translate(8px, -10px);
}

.float-nav>a.menu-btn>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.float-nav>a.menu-btn>ul>li.line {
    border: 1px solid white;
    width: 100%;
    margin-bottom: 7px;
    -moz-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.float-nav>a.menu-btn>.menu-txt {
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: sans-serif;
}

.main-nav {
    display: none;
    opacity: 0;
    font-family: sans-serif;
    position: fixed;
    bottom: 15px;
    right: 15px;
    transition: opacity 250ms;
    z-index: 98;
}

.main-nav.active {
    display: block;
    opacity: 1;
    transition: opacity 250ms;
}

.main-nav>ul {
    width: 100%;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #ff969f;
    box-shadow: 2px 2px 8px #777;
    border-radius: 3px 3px 33.5px 3px;
}

.main-nav>ul>li>a {
    text-decoration: none;
    display: block;
    font-weight: 200;
    padding: 15px 70px 15px 15px;
    color: white;
}

.main-nav>ul>li>a:hover {
    font-weight: 400;
}

.fc-content-skeleton td {
    position: relative;
}

.calendar-week {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ff969f;
    padding: 0 5px;
    color: white;
}

.table-bordered,
.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #dcdcdc;
}

.container.invoice-pig-detail {
    width: 100% !important;
    max-width: 1600px !important;
}

.d_none {
    display: none;
}

.d_block {
    display: block;
}

.max_w70px {
    max-width: 70px;
}

.max_w100px {
    max-width: 100px;
}

.m_auto {
    margin: auto;
}

.col-xs-1_5 {
    width: 14.2857%;
}

.txt_line_1 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.swal2-popup {
	font-size: 14px !important;
}

.swal-wide {
	width: 600px !important;
}

.swal2-container {
	z-index: 1000001 !important;
}

.loadingoverlay {
	z-index: 1000000 !important;
}

.loadingoverlay_element svg {
	width: 60px !important;
}

.pointer {
	cursor: pointer !important;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
	/* overflow: auto !important; */
}

.myalert input,
.myalert .select2-selection--single,
.myalert .sltaddr {
	border: 2px solid red !important;
}
.color_fff {
	color: #fff;
}
.color_000 {
	color: #000;
}
.st_bg_def {
	opacity: .65;
	color: #fff;
	background-color: #0d6efd !important;
}

.st_bg_primary1 {
	color: #fff;
	background-color: #0d6efd !important;
}
.st_bg_primary2 {
	opacity: .65;
	color: #fff;
	background-color: #0d6efd !important;
}
.st_bg_success1 {
	color: #fff;
	background-color: #198754 !important;
}
.st_bg_success2 {
	opacity: .65;
	color: #fff;
	background-color: #198754 !important;
}
.st_bg_info1 {
	color: #000;
	background-color: #0dcaf0 !important;
}
.st_bg_info2 {
	opacity: .65;
	color: #000;
	background-color: #0dcaf0 !important;
}
.st_bg_warning1 {
	color: #000;
	background-color: #ffc107 !important;
}
.st_bg_warning2 {
	opacity: .65;
	color: #000;
	background-color: #ffc107 !important;
}
.st_bg_danger1 {
	color: #fff;
	background-color: #dc3545 !important;
}
.st_bg_danger2 {
	opacity: .65;
	color: #fff;
	background-color: #dc3545 !important;
}
.st_bg_dark1 {
	color: #fff;
	background-color: #212529 !important;
}
.st_bg_dark2 {
	opacity: .65;
	color: #fff;
	background-color: #212529 !important;
}
.st_bg_secondary1 {
	color: #fff;
	background-color: #6c757d !important;
}
.st_bg_secondary2 {
	opacity: .65;
	color: #fff;
	background-color: #6c757d !important;
}




.st_color_primary1 {
	color: #0d6efd;
	background-color: #fff;
}
.st_color_primary2 {
	opacity: .65;
	color: #0d6efd;
	background-color: #fff;
}
.st_color_success1 {
	color: #198754;
	background-color: #fff;
}
.st_color_success2 {
	opacity: .65;
	color: #198754;
	background-color: #fff;
}
.st_color_info1 {
	color: #0dcaf0;
	background-color: #fff;
}
.st_color_info2 {
	opacity: .65;
	color: #0dcaf0;
	background-color: #fff;
}
.st_color_warning1 {
	color: #ffc107;
	background-color: #fff;
}
.st_color_warning2 {
	opacity: .65;
	color: #ffc107;
	background-color: #fff;
}
.st_color_danger1 {
	color: #dc3545;
	background-color: #fff;
}
.st_color_danger2 {
	opacity: .65;
	color: #dc3545;
	background-color: #fff;
}
.st_color_dark1 {
	color: #212529;
	background-color: #fff;
}
.st_color_dark2 {
	opacity: .65;
	color: #212529;
	background-color: #fff;
}
.st_color_secondary1 {
	color: #6c757d;
	background-color: #fff;
}
.st_color_secondary2 {
	opacity: .65;
	color: #6c757d;
	background-color: #fff;
}

.table-hover tr:hover .st_color_primary1,
.table-hover tr:hover .st_color_primary2,
.table-hover tr:hover .st_color_success1,
.table-hover tr:hover .st_color_success2,
.table-hover tr:hover .st_color_info1,
.table-hover tr:hover .st_color_info2,
.table-hover tr:hover .st_color_warning1,
.table-hover tr:hover .st_color_warning2,
.table-hover tr:hover .st_color_danger1,
.table-hover tr:hover .st_color_danger2,
.table-hover tr:hover .st_color_dark1,
.table-hover tr:hover .st_color_dark2,
.table-hover tr:hover .st_color_secondary1,
.table-hover tr:hover .st_color_secondary2,
.table-hover tr:hover .st_bg_def,
.table-hover tr:hover .st_bg_primary1,
.table-hover tr:hover .st_bg_primary2,
.table-hover tr:hover .st_bg_success1,
.table-hover tr:hover .st_bg_success2,
.table-hover tr:hover .st_bg_info1,
.table-hover tr:hover .st_bg_info2,
.table-hover tr:hover .st_bg_warning1,
.table-hover tr:hover .st_bg_warning2,
.table-hover tr:hover .st_bg_danger1,
.table-hover tr:hover .st_bg_danger2,
.table-hover tr:hover .st_bg_dark1,
.table-hover tr:hover .st_bg_dark2,
.table-hover tr:hover .st_bg_secondary1,
.table-hover tr:hover .st_bg_secondary2
{
	opacity: .45;
}