<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.left-sidebar {
    position: absolute;
    width: 350px;
    font-family: 'Montserrat', sans-serif;
    height: 100%;
    top: 0;
    z-index: 20;
    background: #f6f6f6;
    -webkit-box-shadow: 15px 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 15px 0 20px rgba(0, 0, 0, 0.1);
}

.fix-sidebar .left-sidebar {
    position: fixed;

}

.sidebar-footer {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    width: 350px;
    background: #fff;
    border-top: 1px solid rgba(120, 130, 140, 0.13);
}

    .sidebar-footer a {
        padding: 15px;
        width: 33.333337%;
        float: left;
        text-align: center;
        font-size: 18px;
    }

.scroll-sidebar {
    padding-bottom: 60px;
    overflow: scroll !important;
}

.scroll-sidebar {
    width: calc(100% + 17 px );
    padding-bottom: 0px;
    overflow: auto !important;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: fixed !important;
    display: block !important;
    overflow: hidden !important;
    transition: height 0.00000001s ease !important;
}

.sidebar-nav {
    background: #f6f6f6;
    padding: 0;
}

    .sidebar-nav ul {
        margin: 0;
        padding: 0;
    }

        .sidebar-nav ul li {
            list-style: none;
        }

            .sidebar-nav ul li a {
                color: #2d343a;
                padding: 10px 40px 10px 20px;
                display: block;
                text-align: right;
                font-size: 19px;
                font-weight: 700;
                white-space: nowrap;
            }

#navbar-menu ul li a:hover {
    color: #0a7dbe;
}

#navbar-menu ul li a:focus {
    color: #0a7dbe;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu &gt; li &gt; a:hover {
    color: #a0ddff !important;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu &gt; li &gt; a:focus {
    color: #a0ddff !important;
}

#navbar-menu ul li:hover {
    color: #0a7dbe;
}

.sidebar-nav ul li a:hover i {
    color: #0a7dbe;
}

.sidebar-nav ul li a.active {
    color: #0a7dbe;
}

.sidebar-nav ul li ul li a.active {
    color: white;
}

.sidebar-nav ul li a.active i {
    color: #0a7dbe;
}

.sidebar-nav ul li ul {
    padding-left: 28px;
}

    .sidebar-nav ul li ul li a {
        padding: 7px 35px 7px 15px;
    }

    .sidebar-nav ul li ul ul {
        padding-left: 0px;
    }

.sidebar-nav ul li.nav-label {
    font-size: 12px;
    margin-bottom: 0;
    padding: 14px 14px 14px 20px;
    color: #607d8b;
    font-weight: 600;
    text-transform: uppercase;
}

ul li.nav-devider:first-child {
    height: 1px;
    margin-bottom: 30px;
    margin-top: 0px;
    background: #d2d4d7;
    display: block;
}

ul li.nav-devider {
    height: 1px;
    margin-bottom: 30px;
    margin-top: 30px;
    background: #d2d4d7;
    display: block;
}

.sidebar-nav &gt; ul &gt; li {
    margin-bottom: 5px;
}

    .sidebar-nav &gt; ul &gt; li &gt; a i {
        width: 27px;
        font-size: 16px;
        display: inline-block;
        vertical-align: middle;
        color: #99abb4;
    }

#navbar-menu &gt; ul &gt; li &gt; a.active {
    background-image: url(../images/menu-seperator.png);
    background-position-y: 11px;
    background-repeat: no-repeat;
    padding-left: 50px;
}

.dropdown-toggle::after {
    display: none;
}


#navbar-menu &gt; ul &gt; li &gt; a .label {
    position: absolute;
    right: 35px;
    top: 8px;
}

#navbar-menu &gt; ul &gt; li &gt; a.active {
    font-weight: 700;
    color: #0a7dbe;
}

#navbar-menu &gt; ul &gt; li.active &gt; a {
    color: #0a7dbe;
    font-weight: 700;
}

    #navbar-menu &gt; ul &gt; li.active &gt; a i {
        color: #0a7dbe;
    }

.sidebar-nav .has-arrow {
    position: relative;
}

    .sidebar-nav .has-arrow:after {
        position: absolute;
        content: '';
        width: 7px;
        height: 7px;
        border-width: 2px 0 0 2px;
        border-style: solid;
        border-color: #fff;
        right: 1em;
        -webkit-transform: rotate(135deg) translate(0, -50%);
        -ms-transform: rotate(135deg) translate(0, -50%);
        -o-transform: rotate(135deg) translate(0, -50%);
        transform: rotate(135deg) translate(0, -50%);
        -webkit-transform-origin: top;
        -ms-transform-origin: top;
        -o-transform-origin: top;
        transform-origin: top;
        top: 47%;
        -webkit-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

.sidebar-nav .active &gt; .has-arrow:after {
    -webkit-transform: rotate(-135deg) translate(0, -50%);
    -ms-transform: rotate(-135deg) translate(0, -50%);
    -o-transform: rotate(-135deg) translate(0, -50%);
    top: 45%;
    width: 7px;
    transform: rotate(-135deg) translate(0, -50%);
}

.sidebar-nav .has-arrow[aria-expanded=true]:after {
    -webkit-transform: rotate(-135deg) translate(0, -50%);
    -ms-transform: rotate(-135deg) translate(0, -50%);
    -o-transform: rotate(-135deg) translate(0, -50%);
    top: 45%;
    width: 7px;
    transform: rotate(-135deg) translate(0, -50%);
}

.sidebar-nav li &gt; .has-arrow.active:after {
    -webkit-transform: rotate(-135deg) translate(0, -50%);
    -ms-transform: rotate(-135deg) translate(0, -50%);
    -o-transform: rotate(-135deg) translate(0, -50%);
    top: 45%;
    width: 7px;
    transform: rotate(-135deg) translate(0, -50%);
}


.badge {
    font-weight: 400;
}

.badge-xs {
    font-size: 9px;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.badge-sm {
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
    -o-transform: translate(0, -2px);
    transform: translate(0, -2px);
}

.badge-success {
    background-color: #26dad2;
}

.badge-info {
    background-color: #0a7dbe;
}

.badge-primary {
    background-color: #5c4ac7;
}

.badge-warning {
    background-color: #078ccf;
}

.badge-danger {
    background-color: #ef5350;
}

.badge-purple {
    background-color: #7460ee;
}

.badge-red {
    background-color: #fb3a3a;
}

.badge-inverse {
    background-color: #2f3d4a;
}

.label {
    padding: 3px 10px;
    line-height: 13px;
    color: #ffffff;
    font-weight: 400;
    border-radius: 4px;
    font-size: 75%;
}

.label-rounded {
    border-radius: 60px;
}

.label-custom {
    background-color: #00897b;
}

.label-success {
    background-color: #26dad2;
}

.label-info {
    background-color: #0a7dbe;
}

.label-warning {
    background-color: #078ccf;
}

.label-danger {
    background-color: #ef5350;
}

.label-megna {
    background-color: #00897b;
}

.label-primary {
    background-color: #5c4ac7;
}

.label-purple {
    background-color: #7460ee;
}

.label-red {
    background-color: #fb3a3a;
}

.label-inverse {
    background-color: #2f3d4a;
}

.label-default {
    background-color: #f2f4f8;
}

.label-white {
    background-color: #ffffff;
}

.label-light-success {
    background-color: #e8fdeb;
    color: #26dad2;
}

.label-light-info {
    background-color: #cfecfe;
    color: #0a7dbe;
}

.label-light-warning {
    background-color: #fff8ec;
    color: #078ccf;
}

.label-light-danger {
    background-color: #f9e7eb;
    color: #ef5350;
}

.label-light-megna {
    background-color: #e0f2f4;
    color: #00897b;
}

.label-light-primary {
    background-color: #f1effd;
    color: #5c4ac7;
}

.label-light-inverse {
    background-color: #f6f6f6;
    color: #2f3d4a;
}

.breadcrumb {
    margin-bottom: 0;
}

.page-titles {
    background: #ffffff;
    margin: 0 0 30px;
    padding: 15px 10px;
    position: relative;
    z-index: 10;
    -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}

    .page-titles h3 {
        margin-bottom: 0;
        margin-top: 0;
    }

    .page-titles .breadcrumb {
        padding: 0;
        background: transparent;
        font-size: 14px;
    }

        .page-titles .breadcrumb li {
            margin-top: 0;
            margin-bottom: 0;
        }

        .page-titles .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
            content: "\e649";
            font-family: themify;
            color: #a6b7bf;
            font-size: 11px;
        }

        .page-titles .breadcrumb .breadcrumb-item.active {
            color: #99abb4;
        }

.pagination &gt; li:first-child &gt; a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination &gt; li:first-child &gt; span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination &gt; li:last-child &gt; a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination &gt; li:last-child &gt; span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination &gt; li &gt; a {
    color: #263238;
}

    .pagination &gt; li &gt; a:focus {
        background-color: #f2f4f8;
    }

    .pagination &gt; li &gt; a:hover {
        background-color: #f2f4f8;
    }

.pagination &gt; li &gt; span {
    color: #263238;
}

    .pagination &gt; li &gt; span:focus {
        background-color: #f2f4f8;
    }

    .pagination &gt; li &gt; span:hover {
        background-color: #f2f4f8;
    }

.pagination &gt; .active &gt; a {
    background-color: #0a7dbe;
    border-color: #0a7dbe;
}

    .pagination &gt; .active &gt; a:focus {
        background-color: #0a7dbe;
        border-color: #0a7dbe;
    }

    .pagination &gt; .active &gt; a:hover {
        background-color: #0a7dbe;
        border-color: #0a7dbe;
    }

.pagination &gt; .active &gt; span {
    background-color: #0a7dbe;
    border-color: #0a7dbe;
}

    .pagination &gt; .active &gt; span:focus {
        background-color: #0a7dbe;
        border-color: #0a7dbe;
    }

    .pagination &gt; .active &gt; span:hover {
        background-color: #0a7dbe;
        border-color: #0a7dbe;
    }

.pagination-split li {
    margin-left: 5px;
    display: inline-block;
    float: left;
}

    .pagination-split li:first-child {
        margin-left: 0;
    }

    .pagination-split li a {
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

.pager li &gt; a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #263238;
}

.pager li &gt; span {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #263238;
}



.slider {
  /*  width: 62.67%;*/
    float: left;
    position: relative;
    min-height: 1px;
    display: inline-block;
}

.duyuru {
   /* max-width:525px;*/
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    display: inline-block;
}

.footer {
    background: #161717 none repeat scroll 0 0;
    text-align: right;
    color: #d3d6d6;
    left: 70px;
    font-size: 13px;
    font-weight: 500;
    padding: 37px 35px;
    right: 70px;
}

.footerust {
    width: 100%;
    position: relative;
    min-height: 490px;
    padding: 50px;
    background-color: #232729;
}

.home-padding {
    padding-left: 55px;
    padding-right: 55px;
}

.footerust-kutu {
    width: 20%;
    position: relative;
    float: left;
    min-height: 1px;
    height: auto;
    font-family: 'Montserrat', sans-serif;
}

    .footerust-kutu h4 {
        font-size: 15px;
        color: #0caef5;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .footerust-kutu h5 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 25px;
        color: #fff;
        display: inline-block;
        font-weight: 700;
        margin-bottom: 15px;
    }

    .footerust-kutu h6 {
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 18px;
        display: inline-block;
        color: #e1e3e5;
        font-weight: 400;
        margin-bottom: 15px;
    }

    .footerust-kutu p {
        padding-left: 0px;
        font-size: 13px;
        font-weight: 400;
        font-family: 'Montserrat', sans-serif;
        color: #afb1b3;
        margin-bottom: 9px;
    }

#chartdiv3 {
    height: 450px;
    width: 100%;
}

#chartdiv {
    height: 450px;
    width: 100%;
}

#zoomable {
    height: 450px;
    width: 100%;
}

#chartMap {
    height: 450px;
    width: 100%;
}

.amcharts-graph-g2 .amcharts-graph-stroke {
    stroke-dasharray: 3px 3px;
    stroke-linejoin: round;
    stroke-linecap: round;
    -webkit-animation: am-moving-dashes 1s linear infinite;
    animation: am-moving-dashes 1s linear infinite;
}

@-webkit-keyframes am-moving-dashes {
    100% {
        stroke-dashoffset: -31px;
    }
}

@keyframes am-moving-dashes {
    100% {
        stroke-dashoffset: -31px;
    }
}

.lastBullet {
    -webkit-animation: am-pulsating 1s ease-out infinite;
    animation: am-pulsating 1s ease-out infinite;
}



.amcharts-graph-column-front {
    -webkit-transition: all 0.3s 0.3s ease-out;
    transition: all 0.3s 0.3s ease-out;
}

    .amcharts-graph-column-front:hover {
        fill: #496375;
        stroke: #496375;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

.amcharts-graph-g3 {
    stroke-linejoin: round;
    stroke-linecap: round;
    stroke-dasharray: 500%;
    stroke-dasharray: 0 /;
    /* fixes IE prob */
    stroke-dashoffset: 0 /;
    /* fixes IE prob */
    -webkit-animation: am-draw 40s;
    animation: am-draw 40s;
}

@-webkit-keyframes am-draw {
    0% {
        stroke-dashoffset: 500%;
    }

    100% {
        stroke-dashoffset: 0%;
    }
}

@keyframes am-draw {
    0% {
        stroke-dashoffset: 500%;
    }

    100% {
        stroke-dashoffset: 0%;
    }
}

/*    Font Variable
----------------------*/
/*    Color Variable
-----------------------*/
/*    Solid Color
------------------*/
/*    Brand color
----------------------*/
.card {
    margin-bottom: 30px;
}

    .card .card-subtitle {
        color: #5e6163;
        font-weight: 300;
        margin-bottom: 15px;
    }

.card-inverse .card-bodyquote .blockquote-footer {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-link {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-subtitle {
    color: rgba(255, 255, 255, 0.65);
}

.card-inverse .card-text {
    color: rgba(255, 255, 255, 0.65);
}

.card-success {
    background: #26dad2 none repeat scroll 0 0;
    border-color: #26dad2;
}

.card-danger {
    background: #ef5350 none repeat scroll 0 0;
    border-color: #ef5350;
}

.card-warning {
    background: #078ccf none repeat scroll 0 0;
    border-color: #078ccf;
}

.card-info {
    background: #0a7dbe none repeat scroll 0 0;
    border-color: #0a7dbe;
}

.card-primary {
    background: #5c4ac7 none repeat scroll 0 0;
    border-color: #5c4ac7;
}

.card-dark {
    background: #2f3d4a none repeat scroll 0 0;
    border-color: #2f3d4a;
}

.card-megna {
    background: #00897b none repeat scroll 0 0;
    border-color: #00897b;
}

.card-actions {
    float: right;
}

    .card-actions a {
        color: #67757c;
        cursor: pointer;
        font-size: 13px;
        opacity: 0.7;
        padding-left: 7px;
    }

        .card-actions a:hover {
            opacity: 1;
        }

.card-columns .card {
    margin-bottom: 20px;
}

.collapsing {
    transition: height 0.08s ease 0s;
}

.card-outline-info {
    border-color: #0a7dbe;
}

    .card-outline-info .card-header {
        background: #0a7dbe none repeat scroll 0 0;
        border-color: #0a7dbe;
    }

.card-outline-inverse {
    border-color: #2f3d4a;
}

    .card-outline-inverse .card-header {
        background: #2f3d4a none repeat scroll 0 0;
        border-color: #2f3d4a;
    }

.card-outline-warning {
    border-color: #078ccf;
}

    .card-outline-warning .card-header {
        background: #078ccf none repeat scroll 0 0;
        border-color: #078ccf;
    }

.card-outline-success {
    border-color: #26dad2;
}

    .card-outline-success .card-header {
        background: #26dad2 none repeat scroll 0 0;
        border-color: #26dad2;
    }

.card-outline-danger {
    border-color: #ef5350;
}

    .card-outline-danger .card-header {
        background: #ef5350 none repeat scroll 0 0;
        border-color: #ef5350;
    }

.card-outline-primary {
    border-color: #5c4ac7;
}

    .card-outline-primary .card-header {
        background: #5c4ac7 none repeat scroll 0 0;
        border-color: #5c4ac7;
    }

.card-body {
    padding: 0;
}

.card {
    background: #f6f6f6 none repeat scroll 0 0;
    margin: 25px 0px 25px 0px;
    padding: 40px;
    border: 0;
    border-radius: 0px;
}

.card-subtitle {
    font-size: 13px;
    margin: 10px 0;
}

.card-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}

    .card-title h4 {
        display: inline-block;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
    }

    .card-title p {
        margin-bottom: 12px;
    }

.vtabs {
    display: table;
}

    .vtabs .tabs-vertical {
        border-bottom: 0 none;
        border-right: 1px solid rgba(120, 130, 140, 0.13);
        display: table-cell;
        vertical-align: top;
        width: 150px;
    }

        .vtabs .tabs-vertical li .nav-link {
            border: 0 none;
            border-radius: 4px 0 0 4px;
            color: #263238;
            margin-bottom: 10px;
        }

    .vtabs .tab-content {
        display: table-cell;
        padding: 20px;
        vertical-align: top;
    }

.tabs-vertical li .nav-link.active,
.tabs-vertical li .nav-link.active:focus,
.tabs-vertical li .nav-link:hover {
    background: #0a7dbe none repeat scroll 0 0;
    border: 0 none;
    color: #ffffff;
}

.customvtab .tabs-vertical li .nav-link.active,
.customvtab .tabs-vertical li .nav-link:focus,
.customvtab .tabs-vertical li .nav-link:hover {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #ffffff none repeat scroll 0 0;
    border-color: currentcolor #0a7dbe currentcolor currentcolor;
    border-image: none;
    border-style: none solid none none;
    border-width: 0 2px 0 0;
    color: #0a7dbe;
    margin-right: -1px;
}

.tabcontent-border {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: currentcolor #ddd #ddd;
    border-image: none;
    border-style: none solid solid;
    border-width: 0 1px 1px;
}

.customtab2 li a.nav-link {
    border: 0 none;
    color: #67757c;
    margin-right: 3px;
}

    .customtab2 li a.nav-link.active {
        background: #0a7dbe none repeat scroll 0 0;
        color: #ffffff;
    }

    .customtab2 li a.nav-link:hover {
        background: #0a7dbe none repeat scroll 0 0;
        color: #ffffff;
    }

.modal-dialog {
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%) !important;
    width: 80%;
}

.modal-content {
    border-radius: 3px;
}

.timeline {
    list-style: none;
    padding: 0 0 8px;
    position: relative;
}

    .timeline:before {
        top: 7px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #e7e7e7;
        left: 25px;
        margin-right: -1.5px;
    }

.timeline-title {
    margin: 5px 0 !important;
    font-size: 16px;
}

.timeline &gt; li {
    margin-bottom: 20px;
    position: relative;
}

    .timeline &gt; li:after,
    .timeline &gt; li:before {
        content: " ";
        display: table;
    }

    .timeline &gt; li:after {
        clear: both;
    }

    .timeline &gt; li &gt; .timeline-panel {
        width: calc(100% - 70px);
        float: right;
        border-radius: 2px;
        padding: 5px 20px;
        position: relative;
    }

        .timeline &gt; li &gt; .timeline-panel:before {
            position: absolute;
            top: 26px;
            left: -15px;
            display: inline-block;
            border-top: 0 solid transparent;
            border-right: 0 solid #e7e7e7;
            border-left: 0 solid #e7e7e7;
            border-bottom: 15px solid transparent;
            content: " ";
        }

        .timeline &gt; li &gt; .timeline-panel:after {
            position: absolute;
            top: 27px;
            left: -14px;
            display: inline-block;
            border-top: 14px solid transparent;
            border-right: 14px solid #ffffff;
            border-left: 0 solid #ffffff;
            border-bottom: 14px solid transparent;
            content: " ";
        }

    .timeline &gt; li &gt; .timeline-badge {
        color: #ffffff;
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 1.4em;
        text-align: center;
        position: absolute;
        top: 10px;
        left: 8px;
        margin-right: -25px;
        background-color: #e6a1f2;
        z-index: 100;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }

.timeline-body &gt; p {
    font-size: 12px;
    margin-bottom: 10px;
}

.timeline-badge.primary {
    background-color: #4680ff !important;
}

.timeline-badge.success {
    background-color: #26dad2 !important;
}

.timeline-badge.warning {
    background-color: #ffb64d !important;
}

.timeline-badge.danger {
    background-color: #fc6180 !important;
}

.timeline-badge.info {
    background-color: #62d1f3 !important;
}

.dataTables_wrapper {
    padding: 30px;
    border-radius: 5px;
    border: 1px solid #ececec;
    margin-bottom: 10px;
}

.dt-buttons {
    display: inline-block;
    margin-bottom: 15px;
    padding-top: 5px;
}

    .dt-buttons .dt-button {
        background: #0a7dbe none repeat scroll 0 0;
        border-radius: 4px;
        color: #ffffff;
        margin-right: 3px;
        padding: 5px 15px;
    }

        .dt-buttons .dt-button:hover {
            background: #2f3d4a none repeat scroll 0 0;
        }

.dataTables_info,
.dataTables_length {
    display: inline-block;
    font-size: 13px;
    top: 10px;
    position: relative;
    padding-bottom: 10px;
}

.dataTables_length {
    padding-top: 15px;
}

    .dataTables_length select {
        background-color: transparent;
        background-image: linear-gradient(#0a7dbe, #0a7dbe), linear-gradient(#b1b8bb, #b1b8bb);
        background-position: center bottom, center calc(99%);
        background-repeat: no-repeat;
        background-size: 0 2px, 100% 1px;
        border: 0 none;
        padding-bottom: 5px;
        transition: background 0s ease-out 0s;
    }

        .dataTables_length select:focus {
            background-image: linear-gradient(#0a7dbe, #0a7dbe), linear-gradient(#b1b8bb, #b1b8bb);
            background-size: 100% 2px, 100% 1px;
            box-shadow: none;
            outline: medium none;
            transition-duration: 0.3s;
        }

.dataTables_filter {
    float: right;
    margin-top: 10px;
}

    .dataTables_filter input {
        background-color: transparent;
        background-image: linear-gradient(#0a7dbe, #0a7dbe), linear-gradient(#b1b8bb, #b1b8bb);
        background-position: center bottom, center calc(99%);
        background-repeat: no-repeat;
        background-size: 0 2px, 100% 1px;
        border: 0 none;
        border-radius: 0;
        box-shadow: none;
        float: none;
        margin-left: 10px;
        transition: background 0s ease-out 0s;
    }

        .dataTables_filter input:focus {
            background-image: linear-gradient(#0a7dbe, #0a7dbe), linear-gradient(#b1b8bb, #b1b8bb);
            background-size: 100% 2px, 100% 1px;
            box-shadow: none;
            outline: medium none;
            transition-duration: 0.3s;
        }

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
    background: transparent none repeat scroll 0 0;
}

    table.dataTable thead .sorting_asc::after {
        content: "Ã¯Æ’Å¾";
        cursor: pointer;
        font-family: fontawesome;
        margin-left: 10px;
    }

    table.dataTable thead .sorting_desc::after {
        content: "Ã¯Æ’Â";
        cursor: pointer;
        font-family: fontawesome;
        margin-left: 10px;
    }

    table.dataTable thead .sorting::after {
        color: rgba(50, 50, 50, 0.5);
        content: "Ã¯Æ’Å“";
        cursor: pointer;
        font-family: fontawesome !important;
        margin-left: 10px;
    }

.dataTables_wrapper .dataTables_paginate {
    float: right;
    padding-top: 0.25em;
    text-align: right;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        border: 1px solid #ddd;
        box-sizing: border-box;
        color: #67757c;
        cursor: pointer;
        margin-top: 10px;
        font-size: 15px;
        display: inline-block;
        min-width: 1.5em;
        padding: 0.5em 1em;
        text-align: center;
        text-decoration: none;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current,
        .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            background-color: #0a7dbe;
            border: 1px solid #0a7dbe;
            color: #ffffff !important;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
        .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
        .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
            background: transparent none repeat scroll 0 0;
            border: 1px solid #ddd;
            box-shadow: none;
            color: #67757c;
            cursor: default;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
            background-color: #0a7dbe;
            border: 1px solid #0a7dbe;
            color: white;
        }

        .dataTables_wrapper .dataTables_paginate .paginate_button:active {
            background-color: #67757c;
            outline: medium none;
        }

    .dataTables_wrapper .dataTables_paginate .ellipsis {
        padding: 0 1em;
    }

.tablesaw-bar .btn-group label {
    color: #67757c !important;
}

.dt-bootstrap {
    display: block;
}

.paging_simple_numbers .pagination .paginate_button {
    background: #ffffff none repeat scroll 0 0;
    padding: 0;
}

    .paging_simple_numbers .pagination .paginate_button:hover {
        background: #ffffff none repeat scroll 0 0;
    }

    .paging_simple_numbers .pagination .paginate_button a {
        border: 0 none;
        padding: 2px 10px;
    }

    .paging_simple_numbers .pagination .paginate_button.active a,
    .paging_simple_numbers .pagination .paginate_button:hover a {
        background: #0a7dbe none repeat scroll 0 0;
        color: #ffffff;
    }

.panel {
    border-radius: 0;
    margin: 10px 0;
}

.panel-primary {
    border-color: #4680ff;
}

    .panel-primary .panel-heading {
        background: #4680ff;
        border-color: #4680ff;
        color: #ffffff;
    }

.panel-success {
    border-color: #26dad2;
}

    .panel-success .panel-heading {
        background: #26dad2;
        border-color: #26dad2;
        color: #ffffff;
    }

.panel-info {
    border-color: #62d1f3;
}

    .panel-info .panel-heading {
        background: #62d1f3;
        border-color: #62d1f3;
        color: #ffffff;
    }

.panel-danger {
    border-color: #fc6180;
}

    .panel-danger .panel-heading {
        background: #fc6180;
        border-color: #fc6180;
        color: #ffffff;
    }

.panel-warning {
    border-color: #ffb64d;
}

    .panel-warning .panel-heading {
        background: #ffb64d;
        border-color: #ffb64d;
        color: #ffffff;
    }

.panel-pink {
    border-color: #e6a1f2;
}

    .panel-pink .panel-heading {
        background: #e6a1f2;
        border-color: #e6a1f2;
        color: #ffffff;
    }

.panel-dark {
    border-color: #444c67;
}

    .panel-dark .panel-heading {
        background: #444c67;
        border-color: #444c67;
        color: #ffffff;
    }

.panel-white {
    border-color: #252525;
}

    .panel-white .panel-heading {
        background: #ffffff;
        border-color: #252525;
        color: #252525;
    }


.btn {
    padding: 10px 25px 10px 25px;
    cursor: pointer;
    height: 45px;
}

.btn-group label {
    margin-bottom: 0;
}

    .btn-group label.btn-secondary {
        color: #67757c !important;
    }

.btn-lg {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.btn-md {
    padding: 12px 55px;
    font-size: 16px;
}

.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px;
}

    .btn-circle.btn-sm {
        width: 35px;
        height: 35px;
        padding: 8px 10px;
        font-size: 14px;
    }

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 14px 15px;
        font-size: 18px;
        line-height: 22px;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 14px 15px;
        font-size: 24px;
    }

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 12px;
}

.btn-xs {
    padding: 0.25rem 0.5rem;
    font-size: 10px;
}

.button-list a {
    margin: 5px 12px 5px 0;
}

.button-list button {
    margin: 5px 12px 5px 0;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btn-rounded {
    border-radius: 60px;
    padding: 7px 18px;
}

    .btn-rounded.btn-lg {
        padding: 0.75rem 1.5rem;
    }

    .btn-rounded.btn-sm {
        padding: 0.25rem 0.5rem;
        font-size: 12px;
    }

    .btn-rounded.btn-xs {
        padding: 0.25rem 0.5rem;
        font-size: 10px;
    }

    .btn-rounded.btn-md {
        padding: 12px 35px;
        font-size: 16px;
    }

.btn-secondary {
    -webkit-box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
    box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    background-color: #ffffff;
    color: #67757c;
    border-color: #b1b8bb;
}

    .btn-secondary:hover {
        -webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
        box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
    }

    .btn-secondary:active {
        -webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
        box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
    }

    .btn-secondary:focus {
        -webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
        box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
    }

    .btn-secondary.disabled {
        -webkit-box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
        box-shadow: 0 2px 2px 0 rgba(169, 169, 169, 0.14), 0 3px 1px -2px rgba(169, 169, 169, 0.2), 0 1px 5px 0 rgba(169, 169, 169, 0.12);
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        background-color: #ffffff;
        color: #67757c;
        border-color: #b1b8bb;
    }

.dropdown-menu {
    width: 100%;
}

.btn-secondary.disabled:hover {
    -webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
    box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}

.btn-secondary.disabled:active {
    -webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
    box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}

.btn-secondary.disabled:focus {
    -webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
    box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}

.btn-secondary.active {
    -webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
    box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}

.btn-secondary.disabled.active {
    -webkit-box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
    box-shadow: 0 14px 26px -12px rgba(169, 169, 169, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(169, 169, 169, 0.2);
}

.btn-primary {
    background: #0a7dbe;
    border: 1px solid #0a7dbe;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

    .btn-primary:hover {
        background: #0a7dbe;
        border: 1px solid #0a7dbe;
    }



    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show &gt; .btn-primary.dropdown-toggle {
        background-color: none !important;
        border-color: none !important;
    }

    .btn-primary.disabled {
        background: #5c4ac7;
        border: 1px solid #5c4ac7;
        -webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
        box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
    }

        .btn-primary.disabled:hover {
            background: #5c4ac7;
            -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
            box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
            border: 1px solid #5c4ac7;
        }

        .btn-primary.disabled:active {
            background: #6352ce;
            -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
            box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
        }

        .btn-primary.disabled:focus {
            background: #6352ce;
            -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
            box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
        }

    .btn-primary.active {
        background: #6352ce;
        -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
        box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
    }

        .btn-primary.active:focus {
            background-color: #6352ce;
            border: 1px solid #6352ce;
        }

        .btn-primary.active:hover {
            background-color: #6352ce;
            border: 1px solid #6352ce;
        }

    .btn-primary.disabled.active {
        background: #6352ce;
        -webkit-box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
        box-shadow: 0 14px 26px -12px rgba(116, 96, 238, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(116, 96, 238, 0.2);
    }

.btn-themecolor {
    background: #0a7dbe;
    color: #ffffff;
    border: 1px solid #0a7dbe;
}

    .btn-themecolor:hover {
        background: #0a7dbe;
        opacity: 0.7;
        border: 1px solid #0a7dbe;
    }

    .btn-themecolor:active {
        background: #028ee1;
    }

    .btn-themecolor:focus {
        background: #028ee1;
    }

    .btn-themecolor.disabled {
        background: #0a7dbe;
        color: #ffffff;
        border: 1px solid #0a7dbe;
    }

        .btn-themecolor.disabled:hover {
            background: #0a7dbe;
            opacity: 0.7;
            border: 1px solid #0a7dbe;
        }

        .btn-themecolor.disabled:active {
            background: #028ee1;
        }

        .btn-themecolor.disabled:focus {
            background: #028ee1;
        }

    .btn-themecolor.active {
        background: #028ee1;
    }

    .btn-themecolor.disabled.active {
        background: #028ee1;
    }

.btn-success {
    background: #004785;
    border: 1px solid #004785;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

    .btn-success:hover {
        background: #004785;
        border: 1px solid #004785;
    }

    .btn-success:active {
        background: #1eacbe;
    }

        .btn-success:active:focus {
            background-color: #1eacbe;
            border: 1px solid #1eacbe;
        }

        .btn-success:active:hover {
            background-color: #1eacbe;
            border: 1px solid #1eacbe;
        }

    .btn-success:focus {
        background: #1eacbe;
        -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
        box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
        background-color: #1eacbe;
        border: 1px solid #1eacbe;
    }

    .btn-success.disabled {
        background: #26dad2;
        border: 1px solid #26dad2;
        -webkit-box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
        box-shadow: 0 2px 2px 0 rgba(40, 190, 189, 0.14), 0 3px 1px -2px rgba(40, 190, 189, 0.2), 0 1px 5px 0 rgba(40, 190, 189, 0.12);
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
    }

        .btn-success.disabled:hover {
            background: #26dad2;
            -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
            box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
            border: 1px solid #26dad2;
        }

        .btn-success.disabled:active {
            background: #1eacbe;
            -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
            box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
        }

        .btn-success.disabled:focus {
            background: #1eacbe;
            -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
            box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
        }

    .btn-success.active {
        background: #1eacbe;
        -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
        box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
    }

        .btn-success.active:focus {
            background-color: #1eacbe;
            border: 1px solid #1eacbe;
        }

        .btn-success.active:hover {
            background-color: #1eacbe;
            border: 1px solid #1eacbe;
        }

    .btn-success.disabled.active {
        background: #1eacbe;
        -webkit-box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
        box-shadow: 0 14px 26px -12px rgba(40, 190, 189, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(40, 190, 189, 0.2);
    }

.btn-info {
    background: #0a7dbe;
    border: 1px solid #0a7dbe;
    -webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

    .btn-info:hover {
        background: #0a7dbe;
        border: 1px solid #0a7dbe;
        -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
        box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
    }

    .btn-info:active {
        background: #028ee1;
        -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
        box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
    }

        .btn-info:active:focus {
            background-color: #028ee1;
            border: 1px solid #028ee1;
        }

        .btn-info:active:hover {
            background-color: #028ee1;
            border: 1px solid #028ee1;
        }

    .btn-info:focus {
        background: #028ee1;
        -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
        box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
        background-color: #028ee1;
        border: 1px solid #028ee1;
    }

    .btn-info.disabled {
        background: #0a7dbe;
        border: 1px solid #0a7dbe;
        -webkit-box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
        box-shadow: 0 2px 2px 0 rgba(66, 165, 245, 0.14), 0 3px 1px -2px rgba(66, 165, 245, 0.2), 0 1px 5px 0 rgba(66, 165, 245, 0.12);
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
    }

        .btn-info.disabled:hover {
            background: #0a7dbe;
            border: 1px solid #0a7dbe;
            -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
            box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
        }

        .btn-info.disabled:active {
            background: #028ee1;
            -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
            box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
        }

        .btn-info.disabled:focus {
            background: #028ee1;
            -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
            box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
        }

    .btn-info.active {
        background: #028ee1;
        -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
        box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
    }

        .btn-info.active:focus {
            background-color: #028ee1;
            border: 1px solid #028ee1;
        }

        .btn-info.active:hover {
            background-color: #028ee1;
            border: 1px solid #028ee1;
        }

    .btn-info.disabled.active {
        background: #028ee1;
        -webkit-box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
        box-shadow: 0 14px 26px -12px rgba(23, 105, 255, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(23, 105, 255, 0.2);
    }

.btn-warning {
    background: #1b83aa;
    border: 0px solid #078ccf;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    color: #ffffff;
}

    .btn-warning:hover {
        background: #1b83aa;
        color: #ffffff;
        border: 0px solid #1b83aa;
    }

    .btn-warning:active {
        background: #e9ab2e;
        color: #ffffff;
    }

        .btn-warning:active:focus {
            background-color: #e9ab2e;
            border: 1px solid #e9ab2e;
        }

        .btn-warning:active:hover {
            background-color: #e9ab2e;
            border: 1px solid #e9ab2e;
        }

    .btn-warning:focus {
        background: #e9ab2e;
        color: #ffffff;
        -webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
        box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
        background-color: #e9ab2e;
        border: 1px solid #e9ab2e;
    }

    .btn-warning.disabled {
        background: #078ccf;
        -webkit-box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
        box-shadow: 0 2px 2px 0 rgba(248, 194, 0, 0.14), 0 3px 1px -2px rgba(248, 194, 0, 0.2), 0 1px 5px 0 rgba(248, 194, 0, 0.12);
        border: 1px solid #078ccf;
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
        color: #ffffff;
    }

        .btn-warning.disabled:hover {
            background: #078ccf;
            color: #ffffff;
            -webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
            box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
            border: 1px solid #078ccf;
        }

        .btn-warning.disabled:active {
            background: #e9ab2e;
            color: #ffffff;
            -webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
            box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
        }

        .btn-warning.disabled:focus {
            background: #e9ab2e;
            color: #ffffff;
            -webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
            box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
        }

    .btn-warning.active {
        background: #e9ab2e;
        color: #ffffff;
        -webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
        box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
    }

        .btn-warning.active:focus {
            background-color: #e9ab2e;
            border: 1px solid #e9ab2e;
        }

        .btn-warning.active:hover {
            background-color: #e9ab2e;
            border: 1px solid #e9ab2e;
        }

    .btn-warning.disabled.active {
        background: #e9ab2e;
        color: #ffffff;
        -webkit-box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
        box-shadow: 0 14px 26px -12px rgba(248, 194, 0, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(248, 194, 0, 0.2);
    }

.btn-danger {
    background: #ef5350;
    border: 1px solid #ef5350;
    -webkit-box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
    box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

    .btn-danger:hover {
        background: #ef5350;
        -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
        box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
        border: 1px solid #ef5350;
    }

    .btn-danger:active {
        background: #e6294b;
        -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
        box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
    }

        .btn-danger:active:focus {
            background-color: #e6294b;
            border: 1px solid #e6294b;
        }

        .btn-danger:active:hover {
            background-color: #e6294b;
            border: 1px solid #e6294b;
        }

    .btn-danger:focus {
        background: #e6294b;
        -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
        box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
        background-color: #e6294b;
        border: 1px solid #e6294b;
    }

    .btn-danger.disabled {
        background: #ef5350;
        border: 1px solid #ef5350;
        -webkit-box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
        box-shadow: 0 2px 2px 0 rgba(239, 83, 80, 0.14), 0 3px 1px -2px rgba(239, 83, 80, 0.2), 0 1px 5px 0 rgba(239, 83, 80, 0.12);
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
    }

        .btn-danger.disabled:hover {
            background: #ef5350;
            -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
            box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
            border: 1px solid #ef5350;
        }

        .btn-danger.disabled:active {
            background: #e6294b;
            -webkit-box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
            box-shadow: 0 14px 26px -12px rgba(239, 83, 80, 0.42), 0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(239, 83, 80, 0.2);
        }
</pre></body></html>