@charset "UTF-8";
.checkbox label,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
.radio label {
    vertical-align: middle
}

.fc-icon,
.fc-unselectable {
    -khtml-user-select: none;
    -webkit-touch-callout: none
}

.fa,
.zmdi {
    text-rendering: auto
}

.fa,
.lg-icon,
.zmdi {
    -moz-osx-font-smoothing: grayscale
}

.morris-hover {
    position: absolute;
    z-index: 1000
}

.morris-hover.morris-default-style {
    padding: 6px;
    text-align: center
}

.morris-hover.morris-default-style .morris-hover-row-label {
    margin: .25em 0
}

.morris-hover.morris-default-style .morris-hover-point {
    white-space: nowrap;
    margin: .1em 0
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

table.dataTable tfoot th,
table.dataTable thead th {
    font-weight: 700
}

table.dataTable thead td,
table.dataTable thead th {
    padding: 10px 18px;
    border-bottom: 1px solid #111
}

table.dataTable thead td:active,
table.dataTable thead th:active {
    outline: 0
}

table.dataTable tfoot td,
table.dataTable tfoot th {
    padding: 10px 18px 6px;
    border-top: 1px solid #111
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    cursor: pointer
}

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-repeat: no-repeat;
    background-position: center right
}

table.dataTable thead .sorting {
    background-image: url(../images/sort_both.png)
}

table.dataTable thead .sorting_asc {
    background-image: url(../images/sort_asc.png)
}

table.dataTable thead .sorting_desc {
    background-image: url(../images/sort_desc.png)
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url(../images/sort_asc_disabled.png)
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url(../images/sort_desc_disabled.png)
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9
}

table.dataTable tbody td,
table.dataTable tbody th {
    padding: 8px 10px
}

table.dataTable.display tbody td,
table.dataTable.display tbody th,
table.dataTable.row-border tbody td,
table.dataTable.row-border tbody th {
    border-top: 1px solid #ddd
}

table.dataTable.display tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.row-border tbody tr:first-child th {
    border-top: none
}

table.dataTable.cell-border tbody td,
table.dataTable.cell-border tbody th {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr td:first-child,
table.dataTable.cell-border tbody tr th:first-child {
    border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child td,
table.dataTable.cell-border tbody tr:first-child th {
    border-top: none
}

table.dataTable.display tbody tr.odd.selected,
table.dataTable.stripe tbody tr.odd.selected {
    background-color: #acbad4
}

table.dataTable.display tbody tr:hover.selected,
table.dataTable.hover tbody tr:hover.selected {
    background-color: #aab7d1
}

table.dataTable.display tbody tr.selected>.sorting_1,
table.dataTable.display tbody tr.selected>.sorting_2,
table.dataTable.display tbody tr.selected>.sorting_3,
table.dataTable.order-column tbody tr.selected>.sorting_1,
table.dataTable.order-column tbody tr.selected>.sorting_2,
table.dataTable.order-column tbody tr.selected>.sorting_3 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.odd>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
    background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
    background-color: #f5f5f5
}

table.dataTable.display tbody tr.odd.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
    background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
    background-color: #a9b7d1
}

table.dataTable.display tbody tr.even>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #fcfcfc
}

table.dataTable.display tbody tr.even>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
    background-color: #fefefe
}

table.dataTable.display tbody tr.even.selected>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.even.selected>.sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
    background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected>.sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
    background-color: #afbdd8
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background-color: #eaeaea
}

table.dataTable.display tbody tr:hover>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
    background-color: #ececec
}

table.dataTable.display tbody tr:hover>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
    background-color: #efefef
}

table.dataTable.display tbody tr:hover.selected>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
    background-color: #a2aec7
}

table.dataTable.display tbody tr:hover.selected>.sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
    background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected>.sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
    background-color: #a5b2cb
}

table.dataTable.no-footer {
    border-bottom: 1px solid #111
}

table.dataTable.nowrap td,
table.dataTable.nowrap th {
    white-space: nowrap
}

table.dataTable.compact thead td,
table.dataTable.compact thead th {
    padding: 4px 17px 4px 4px
}

table.dataTable.compact tbody td,
table.dataTable.compact tbody th,
table.dataTable.compact tfoot td,
table.dataTable.compact tfoot th {
    padding: 4px
}

table.dataTable td.dt-left,
table.dataTable th.dt-left {
    text-align: left
}

table.dataTable td.dataTables_empty,
table.dataTable td.dt-center,
table.dataTable th.dt-center {
    text-align: center
}

table.dataTable td.dt-right,
table.dataTable th.dt-right {
    text-align: right
}

table.dataTable td.dt-justify,
table.dataTable th.dt-justify {
    text-align: justify
}

table.dataTable td.dt-nowrap,
table.dataTable th.dt-nowrap {
    white-space: nowrap
}

table.dataTable tfoot td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable thead th.dt-head-left {
    text-align: left
}

table.dataTable tfoot td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable thead th.dt-head-center {
    text-align: center
}

table.dataTable tfoot td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable thead th.dt-head-right {
    text-align: right
}

table.dataTable tfoot td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable thead th.dt-head-justify {
    text-align: justify
}

table.dataTable tfoot td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable thead th.dt-head-nowrap {
    white-space: nowrap
}

table.dataTable tbody td.dt-body-left,
table.dataTable tbody th.dt-body-left {
    text-align: left
}

table.dataTable tbody td.dt-body-center,
table.dataTable tbody th.dt-body-center {
    text-align: center
}

table.dataTable tbody td.dt-body-right,
table.dataTable tbody th.dt-body-right {
    text-align: right
}

table.dataTable tbody td.dt-body-justify,
table.dataTable tbody th.dt-body-justify {
    text-align: justify
}

table.dataTable tbody td.dt-body-nowrap,
table.dataTable tbody th.dt-body-nowrap {
    white-space: nowrap
}

table.dataTable,
table.dataTable td,
table.dataTable th {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    zoom: 1
}

.dataTables_wrapper .dataTables_length {
    float: left
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: .5em
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: .755em
}

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

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none!important;
    cursor: pointer;
    color: #333!important;
    border: 1px solid transparent;
    border-radius: 2px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    border: 1px solid #979797;
    background-color: #fff
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
    cursor: default;
    color: #666!important;
    border: 1px solid transparent;
    background: 0 0;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: 1px solid #111;
    background-color: #585858
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: 0;
    background-color: #2b2b2b
}

.checkbox input[type=checkbox]:focus+label::before,
.checkbox input[type=radio]:focus+label::before,
.radio input[type=radio]:focus+label::before {
    outline-offset: -2px
}

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

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, .9)), color-stop(75%, rgba(255, 255, 255, .9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_scroll {
    clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0!important;
    padding: 0!important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollBody table,
.dataTables_wrapper.no-footer div.dataTables_scrollHead table {
    border-bottom: none
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

@media screen and (max-width:767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }
    .dataTables_wrapper .dataTables_paginate {
        margin-top: .5em
    }
}

@media screen and (max-width:640px) {
    .dataTables_wrapper .dataTables_filter,
    .dataTables_wrapper .dataTables_length {
        float: none;
        text-align: center
    }
    .dataTables_wrapper .dataTables_filter {
        margin-top: .5em
    }
}

.jq-toast-wrap,
.jq-toast-wrap * {
    margin: 0;
    padding: 0
}

.jq-toast-wrap {
    display: block;
    position: fixed;
    pointer-events: none!important;
    letter-spacing: normal;
    z-index: 9000!important
}

.jq-toast-wrap.bottom-left {
    bottom: 20px;
    left: 20px
}

.jq-toast-wrap.bottom-right {
    bottom: 20px;
    right: 40px
}

.jq-toast-wrap.top-left {
    top: 20px;
    left: 20px
}

.jq-toast-wrap.top-right {
    top: 20px;
    right: 40px
}

.jq-toast-single {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0 0 5px;
    border-radius: 4px;
    font-size: 12px;
    font-family: arial, sans-serif;
    line-height: 17px;
    position: relative;
    pointer-events: all!important;
    background-color: #444;
    color: #fff
}

.jq-toast-single h2 {
    font-family: arial, sans-serif;
    font-size: 14px;
    margin: 0 0 7px;
    background: 0 0;
    color: inherit;
    line-height: inherit;
    letter-spacing: normal
}

.jq-toast-single a {
    color: #eee;
    text-decoration: none;
    font-weight: 700;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    font-size: 12px
}

.jq-toast-single ul {
    margin: 0 0 0 15px;
    background: 0 0;
    padding: 0
}

.jq-toast-single ul li {
    list-style-type: disc!important;
    line-height: 17px;
    background: 0 0;
    margin: 0;
    padding: 0;
    letter-spacing: normal
}

.fa-ul,
.zmdi-hc-ul {
    list-style-type: none
}

.close-jq-toast-single {
    position: absolute;
    top: 3px;
    right: 7px;
    font-size: 14px;
    cursor: pointer
}

.jq-toast-loader {
    display: block;
    position: absolute;
    top: -2px;
    height: 5px;
    width: 0;
    left: 0;
    border-radius: 5px;
    background: red
}

.jq-toast-loaded {
    width: 100%
}

.jq-has-icon {
    padding: 10px 10px 10px 50px;
    background-repeat: no-repeat;
    background-position: 10px
}

.jq-icon-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=);
    background-color: #31708f;
    color: #d9edf7;
    border-color: #bce8f1
}

.jq-icon-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=);
    background-color: #8a6d3b;
    color: #fcf8e3;
    border-color: #faebcc
}

.jq-icon-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=);
    background-color: #a94442;
    color: #f2dede;
    border-color: #ebccd1
}

.jq-icon-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==);
    color: #dff0d8;
    background-color: #3c763d;
    border-color: #d6e9c6
}

.checkbox {
    padding-left: 20px
}

.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px
}

.checkbox label::after,
.checkbox label::before {
    display: inline-block;
    position: absolute;
    margin-left: -20px;
    left: 0
}

.checkbox label::before {
    content: "";
    width: 17px;
    height: 17px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.checkbox label::after {
    width: 16px;
    height: 16px;
    top: 0;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555
}

.checkbox-danger input[type=checkbox]:checked+label::after,
.checkbox-danger input[type=radio]:checked+label::after,
.checkbox-info input[type=checkbox]:checked+label::after,
.checkbox-info input[type=radio]:checked+label::after,
.checkbox-primary input[type=checkbox]:checked+label::after,
.checkbox-primary input[type=radio]:checked+label::after,
.checkbox-success input[type=checkbox]:checked+label::after,
.checkbox-success input[type=radio]:checked+label::after,
.checkbox-warning input[type=checkbox]:checked+label::after,
.checkbox-warning input[type=radio]:checked+label::after,
input[type=checkbox] .styled:checked+label::after,
input[type=checkbox] .styled:checked+label::before,
input[type=radio] .styled:checked+label::after,
input[type=radio] .styled:checked+label::before {
    color: #fff
}

.checkbox input[type=checkbox],
.checkbox input[type=radio] {
    opacity: 0;
    z-index: 1
}

.checkbox input[type=checkbox]:checked+label::after,
.checkbox input[type=radio]:checked+label::after {
    font-family: FontAwesome;
    content: "\f00c"
}

.checkbox input[type=checkbox]:indeterminate+label::after,
.checkbox input[type=radio]:indeterminate+label::after {
    display: block;
    content: "";
    width: 10px;
    height: 3px;
    background-color: #555;
    border-radius: 2px;
    margin-left: -16.5px;
    margin-top: 7px
}

.checkbox.checkbox-inline,
.radio.radio-inline {
    margin-top: 0
}

.checkbox input[type=checkbox]:disabled+label,
.checkbox input[type=radio]:disabled+label {
    opacity: .65
}

.checkbox input[type=checkbox]:disabled+label::before,
.checkbox input[type=radio]:disabled+label::before {
    background-color: #eee;
    cursor: not-allowed
}

.checkbox-danger input[type=checkbox]:indeterminate+label::after,
.checkbox-danger input[type=radio]:indeterminate+label::after,
.checkbox-info input[type=checkbox]:indeterminate+label::after,
.checkbox-info input[type=radio]:indeterminate+label::after,
.checkbox-primary input[type=checkbox]:indeterminate+label::after,
.checkbox-primary input[type=radio]:indeterminate+label::after,
.checkbox-success input[type=checkbox]:indeterminate+label::after,
.checkbox-success input[type=radio]:indeterminate+label::after,
.checkbox-warning input[type=checkbox]:indeterminate+label::after,
.checkbox-warning input[type=radio]:indeterminate+label::after,
.radio label::before {
    background-color: #fff
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%
}

.radio {
    padding-left: 20px
}

.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    -webkit-transition: border .15s ease-in-out;
    -o-transition: border .15s ease-in-out;
    transition: border .15s ease-in-out
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -moz-transition: -moz-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -o-transition: -o-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33)
}

.radio input[type=radio] {
    opacity: 0;
    z-index: 1
}

.radio input[type=radio]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio input[type=radio]:disabled+label {
    opacity: .65
}

.radio input[type=radio]:disabled+label::before {
    cursor: not-allowed
}

input[type=checkbox].styled:checked+label:after,
input[type=radio].styled:checked+label:after {
    font-family: FontAwesome;
    content: "\f00c"
}


/*!
 * Bootstrap Colorpicker v2.3.3
 * http://mjolnic.github.io/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */

.colorpicker-saturation {
    width: 100px;
    height: 100px;
    background-image: url(../img/bootstrap-colorpicker/saturation.png);
    cursor: crosshair;
    float: left
}

.colorpicker-saturation i {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    left: 0;
    margin: -4px 0 0 -4px
}

.colorpicker-saturation i b {
    display: block;
    height: 5px;
    width: 5px;
    border: 1px solid #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.colorpicker-alpha,
.colorpicker-hue {
    width: 15px;
    height: 100px;
    float: left;
    cursor: row-resize;
    margin-left: 4px;
    margin-bottom: 4px
}

.colorpicker-alpha i,
.colorpicker-hue i {
    display: block;
    height: 1px;
    background: #000;
    border-top: 1px solid #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: -1px
}

.colorpicker-hue {
    background-image: url(../img/bootstrap-colorpicker/hue.png)
}

.colorpicker-alpha,
.colorpicker-color {
    background-image: url(../img/bootstrap-colorpicker/alpha.png)
}

.colorpicker-alpha {
    display: none
}

.colorpicker:after,
.colorpicker:before {
    display: inline-block;
    content: '';
    position: absolute
}

.colorpicker-alpha,
.colorpicker-hue,
.colorpicker-saturation {
    background-size: contain
}

.colorpicker {
    padding: 4px;
    min-width: 130px;
    margin-top: 1px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.colorpicker:after,
.colorpicker:before {
    line-height: 0
}

.colorpicker:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    top: -7px;
    left: 6px
}

.colorpicker:after {
    clear: both;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 7px
}

.colorpicker div {
    position: relative
}

.colorpicker.colorpicker-with-alpha {
    min-width: 140px
}

.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
    display: block
}

.colorpicker-color {
    height: 10px;
    margin-top: 5px;
    clear: both;
    background-position: 0 100%
}

.colorpicker-color div {
    height: 10px
}

.colorpicker-selectors {
    display: none;
    height: 10px;
    margin-top: 5px;
    clear: both
}

.colorpicker-selectors i {
    cursor: pointer;
    float: left;
    height: 10px;
    width: 10px
}

.colorpicker-selectors i+i {
    margin-left: 3px
}

.colorpicker-element .add-on i,
.colorpicker-element .input-group-addon i {
    display: inline-block;
    cursor: pointer;
    height: 16px;
    vertical-align: text-top;
    width: 16px
}

.colorpicker.colorpicker-inline {
    position: relative;
    display: inline-block;
    float: none;
    z-index: auto
}

.colorpicker.colorpicker-horizontal {
    width: 110px;
    min-width: 110px;
    height: auto
}

.colorpicker.colorpicker-horizontal .colorpicker-saturation {
    margin-bottom: 4px
}

.colorpicker.colorpicker-horizontal .colorpicker-color {
    width: 100px
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha,
.colorpicker.colorpicker-horizontal .colorpicker-hue {
    width: 100px;
    height: 15px;
    float: left;
    cursor: col-resize;
    margin-left: 0;
    margin-bottom: 4px
}

.daterangepicker.single .calendar,
.daterangepicker.single .ranges,
.ranges {
    float: none
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha i,
.colorpicker.colorpicker-horizontal .colorpicker-hue i {
    display: block;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    border: none;
    margin-top: 0
}

.colorpicker.colorpicker-horizontal .colorpicker-hue {
    background-image: url(../img/bootstrap-colorpicker/hue-horizontal.png)
}

.colorpicker.colorpicker-horizontal .colorpicker-alpha {
    background-image: url(../img/bootstrap-colorpicker/alpha-horizontal.png)
}

.colorpicker.colorpicker-hidden {
    display: none
}

.colorpicker.colorpicker-visible {
    display: block
}

.colorpicker-inline.colorpicker-visible {
    display: inline-block
}

.colorpicker-right:before {
    left: auto;
    right: 6px
}

.colorpicker-right:after {
    left: auto;
    right: 7px
}

.colorpicker-no-arrow:after,
.colorpicker-no-arrow:before {
    border-right: 0;
    border-left: 0
}


/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */

.bootstrap-datetimepicker-widget {
    list-style: none
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em
}

@media (min-width:768px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:992px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

@media (min-width:1200px) {
    .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
        width: 38em
    }
}

.bootstrap-datetimepicker-widget.dropdown-menu:after,
.bootstrap-datetimepicker-widget.dropdown-menu:before {
    content: '';
    display: inline-block;
    position: absolute
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    top: -7px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    top: -6px;
    left: 8px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, .2);
    bottom: -7px;
    left: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    bottom: -6px;
    left: 7px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
    left: auto;
    right: 6px
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
    left: auto;
    right: 7px
}

.bootstrap-datetimepicker-widget .list-unstyled {
    margin: 0
}

.bootstrap-datetimepicker-widget a[data-action] {
    padding: 6px 0
}

.bootstrap-datetimepicker-widget a[data-action]:active {
    box-shadow: none
}

.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
    width: 54px;
    font-weight: 700;
    font-size: 1.2em;
    margin: 0
}

.bootstrap-datetimepicker-widget button[data-action] {
    padding: 6px
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=incrementMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Increment Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=decrementMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Decrement Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=showHours]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Hours"
}

.bootstrap-datetimepicker-widget .btn[data-action=showMinutes]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Show Minutes"
}

.bootstrap-datetimepicker-widget .btn[data-action=togglePeriod]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle AM/PM"
}

.bootstrap-datetimepicker-widget .btn[data-action=clear]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Clear the picker"
}

.bootstrap-datetimepicker-widget .btn[data-action=today]::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Set the date to today"
}

.bootstrap-datetimepicker-widget .picker-switch {
    text-align: center
}

.bootstrap-datetimepicker-widget .picker-switch::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Toggle Date and Time Screens"
}

.bootstrap-datetimepicker-widget .picker-switch td {
    padding: 0;
    margin: 0;
    height: auto;
    width: auto;
    line-height: inherit
}

.bootstrap-datetimepicker-widget .picker-switch td span {
    line-height: 2.5;
    height: 2.5em;
    width: 100%
}

.bootstrap-datetimepicker-widget table {
    width: 100%;
    margin: 0
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
    text-align: center;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table th {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table th.picker-switch {
    width: 145px
}

.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table th.prev::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Previous Month"
}

.bootstrap-datetimepicker-widget table th.next::after {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
    content: "Next Month"
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
    cursor: pointer
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td {
    height: 54px;
    line-height: 54px;
    width: 54px
}

.bootstrap-datetimepicker-widget table td.cw {
    font-size: .8em;
    height: 20px;
    line-height: 20px;
    color: #777
}

.bootstrap-datetimepicker-widget table td.day {
    height: 20px;
    line-height: 20px;
    width: 20px
}

.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
    background: #eee;
    cursor: pointer
}

.bootstrap-datetimepicker-widget table td.new,
.bootstrap-datetimepicker-widget table td.old {
    color: #777
}

.bootstrap-datetimepicker-widget table td.today {
    position: relative
}

.bootstrap-datetimepicker-widget table td.today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #337ab7;
    border-top-color: rgba(0, 0, 0, .2);
    position: absolute;
    bottom: 4px;
    right: 4px
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td.active.today:before {
    border-bottom-color: #fff
}

.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget table td span {
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 54px;
    margin: 2px 1.5px;
    cursor: pointer;
    border-radius: 4px
}

.bootstrap-datetimepicker-widget table td span:hover {
    background: #eee
}

.bootstrap-datetimepicker-widget table td span.active {
    background-color: #337ab7;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25)
}

.bootstrap-datetimepicker-widget table td span.old {
    color: #777
}

.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
    background: 0 0;
    color: #777;
    cursor: not-allowed
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
    height: 27px;
    line-height: 27px
}

.bootstrap-datetimepicker-widget.wider {
    width: 21em
}

.bootstrap-datetimepicker-widget .datepicker-decades .decade {
    line-height: 1.8em!important
}

.input-group.date .input-group-addon {
    cursor: pointer
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background: #fff;
    border-radius: 4px;
    width: 278px;
    padding: 4px;
    margin-top: 1px;
    top: 100px;
    left: 20px
}

.daterangepicker:after,
.daterangepicker:before {
    position: absolute;
    display: inline-block;
    content: ''
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent
}

.daterangepicker.opensleft:before {
    right: 9px
}

.daterangepicker.opensleft:after {
    right: 10px
}

.daterangepicker.openscenter:after,
.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.opensright:before {
    left: 9px
}

.daterangepicker.opensright:after {
    left: 10px
}

.daterangepicker.dropup {
    margin-top: -5px
}

.daterangepicker.dropup:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc
}

.daterangepicker.dropup:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff
}

.fc-bg,
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
    bottom: 0
}

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001
}

.daterangepicker.show-calendar .calendar {
    display: block
}

.daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px
}

.daterangepicker .calendar.single .calendar-table {
    border: none
}

.daterangepicker .calendar td,
.daterangepicker .calendar th {
    white-space: nowrap;
    text-align: center;
    min-width: 32px
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff
}

.daterangepicker table {
    width: 100%;
    margin: 0
}

.daterangepicker td,
.daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc
}

.daterangepicker td.off,
.daterangepicker td.off.end-date,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date {
    background-color: #fff;
    border-color: transparent;
    color: #999
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #357ebd;
    border-color: transparent;
    color: #fff
}

.daterangepicker th.month {
    width: auto
}

.daterangepicker option.disabled,
.daterangepicker td.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through
}

.fc-event,
.fc-event:hover,
.fc-state-hover,
.ui-widget .fc-event,
a.fc-more {
    text-decoration: none
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
    width: 50px;
    margin-bottom: 0
}

.daterangepicker .input-mini {
    border: 1px solid #ccc;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px;
    padding: 0 6px 0 28px;
    width: 100%
}

.daterangepicker .input-mini.active {
    border: 1px solid #08c
}

.daterangepicker .daterangepicker_input {
    position: relative
}

.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 8px
}

.daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px
}

.daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.ranges {
    font-size: 11px;
    margin: 4px;
    text-align: left
}

.ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer
}

.ranges li.active,
.ranges li:hover {
    background: #08c;
    border: 1px solid #08c;
    color: #fff
}

@media (min-width:564px) {
    .daterangepicker.ltr .calendar.right .calendar-table,
    .daterangepicker.rtl .calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }
    .daterangepicker.ltr .calendar.left .calendar-table,
    .daterangepicker.rtl .calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
    .daterangepicker {
        width: auto
    }
    .daterangepicker .ranges ul {
        width: 160px
    }
    .daterangepicker.single .ranges ul {
        width: 100%
    }
    .daterangepicker.single .calendar.left {
        clear: none
    }
    .daterangepicker.single.ltr .calendar,
    .daterangepicker.single.ltr .ranges {
        float: left
    }
    .daterangepicker.single.rtl .calendar,
    .daterangepicker.single.rtl .ranges {
        float: right
    }
    .daterangepicker.ltr {
        direction: ltr;
        text-align: left
    }
    .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0
    }
    .daterangepicker.ltr .calendar.right {
        margin-left: 0
    }
    .daterangepicker.ltr .calendar.left .calendar-table,
    .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px
    }
    .daterangepicker.ltr .calendar,
    .daterangepicker.ltr .ranges {
        float: left
    }
    .daterangepicker.rtl {
        direction: rtl;
        text-align: right
    }
    .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0
    }
    .daterangepicker.rtl .calendar.right {
        margin-right: 0
    }
    .daterangepicker.rtl .calendar.left .calendar-table,
    .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px
    }
    .daterangepicker.rtl .calendar,
    .daterangepicker.rtl .ranges {
        text-align: right;
        float: right
    }
}

@media (min-width:730px) {
    .daterangepicker .ranges {
        width: auto
    }
    .daterangepicker.ltr .ranges {
        float: left
    }
    .daterangepicker.rtl .ranges {
        float: right
    }
    .daterangepicker .calendar.left {
        clear: none!important
    }
}

.clearfix,
.fc-clear,
.group:after,
.ibox {
    clear: both
}

.switchery {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box
}

.bootstrap-switch,
.fc-icon {
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

.switchery>small {
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
    height: 30px;
    position: absolute;
    top: 0;
    width: 30px
}

.switchery-small {
    border-radius: 20px;
    height: 20px;
    width: 33px
}

.switchery-small>small {
    height: 20px;
    width: 20px
}

.switchery-large {
    border-radius: 40px;
    height: 40px;
    width: 66px
}

.switchery-large>small {
    height: 40px;
    width: 40px
}

.bootstrap-switch {
    display: inline-block;
    direction: ltr;
    cursor: pointer;
    border: 1px solid #ccc;
    position: relative;
    text-align: left;
    line-height: 8px;
    z-index: 0;
    user-select: none;
    vertical-align: middle;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.bootstrap-switch .bootstrap-switch-container {
    display: inline-block;
    top: 0;
    border-radius: 4px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on,
.bootstrap-switch .bootstrap-switch-label {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block!important;
    height: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 20px
}

.fc-button-group,
.fc-icon {
    display: inline-block
}

.bootstrap-switch .bootstrap-switch-handle-off,
.bootstrap-switch .bootstrap-switch-handle-on {
    text-align: center;
    z-index: 1
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    color: #fff
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info {
    color: #fff;
    background: #5bc0de
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    color: #fff;
    background: #5cb85c
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning {
    background: #f0ad4e;
    color: #fff
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger {
    color: #fff;
    background: #d9534f
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default {
    color: #000;
    background: #eee
}

.bootstrap-switch .bootstrap-switch-label {
    text-align: center;
    margin-top: -1px;
    margin-bottom: -1px;
    z-index: 100;
    color: #333;
    background: #fff
}

.bootstrap-switch .bootstrap-switch-handle-on {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.bootstrap-switch .bootstrap-switch-handle-off {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.bootstrap-switch input[type=radio],
.bootstrap-switch input[type=checkbox] {
    position: absolute!important;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: -1
}

.bootstrap-switch input[type=radio].form-control,
.bootstrap-switch input[type=checkbox].form-control {
    height: auto
}

.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-large .bootstrap-switch-label {
    padding: 6px 16px;
    font-size: 18px;
    line-height: 1.33
}

.fc-icon,
body .fc {
    font-size: 1em
}

.bootstrap-switch.bootstrap-switch-disabled,
.bootstrap-switch.bootstrap-switch-indeterminate,
.bootstrap-switch.bootstrap-switch-readonly {
    cursor: default!important
}

.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-disabled .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-indeterminate .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-readonly .bootstrap-switch-label {
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: default!important
}

.fc-bgevent,
.fc-highlight {
    opacity: .3;
    filter: alpha(opacity=30)
}

.bootstrap-switch.bootstrap-switch-animate .bootstrap-switch-container {
    -webkit-transition: margin-left .5s;
    transition: margin-left .5s
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-on {
    border-radius: 0 3px 3px 0
}

.bootstrap-switch.bootstrap-switch-inverse .bootstrap-switch-handle-off {
    border-radius: 3px 0 0 3px
}

.bootstrap-switch.bootstrap-switch-focused {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-off .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-on .bootstrap-switch-label {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.bootstrap-switch.bootstrap-switch-inverse.bootstrap-switch-on .bootstrap-switch-label,
.bootstrap-switch.bootstrap-switch-off .bootstrap-switch-label {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}


/*!
 * FullCalendar v2.9.0 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2016 Adam Shaw
 */

.fc {
    direction: ltr;
    text-align: left
}

.fc-rtl {
    text-align: right
}

.fc th,
.fc-basic-view .fc-week-number,
.fc-icon,
.fc-toolbar {
    text-align: center
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #ddd
}

.fc-unthemed .fc-popover {
    background-color: #fff
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header {
    background: #eee
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #666
}

.fc-highlight {
    background: #bce8f1
}

.fc-bgevent {
    background: #8fdf82
}

.fc-nonbusiness {
    background: #d7d7d7
}

.fc-icon {
    height: 1em;
    line-height: 1em;
    font-family: "Courier New", Courier, monospace;
    user-select: none
}

.fc-icon:after {
    position: relative
}

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: 700;
    font-size: 200%;
    top: -7%
}

.fc-icon-left-double-arrow:after {
    content: "\000AB";
    font-size: 160%;
    top: -7%
}

.fc-icon-right-double-arrow:after {
    content: "\000BB";
    font-size: 160%;
    top: -7%
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%
}

.fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%
}

.fc button {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0 .6em;
    white-space: nowrap;
    cursor: pointer
}

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0
}

.fc-state-default {
    border: 1px solid;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    color: #333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-default.fc-corner-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.fc-state-default.fc-corner-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle
}

.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
    color: #333;
    background-color: #e6e6e6
}

.fc-state-hover {
    color: #333;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear
}

.fc-state-active,
.fc-state-down {
    background-color: #ccc;
    background-image: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05)
}

.fc-state-disabled {
    cursor: default;
    background-image: none;
    opacity: .65;
    filter: alpha(opacity=65);
    box-shadow: none
}

.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close {
    cursor: pointer
}

.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px
}

.fc .fc-button-group>:first-child {
    margin-left: 0
}

.fc-popover {
    position: absolute;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

.fc-popover .fc-header {
    padding: 2px 4px
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px
}

.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
    float: left
}

.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
    float: right
}

.fc-unthemed .fc-popover {
    border-width: 1px;
    border-style: solid
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    font-size: .9em;
    margin-top: 2px
}

.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc table {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 1em
}

.fc td,
.fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top
}

.fc td.fc-today {
    border-style: double
}

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-row {
    position: relative
}

.fc-row .fc-bg {
    z-index: 1
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
    border-color: transparent
}

.fc-row .fc-bgevent-skeleton {
    z-index: 2
}

.fc-row .fc-highlight-skeleton {
    z-index: 3
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px
}

.fc-row .fc-helper-skeleton {
    z-index: 5
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    background: 0 0;
    border-color: transparent;
    border-bottom: 0
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.fc-scroller {
    -webkit-overflow-scrolling: touch
}

.fc-row.fc-rigid,
.fc-time-grid-event {
    overflow: hidden
}

.fc-scroller>.fc-day-grid,
.fc-scroller>.fc-time-grid {
    position: relative;
    width: 100%
}

.fc-event {
    position: relative;
    display: block;
    line-height: 1.3;
    background-color: #3a87ad;
    font-weight: 400
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25;
    filter: alpha(opacity=25)
}

.fc-event .fc-content {
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 4;
    display: none
}

.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
    display: block
}

.fc-event.fc-selected .fc-resizer:before {
    content: "";
    position: absolute;
    z-index: 9999;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px
}

.fc-event.fc-selected {
    z-index: 9999!important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.fc-event.fc-selected.fc-dragging {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .3)
}

.fc-h-event.fc-selected:before {
    content: "";
    position: absolute;
    z-index: 3;
    top: -10px;
    bottom: -10px;
    left: 0;
    right: 0
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
    cursor: w-resize;
    left: -1px
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
    cursor: e-resize;
    right: -1px
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
    width: 7px;
    top: -1px;
    bottom: -1px
}

.fc-h-event.fc-selected .fc-resizer {
    border-radius: 4px;
    border-width: 1px;
    width: 6px;
    height: 6px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    top: 50%;
    margin-top: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
    margin-left: -4px
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
    margin-right: -4px
}

.fc-day-grid-event.fc-selected:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    background: #000;
    opacity: .25;
    filter: alpha(opacity=25)
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden
}

.fc-day-grid-event .fc-time {
    font-weight: 700
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
    margin-left: -2px
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
    margin-right: -2px
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer
}

a.fc-more:hover {
    text-decoration: underline
}

.fc-limited {
    display: none
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

.fc-more-popover .fc-event-container {
    padding: 10px
}

.fc-now-indicator {
    position: absolute;
    border: 0 solid red
}

.fc-unselectable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.fc-toolbar {
    margin-bottom: 1em
}

.fc-toolbar .fc-left {
    float: left
}

.fc-toolbar .fc-right {
    float: right
}

.fc-toolbar .fc-center {
    display: inline-block
}

.fc .fc-toolbar>*>* {
    float: left;
    margin-left: .75em
}

.fc .fc-toolbar>*>:first-child {
    margin-left: 0
}

.fc-toolbar h2 {
    margin: 0
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-toolbar button:focus {
    z-index: 5
}

.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.fc-view,
.fc-view>table {
    position: relative;
    z-index: 1
}

.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
    padding: 0 2px
}

.fc-basic-view td.fc-day-number,
.fc-basic-view td.fc-week-number span {
    padding-top: 2px;
    padding-bottom: 2px
}

.fc-basic-view .fc-week-number span {
    display: inline-block;
    min-width: 1.25em
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: right
}

.fc-rtl .fc-basic-view .fc-day-number {
    text-align: left
}

.fc-day-number.fc-other-month {
    opacity: .3;
    filter: alpha(opacity=30)
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em
}

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-rtl .fc-axis {
    text-align: left
}

.ui-widget td.fc-axis {
    font-weight: 400
}

.fc-time-grid,
.fc-time-grid-container {
    position: relative;
    z-index: 1
}

.fc-time-grid {
    min-height: 100%
}

.fc-time-grid table {
    border: 0 hidden transparent
}

.fc-time-grid>.fc-bg {
    z-index: 1
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-content-col {
    position: relative
}

.fc-time-grid .fc-content-skeleton {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0
}

.fc-time-grid .fc-business-container {
    position: relative;
    z-index: 1
}

.fc-time-grid .fc-bgevent-container {
    position: relative;
    z-index: 2
}

.fc-time-grid .fc-highlight-container {
    z-index: 3;
    position: relative
}

.fc-time-grid .fc-event-container {
    position: relative;
    z-index: 4
}

.fc-time-grid .fc-now-indicator-line {
    z-index: 5
}

.fc-time-grid .fc-helper-container {
    position: relative;
    z-index: 6
}

.fc-time-grid .fc-slats td {
    height: 1.5em;
    border-bottom: 0
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted
}

.fc-time-grid .fc-slats .ui-widget-content {
    background: 0 0
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event.fc-selected {
    overflow: visible
}

.fc-time-grid-event.fc-selected .fc-bg {
    display: none
}

.fc-time-grid-event .fc-content {
    overflow: hidden
}

.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
    padding: 0 1px
}

.fc-time-grid-event .fc-time {
    font-size: .85em;
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span,
.sweet-alert {
    display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\000A0-\000A0"
}

.fc-time-grid-event.fc-short .fc-title {
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: monospace;
    text-align: center;
    cursor: s-resize
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
    content: "="
}

.fc-time-grid-event.fc-selected .fc-resizer {
    border-radius: 5px;
    border-width: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: inherit;
    background: #fff;
    left: 50%;
    margin-left: -5px;
    bottom: -5px
}

.fc-time-grid .fc-now-indicator-line {
    border-top-width: 1px;
    left: 0;
    right: 0
}

.fc-time-grid .fc-now-indicator-arrow {
    margin-top: -5px
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
    left: 0;
    border-width: 5px 0 5px 6px;
    border-top-color: transparent;
    border-bottom-color: transparent
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
    right: 0;
    border-width: 5px 6px 5px 0;
    border-top-color: transparent;
    border-bottom-color: transparent
}

body.stop-scrolling {
    height: 100%;
    overflow: hidden
}

.sweet-overlay {
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, .4);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10000
}

.sweet-alert {
    background-color: #fff;
    width: 478px;
    padding: 17px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    z-index: 99999
}

@media all and (max-width:540px) {
    .sweet-alert {
        width: auto;
        margin-left: 0;
        margin-right: 0;
        left: 15px;
        right: 15px
    }
}

.sweet-alert h2 {
    font-size: 30px;
    text-align: center;
    text-transform: none;
    position: relative;
    margin: 25px 0;
    padding: 0;
    line-height: 40px;
    display: block
}

.sweet-alert p {
    color: #797979;
    font-size: 16px;
    font-weight: 300;
    position: relative;
    text-align: inherit;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal
}

.sweet-alert fieldset {
    border: none;
    position: relative
}

.sweet-alert .sa-error-container {
    background-color: #f1f1f1;
    margin-left: -17px;
    margin-right: -17px;
    overflow: hidden;
    padding: 0 10px;
    max-height: 0;
    webkit-transition: padding .15s, max-height .15s;
    transition: padding .15s, max-height .15s
}

.sweet-alert .sa-error-container.show {
    padding: 10px 0;
    max-height: 100px;
    webkit-transition: padding .2s, max-height .2s;
    transition: padding .25s, max-height .25s
}

.sweet-alert .sa-error-container .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #ea7d7d;
    color: #fff;
    line-height: 24px;
    text-align: center;
    margin-right: 3px
}

.sweet-alert .sa-error-container p {
    display: inline-block
}

.sweet-alert .sa-input-error {
    position: absolute;
    top: 29px;
    right: 26px;
    width: 20px;
    height: 20px;
    opacity: 0;
    -webkit-transform: scale(.5);
    transform: scale(.5);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all .1s;
    transition: all .1s
}

.sweet-alert .sa-input-error::after,
.sweet-alert .sa-input-error::before {
    content: "";
    width: 20px;
    height: 6px;
    background-color: #f06e57;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -9px
}

.sweet-alert .sa-input-error::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-input-error::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-input-error.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.sweet-alert input {
    width: 100%;
    box-sizing: border-box;
    border-radius: 3px;
    border: 1px solid #d7d7d7;
    height: 43px;
    margin-top: 10px;
    margin-bottom: 17px;
    font-size: 18px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
    padding: 0 12px;
    display: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

.sweet-alert input:focus {
    outline: 0;
    box-shadow: 0 0 3px #c4e6f5;
    border: 1px solid #b4dbed
}

.sweet-alert input:focus::-moz-placeholder {
    transition: opacity .3s 30ms ease;
    opacity: .5
}

.sweet-alert input:focus:-ms-input-placeholder {
    transition: opacity .3s 30ms ease;
    opacity: .5
}

.sweet-alert input:focus::-webkit-input-placeholder {
    transition: opacity .3s 30ms ease;
    opacity: .5
}

.sweet-alert input::-moz-placeholder {
    color: #bdbdbd
}

.sweet-alert input:-ms-input-placeholder {
    color: #bdbdbd
}

.sweet-alert input::-webkit-input-placeholder {
    color: #bdbdbd
}

.sweet-alert.show-input input {
    display: block
}

.sweet-alert .sa-confirm-button-container {
    display: inline-block;
    position: relative
}

.sweet-alert .la-ball-fall {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -27px;
    margin-top: 4px;
    opacity: 0;
    visibility: hidden
}

.sweet-alert button {
    background-color: #8CD4F5;
    font-weight: 500;
    -webkit-border-radius: 4px;
    margin: 26px 5px 0;
    cursor: pointer
}

.sweet-alert button:focus {
    box-shadow: 0 0 2px rgba(128, 179, 235, .5), inset 0 0 0 1px rgba(0, 0, 0, .05)
}

.sweet-alert button:hover {
    background-color: #7ecff4
}

.sweet-alert button:active {
    background-color: #5dc2f1
}

.sweet-alert button.cancel {
    background-color: #C1C1C1
}

.sweet-alert button.cancel:hover {
    background-color: #b9b9b9
}

.sweet-alert button.cancel:active {
    background-color: #a8a8a8
}

.sweet-alert button.cancel:focus {
    box-shadow: rgba(197, 205, 211, .8) 0 0 2px, rgba(0, 0, 0, .0470588) 0 0 0 1px inset!important
}

.sweet-alert button[disabled] {
    opacity: .6;
    cursor: default
}

.sweet-alert button.confirm[disabled] {
    color: transparent
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s
}

.sweet-alert button::-moz-focus-inner {
    border: 0
}

.sweet-alert[data-has-cancel-button=false] button {
    box-shadow: none!important
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
    padding-bottom: 40px
}

.sweet-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box
}

.sweet-alert .sa-icon.sa-error {
    border-color: #F27474
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
    position: relative;
    display: block
}

.sweet-alert .sa-icon.sa-error .sa-line {
    position: absolute;
    height: 5px;
    width: 47px;
    background-color: #F27474;
    display: block;
    top: 37px;
    border-radius: 2px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 17px
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 16px
}

.sweet-alert .sa-icon.sa-warning {
    border-color: #F8BB86
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #F8BB86
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #F8BB86
}

.sweet-alert .sa-icon.sa-info::after,
.sweet-alert .sa-icon.sa-info::before {
    content: "";
    background-color: #C9DAE1;
    position: absolute
}

.sweet-alert .sa-icon.sa-info {
    border-color: #C9DAE1
}

.sweet-alert .sa-icon.sa-info::before {
    width: 5px;
    height: 29px;
    left: 50%;
    bottom: 17px;
    border-radius: 2px;
    margin-left: -2px
}

.sweet-alert .sa-icon.sa-info::after {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -3px;
    top: 19px
}

.sweet-alert .sa-icon.sa-success {
    border-color: #A5DC86
}

.sweet-alert .sa-icon.sa-success::after,
.sweet-alert .sa-icon.sa-success::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 120px;
    background: #fff
}

.sweet-alert .sa-icon.sa-success::before {
    -webkit-border-radius: 120px 0 0 120px;
    border-radius: 120px 0 0 120px;
    top: -7px;
    left: -33px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 60px 60px;
    transform-origin: 60px 60px
}

.sweet-alert .sa-icon.sa-success::after {
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    top: -11px;
    left: 30px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
    width: 80px;
    height: 80px;
    border: 4px solid rgba(165, 220, 134, .2);
    -webkit-border-radius: 40px;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    left: -4px;
    top: -4px;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-fix {
    width: 5px;
    height: 90px;
    background-color: #fff;
    position: absolute;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line {
    height: 5px;
    background-color: #A5DC86;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 2
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.sweet-alert .sa-icon.sa-custom {
    background-size: contain;
    border-radius: 0;
    border: none;
    background-position: center center;
    background-repeat: no-repeat
}

@-webkit-keyframes showSweetAlert {
    0% {
        transform: scale(.7);
        -webkit-transform: scale(.7)
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }
    80% {
        transform: scale(.95);
        -webkit-transform: scale(.95)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes showSweetAlert {
    0% {
        transform: scale(.7);
        -webkit-transform: scale(.7)
    }
    45% {
        transform: scale(1.05);
        -webkit-transform: scale(1.05)
    }
    80% {
        transform: scale(.95);
        -webkit-transform: scale(.95)
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@-webkit-keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    100% {
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }
}

@keyframes hideSweetAlert {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
    100% {
        transform: scale(.5);
        -webkit-transform: scale(.5)
    }
}

@-webkit-keyframes slideFromTop {
    0% {
        top: 0
    }
    100% {
        top: 50%
    }
}

@keyframes slideFromTop {
    0% {
        top: 0
    }
    100% {
        top: 50%
    }
}

@-webkit-keyframes slideToTop {
    0% {
        top: 50%
    }
    100% {
        top: 0
    }
}

@keyframes slideToTop {
    0% {
        top: 50%
    }
    100% {
        top: 0
    }
}

@-webkit-keyframes slideFromBottom {
    0% {
        top: 70%
    }
    100% {
        top: 50%
    }
}

@keyframes slideFromBottom {
    0% {
        top: 70%
    }
    100% {
        top: 50%
    }
}

@-webkit-keyframes slideToBottom {
    0% {
        top: 50%
    }
    100% {
        top: 70%
    }
}

@keyframes slideToBottom {
    0% {
        top: 50%
    }
    100% {
        top: 70%
    }
}

.showSweetAlert[data-animation=pop] {
    -webkit-animation: showSweetAlert .3s;
    animation: showSweetAlert .3s
}

.showSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none
}

.showSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideFromTop .3s;
    animation: slideFromTop .3s
}

.showSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideFromBottom .3s;
    animation: slideFromBottom .3s
}

.hideSweetAlert[data-animation=pop] {
    -webkit-animation: hideSweetAlert .2s;
    animation: hideSweetAlert .2s
}

.hideSweetAlert[data-animation=none] {
    -webkit-animation: none;
    animation: none
}

.hideSweetAlert[data-animation=slide-from-top] {
    -webkit-animation: slideToTop .4s;
    animation: slideToTop .4s
}

.hideSweetAlert[data-animation=slide-from-bottom] {
    -webkit-animation: slideToBottom .3s;
    animation: slideToBottom .3s
}

@-webkit-keyframes animateSuccessTip {
    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@keyframes animateSuccessTip {
    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px
    }
}

@-webkit-keyframes animateSuccessLong {
    0%,
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@keyframes animateSuccessLong {
    0%,
    65% {
        width: 0;
        right: 46px;
        top: 54px
    }
    84% {
        width: 55px;
        right: 0;
        top: 35px
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px
    }
}

@-webkit-keyframes rotatePlaceholder {
    0%,
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    100%,
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

@keyframes rotatePlaceholder {
    0%,
    5% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    100%,
    12% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}

.animateSuccessTip {
    -webkit-animation: animateSuccessTip .75s;
    animation: animateSuccessTip .75s
}

.animateSuccessLong {
    -webkit-animation: animateSuccessLong .75s;
    animation: animateSuccessLong .75s
}

.sa-icon.sa-success.animate::after {
    -webkit-animation: rotatePlaceholder 4.25s ease-in;
    animation: rotatePlaceholder 4.25s ease-in
}

@-webkit-keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        opacity: 1
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        -webkit-transform: rotateX(100deg);
        opacity: 0
    }
    100% {
        transform: rotateX(0);
        -webkit-transform: rotateX(0);
        opacity: 1
    }
}

.animateErrorIcon {
    -webkit-animation: animateErrorIcon .5s;
    animation: animateErrorIcon .5s
}

@-webkit-keyframes animateXMark {
    0%,
    50% {
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

@keyframes animateXMark {
    0%,
    50% {
        transform: scale(.4);
        -webkit-transform: scale(.4);
        margin-top: 26px;
        opacity: 0
    }
    80% {
        transform: scale(1.15);
        -webkit-transform: scale(1.15);
        margin-top: -6px
    }
    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        margin-top: 0;
        opacity: 1
    }
}

.animateXMark {
    -webkit-animation: animateXMark .5s;
    animation: animateXMark .5s
}

@-webkit-keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }
    100% {
        border-color: #F8BB86
    }
}

@keyframes pulseWarning {
    0% {
        border-color: #F8D486
    }
    100% {
        border-color: #F8BB86
    }
}

.pulseWarning {
    -webkit-animation: pulseWarning .75s infinite alternate;
    animation: pulseWarning .75s infinite alternate
}

@-webkit-keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }
    100% {
        background-color: #F8BB86
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #F8D486
    }
    100% {
        background-color: #F8BB86
    }
}

.pulseWarningIns {
    -webkit-animation: pulseWarningIns .75s infinite alternate;
    animation: pulseWarningIns .75s infinite alternate
}

@-webkit-keyframes rotate-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@keyframes rotate-loading {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
    -ms-transform: rotate(45deg)\9
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
    -ms-transform: rotate(-45deg)\9
}

.sweet-alert .sa-icon.sa-success {
    border-color: transparent\9
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    -ms-transform: rotate(45deg)\9
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    -ms-transform: rotate(-45deg)\9
}


/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */

.la-ball-fall,
.la-ball-fall>div {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.la-ball-fall {
    display: block;
    font-size: 0;
    color: #fff;
    width: 54px;
    height: 18px
}

.la-ball-fall.la-dark {
    color: #333
}

.la-ball-fall>div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 100%;
    opacity: 0;
    -webkit-animation: ball-fall 1s ease-in-out infinite;
    -moz-animation: ball-fall 1s ease-in-out infinite;
    -o-animation: ball-fall 1s ease-in-out infinite;
    animation: ball-fall 1s ease-in-out infinite
}

.la-ball-fall>div:nth-child(1) {
    -webkit-animation-delay: -.2s;
    -moz-animation-delay: -.2s;
    -o-animation-delay: -.2s;
    animation-delay: -.2s
}

.la-ball-fall>div:nth-child(2) {
    -webkit-animation-delay: -.1s;
    -moz-animation-delay: -.1s;
    -o-animation-delay: -.1s;
    animation-delay: -.1s
}

.la-ball-fall>div:nth-child(3) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s
}

.la-ball-fall.la-sm {
    width: 26px;
    height: 8px
}

.la-ball-fall.la-sm>div {
    width: 4px;
    height: 4px;
    margin: 2px
}

.la-ball-fall.la-2x {
    width: 108px;
    height: 36px
}

.la-ball-fall.la-2x>div {
    width: 20px;
    height: 20px;
    margin: 8px
}

.la-ball-fall.la-3x {
    width: 162px;
    height: 54px
}

.la-ball-fall.la-3x>div {
    width: 30px;
    height: 30px;
    margin: 12px
}

@-webkit-keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        transform: translateY(-145%)
    }
    10%,
    90% {
        opacity: .5
    }
    20%,
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@-moz-keyframes ball-fall {
    0% {
        opacity: 0;
        -moz-transform: translateY(-145%);
        transform: translateY(-145%)
    }
    10%,
    90% {
        opacity: .5
    }
    20%,
    80% {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@-o-keyframes ball-fall {
    0% {
        opacity: 0;
        -o-transform: translateY(-145%);
        transform: translateY(-145%)
    }
    10%,
    90% {
        opacity: .5
    }
    20%,
    80% {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(145%);
        transform: translateY(145%)
    }
}

@keyframes ball-fall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-145%);
        -moz-transform: translateY(-145%);
        -o-transform: translateY(-145%);
        transform: translateY(-145%)
    }
    10%,
    90% {
        opacity: .5
    }
    20%,
    80% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(145%);
        -moz-transform: translateY(145%);
        -o-transform: translateY(145%);
        transform: translateY(145%)
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear,
.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important
}

.select2-container--classic .select2-results>.select2-results__options,
.select2-container--default .select2-results>.select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    cursor: default;
    float: left;
    margin-top: 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
    float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: 1px solid #000;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: 0 0;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: #fff
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: 700;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.fa-li,
.zmdi-hc-li {
    top: .14285714em;
    text-align: center
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 4px 0 0 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: 0 0;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888;
    border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
    float: right;
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.fa-inverse,
.zmdi-hc-inverse {
    color: #fff
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.fa,
.fa-stack,
.zmdi,
.zmdi-hc-stack {
    display: inline-block
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

@font-face {
    font-family: Material-Design-Iconic-Font;
    src: url(../fonts/material-design-iconic-font/Material-Design-Iconic-Font.woff2?v=2.2.0) format('woff2'), url(../fonts/material-design-iconic-font/Material-Design-Iconic-Font.woff?v=2.2.0) format('woff'), url(../fonts/material-design-iconic-font/Material-Design-Iconic-Font.ttf?v=2.2.0) format('truetype')
}

.zmdi {
    font: normal normal normal 14px/1 Material-Design-Iconic-Font;
    font-size: inherit;
    -webkit-font-smoothing: antialiased
}

.zmdi-hc-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.zmdi-hc-2x {
    font-size: 2em
}

.zmdi-hc-3x {
    font-size: 3em
}

.zmdi-hc-4x {
    font-size: 4em
}

.zmdi-hc-5x {
    font-size: 5em
}

.zmdi-hc-fw {
    width: 1.28571429em;
    text-align: center
}

.zmdi-hc-ul {
    padding-left: 0;
    margin-left: 2.14285714em
}

.zmdi-hc-ul>li {
    position: relative
}

.zmdi-hc-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em
}

.zmdi-hc-li.zmdi-hc-lg {
    left: -1.85714286em
}

.zmdi-hc-border {
    padding: .1em .25em;
    border: .1em solid #9e9e9e;
    border-radius: 2px
}

.zmdi-hc-border-circle {
    padding: .1em .25em;
    border: .1em solid #9e9e9e;
    border-radius: 50%
}

.zmdi.pull-left {
    float: left;
    margin-right: .15em
}

.fa.fa-pull-left,
.fa.pull-left {
    margin-right: .3em
}

.zmdi.pull-right {
    float: right;
    margin-left: .15em
}

.zmdi-hc-spin {
    -webkit-animation: zmdi-spin 1.5s infinite linear;
    animation: zmdi-spin 1.5s infinite linear
}

.zmdi-hc-spin-reverse {
    -webkit-animation: zmdi-spin-reverse 1.5s infinite linear;
    animation: zmdi-spin-reverse 1.5s infinite linear
}

@-webkit-keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes zmdi-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

@keyframes zmdi-spin-reverse {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

.zmdi-hc-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.zmdi-hc-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.zmdi-hc-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.zmdi-hc-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.zmdi-hc-flip-vertical {
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

.zmdi-hc-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.zmdi-hc-stack-1x,
.zmdi-hc-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.zmdi-hc-stack-1x {
    line-height: inherit
}

.zmdi-hc-stack-2x {
    font-size: 2em
}

.zmdi-3d-rotation:before {
    content: '\f101'
}

.zmdi-airplane-off:before {
    content: '\f102'
}

.zmdi-airplane:before {
    content: '\f103'
}

.zmdi-album:before {
    content: '\f104'
}

.zmdi-archive:before {
    content: '\f105'
}

.zmdi-assignment-account:before {
    content: '\f106'
}

.zmdi-assignment-alert:before {
    content: '\f107'
}

.zmdi-assignment-check:before {
    content: '\f108'
}

.zmdi-assignment-o:before {
    content: '\f109'
}

.zmdi-assignment-return:before {
    content: '\f10a'
}

.zmdi-assignment-returned:before {
    content: '\f10b'
}

.zmdi-assignment:before {
    content: '\f10c'
}

.zmdi-attachment-alt:before {
    content: '\f10d'
}

.zmdi-attachment:before {
    content: '\f10e'
}

.zmdi-audio:before {
    content: '\f10f'
}

.zmdi-badge-check:before {
    content: '\f110'
}

.zmdi-balance-wallet:before {
    content: '\f111'
}

.zmdi-balance:before {
    content: '\f112'
}

.zmdi-battery-alert:before {
    content: '\f113'
}

.zmdi-battery-flash:before {
    content: '\f114'
}

.zmdi-battery-unknown:before {
    content: '\f115'
}

.zmdi-battery:before {
    content: '\f116'
}

.zmdi-bike:before {
    content: '\f117'
}

.zmdi-block-alt:before {
    content: '\f118'
}

.zmdi-block:before {
    content: '\f119'
}

.zmdi-boat:before {
    content: '\f11a'
}

.zmdi-book-image:before {
    content: '\f11b'
}

.zmdi-book:before {
    content: '\f11c'
}

.zmdi-bookmark-outline:before {
    content: '\f11d'
}

.zmdi-bookmark:before {
    content: '\f11e'
}

.zmdi-brush:before {
    content: '\f11f'
}

.zmdi-bug:before {
    content: '\f120'
}

.zmdi-bus:before {
    content: '\f121'
}

.zmdi-cake:before {
    content: '\f122'
}

.zmdi-car-taxi:before {
    content: '\f123'
}

.zmdi-car-wash:before {
    content: '\f124'
}

.zmdi-car:before {
    content: '\f125'
}

.zmdi-card-giftcard:before {
    content: '\f126'
}

.zmdi-card-membership:before {
    content: '\f127'
}

.zmdi-card-travel:before {
    content: '\f128'
}

.zmdi-card:before {
    content: '\f129'
}

.zmdi-case-check:before {
    content: '\f12a'
}

.zmdi-case-download:before {
    content: '\f12b'
}

.zmdi-case-play:before {
    content: '\f12c'
}

.zmdi-case:before {
    content: '\f12d'
}

.zmdi-cast-connected:before {
    content: '\f12e'
}

.zmdi-cast:before {
    content: '\f12f'
}

.zmdi-chart-donut:before {
    content: '\f130'
}

.zmdi-chart:before {
    content: '\f131'
}

.zmdi-city-alt:before {
    content: '\f132'
}

.zmdi-city:before {
    content: '\f133'
}

.zmdi-close-circle-o:before {
    content: '\f134'
}

.zmdi-close-circle:before {
    content: '\f135'
}

.zmdi-close:before {
    content: '\f136'
}

.zmdi-cocktail:before {
    content: '\f137'
}

.zmdi-code-setting:before {
    content: '\f138'
}

.zmdi-code-smartphone:before {
    content: '\f139'
}

.zmdi-code:before {
    content: '\f13a'
}

.zmdi-coffee:before {
    content: '\f13b'
}

.zmdi-collection-bookmark:before {
    content: '\f13c'
}

.zmdi-collection-case-play:before {
    content: '\f13d'
}

.zmdi-collection-folder-image:before {
    content: '\f13e'
}

.zmdi-collection-image-o:before {
    content: '\f13f'
}

.zmdi-collection-image:before {
    content: '\f140'
}

.zmdi-collection-item-1:before {
    content: '\f141'
}

.zmdi-collection-item-2:before {
    content: '\f142'
}

.zmdi-collection-item-3:before {
    content: '\f143'
}

.zmdi-collection-item-4:before {
    content: '\f144'
}

.zmdi-collection-item-5:before {
    content: '\f145'
}

.zmdi-collection-item-6:before {
    content: '\f146'
}

.zmdi-collection-item-7:before {
    content: '\f147'
}

.zmdi-collection-item-8:before {
    content: '\f148'
}

.zmdi-collection-item-9-plus:before {
    content: '\f149'
}

.zmdi-collection-item-9:before {
    content: '\f14a'
}

.zmdi-collection-item:before {
    content: '\f14b'
}

.zmdi-collection-music:before {
    content: '\f14c'
}

.zmdi-collection-pdf:before {
    content: '\f14d'
}

.zmdi-collection-plus:before {
    content: '\f14e'
}

.zmdi-collection-speaker:before {
    content: '\f14f'
}

.zmdi-collection-text:before {
    content: '\f150'
}

.zmdi-collection-video:before {
    content: '\f151'
}

.zmdi-compass:before {
    content: '\f152'
}

.zmdi-cutlery:before {
    content: '\f153'
}

.zmdi-delete:before {
    content: '\f154'
}

.zmdi-dialpad:before {
    content: '\f155'
}

.zmdi-dns:before {
    content: '\f156'
}

.zmdi-drink:before {
    content: '\f157'
}

.zmdi-edit:before {
    content: '\f158'
}

.zmdi-email-open:before {
    content: '\f159'
}

.zmdi-email:before {
    content: '\f15a'
}

.zmdi-eye-off:before {
    content: '\f15b'
}

.zmdi-eye:before {
    content: '\f15c'
}

.zmdi-eyedropper:before {
    content: '\f15d'
}

.zmdi-favorite-outline:before {
    content: '\f15e'
}

.zmdi-favorite:before {
    content: '\f15f'
}

.zmdi-filter-list:before {
    content: '\f160'
}

.zmdi-fire:before {
    content: '\f161'
}

.zmdi-flag:before {
    content: '\f162'
}

.zmdi-flare:before {
    content: '\f163'
}

.zmdi-flash-auto:before {
    content: '\f164'
}

.zmdi-flash-off:before {
    content: '\f165'
}

.zmdi-flash:before {
    content: '\f166'
}

.zmdi-flip:before {
    content: '\f167'
}

.zmdi-flower-alt:before {
    content: '\f168'
}

.zmdi-flower:before {
    content: '\f169'
}

.zmdi-font:before {
    content: '\f16a'
}

.zmdi-fullscreen-alt:before {
    content: '\f16b'
}

.zmdi-fullscreen-exit:before {
    content: '\f16c'
}

.zmdi-fullscreen:before {
    content: '\f16d'
}

.zmdi-functions:before {
    content: '\f16e'
}

.zmdi-gas-station:before {
    content: '\f16f'
}

.zmdi-gesture:before {
    content: '\f170'
}

.zmdi-globe-alt:before {
    content: '\f171'
}

.zmdi-globe-lock:before {
    content: '\f172'
}

.zmdi-globe:before {
    content: '\f173'
}

.zmdi-graduation-cap:before {
    content: '\f174'
}

.zmdi-home:before {
    content: '\f175'
}

.zmdi-hospital-alt:before {
    content: '\f176'
}

.zmdi-hospital:before {
    content: '\f177'
}

.zmdi-hotel:before {
    content: '\f178'
}

.zmdi-hourglass-alt:before {
    content: '\f179'
}

.zmdi-hourglass-outline:before {
    content: '\f17a'
}

.zmdi-hourglass:before {
    content: '\f17b'
}

.zmdi-http:before {
    content: '\f17c'
}

.zmdi-image-alt:before {
    content: '\f17d'
}

.zmdi-image-o:before {
    content: '\f17e'
}

.zmdi-image:before {
    content: '\f17f'
}

.zmdi-inbox:before {
    content: '\f180'
}

.zmdi-invert-colors-off:before {
    content: '\f181'
}

.zmdi-invert-colors:before {
    content: '\f182'
}

.zmdi-key:before {
    content: '\f183'
}

.zmdi-label-alt-outline:before {
    content: '\f184'
}

.zmdi-label-alt:before {
    content: '\f185'
}

.zmdi-label-heart:before {
    content: '\f186'
}

.zmdi-label:before {
    content: '\f187'
}

.zmdi-labels:before {
    content: '\f188'
}

.zmdi-lamp:before {
    content: '\f189'
}

.zmdi-landscape:before {
    content: '\f18a'
}

.zmdi-layers-off:before {
    content: '\f18b'
}

.zmdi-layers:before {
    content: '\f18c'
}

.zmdi-library:before {
    content: '\f18d'
}

.zmdi-link:before {
    content: '\f18e'
}

.zmdi-lock-open:before {
    content: '\f18f'
}

.zmdi-lock-outline:before {
    content: '\f190'
}

.zmdi-lock:before {
    content: '\f191'
}

.zmdi-mail-reply-all:before {
    content: '\f192'
}

.zmdi-mail-reply:before {
    content: '\f193'
}

.zmdi-mail-send:before {
    content: '\f194'
}

.zmdi-mall:before {
    content: '\f195'
}

.zmdi-map:before {
    content: '\f196'
}

.zmdi-menu:before {
    content: '\f197'
}

.zmdi-money-box:before {
    content: '\f198'
}

.zmdi-money-off:before {
    content: '\f199'
}

.zmdi-money:before {
    content: '\f19a'
}

.zmdi-more-vert:before {
    content: '\f19b'
}

.zmdi-more:before {
    content: '\f19c'
}

.zmdi-movie-alt:before {
    content: '\f19d'
}

.zmdi-movie:before {
    content: '\f19e'
}

.zmdi-nature-people:before {
    content: '\f19f'
}

.zmdi-nature:before {
    content: '\f1a0'
}

.zmdi-navigation:before {
    content: '\f1a1'
}

.zmdi-open-in-browser:before {
    content: '\f1a2'
}

.zmdi-open-in-new:before {
    content: '\f1a3'
}

.zmdi-palette:before {
    content: '\f1a4'
}

.zmdi-parking:before {
    content: '\f1a5'
}

.zmdi-pin-account:before {
    content: '\f1a6'
}

.zmdi-pin-assistant:before {
    content: '\f1a7'
}

.zmdi-pin-drop:before {
    content: '\f1a8'
}

.zmdi-pin-help:before {
    content: '\f1a9'
}

.zmdi-pin-off:before {
    content: '\f1aa'
}

.zmdi-pin:before {
    content: '\f1ab'
}

.zmdi-pizza:before {
    content: '\f1ac'
}

.zmdi-plaster:before {
    content: '\f1ad'
}

.zmdi-power-setting:before {
    content: '\f1ae'
}

.zmdi-power:before {
    content: '\f1af'
}

.zmdi-print:before {
    content: '\f1b0'
}

.zmdi-puzzle-piece:before {
    content: '\f1b1'
}

.zmdi-quote:before {
    content: '\f1b2'
}

.zmdi-railway:before {
    content: '\f1b3'
}

.zmdi-receipt:before {
    content: '\f1b4'
}

.zmdi-refresh-alt:before {
    content: '\f1b5'
}

.zmdi-refresh-sync-alert:before {
    content: '\f1b6'
}

.zmdi-refresh-sync-off:before {
    content: '\f1b7'
}

.zmdi-refresh-sync:before {
    content: '\f1b8'
}

.zmdi-refresh:before {
    content: '\f1b9'
}

.zmdi-roller:before {
    content: '\f1ba'
}

.zmdi-ruler:before {
    content: '\f1bb'
}

.zmdi-scissors:before {
    content: '\f1bc'
}

.zmdi-screen-rotation-lock:before {
    content: '\f1bd'
}

.zmdi-screen-rotation:before {
    content: '\f1be'
}

.zmdi-search-for:before {
    content: '\f1bf'
}

.zmdi-search-in-file:before {
    content: '\f1c0'
}

.zmdi-search-in-page:before {
    content: '\f1c1'
}

.zmdi-search-replace:before {
    content: '\f1c2'
}

.zmdi-search:before {
    content: '\f1c3'
}

.zmdi-seat:before {
    content: '\f1c4'
}

.zmdi-settings-square:before {
    content: '\f1c5'
}

.zmdi-settings:before {
    content: '\f1c6'
}

.zmdi-shield-check:before {
    content: '\f1c7'
}

.zmdi-shield-security:before {
    content: '\f1c8'
}

.zmdi-shopping-basket:before {
    content: '\f1c9'
}

.zmdi-shopping-cart-plus:before {
    content: '\f1ca'
}

.zmdi-shopping-cart:before {
    content: '\f1cb'
}

.zmdi-sign-in:before {
    content: '\f1cc'
}

.zmdi-sort-amount-asc:before {
    content: '\f1cd'
}

.zmdi-sort-amount-desc:before {
    content: '\f1ce'
}

.zmdi-sort-asc:before {
    content: '\f1cf'
}

.zmdi-sort-desc:before {
    content: '\f1d0'
}

.zmdi-spellcheck:before {
    content: '\f1d1'
}

.zmdi-storage:before {
    content: '\f1d2'
}

.zmdi-store-24:before {
    content: '\f1d3'
}

.zmdi-store:before {
    content: '\f1d4'
}

.zmdi-subway:before {
    content: '\f1d5'
}

.zmdi-sun:before {
    content: '\f1d6'
}

.zmdi-tab-unselected:before {
    content: '\f1d7'
}

.zmdi-tab:before {
    content: '\f1d8'
}

.zmdi-tag-close:before {
    content: '\f1d9'
}

.zmdi-tag-more:before {
    content: '\f1da'
}

.zmdi-tag:before {
    content: '\f1db'
}

.zmdi-thumb-down:before {
    content: '\f1dc'
}

.zmdi-thumb-up-down:before {
    content: '\f1dd'
}

.zmdi-thumb-up:before {
    content: '\f1de'
}

.zmdi-ticket-star:before {
    content: '\f1df'
}

.zmdi-toll:before {
    content: '\f1e0'
}

.zmdi-toys:before {
    content: '\f1e1'
}

.zmdi-traffic:before {
    content: '\f1e2'
}

.zmdi-translate:before {
    content: '\f1e3'
}

.zmdi-triangle-down:before {
    content: '\f1e4'
}

.zmdi-triangle-up:before {
    content: '\f1e5'
}

.zmdi-truck:before {
    content: '\f1e6'
}

.zmdi-turning-sign:before {
    content: '\f1e7'
}

.zmdi-wallpaper:before {
    content: '\f1e8'
}

.zmdi-washing-machine:before {
    content: '\f1e9'
}

.zmdi-window-maximize:before {
    content: '\f1ea'
}

.zmdi-window-minimize:before {
    content: '\f1eb'
}

.zmdi-window-restore:before {
    content: '\f1ec'
}

.zmdi-wrench:before {
    content: '\f1ed'
}

.zmdi-zoom-in:before {
    content: '\f1ee'
}

.zmdi-zoom-out:before {
    content: '\f1ef'
}

.zmdi-alert-circle-o:before {
    content: '\f1f0'
}

.zmdi-alert-circle:before {
    content: '\f1f1'
}

.zmdi-alert-octagon:before {
    content: '\f1f2'
}

.zmdi-alert-polygon:before {
    content: '\f1f3'
}

.zmdi-alert-triangle:before {
    content: '\f1f4'
}

.zmdi-help-outline:before {
    content: '\f1f5'
}

.zmdi-help:before {
    content: '\f1f6'
}

.zmdi-info-outline:before {
    content: '\f1f7'
}

.zmdi-info:before {
    content: '\f1f8'
}

.zmdi-notifications-active:before {
    content: '\f1f9'
}

.zmdi-notifications-add:before {
    content: '\f1fa'
}

.zmdi-notifications-none:before {
    content: '\f1fb'
}

.zmdi-notifications-off:before {
    content: '\f1fc'
}

.zmdi-notifications-paused:before {
    content: '\f1fd'
}

.zmdi-notifications:before {
    content: '\f1fe'
}

.zmdi-account-add:before {
    content: '\f1ff'
}

.zmdi-account-box-mail:before {
    content: '\f200'
}

.zmdi-account-box-o:before {
    content: '\f201'
}

.zmdi-account-box-phone:before {
    content: '\f202'
}

.zmdi-account-box:before {
    content: '\f203'
}

.zmdi-account-calendar:before {
    content: '\f204'
}

.zmdi-account-circle:before {
    content: '\f205'
}

.zmdi-account-o:before {
    content: '\f206'
}

.zmdi-account:before {
    content: '\f207'
}

.zmdi-accounts-add:before {
    content: '\f208'
}

.zmdi-accounts-alt:before {
    content: '\f209'
}

.zmdi-accounts-list-alt:before {
    content: '\f20a'
}

.zmdi-accounts-list:before {
    content: '\f20b'
}

.zmdi-accounts-outline:before {
    content: '\f20c'
}

.zmdi-accounts:before {
    content: '\f20d'
}

.zmdi-face:before {
    content: '\f20e'
}

.zmdi-female:before {
    content: '\f20f'
}

.zmdi-male-alt:before {
    content: '\f210'
}

.zmdi-male-female:before {
    content: '\f211'
}

.zmdi-male:before {
    content: '\f212'
}

.zmdi-mood-bad:before {
    content: '\f213'
}

.zmdi-mood:before {
    content: '\f214'
}

.zmdi-run:before {
    content: '\f215'
}

.zmdi-walk:before {
    content: '\f216'
}

.zmdi-cloud-box:before {
    content: '\f217'
}

.zmdi-cloud-circle:before {
    content: '\f218'
}

.zmdi-cloud-done:before {
    content: '\f219'
}

.zmdi-cloud-download:before {
    content: '\f21a'
}

.zmdi-cloud-off:before {
    content: '\f21b'
}

.zmdi-cloud-outline-alt:before {
    content: '\f21c'
}

.zmdi-cloud-outline:before {
    content: '\f21d'
}

.zmdi-cloud-upload:before {
    content: '\f21e'
}

.zmdi-cloud:before {
    content: '\f21f'
}

.zmdi-download:before {
    content: '\f220'
}

.zmdi-file-plus:before {
    content: '\f221'
}

.zmdi-file-text:before {
    content: '\f222'
}

.zmdi-file:before {
    content: '\f223'
}

.zmdi-folder-outline:before {
    content: '\f224'
}

.zmdi-folder-person:before {
    content: '\f225'
}

.zmdi-folder-star-alt:before {
    content: '\f226'
}

.zmdi-folder-star:before {
    content: '\f227'
}

.zmdi-folder:before {
    content: '\f228'
}

.zmdi-gif:before {
    content: '\f229'
}

.zmdi-upload:before {
    content: '\f22a'
}

.zmdi-border-all:before {
    content: '\f22b'
}

.zmdi-border-bottom:before {
    content: '\f22c'
}

.zmdi-border-clear:before {
    content: '\f22d'
}

.zmdi-border-color:before {
    content: '\f22e'
}

.zmdi-border-horizontal:before {
    content: '\f22f'
}

.zmdi-border-inner:before {
    content: '\f230'
}

.zmdi-border-left:before {
    content: '\f231'
}

.zmdi-border-outer:before {
    content: '\f232'
}

.zmdi-border-right:before {
    content: '\f233'
}

.zmdi-border-style:before {
    content: '\f234'
}

.zmdi-border-top:before {
    content: '\f235'
}

.zmdi-border-vertical:before {
    content: '\f236'
}

.zmdi-copy:before {
    content: '\f237'
}

.zmdi-crop:before {
    content: '\f238'
}

.zmdi-format-align-center:before {
    content: '\f239'
}

.zmdi-format-align-justify:before {
    content: '\f23a'
}

.zmdi-format-align-left:before {
    content: '\f23b'
}

.zmdi-format-align-right:before {
    content: '\f23c'
}

.zmdi-format-bold:before {
    content: '\f23d'
}

.zmdi-format-clear-all:before {
    content: '\f23e'
}

.zmdi-format-clear:before {
    content: '\f23f'
}

.zmdi-format-color-fill:before {
    content: '\f240'
}

.zmdi-format-color-reset:before {
    content: '\f241'
}

.zmdi-format-color-text:before {
    content: '\f242'
}

.zmdi-format-indent-decrease:before {
    content: '\f243'
}

.zmdi-format-indent-increase:before {
    content: '\f244'
}

.zmdi-format-italic:before {
    content: '\f245'
}

.zmdi-format-line-spacing:before {
    content: '\f246'
}

.zmdi-format-list-bulleted:before {
    content: '\f247'
}

.zmdi-format-list-numbered:before {
    content: '\f248'
}

.zmdi-format-ltr:before {
    content: '\f249'
}

.zmdi-format-rtl:before {
    content: '\f24a'
}

.zmdi-format-size:before {
    content: '\f24b'
}

.zmdi-format-strikethrough-s:before {
    content: '\f24c'
}

.zmdi-format-strikethrough:before {
    content: '\f24d'
}

.zmdi-format-subject:before {
    content: '\f24e'
}

.zmdi-format-underlined:before {
    content: '\f24f'
}

.zmdi-format-valign-bottom:before {
    content: '\f250'
}

.zmdi-format-valign-center:before {
    content: '\f251'
}

.zmdi-format-valign-top:before {
    content: '\f252'
}

.zmdi-redo:before {
    content: '\f253'
}

.zmdi-select-all:before {
    content: '\f254'
}

.zmdi-space-bar:before {
    content: '\f255'
}

.zmdi-text-format:before {
    content: '\f256'
}

.zmdi-transform:before {
    content: '\f257'
}

.zmdi-undo:before {
    content: '\f258'
}

.zmdi-wrap-text:before {
    content: '\f259'
}

.zmdi-comment-alert:before {
    content: '\f25a'
}

.zmdi-comment-alt-text:before {
    content: '\f25b'
}

.zmdi-comment-alt:before {
    content: '\f25c'
}

.zmdi-comment-edit:before {
    content: '\f25d'
}

.zmdi-comment-image:before {
    content: '\f25e'
}

.zmdi-comment-list:before {
    content: '\f25f'
}

.zmdi-comment-more:before {
    content: '\f260'
}

.zmdi-comment-outline:before {
    content: '\f261'
}

.zmdi-comment-text-alt:before {
    content: '\f262'
}

.zmdi-comment-text:before {
    content: '\f263'
}

.zmdi-comment-video:before {
    content: '\f264'
}

.zmdi-comment:before {
    content: '\f265'
}

.zmdi-comments:before {
    content: '\f266'
}

.zmdi-check-all:before {
    content: '\f267'
}

.zmdi-check-circle-u:before {
    content: '\f268'
}

.zmdi-check-circle:before {
    content: '\f269'
}

.zmdi-check-square:before {
    content: '\f26a'
}

.zmdi-check:before {
    content: '\f26b'
}

.zmdi-circle-o:before {
    content: '\f26c'
}

.zmdi-circle:before {
    content: '\f26d'
}

.zmdi-dot-circle-alt:before {
    content: '\f26e'
}

.zmdi-dot-circle:before {
    content: '\f26f'
}

.zmdi-minus-circle-outline:before {
    content: '\f270'
}

.zmdi-minus-circle:before {
    content: '\f271'
}

.zmdi-minus-square:before {
    content: '\f272'
}

.zmdi-minus:before {
    content: '\f273'
}

.zmdi-plus-circle-o-duplicate:before {
    content: '\f274'
}

.zmdi-plus-circle-o:before {
    content: '\f275'
}

.zmdi-plus-circle:before {
    content: '\f276'
}

.zmdi-plus-square:before {
    content: '\f277'
}

.zmdi-plus:before {
    content: '\f278'
}

.zmdi-square-o:before {
    content: '\f279'
}

.zmdi-star-circle:before {
    content: '\f27a'
}

.zmdi-star-half:before {
    content: '\f27b'
}

.zmdi-star-outline:before {
    content: '\f27c'
}

.zmdi-star:before {
    content: '\f27d'
}

.zmdi-bluetooth-connected:before {
    content: '\f27e'
}

.zmdi-bluetooth-off:before {
    content: '\f27f'
}

.zmdi-bluetooth-search:before {
    content: '\f280'
}

.zmdi-bluetooth-setting:before {
    content: '\f281'
}

.zmdi-bluetooth:before {
    content: '\f282'
}

.zmdi-camera-add:before {
    content: '\f283'
}

.zmdi-camera-alt:before {
    content: '\f284'
}

.zmdi-camera-bw:before {
    content: '\f285'
}

.zmdi-camera-front:before {
    content: '\f286'
}

.zmdi-camera-mic:before {
    content: '\f287'
}

.zmdi-camera-party-mode:before {
    content: '\f288'
}

.zmdi-camera-rear:before {
    content: '\f289'
}

.zmdi-camera-roll:before {
    content: '\f28a'
}

.zmdi-camera-switch:before {
    content: '\f28b'
}

.zmdi-camera:before {
    content: '\f28c'
}

.zmdi-card-alert:before {
    content: '\f28d'
}

.zmdi-card-off:before {
    content: '\f28e'
}

.zmdi-card-sd:before {
    content: '\f28f'
}

.zmdi-card-sim:before {
    content: '\f290'
}

.zmdi-desktop-mac:before {
    content: '\f291'
}

.zmdi-desktop-windows:before {
    content: '\f292'
}

.zmdi-device-hub:before {
    content: '\f293'
}

.zmdi-devices-off:before {
    content: '\f294'
}

.zmdi-devices:before {
    content: '\f295'
}

.zmdi-dock:before {
    content: '\f296'
}

.zmdi-floppy:before {
    content: '\f297'
}

.zmdi-gamepad:before {
    content: '\f298'
}

.zmdi-gps-dot:before {
    content: '\f299'
}

.zmdi-gps-off:before {
    content: '\f29a'
}

.zmdi-gps:before {
    content: '\f29b'
}

.zmdi-headset-mic:before {
    content: '\f29c'
}

.zmdi-headset:before {
    content: '\f29d'
}

.zmdi-input-antenna:before {
    content: '\f29e'
}

.zmdi-input-composite:before {
    content: '\f29f'
}

.zmdi-input-hdmi:before {
    content: '\f2a0'
}

.zmdi-input-power:before {
    content: '\f2a1'
}

.zmdi-input-svideo:before {
    content: '\f2a2'
}

.zmdi-keyboard-hide:before {
    content: '\f2a3'
}

.zmdi-keyboard:before {
    content: '\f2a4'
}

.zmdi-laptop-chromebook:before {
    content: '\f2a5'
}

.zmdi-laptop-mac:before {
    content: '\f2a6'
}

.zmdi-laptop:before {
    content: '\f2a7'
}

.zmdi-mic-off:before {
    content: '\f2a8'
}

.zmdi-mic-outline:before {
    content: '\f2a9'
}

.zmdi-mic-setting:before {
    content: '\f2aa'
}

.zmdi-mic:before {
    content: '\f2ab'
}

.zmdi-mouse:before {
    content: '\f2ac'
}

.zmdi-network-alert:before {
    content: '\f2ad'
}

.zmdi-network-locked:before {
    content: '\f2ae'
}

.zmdi-network-off:before {
    content: '\f2af'
}

.zmdi-network-outline:before {
    content: '\f2b0'
}

.zmdi-network-setting:before {
    content: '\f2b1'
}

.zmdi-network:before {
    content: '\f2b2'
}

.zmdi-phone-bluetooth:before {
    content: '\f2b3'
}

.zmdi-phone-end:before {
    content: '\f2b4'
}

.zmdi-phone-forwarded:before {
    content: '\f2b5'
}

.zmdi-phone-in-talk:before {
    content: '\f2b6'
}

.zmdi-phone-locked:before {
    content: '\f2b7'
}

.zmdi-phone-missed:before {
    content: '\f2b8'
}

.zmdi-phone-msg:before {
    content: '\f2b9'
}

.zmdi-phone-paused:before {
    content: '\f2ba'
}

.zmdi-phone-ring:before {
    content: '\f2bb'
}

.zmdi-phone-setting:before {
    content: '\f2bc'
}

.zmdi-phone-sip:before {
    content: '\f2bd'
}

.zmdi-phone:before {
    content: '\f2be'
}

.zmdi-portable-wifi-changes:before {
    content: '\f2bf'
}

.zmdi-portable-wifi-off:before {
    content: '\f2c0'
}

.zmdi-portable-wifi:before {
    content: '\f2c1'
}

.zmdi-radio:before {
    content: '\f2c2'
}

.zmdi-reader:before {
    content: '\f2c3'
}

.zmdi-remote-control-alt:before {
    content: '\f2c4'
}

.zmdi-remote-control:before {
    content: '\f2c5'
}

.zmdi-router:before {
    content: '\f2c6'
}

.zmdi-scanner:before {
    content: '\f2c7'
}

.zmdi-smartphone-android:before {
    content: '\f2c8'
}

.zmdi-smartphone-download:before {
    content: '\f2c9'
}

.zmdi-smartphone-erase:before {
    content: '\f2ca'
}

.zmdi-smartphone-info:before {
    content: '\f2cb'
}

.zmdi-smartphone-iphone:before {
    content: '\f2cc'
}

.zmdi-smartphone-landscape-lock:before {
    content: '\f2cd'
}

.zmdi-smartphone-landscape:before {
    content: '\f2ce'
}

.zmdi-smartphone-lock:before {
    content: '\f2cf'
}

.zmdi-smartphone-portrait-lock:before {
    content: '\f2d0'
}

.zmdi-smartphone-ring:before {
    content: '\f2d1'
}

.zmdi-smartphone-setting:before {
    content: '\f2d2'
}

.zmdi-smartphone-setup:before {
    content: '\f2d3'
}

.zmdi-smartphone:before {
    content: '\f2d4'
}

.zmdi-speaker:before {
    content: '\f2d5'
}

.zmdi-tablet-android:before {
    content: '\f2d6'
}

.zmdi-tablet-mac:before {
    content: '\f2d7'
}

.zmdi-tablet:before {
    content: '\f2d8'
}

.zmdi-tv-alt-play:before {
    content: '\f2d9'
}

.zmdi-tv-list:before {
    content: '\f2da'
}

.zmdi-tv-play:before {
    content: '\f2db'
}

.zmdi-tv:before {
    content: '\f2dc'
}

.zmdi-usb:before {
    content: '\f2dd'
}

.zmdi-videocam-off:before {
    content: '\f2de'
}

.zmdi-videocam-switch:before {
    content: '\f2df'
}

.zmdi-videocam:before {
    content: '\f2e0'
}

.zmdi-watch:before {
    content: '\f2e1'
}

.zmdi-wifi-alt-2:before {
    content: '\f2e2'
}

.zmdi-wifi-alt:before {
    content: '\f2e3'
}

.zmdi-wifi-info:before {
    content: '\f2e4'
}

.zmdi-wifi-lock:before {
    content: '\f2e5'
}

.zmdi-wifi-off:before {
    content: '\f2e6'
}

.zmdi-wifi-outline:before {
    content: '\f2e7'
}

.zmdi-wifi:before {
    content: '\f2e8'
}

.zmdi-arrow-left-bottom:before {
    content: '\f2e9'
}

.zmdi-arrow-left:before {
    content: '\f2ea'
}

.zmdi-arrow-merge:before {
    content: '\f2eb'
}

.zmdi-arrow-missed:before {
    content: '\f2ec'
}

.zmdi-arrow-right-top:before {
    content: '\f2ed'
}

.zmdi-arrow-right:before {
    content: '\f2ee'
}

.zmdi-arrow-split:before {
    content: '\f2ef'
}

.zmdi-arrows:before {
    content: '\f2f0'
}

.zmdi-caret-down-circle:before {
    content: '\f2f1'
}

.zmdi-caret-down:before {
    content: '\f2f2'
}

.zmdi-caret-left-circle:before {
    content: '\f2f3'
}

.zmdi-caret-left:before {
    content: '\f2f4'
}

.zmdi-caret-right-circle:before {
    content: '\f2f5'
}

.zmdi-caret-right:before {
    content: '\f2f6'
}

.zmdi-caret-up-circle:before {
    content: '\f2f7'
}

.zmdi-caret-up:before {
    content: '\f2f8'
}

.zmdi-chevron-down:before {
    content: '\f2f9'
}

.zmdi-chevron-left:before {
    content: '\f2fa'
}

.zmdi-chevron-right:before {
    content: '\f2fb'
}

.zmdi-chevron-up:before {
    content: '\f2fc'
}

.zmdi-forward:before {
    content: '\f2fd'
}

.zmdi-long-arrow-down:before {
    content: '\f2fe'
}

.zmdi-long-arrow-left:before {
    content: '\f2ff'
}

.zmdi-long-arrow-return:before {
    content: '\f300'
}

.zmdi-long-arrow-right:before {
    content: '\f301'
}

.zmdi-long-arrow-tab:before {
    content: '\f302'
}

.zmdi-long-arrow-up:before {
    content: '\f303'
}

.zmdi-rotate-ccw:before {
    content: '\f304'
}

.zmdi-rotate-cw:before {
    content: '\f305'
}

.zmdi-rotate-left:before {
    content: '\f306'
}

.zmdi-rotate-right:before {
    content: '\f307'
}

.zmdi-square-down:before {
    content: '\f308'
}

.zmdi-square-right:before {
    content: '\f309'
}

.zmdi-swap-alt:before {
    content: '\f30a'
}

.zmdi-swap-vertical-circle:before {
    content: '\f30b'
}

.zmdi-swap-vertical:before {
    content: '\f30c'
}

.zmdi-swap:before {
    content: '\f30d'
}

.zmdi-trending-down:before {
    content: '\f30e'
}

.zmdi-trending-flat:before {
    content: '\f30f'
}

.zmdi-trending-up:before {
    content: '\f310'
}

.zmdi-unfold-less:before {
    content: '\f311'
}

.zmdi-unfold-more:before {
    content: '\f312'
}

.zmdi-apps:before {
    content: '\f313'
}

.zmdi-grid-off:before {
    content: '\f314'
}

.zmdi-grid:before {
    content: '\f315'
}

.zmdi-view-agenda:before {
    content: '\f316'
}

.zmdi-view-array:before {
    content: '\f317'
}

.zmdi-view-carousel:before {
    content: '\f318'
}

.zmdi-view-column:before {
    content: '\f319'
}

.zmdi-view-comfy:before {
    content: '\f31a'
}

.zmdi-view-compact:before {
    content: '\f31b'
}

.zmdi-view-dashboard:before {
    content: '\f31c'
}

.zmdi-view-day:before {
    content: '\f31d'
}

.zmdi-view-headline:before {
    content: '\f31e'
}

.zmdi-view-list-alt:before {
    content: '\f31f'
}

.zmdi-view-list:before {
    content: '\f320'
}

.zmdi-view-module:before {
    content: '\f321'
}

.zmdi-view-quilt:before {
    content: '\f322'
}

.zmdi-view-stream:before {
    content: '\f323'
}

.zmdi-view-subtitles:before {
    content: '\f324'
}

.zmdi-view-toc:before {
    content: '\f325'
}

.zmdi-view-web:before {
    content: '\f326'
}

.zmdi-view-week:before {
    content: '\f327'
}

.zmdi-widgets:before {
    content: '\f328'
}

.zmdi-alarm-check:before {
    content: '\f329'
}

.zmdi-alarm-off:before {
    content: '\f32a'
}

.zmdi-alarm-plus:before {
    content: '\f32b'
}

.zmdi-alarm-snooze:before {
    content: '\f32c'
}

.zmdi-alarm:before {
    content: '\f32d'
}

.zmdi-calendar-alt:before {
    content: '\f32e'
}

.zmdi-calendar-check:before {
    content: '\f32f'
}

.zmdi-calendar-close:before {
    content: '\f330'
}

.zmdi-calendar-note:before {
    content: '\f331'
}

.zmdi-calendar:before {
    content: '\f332'
}

.zmdi-time-countdown:before {
    content: '\f333'
}

.zmdi-time-interval:before {
    content: '\f334'
}

.zmdi-time-restore-setting:before {
    content: '\f335'
}

.zmdi-time-restore:before {
    content: '\f336'
}

.zmdi-time:before {
    content: '\f337'
}

.zmdi-timer-off:before {
    content: '\f338'
}

.zmdi-timer:before {
    content: '\f339'
}

.zmdi-android-alt:before {
    content: '\f33a'
}

.zmdi-android:before {
    content: '\f33b'
}

.zmdi-apple:before {
    content: '\f33c'
}

.zmdi-behance:before {
    content: '\f33d'
}

.zmdi-codepen:before {
    content: '\f33e'
}

.zmdi-dribbble:before {
    content: '\f33f'
}

.zmdi-dropbox:before {
    content: '\f340'
}

.zmdi-evernote:before {
    content: '\f341'
}

.zmdi-facebook-box:before {
    content: '\f342'
}

.zmdi-facebook:before {
    content: '\f343'
}

.zmdi-github-box:before {
    content: '\f344'
}

.zmdi-github:before {
    content: '\f345'
}

.zmdi-google-drive:before {
    content: '\f346'
}

.zmdi-google-earth:before {
    content: '\f347'
}

.zmdi-google-glass:before {
    content: '\f348'
}

.zmdi-google-maps:before {
    content: '\f349'
}

.zmdi-google-pages:before {
    content: '\f34a'
}

.zmdi-google-play:before {
    content: '\f34b'
}

.zmdi-google-plus-box:before {
    content: '\f34c'
}

.zmdi-google-plus:before {
    content: '\f34d'
}

.zmdi-google:before {
    content: '\f34e'
}

.zmdi-instagram:before {
    content: '\f34f'
}

.zmdi-language-css3:before {
    content: '\f350'
}

.zmdi-language-html5:before {
    content: '\f351'
}

.zmdi-language-javascript:before {
    content: '\f352'
}

.zmdi-language-python-alt:before {
    content: '\f353'
}

.zmdi-language-python:before {
    content: '\f354'
}

.zmdi-lastfm:before {
    content: '\f355'
}

.zmdi-linkedin-box:before {
    content: '\f356'
}

.zmdi-paypal:before {
    content: '\f357'
}

.zmdi-pinterest-box:before {
    content: '\f358'
}

.zmdi-pocket:before {
    content: '\f359'
}

.zmdi-polymer:before {
    content: '\f35a'
}

.zmdi-share:before {
    content: '\f35b'
}

.zmdi-stackoverflow:before {
    content: '\f35c'
}

.zmdi-steam-square:before {
    content: '\f35d'
}

.zmdi-steam:before {
    content: '\f35e'
}

.zmdi-twitter-box:before {
    content: '\f35f'
}

.zmdi-twitter:before {
    content: '\f360'
}

.zmdi-vk:before {
    content: '\f361'
}

.zmdi-wikipedia:before {
    content: '\f362'
}

.zmdi-windows:before {
    content: '\f363'
}

.zmdi-aspect-ratio-alt:before {
    content: '\f364'
}

.zmdi-aspect-ratio:before {
    content: '\f365'
}

.zmdi-blur-circular:before {
    content: '\f366'
}

.zmdi-blur-linear:before {
    content: '\f367'
}

.zmdi-blur-off:before {
    content: '\f368'
}

.zmdi-blur:before {
    content: '\f369'
}

.zmdi-brightness-2:before {
    content: '\f36a'
}

.zmdi-brightness-3:before {
    content: '\f36b'
}

.zmdi-brightness-4:before {
    content: '\f36c'
}

.zmdi-brightness-5:before {
    content: '\f36d'
}

.zmdi-brightness-6:before {
    content: '\f36e'
}

.zmdi-brightness-7:before {
    content: '\f36f'
}

.zmdi-brightness-auto:before {
    content: '\f370'
}

.zmdi-brightness-setting:before {
    content: '\f371'
}

.zmdi-broken-image:before {
    content: '\f372'
}

.zmdi-center-focus-strong:before {
    content: '\f373'
}

.zmdi-center-focus-weak:before {
    content: '\f374'
}

.zmdi-compare:before {
    content: '\f375'
}

.zmdi-crop-16-9:before {
    content: '\f376'
}

.zmdi-crop-3-2:before {
    content: '\f377'
}

.zmdi-crop-5-4:before {
    content: '\f378'
}

.zmdi-crop-7-5:before {
    content: '\f379'
}

.zmdi-crop-din:before {
    content: '\f37a'
}

.zmdi-crop-free:before {
    content: '\f37b'
}

.zmdi-crop-landscape:before {
    content: '\f37c'
}

.zmdi-crop-portrait:before {
    content: '\f37d'
}

.zmdi-crop-square:before {
    content: '\f37e'
}

.zmdi-exposure-alt:before {
    content: '\f37f'
}

.zmdi-exposure:before {
    content: '\f380'
}

.zmdi-filter-b-and-w:before {
    content: '\f381'
}

.zmdi-filter-center-focus:before {
    content: '\f382'
}

.zmdi-filter-frames:before {
    content: '\f383'
}

.zmdi-filter-tilt-shift:before {
    content: '\f384'
}

.zmdi-gradient:before {
    content: '\f385'
}

.zmdi-grain:before {
    content: '\f386'
}

.zmdi-graphic-eq:before {
    content: '\f387'
}

.zmdi-hdr-off:before {
    content: '\f388'
}

.zmdi-hdr-strong:before {
    content: '\f389'
}

.zmdi-hdr-weak:before {
    content: '\f38a'
}

.zmdi-hdr:before {
    content: '\f38b'
}

.zmdi-iridescent:before {
    content: '\f38c'
}

.zmdi-leak-off:before {
    content: '\f38d'
}

.zmdi-leak:before {
    content: '\f38e'
}

.zmdi-looks:before {
    content: '\f38f'
}

.zmdi-loupe:before {
    content: '\f390'
}

.zmdi-panorama-horizontal:before {
    content: '\f391'
}

.zmdi-panorama-vertical:before {
    content: '\f392'
}

.zmdi-panorama-wide-angle:before {
    content: '\f393'
}

.zmdi-photo-size-select-large:before {
    content: '\f394'
}

.zmdi-photo-size-select-small:before {
    content: '\f395'
}

.zmdi-picture-in-picture:before {
    content: '\f396'
}

.zmdi-slideshow:before {
    content: '\f397'
}

.zmdi-texture:before {
    content: '\f398'
}

.zmdi-tonality:before {
    content: '\f399'
}

.zmdi-vignette:before {
    content: '\f39a'
}

.zmdi-wb-auto:before {
    content: '\f39b'
}

.zmdi-eject-alt:before {
    content: '\f39c'
}

.zmdi-eject:before {
    content: '\f39d'
}

.zmdi-equalizer:before {
    content: '\f39e'
}

.zmdi-fast-forward:before {
    content: '\f39f'
}

.zmdi-fast-rewind:before {
    content: '\f3a0'
}

.zmdi-forward-10:before {
    content: '\f3a1'
}

.zmdi-forward-30:before {
    content: '\f3a2'
}

.zmdi-forward-5:before {
    content: '\f3a3'
}

.zmdi-hearing:before {
    content: '\f3a4'
}

.zmdi-pause-circle-outline:before {
    content: '\f3a5'
}

.zmdi-pause-circle:before {
    content: '\f3a6'
}

.zmdi-pause:before {
    content: '\f3a7'
}

.zmdi-play-circle-outline:before {
    content: '\f3a8'
}

.zmdi-play-circle:before {
    content: '\f3a9'
}

.zmdi-play:before {
    content: '\f3aa'
}

.zmdi-playlist-audio:before {
    content: '\f3ab'
}

.zmdi-playlist-plus:before {
    content: '\f3ac'
}

.zmdi-repeat-one:before {
    content: '\f3ad'
}

.zmdi-repeat:before {
    content: '\f3ae'
}

.zmdi-replay-10:before {
    content: '\f3af'
}

.zmdi-replay-30:before {
    content: '\f3b0'
}

.zmdi-replay-5:before {
    content: '\f3b1'
}

.zmdi-replay:before {
    content: '\f3b2'
}

.zmdi-shuffle:before {
    content: '\f3b3'
}

.zmdi-skip-next:before {
    content: '\f3b4'
}

.zmdi-skip-previous:before {
    content: '\f3b5'
}

.zmdi-stop:before {
    content: '\f3b6'
}

.zmdi-surround-sound:before {
    content: '\f3b7'
}

.zmdi-tune:before {
    content: '\f3b8'
}

.zmdi-volume-down:before {
    content: '\f3b9'
}

.zmdi-volume-mute:before {
    content: '\f3ba'
}

.zmdi-volume-off:before {
    content: '\f3bb'
}

.zmdi-volume-up:before {
    content: '\f3bc'
}

.zmdi-n-1-square:before {
    content: '\f3bd'
}

.zmdi-n-2-square:before {
    content: '\f3be'
}

.zmdi-n-3-square:before {
    content: '\f3bf'
}

.zmdi-n-4-square:before {
    content: '\f3c0'
}

.zmdi-n-5-square:before {
    content: '\f3c1'
}

.zmdi-n-6-square:before {
    content: '\f3c2'
}

.zmdi-neg-1:before {
    content: '\f3c3'
}

.zmdi-neg-2:before {
    content: '\f3c4'
}

.zmdi-plus-1:before {
    content: '\f3c5'
}

.zmdi-plus-2:before {
    content: '\f3c6'
}

.zmdi-sec-10:before {
    content: '\f3c7'
}

.zmdi-sec-3:before {
    content: '\f3c8'
}

.zmdi-zero:before {
    content: '\f3c9'
}

.zmdi-airline-seat-flat-angled:before {
    content: '\f3ca'
}

.zmdi-airline-seat-flat:before {
    content: '\f3cb'
}

.zmdi-airline-seat-individual-suite:before {
    content: '\f3cc'
}

.zmdi-airline-seat-legroom-extra:before {
    content: '\f3cd'
}

.zmdi-airline-seat-legroom-normal:before {
    content: '\f3ce'
}

.zmdi-airline-seat-legroom-reduced:before {
    content: '\f3cf'
}

.zmdi-airline-seat-recline-extra:before {
    content: '\f3d0'
}

.zmdi-airline-seat-recline-normal:before {
    content: '\f3d1'
}

.zmdi-airplay:before {
    content: '\f3d2'
}

.zmdi-closed-caption:before {
    content: '\f3d3'
}

.zmdi-confirmation-number:before {
    content: '\f3d4'
}

.zmdi-developer-board:before {
    content: '\f3d5'
}

.zmdi-disc-full:before {
    content: '\f3d6'
}

.zmdi-explicit:before {
    content: '\f3d7'
}

.zmdi-flight-land:before {
    content: '\f3d8'
}

.zmdi-flight-takeoff:before {
    content: '\f3d9'
}

.zmdi-flip-to-back:before {
    content: '\f3da'
}

.zmdi-flip-to-front:before {
    content: '\f3db'
}

.zmdi-group-work:before {
    content: '\f3dc'
}

.zmdi-hd:before {
    content: '\f3dd'
}

.zmdi-hq:before {
    content: '\f3de'
}

.zmdi-markunread-mailbox:before {
    content: '\f3df'
}

.zmdi-memory:before {
    content: '\f3e0'
}

.zmdi-nfc:before {
    content: '\f3e1'
}

.zmdi-play-for-work:before {
    content: '\f3e2'
}

.zmdi-power-input:before {
    content: '\f3e3'
}

.zmdi-present-to-all:before {
    content: '\f3e4'
}

.zmdi-satellite:before {
    content: '\f3e5'
}

.zmdi-tap-and-play:before {
    content: '\f3e6'
}

.zmdi-vibration:before {
    content: '\f3e7'
}

.zmdi-voicemail:before {
    content: '\f3e8'
}

.zmdi-group:before {
    content: '\f3e9'
}

.zmdi-rss:before {
    content: '\f3ea'
}

.zmdi-shape:before {
    content: '\f3eb'
}

.zmdi-spinner:before {
    content: '\f3ec'
}

.zmdi-ungroup:before {
    content: '\f3ed'
}

.zmdi-500px:before {
    content: '\f3ee'
}

.zmdi-8tracks:before {
    content: '\f3ef'
}

.zmdi-amazon:before {
    content: '\f3f0'
}

.zmdi-blogger:before {
    content: '\f3f1'
}

.zmdi-delicious:before {
    content: '\f3f2'
}

.zmdi-disqus:before {
    content: '\f3f3'
}

.zmdi-flattr:before {
    content: '\f3f4'
}

.zmdi-flickr:before {
    content: '\f3f5'
}

.zmdi-github-alt:before {
    content: '\f3f6'
}

.zmdi-google-old:before {
    content: '\f3f7'
}

.zmdi-linkedin:before {
    content: '\f3f8'
}

.zmdi-odnoklassniki:before {
    content: '\f3f9'
}

.zmdi-outlook:before {
    content: '\f3fa'
}

.zmdi-paypal-alt:before {
    content: '\f3fb'
}

.zmdi-pinterest:before {
    content: '\f3fc'
}

.zmdi-playstation:before {
    content: '\f3fd'
}

.zmdi-reddit:before {
    content: '\f3fe'
}

.zmdi-skype:before {
    content: '\f3ff'
}

.zmdi-slideshare:before {
    content: '\f400'
}

.zmdi-soundcloud:before {
    content: '\f401'
}

.zmdi-tumblr:before {
    content: '\f402'
}

.zmdi-twitch:before {
    content: '\f403'
}

.zmdi-vimeo:before {
    content: '\f404'
}

.zmdi-whatsapp:before {
    content: '\f405'
}

.zmdi-xbox:before {
    content: '\f406'
}

.zmdi-yahoo:before {
    content: '\f407'
}

.zmdi-youtube-play:before {
    content: '\f408'
}

.zmdi-youtube:before {
    content: '\f409'
}

.zmdi-import-export:before,
.zmdi-swap-vertical-:before {
    content: '\f30c'
}

.zmdi-airplanemode-inactive:before {
    content: '\f102'
}

.zmdi-airplanemode-active:before,
.zmdi-rate-review:before {
    content: '\f103'
}

.zmdi-comment-sign:before {
    content: '\f25a'
}

.zmdi-network-warning:before {
    content: '\f2ad'
}

.zmdi-shopping-cart-add:before {
    content: '\f1ca'
}

.zmdi-file-add:before {
    content: '\f221'
}

.zmdi-network-wifi-scan:before {
    content: '\f2e4'
}

.zmdi-collection-add:before {
    content: '\f14e'
}

.zmdi-format-playlist-add:before {
    content: '\f3ac'
}

.zmdi-format-queue-music:before {
    content: '\f3ab'
}

.zmdi-plus-box:before {
    content: '\f277'
}

.zmdi-tag-backspace:before {
    content: '\f1d9'
}

.zmdi-alarm-add:before {
    content: '\f32b'
}

.zmdi-battery-charging:before {
    content: '\f114'
}

.zmdi-daydream-setting:before {
    content: '\f217'
}

.zmdi-more-horiz:before {
    content: '\f19c'
}

.zmdi-book-photo:before {
    content: '\f11b'
}

.zmdi-incandescent:before {
    content: '\f189'
}

.zmdi-wb-iridescent:before {
    content: '\f38c'
}

.zmdi-calendar-remove:before {
    content: '\f330'
}

.zmdi-refresh-sync-disabled:before {
    content: '\f1b7'
}

.zmdi-refresh-sync-problem:before {
    content: '\f1b6'
}

.zmdi-crop-original:before {
    content: '\f17e'
}

.zmdi-power-off:before {
    content: '\f1af'
}

.zmdi-power-off-setting:before {
    content: '\f1ae'
}

.zmdi-leak-remove:before {
    content: '\f38d'
}

.zmdi-star-border:before {
    content: '\f27c'
}

.zmdi-brightness-low:before {
    content: '\f36d'
}

.zmdi-brightness-medium:before {
    content: '\f36e'
}

.zmdi-brightness-high:before {
    content: '\f36f'
}

.zmdi-smartphone-portrait:before {
    content: '\f2d4'
}

.zmdi-live-tv:before {
    content: '\f2d9'
}

.zmdi-format-textdirection-l-to-r:before {
    content: '\f249'
}

.zmdi-format-textdirection-r-to-l:before {
    content: '\f24a'
}

.zmdi-arrow-back:before {
    content: '\f2ea'
}

.zmdi-arrow-forward:before {
    content: '\f2ee'
}

.zmdi-arrow-in:before {
    content: '\f2e9'
}

.zmdi-arrow-out:before {
    content: '\f2ed'
}

.zmdi-rotate-90-degrees-ccw:before {
    content: '\f304'
}

.zmdi-adb:before {
    content: '\f33a'
}

.zmdi-network-wifi:before {
    content: '\f2e8'
}

.zmdi-network-wifi-alt:before {
    content: '\f2e3'
}

.zmdi-network-wifi-lock:before {
    content: '\f2e5'
}

.zmdi-network-wifi-off:before {
    content: '\f2e6'
}

.zmdi-network-wifi-outline:before {
    content: '\f2e7'
}

.zmdi-network-wifi-info:before {
    content: '\f2e4'
}

.zmdi-layers-clear:before {
    content: '\f18b'
}

.zmdi-colorize:before {
    content: '\f15d'
}

.zmdi-format-paint:before {
    content: '\f1ba'
}

.zmdi-format-quote:before {
    content: '\f1b2'
}

.zmdi-camera-monochrome-photos:before {
    content: '\f285'
}

.zmdi-sort-by-alpha:before {
    content: '\f1cf'
}

.zmdi-folder-shared:before {
    content: '\f225'
}

.zmdi-folder-special:before {
    content: '\f226'
}

.zmdi-comment-dots:before {
    content: '\f260'
}

.zmdi-reorder:before {
    content: '\f31e'
}

.zmdi-dehaze:before {
    content: '\f197'
}

.zmdi-sort:before {
    content: '\f1ce'
}

.zmdi-pages:before {
    content: '\f34a'
}

.zmdi-stack-overflow:before {
    content: '\f35c'
}

.zmdi-calendar-account:before {
    content: '\f204'
}

.zmdi-paste:before {
    content: '\f109'
}

.zmdi-cut:before {
    content: '\f1bc'
}

.zmdi-save:before {
    content: '\f297'
}

.zmdi-smartphone-code:before {
    content: '\f139'
}

.zmdi-directions-bike:before {
    content: '\f117'
}

.zmdi-directions-boat:before {
    content: '\f11a'
}

.zmdi-directions-bus:before {
    content: '\f121'
}

.zmdi-directions-car:before {
    content: '\f125'
}

.zmdi-directions-railway:before {
    content: '\f1b3'
}

.zmdi-directions-run:before {
    content: '\f215'
}

.zmdi-directions-subway:before {
    content: '\f1d5'
}

.zmdi-directions-walk:before {
    content: '\f216'
}

.zmdi-local-hotel:before {
    content: '\f178'
}

.zmdi-local-activity:before,
.zmdi-local-play:before {
    content: '\f1df'
}

.zmdi-local-airport:before {
    content: '\f103'
}

.zmdi-local-atm:before {
    content: '\f198'
}

.zmdi-local-bar:before {
    content: '\f137'
}

.zmdi-local-cafe:before {
    content: '\f13b'
}

.zmdi-local-car-wash:before {
    content: '\f124'
}

.zmdi-local-convenience-store:before {
    content: '\f1d3'
}

.zmdi-local-dining:before {
    content: '\f153'
}

.zmdi-local-drink:before {
    content: '\f157'
}

.zmdi-local-florist:before {
    content: '\f168'
}

.zmdi-local-gas-station:before {
    content: '\f16f'
}

.zmdi-local-grocery-store:before {
    content: '\f1cb'
}

.zmdi-local-hospital:before {
    content: '\f177'
}

.zmdi-local-laundry-service:before {
    content: '\f1e9'
}

.zmdi-local-library:before {
    content: '\f18d'
}

.zmdi-local-mall:before {
    content: '\f195'
}

.zmdi-local-movies:before {
    content: '\f19d'
}

.zmdi-local-offer:before {
    content: '\f187'
}

.zmdi-local-parking:before {
    content: '\f1a5'
}

.zmdi-local-pharmacy:before {
    content: '\f176'
}

.zmdi-local-phone:before {
    content: '\f2be'
}

.zmdi-local-pizza:before {
    content: '\f1ac'
}

.zmdi-local-post-office:before {
    content: '\f15a'
}

.zmdi-local-printshop:before {
    content: '\f1b0'
}

.zmdi-local-see:before {
    content: '\f28c'
}

.zmdi-local-shipping:before {
    content: '\f1e6'
}

.zmdi-local-store:before {
    content: '\f1d4'
}

.zmdi-local-taxi:before {
    content: '\f123'
}

.zmdi-local-wc:before {
    content: '\f211'
}

.zmdi-my-location:before {
    content: '\f299'
}

.zmdi-directions:before {
    content: '\f1e7'
}

@font-face {
    font-family: simple-line-icons;
    src: url(../fonts/simple-line-icons/Simple-Line-Icons4c82.eot?-i3a2kk);
    src: url(../fonts/simple-line-icons/Simple-Line-Iconsd41d.eot?#iefix-i3a2kk) format('embedded-opentype'), url(../fonts/simple-line-icons/Simple-Line-Icons4c82.ttf?-i3a2kk) format('truetype'), url(../fonts/simple-line-icons/Simple-Line-Icons4c82.woff2?-i3a2kk) format('woff2'), url(../fonts/simple-line-icons/Simple-Line-Icons4c82.woff?-i3a2kk) format('woff'), url(../fonts/simple-line-icons/Simple-Line-Icons4c82.svg?-i3a2kk#simple-line-icons) format('svg');
    font-weight: 400;
    font-style: normal
}

.icon-action-redo,
.icon-action-undo,
.icon-anchor,
.icon-arrow-down,
.icon-arrow-down-circle,
.icon-arrow-left,
.icon-arrow-left-circle,
.icon-arrow-right,
.icon-arrow-right-circle,
.icon-arrow-up,
.icon-arrow-up-circle,
.icon-badge,
.icon-bag,
.icon-ban,
.icon-basket,
.icon-basket-loaded,
.icon-bell,
.icon-book-open,
.icon-briefcase,
.icon-bubble,
.icon-bubbles,
.icon-bulb,
.icon-calculator,
.icon-calender,
.icon-call-end,
.icon-call-in,
.icon-call-out,
.icon-camera,
.icon-camrecorder,
.icon-chart,
.icon-check,
.icon-chemistry,
.icon-clock,
.icon-close,
.icon-cloud-download,
.icon-cloud-upload,
.icon-compass,
.icon-control-end,
.icon-control-forward,
.icon-control-pause,
.icon-control-play,
.icon-control-rewind,
.icon-control-start,
.icon-credit-card,
.icon-crop,
.icon-cup,
.icon-cursor,
.icon-cursor-move,
.icon-diamond,
.icon-direction,
.icon-directions,
.icon-disc,
.icon-dislike,
.icon-doc,
.icon-docs,
.icon-drawar,
.icon-drop,
.icon-earphones,
.icon-earphones-alt,
.icon-emotsmile,
.icon-energy,
.icon-envelope,
.icon-envelope-letter,
.icon-envelope-open,
.icon-equalizer,
.icon-eye,
.icon-eyeglass,
.icon-feed,
.icon-film,
.icon-fire,
.icon-flag,
.icon-folder,
.icon-folder-alt,
.icon-frame,
.icon-game-controller,
.icon-ghost,
.icon-globe,
.icon-globe-alt,
.icon-graduation,
.icon-graph,
.icon-grid,
.icon-handbag,
.icon-heart,
.icon-home,
.icon-hourglass,
.icon-info,
.icon-key,
.icon-layers,
.icon-like,
.icon-link,
.icon-list,
.icon-location-pin,
.icon-lock,
.icon-lock-open,
.icon-login,
.icon-logout,
.icon-loop,
.icon-magic-wand,
.icon-magnet,
.icon-magnifier,
.icon-magnifier-add,
.icon-magnifier-remove,
.icon-map,
.icon-menu,
.icon-microphone,
.icon-mouse,
.icon-music-tone,
.icon-music-tone-alt,
.icon-mustache,
.icon-note,
.icon-notebook,
.icon-options,
.icon-options-vertical,
.icon-paper-clip,
.icon-paper-plane,
.icon-paypal,
.icon-pencil,
.icon-people,
.icon-phone,
.icon-picture,
.icon-pie-chart,
.icon-pin,
.icon-plane,
.icon-playlist,
.icon-plus,
.icon-power,
.icon-present,
.icon-printer,
.icon-puzzle,
.icon-question,
.icon-refresh,
.icon-reload,
.icon-rocket,
.icon-screen-desktop,
.icon-screen-smartphone,
.icon-screen-tablet,
.icon-settings,
.icon-share,
.icon-share-alt,
.icon-shield,
.icon-shuffle,
.icon-size-actual,
.icon-size-fullscreen,
.icon-social-behance,
.icon-social-dribbble,
.icon-social-dropbox,
.icon-social-facebook,
.icon-social-foursqare,
.icon-social-github,
.icon-social-gplus,
.icon-social-instagram,
.icon-social-linkedin,
.icon-social-pintarest,
.icon-social-reddit,
.icon-social-skype,
.icon-social-soundcloud,
.icon-social-spotify,
.icon-social-stumbleupon,
.icon-social-tumblr,
.icon-social-twitter,
.icon-social-youtube,
.icon-speech,
.icon-speedometer,
.icon-star,
.icon-support,
.icon-symble-female,
.icon-symbol-male,
.icon-tag,
.icon-target,
.icon-trash,
.icon-trophy,
.icon-umbrella,
.icon-user,
.icon-user-female,
.icon-user-follow,
.icon-user-following,
.icon-user-unfollow,
.icon-vector,
.icon-volume-1,
.icon-volume-2,
.icon-volume-off,
.icon-wallet,
.icon-wrench {
    font-family: simple-line-icons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-user:before {
    content: "\e005"
}

.icon-people:before {
    content: "\e001"
}

.icon-user-female:before {
    content: "\e000"
}

.icon-user-follow:before {
    content: "\e002"
}

.icon-user-following:before {
    content: "\e003"
}

.icon-user-unfollow:before {
    content: "\e004"
}

.icon-login:before {
    content: "\e066"
}

.icon-logout:before {
    content: "\e065"
}

.icon-emotsmile:before {
    content: "\e021"
}

.icon-phone:before {
    content: "\e600"
}

.icon-call-end:before {
    content: "\e048"
}

.icon-call-in:before {
    content: "\e047"
}

.icon-call-out:before {
    content: "\e046"
}

.icon-map:before {
    content: "\e033"
}

.icon-location-pin:before {
    content: "\e096"
}

.icon-direction:before {
    content: "\e042"
}

.icon-directions:before {
    content: "\e041"
}

.icon-compass:before {
    content: "\e045"
}

.icon-layers:before {
    content: "\e034"
}

.icon-menu:before {
    content: "\e601"
}

.icon-list:before {
    content: "\e067"
}

.icon-options-vertical:before {
    content: "\e602"
}

.icon-options:before {
    content: "\e603"
}

.icon-arrow-down:before {
    content: "\e604"
}

.icon-arrow-left:before {
    content: "\e605"
}

.icon-arrow-right:before {
    content: "\e606"
}

.icon-arrow-up:before {
    content: "\e607"
}

.icon-arrow-up-circle:before {
    content: "\e078"
}

.icon-arrow-left-circle:before {
    content: "\e07a"
}

.icon-arrow-right-circle:before {
    content: "\e079"
}

.icon-arrow-down-circle:before {
    content: "\e07b"
}

.icon-check:before {
    content: "\e080"
}

.icon-clock:before {
    content: "\e081"
}

.icon-plus:before {
    content: "\e095"
}

.icon-close:before {
    content: "\e082"
}

.icon-trophy:before {
    content: "\e006"
}

.icon-screen-smartphone:before {
    content: "\e010"
}

.icon-screen-desktop:before {
    content: "\e011"
}

.icon-plane:before {
    content: "\e012"
}

.icon-notebook:before {
    content: "\e013"
}

.icon-mustache:before {
    content: "\e014"
}

.icon-mouse:before {
    content: "\e015"
}

.icon-magnet:before {
    content: "\e016"
}

.icon-energy:before {
    content: "\e020"
}

.icon-disc:before {
    content: "\e022"
}

.icon-cursor:before {
    content: "\e06e"
}

.icon-cursor-move:before {
    content: "\e023"
}

.icon-crop:before {
    content: "\e024"
}

.icon-chemistry:before {
    content: "\e026"
}

.icon-speedometer:before {
    content: "\e007"
}

.icon-shield:before {
    content: "\e00e"
}

.icon-screen-tablet:before {
    content: "\e00f"
}

.icon-magic-wand:before {
    content: "\e017"
}

.icon-hourglass:before {
    content: "\e018"
}

.icon-graduation:before {
    content: "\e019"
}

.icon-ghost:before {
    content: "\e01a"
}

.icon-game-controller:before {
    content: "\e01b"
}

.icon-fire:before {
    content: "\e01c"
}

.icon-eyeglass:before {
    content: "\e01d"
}

.icon-envelope-open:before {
    content: "\e01e"
}

.icon-envelope-letter:before {
    content: "\e01f"
}

.icon-bell:before {
    content: "\e027"
}

.icon-badge:before {
    content: "\e028"
}

.icon-anchor:before {
    content: "\e029"
}

.icon-wallet:before {
    content: "\e02a"
}

.icon-vector:before {
    content: "\e02b"
}

.icon-speech:before {
    content: "\e02c"
}

.icon-puzzle:before {
    content: "\e02d"
}

.icon-printer:before {
    content: "\e02e"
}

.icon-present:before {
    content: "\e02f"
}

.icon-playlist:before {
    content: "\e030"
}

.icon-pin:before {
    content: "\e031"
}

.icon-picture:before {
    content: "\e032"
}

.icon-handbag:before {
    content: "\e035"
}

.icon-globe-alt:before {
    content: "\e036"
}

.icon-globe:before {
    content: "\e037"
}

.icon-folder-alt:before {
    content: "\e039"
}

.icon-folder:before {
    content: "\e089"
}

.icon-film:before {
    content: "\e03a"
}

.icon-feed:before {
    content: "\e03b"
}

.icon-drop:before {
    content: "\e03e"
}

.icon-drawar:before {
    content: "\e03f"
}

.icon-docs:before {
    content: "\e040"
}

.icon-doc:before {
    content: "\e085"
}

.icon-diamond:before {
    content: "\e043"
}

.icon-cup:before {
    content: "\e044"
}

.icon-calculator:before {
    content: "\e049"
}

.icon-bubbles:before {
    content: "\e04a"
}

.icon-briefcase:before {
    content: "\e04b"
}

.icon-book-open:before {
    content: "\e04c"
}

.icon-basket-loaded:before {
    content: "\e04d"
}

.icon-basket:before {
    content: "\e04e"
}

.icon-bag:before {
    content: "\e04f"
}

.icon-action-undo:before {
    content: "\e050"
}

.icon-action-redo:before {
    content: "\e051"
}

.icon-wrench:before {
    content: "\e052"
}

.icon-umbrella:before {
    content: "\e053"
}

.icon-trash:before {
    content: "\e054"
}

.icon-tag:before {
    content: "\e055"
}

.icon-support:before {
    content: "\e056"
}

.icon-frame:before {
    content: "\e038"
}

.icon-size-fullscreen:before {
    content: "\e057"
}

.icon-size-actual:before {
    content: "\e058"
}

.icon-shuffle:before {
    content: "\e059"
}

.icon-share-alt:before {
    content: "\e05a"
}

.icon-share:before {
    content: "\e05b"
}

.icon-rocket:before {
    content: "\e05c"
}

.icon-question:before {
    content: "\e05d"
}

.icon-pie-chart:before {
    content: "\e05e"
}

.icon-pencil:before {
    content: "\e05f"
}

.icon-note:before {
    content: "\e060"
}

.icon-loop:before {
    content: "\e064"
}

.icon-home:before {
    content: "\e069"
}

.icon-grid:before {
    content: "\e06a"
}

.icon-graph:before {
    content: "\e06b"
}

.icon-microphone:before {
    content: "\e063"
}

.icon-music-tone-alt:before {
    content: "\e061"
}

.icon-music-tone:before {
    content: "\e062"
}

.icon-earphones-alt:before {
    content: "\e03c"
}

.icon-earphones:before {
    content: "\e03d"
}

.icon-equalizer:before {
    content: "\e06c"
}

.icon-like:before {
    content: "\e068"
}

.icon-dislike:before {
    content: "\e06d"
}

.icon-control-start:before {
    content: "\e06f"
}

.icon-control-rewind:before {
    content: "\e070"
}

.icon-control-play:before {
    content: "\e071"
}

.icon-control-pause:before {
    content: "\e072"
}

.icon-control-forward:before {
    content: "\e073"
}

.icon-control-end:before {
    content: "\e074"
}

.icon-volume-1:before {
    content: "\e09f"
}

.icon-volume-2:before {
    content: "\e0a0"
}

.icon-volume-off:before {
    content: "\e0a1"
}

.icon-calender:before {
    content: "\e075"
}

.icon-bulb:before {
    content: "\e076"
}

.icon-chart:before {
    content: "\e077"
}

.icon-ban:before {
    content: "\e07c"
}

.icon-bubble:before {
    content: "\e07d"
}

.icon-camrecorder:before {
    content: "\e07e"
}

.icon-camera:before {
    content: "\e07f"
}

.icon-cloud-download:before {
    content: "\e083"
}

.icon-cloud-upload:before {
    content: "\e084"
}

.icon-envelope:before {
    content: "\e086"
}

.icon-eye:before {
    content: "\e087"
}

.icon-flag:before {
    content: "\e088"
}

.icon-heart:before {
    content: "\e08a"
}

.icon-info:before {
    content: "\e08b"
}

.icon-key:before {
    content: "\e08c"
}

.icon-link:before {
    content: "\e08d"
}

.icon-lock:before {
    content: "\e08e"
}

.icon-lock-open:before {
    content: "\e08f"
}

.icon-magnifier:before {
    content: "\e090"
}

.icon-magnifier-add:before {
    content: "\e091"
}

.icon-magnifier-remove:before {
    content: "\e092"
}

.icon-paper-clip:before {
    content: "\e093"
}

.icon-paper-plane:before {
    content: "\e094"
}

.icon-power:before {
    content: "\e097"
}

.icon-refresh:before {
    content: "\e098"
}

.icon-reload:before {
    content: "\e099"
}

.icon-settings:before {
    content: "\e09a"
}

.icon-star:before {
    content: "\e09b"
}

.icon-symble-female:before {
    content: "\e09c"
}

.icon-symbol-male:before {
    content: "\e09d"
}

.icon-target:before {
    content: "\e09e"
}

.icon-credit-card:before {
    content: "\e025"
}

.icon-paypal:before {
    content: "\e608"
}

.icon-social-tumblr:before {
    content: "\e00a"
}

.icon-social-twitter:before {
    content: "\e009"
}

.icon-social-facebook:before {
    content: "\e00b"
}

.icon-social-instagram:before {
    content: "\e609"
}

.icon-social-linkedin:before {
    content: "\e60a"
}

.icon-social-pintarest:before {
    content: "\e60b"
}

.icon-social-github:before {
    content: "\e60c"
}

.icon-social-gplus:before {
    content: "\e60d"
}

.icon-social-reddit:before {
    content: "\e60e"
}

.icon-social-skype:before {
    content: "\e60f"
}

.icon-social-dribbble:before {
    content: "\e00d"
}

.icon-social-behance:before {
    content: "\e610"
}

.icon-social-foursqare:before {
    content: "\e611"
}

.icon-social-soundcloud:before {
    content: "\e612"
}

.icon-social-spotify:before {
    content: "\e613"
}

.icon-social-stumbleupon:before {
    content: "\e614"
}

.icon-social-youtube:before {
    content: "\e008"
}

.icon-social-dropbox:before {
    content: "\e00c"
}


/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: FontAwesome;
    src: url(../fonts/fontawesome/fontawesome-webfont.eot?v=4.6.3);
    src: url(../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.3) format('embedded-opentype'), url(../fonts/fontawesome/fontawesome-webfont.woff2?v=4.6.3) format('woff2'), url(../fonts/fontawesome/fontawesome-webfont.woff?v=4.6.3) format('woff'), url(../fonts/fontawesome/fontawesome-webfont.ttf?v=4.6.3) format('truetype'), url(../fonts/fontawesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

#lg-counter,
.fa-stack,
.lg-outer .lg-caret,
.lg-outer .lg-image {
    vertical-align: middle
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em
}

.fa.fa-pull-right,
.fa.pull-right {
    margin-left: .3em
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right,
.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-flip-horizontal,
 :root .fa-flip-vertical,
 :root .fa-rotate-180,
 :root .fa-rotate-270,
 :root .fa-rotate-90 {
    filter: none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before,
.fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before,
.fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before,
.fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-krw:before,
.fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
    content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}


/*! lightgallery - v1.2.18 - 2016-04-13
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2016 Sachin N; Licensed Apache 2.0 */

@font-face {
    font-family: lg;
    src: url(../fonts/lg/lg.eot?n1z373);
    src: url(../fonts/lg/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-icon {
    speak: none;
    -webkit-font-smoothing: antialiased;
    font-family: lg;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
    opacity: .5;
    pointer-events: none
}

.lg-actions .lg-next:before {
    content: "\e095"
}

.lg-actions .lg-prev:after {
    content: "\e094"
}

@-webkit-keyframes lg-right-end {
    0%,
    100% {
        left: 0
    }
    50% {
        left: -30px
    }
}

@-moz-keyframes lg-right-end {
    0%,
    100% {
        left: 0
    }
    50% {
        left: -30px
    }
}

@-ms-keyframes lg-right-end {
    0%,
    100% {
        left: 0
    }
    50% {
        left: -30px
    }
}

@-webkit-keyframes lg-left-end {
    0%,
    100% {
        left: 0
    }
    50% {
        left: 30px
    }
}

@-moz-keyframes lg-left-end {
    0%,
    100% {
        left: 0
    }
    50% {
        left: 30px
    }
}

@-ms-keyframes lg-left-end {
    0%,
    100% {
        left: 0
    }
    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    -webkit-animation: lg-right-end .3s;
    -o-animation: lg-right-end .3s
}

.lg-outer.lg-left-end .lg-object {
    -webkit-animation: lg-left-end .3s;
    -o-animation: lg-left-end .3s
}

.lg-toolbar .lg-close:after {
    content: "\e070"
}

.lg-toolbar .lg-download:after {
    content: "\e0f2"
}

.lg-sub-html p {
    font-size: 13px;
    margin: 5px 0 0;
    color: #eee
}

.lg-next,
.lg-prev,
.lg-toolbar {
    -webkit-transition: -webkit-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-hide-items .lg-prev {
    -webkit-transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    -webkit-transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    -webkit-transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    -webkit-transform: scale3d(.5, .5, .5);
    -webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms!important;
    -moz-transition: -moz-transform 250ms ease 0s, opacity 250ms!important;
    -o-transition: -o-transform 250ms ease 0s, opacity 250ms!important;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    -webkit-transform: scale3d(1, 1, 1);
    opacity: 1
}

.lg-outer .lg-thumb-outer {
    -webkit-transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    -o-transition: -o-transform .25s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
    -webkit-transition-duration: 0s!important;
    transition-duration: 0s!important
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        -webkit-transition: border-color .25s ease;
        -o-transition: border-color .25s ease;
        transition: border-color .25s ease
    }
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    -webkit-transition: bottom .25s ease;
    -o-transition: bottom .25s ease
}

.lg-outer .lg-toogle-thumb:after {
    content: "\e1ff"
}

@font-face {
    font-family: lg;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg")
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, .45);
    border-radius: 2px;
    color: #999;
    cursor: pointer;
    display: block;
    font-size: 22px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
    color: #fff
}

.lg-actions .lg-next {
    right: 20px
}

.lg-actions .lg-next::before {
    content: ""
}

.lg-actions .lg-prev {
    left: 20px
}

.lg-actions .lg-prev::after {
    content: ""
}

@keyframes lg-right-end {
    0%,
    100% {
        left: 0
    }
    50% {
        left: -30px
    }
}

@keyframes lg-left-end {
    0%,
    100% {
        left: 0
    }
    50% {
        left: 30px
    }
}

.lg-outer.lg-right-end .lg-object {
    animation: .3s ease 0s normal none 1 running lg-right-end;
    position: relative
}

.lg-outer.lg-left-end .lg-object {
    animation: .3s ease 0s normal none 1 running lg-left-end;
    position: relative
}

.lg-toolbar {
    background-color: rgba(0, 0, 0, .45);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1080
}

.lg-toolbar .lg-icon {
    color: #999;
    cursor: pointer;
    float: right;
    font-size: 24px;
    height: 47px;
    line-height: 27px;
    outline: 0;
    padding: 10px 0;
    text-align: center;
    text-decoration: none!important;
    width: 50px
}

a,
a:focus,
a:hover {
    text-decoration: none
}

.lg-toolbar .lg-icon:hover {
    color: #fff
}

.lg-toolbar .lg-close::after {
    content: ""
}

.lg-toolbar .lg-download::after {
    content: ""
}

.lg-sub-html {
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    color: #eee;
    font-size: 16px;
    left: 0;
    padding: 10px 40px;
    position: fixed;
    right: 0;
    text-align: center;
    z-index: 1080
}

.lg-sub-html h4 {
    font-size: 13px;
    font-weight: 700;
    margin: 0
}

#lg-counter {
    color: #999;
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 12px
}

.lg-next,
.lg-prev,
.lg-toolbar {
    opacity: 1;
    transition: transform .35s cubic-bezier(0, 0, .25, 1) 0s, opacity .35s cubic-bezier(0, 0, .25, 1) 0s
}

.lg-hide-items .lg-prev {
    opacity: 0;
    transform: translate3d(-10px, 0, 0)
}

.lg-hide-items .lg-next {
    opacity: 0;
    transform: translate3d(10px, 0, 0)
}

.lg-hide-items .lg-toolbar {
    opacity: 0;
    transform: translate3d(0, -10px, 0)
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
    transform-origin: 50% 50% 0;
    transition: transform 250ms ease 0s, opacity 250ms ease 0s!important
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
    transform: scale3d(1, 1, 1)
}

.lg-outer .lg-thumb-outer {
    background-color: #0d0a0a;
    bottom: 0;
    max-height: 350px;
    position: absolute;
    transform: translate3d(0, 100%, 0);
    transition: transform .25s cubic-bezier(0, 0, .25, 1) 0s;
    width: 100%;
    z-index: 1080
}

.lg-outer .lg-thumb {
    height: 100%;
    margin-bottom: -5px;
    padding: 10px 0
}

.lg-outer .lg-thumb-item {
    border: 2px solid #fff;
    border-radius: 4px;
    cursor: pointer;
    float: left;
    height: 100%;
    margin-bottom: 5px;
    overflow: hidden
}

@media (min-width:1025px) {
    .lg-outer .lg-thumb-item {
        transition: border-color .25s ease 0s
    }
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: #a90707
}

.lg-outer .lg-thumb-item img {
    height: 100%;
    image-rendering: optimizequality;
    width: 100%
}

.lg-outer.lg-has-thumb .lg-item {
    padding-bottom: 120px
}

.lg-outer.lg-can-toggle .lg-item {
    padding-bottom: 0
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
    transition: bottom .25s ease 0s
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
    bottom: 100px
}

.lg-outer .lg-toogle-thumb {
    background-color: #0d0a0a;
    border-radius: 2px 2px 0 0;
    color: #999;
    cursor: pointer;
    font-size: 24px;
    height: 39px;
    line-height: 27px;
    padding: 5px 0;
    position: absolute;
    right: 20px;
    text-align: center;
    top: -39px;
    width: 50px
}

.lg-outer .lg-toogle-thumb::after {
    content: ""
}

.lg-outer .lg-toogle-thumb:hover {
    color: #fff
}

.lg-outer .lg-video-cont {
    display: inline-block;
    max-height: 100%;
    max-width: 1140px;
    padding: 0 5px;
    vertical-align: middle;
    width: 100%
}

.lg-outer .lg-video {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

.lg-outer .lg-video .lg-object {
    display: inline-block;
    height: 100%!important;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: auto!important
}

.lg-outer .lg-video .lg-video-play {
    width: 84px;
    height: 59px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -42px;
    margin-top: -30px;
    z-index: 1080;
    cursor: pointer
}

.lg-outer .lg-has-vimeo .lg-video-play {
    background: url(../img/vimeo-play.png) no-repeat
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background: url(../img/vimeo-play.png) 0 -58px no-repeat
}

.lg-outer .lg-has-html5 .lg-video-play {
    background: url(../img/video-play.png) no-repeat;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
    opacity: .8
}

.lg-outer .lg-has-html5:hover .lg-video-play {
    opacity: 1
}

.lg-outer .lg-has-youtube .lg-video-play {
    background: url(../img/youtube-play.png) no-repeat
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
    background: url(../img/youtube-play.png) 0 -60px no-repeat
}

.lg-outer .lg-video-object {
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0
}

.lg-outer .lg-has-video .lg-video-object {
    visibility: hidden
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
    display: none
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
    visibility: visible
}

.lg-progress-bar {
    background-color: #333;
    height: 5px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1080;
    opacity: 0;
    -webkit-transition: opacity 80ms ease 0s;
    -moz-transition: opacity 80ms ease 0s;
    -o-transition: opacity 80ms ease 0s;
    transition: opacity 80ms ease 0s
}

.lg-progress-bar .lg-progress {
    background-color: #a90707;
    height: 5px;
    width: 0
}

.lg-progress-bar.lg-start .lg-progress {
    width: 100%
}

.lg-show-autoplay .lg-progress-bar {
    opacity: 1
}

.lg-autoplay-button:after {
    content: "\e01d"
}

.lg-show-autoplay .lg-autoplay-button:after {
    content: "\e01a"
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    image-rendering: optimizeQuality
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
    -webkit-transition: -webkit-transform .3s ease 0s;
    -moz-transition: -moz-transform .3s ease 0s;
    -o-transition: -o-transform .3s ease 0s;
    transition: transform .3s ease 0s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    image-rendering: optimizeQuality;
    -webkit-transition: -webkit-transform .3s ease 0s, opacity .15s!important;
    -moz-transition: -moz-transform .3s ease 0s, opacity .15s!important;
    -o-transition: -o-transform .3s ease 0s, opacity .15s!important;
    transition: transform .3s ease 0s, opacity .15s!important;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

#lg-zoom-in:after {
    content: "\e311"
}

#lg-actual-size {
    font-size: 20px
}

#lg-actual-size:after {
    content: "\e033"
}

#lg-zoom-out {
    opacity: .5;
    pointer-events: none
}

#lg-zoom-out:after {
    content: "\e312"
}

.lg-zoomed #lg-zoom-out {
    opacity: 1;
    pointer-events: auto
}

.lg-outer .lg-pager-outer {
    bottom: 60px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    z-index: 1080;
    height: 10px
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
    overflow: visible
}

.lg-outer .lg-pager-cont {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
    vertical-align: top;
    margin: 0 5px
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
    box-shadow: 0 0 0 2px #fff inset
}

.lg-outer .lg-pager-thumb-cont {
    background-color: #fff;
    color: #FFF;
    bottom: 100%;
    height: 83px;
    left: 0;
    margin-bottom: 20px;
    margin-left: -60px;
    opacity: 0;
    padding: 5px;
    position: absolute;
    width: 120px;
    border-radius: 3px;
    -webkit-transition: opacity .15s ease 0s, -webkit-transform .15s ease 0s;
    -moz-transition: opacity .15s ease 0s, -moz-transform .15s ease 0s;
    -o-transition: opacity .15s ease 0s, -o-transform .15s ease 0s;
    transition: opacity .15s ease 0s, transform .15s ease 0s;
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0)
}

.lg-outer .lg-pager-thumb-cont img {
    width: 100%;
    height: 100%
}

.lg-outer .lg-pager {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 50%;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
    display: block;
    height: 12px;
    -webkit-transition: box-shadow .3s ease 0s;
    -o-transition: box-shadow .3s ease 0s;
    transition: box-shadow .3s ease 0s;
    width: 12px
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
    box-shadow: 0 0 0 8px #fff inset
}

.lg-outer .lg-caret {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px dashed;
    bottom: -10px;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    width: 0
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
    width: 100%;
    height: 100%
}

.lg-fullscreen:after {
    content: "\e20c"
}

.lg-fullscreen-on .lg-fullscreen:after {
    content: "\e20d"
}

.group:after,
.group:before {
    display: table;
    content: "";
    line-height: 0
}

.lg-outer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.lg-outer.lg-visible {
    opacity: 1
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
    -webkit-transition-duration: inherit!important;
    transition-duration: inherit!important;
    -webkit-transition-timing-function: inherit!important;
    transition-timing-function: inherit!important
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
    -webkit-transition-duration: 0s!important;
    transition-duration: 0s!important;
    opacity: 1
}

.lg-outer.lg-grab img.lg-object {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
    image-rendering: optimizeQuality
}

.lg-outer.lg-grabbing img.lg-object {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing
}

.lg-outer .lg {
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-height: 100%
}

.lg-outer .lg-inner {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap
}

.lg-outer .lg-item {
    background: url(../img/loading.gif) center center no-repeat;
    display: none!important
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
    display: inline-block!important
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    display: inline-block;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

.lg-outer .lg-img-wrap {
    position: static;
    padding: 0 5px
}

.lg-outer .lg-item.lg-complete {
    background-image: none
}

.lg-outer .lg-item.lg-current {
    z-index: 1060
}

.lg-outer .lg-image {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    image-rendering: optimizeQuality;
    width: auto!important;
    height: auto!important
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
    opacity: 1
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
    display: none
}

.lg-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .15s ease 0s;
    -o-transition: opacity .15s ease 0s;
    transition: opacity .15s ease 0s
}

.lg-backdrop.in {
    opacity: 1
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
    -webkit-transition: none 0s ease 0s!important;
    -moz-transition: none 0s ease 0s!important;
    -o-transition: none 0s ease 0s!important;
    transition: none 0s ease 0s!important
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.lg-css3.lg-fade .lg-item {
    opacity: 0
}

.lg-css3.lg-fade .lg-item.lg-current {
    opacity: 1
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
    -webkit-transition: opacity .1s ease 0s;
    -moz-transition: opacity .1s ease 0s;
    -o-transition: opacity .1s ease 0s;
    transition: opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
    opacity: 0
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
    -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: -moz-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: -o-transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: transform 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.lg-css3.lg-slide.lg-use-left .lg-item {
    opacity: 0;
    position: absolute;
    left: 0
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    left: -100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
    left: 100%
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
    left: 0;
    opacity: 1
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
    -webkit-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -moz-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    -o-transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s;
    transition: left 1s cubic-bezier(0, 0, .25, 1) 0s, opacity .1s ease 0s
}

.error-comment,
.panel-title,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

strong {
    font-weight: 700
}

body {
    color: #878787;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 1.5;
    background: #acb0b1;
    overflow-x: hidden
}

.error-comment,
.panel-title,
a,
a:focus,
a:hover,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212121
}

a:active,
a:hover {
    outline: 0
}

button:focus {
    border: none;
    outline: 0
}

ul {
    list-style: none
}

a:focus {
    outline: 0
}

h1 {
    font-size: 48px;
    line-height: 60px
}

h2 {
    font-size: 36px;
    line-height: 44px
}

.error-comment,
h3 {
    font-size: 30px;
    line-height: 40px
}

h4 {
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize
}

h5 {
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize
}

.panel-title,
h6 {
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize
}

p {
    font-size: 14px;
    line-height: 25px
}

p.lead {
    font-size: 18px;
    line-height: 29px;
    margin-bottom: 0;
    font-weight: 400
}

p.text-muted {
    font-size: 14px
}

.force-UTF-8 {
    content: "¡"
}

dt {
    font-weight: 600
}

code {
    background: 0 0
}

::-webkit-file-upload-button {
    cursor: pointer
}

.pa-0 {
    padding: 0!important
}

.pa-5 {
    padding: 5px!important
}

.pa-10 {
    padding: 10px!important
}

.pa-15 {
    padding: 15px!important
}

.pa-20 {
    padding: 20px!important
}

.pa-25 {
    padding: 25px!important
}

.pa-30 {
    padding: 30px!important
}

.pt-0 {
    padding-top: 0!important
}

.pt-5 {
    padding-top: 5px!important
}

.pt-10 {
    padding-top: 10px!important
}

.pt-15 {
    padding-top: 15px!important
}

.pt-20 {
    padding-top: 20px!important
}

.pt-25 {
    padding-top: 25px!important
}

.pt-30 {
    padding-top: 30px!important
}

.pt-35 {
    padding-top: 35px!important
}

.pt-40 {
    padding-top: 40px!important
}

.pt-45 {
    padding-top: 45px!important
}

.pt-50 {
    padding-top: 50px!important
}

.pb-0 {
    padding-bottom: 0!important
}

.pb-5 {
    padding-bottom: 5px!important
}

.pb-10 {
    padding-bottom: 10px!important
}

.pb-15 {
    padding-bottom: 15px!important
}

.pb-20 {
    padding-bottom: 20px!important
}

.pb-25 {
    padding-bottom: 25px!important
}

.pb-30 {
    padding-bottom: 30px!important
}

.pb-35 {
    padding-bottom: 35px!important
}

.pb-40 {
    padding-bottom: 40px!important
}

.pb-45 {
    padding-bottom: 45px!important
}

.pb-50 {
    padding-bottom: 50px!important
}

.pl-0 {
    padding-left: 0!important
}

.pl-5 {
    padding-left: 5px!important
}

.pl-10 {
    padding-left: 10px!important
}

.pl-15 {
    padding-left: 15px!important
}

.pl-20 {
    padding-left: 20px!important
}

.pl-25 {
    padding-left: 25px!important
}

.pl-30 {
    padding-left: 30px!important
}

.pl-35 {
    padding-left: 35px!important
}

.pl-40 {
    padding-left: 40px!important
}

.pl-45 {
    padding-left: 45px!important
}

.pl-50 {
    padding-left: 50px!important
}

.pr-0 {
    padding-right: 0!important
}

.pr-5 {
    padding-right: 5px!important
}

.pr-10 {
    padding-right: 10px!important
}

.pr-15 {
    padding-right: 15px!important
}

.pr-20 {
    padding-right: 20px!important
}

.pr-25 {
    padding-right: 25px!important
}

.pr-30 {
    padding-right: 30px!important
}

.pr-35 {
    padding-right: 35px!important
}

.pr-40 {
    padding-right: 40px!important
}

.pr-45 {
    padding-right: 45px!important
}

.pr-50 {
    padding-right: 50px!important
}

.ma-0 {
    margin: 0!important
}

.ma-5 {
    margin: 5px!important
}

.ma-10 {
    margin: 10px!important
}

.ma-15 {
    margin: 15px!important
}

.ma-20 {
    margin: 20px!important
}

.ma-25 {
    margin: 25px!important
}

.ma-30 {
    margin: 30px!important
}

.mt-0 {
    margin-top: 0!important
}

.mt-5 {
    margin-top: 5px!important
}

.mt-10 {
    margin-top: 10px!important
}

.mt-15 {
    margin-top: 15px!important
}

.mt-20 {
    margin-top: 20px!important
}

.mt-25 {
    margin-top: 25px!important
}

.mt-30 {
    margin-top: 30px!important
}

.mt-35 {
    margin-top: 35px!important
}

.mt-40 {
    margin-top: 40px!important
}

.mt-45 {
    margin-top: 45px!important
}

.mt-50 {
    margin-top: 50px!important
}

.mt-55 {
    margin-top: 55px!important
}

.mt-60 {
    margin-top: 60px!important
}

.mt-65 {
    margin-top: 65px!important
}

.mt-70 {
    margin-top: 70px!important
}

.mt-75 {
    margin-top: 75px!important
}

.mt-80 {
    margin-top: 80px!important
}

.mt-85 {
    margin-top: 85px!important
}

.mt-90 {
    margin-top: 90px!important
}

.mt-95 {
    margin-top: 95px!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-5 {
    margin-bottom: 5px!important
}

.mb-10 {
    margin-bottom: 10px!important
}

.mb-15 {
    margin-bottom: 15px!important
}

.mb-20 {
    margin-bottom: 20px!important
}

.mb-25 {
    margin-bottom: 25px!important
}

.mb-30 {
    margin-bottom: 30px!important
}

.mb-35 {
    margin-bottom: 35px!important
}

.mb-40 {
    margin-bottom: 40px!important
}

.mb-45 {
    margin-bottom: 45px!important
}

.mb-50 {
    margin-bottom: 50px!important
}

.mb-55 {
    margin-bottom: 55px!important
}

.mb-60 {
    margin-bottom: 60px!important
}

.mb-65 {
    margin-bottom: 65px!important
}

.mb-70 {
    margin-bottom: 70px!important
}

.mb-75 {
    margin-bottom: 75px!important
}

.mb-80 {
    margin-bottom: 80px!important
}

.mb-85 {
    margin-bottom: 85px!important
}

.mb-90 {
    margin-bottom: 90px!important
}

.mb-95 {
    margin-bottom: 95px!important
}

.ml-0 {
    margin-left: 0!important
}

.ml-5 {
    margin-left: 5px!important
}

.ml-10 {
    margin-left: 10px!important
}

.ml-15 {
    margin-left: 15px!important
}

.ml-20 {
    margin-left: 20px!important
}

.ml-25 {
    margin-left: 25px!important
}

.ml-30 {
    margin-left: 30px!important
}

.ml-35 {
    margin-left: 35px!important
}

.ml-40 {
    margin-left: 40px!important
}

.ml-45 {
    margin-left: 45px!important
}

.ml-50 {
    margin-left: 50px!important
}

.ml-55 {
    margin-left: 55px!important
}

.ml-60 {
    margin-left: 60px!important
}

.mr-0 {
    margin-right: 0!important
}

.mr-5 {
    margin-right: 5px!important
}

.mr-10 {
    margin-right: 10px!important
}

.mr-15 {
    margin-right: 15px!important
}

.mr-20 {
    margin-right: 20px!important
}

.mr-25 {
    margin-right: 25px!important
}

.mr-30 {
    margin-right: 30px!important
}

.mr-35 {
    margin-right: 35px!important
}

.mr-40 {
    margin-right: 40px!important
}

.mr-45 {
    margin-right: 45px!important
}

.mr-50 {
    margin-right: 50px!important
}

.mr-55 {
    margin-right: 55px!important
}

.mr-60 {
    margin-right: 60px!important
}

.ml-auto {
    margin-left: auto!important
}

.mr-auto {
    margin-right: auto!important
}

.no-float {
    float: none!important
}

.overflow-hide {
    overflow: hidden!important
}

.clearfix {
    overflow: hidden;
    float: none
}

.preloader-it {
    background: #fff;
    position: fixed;
    z-index: 10001;
    height: 100%;
    width: 100%;
    overflow: hidden
}

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

.text-left {
    text-align: left!important
}

.bg-green {
    background: #09a275!important
}

.bg-grey {
    background: #878787!important
}

.bg-yellow {
    background: #f2b701!important
}

.bg-red {
    background: #dc0030!important
}

.bg-blue {
    background: #0f4fa8!important
}

.bg-pink {
    background: #b10058!important
}

.bg-light {
    background: #fff!important
}

.bg-dark {
    background: #212121!important
}

.bg-twitter {
    background: #00aced!important
}

.txt-dark {
    color: #212121!important
}

.txt-light {
    color: #fff!important
}

.txt-grey {
    color: #878787!important
}

.text-info,
.txt-info {
    color: #b10058!important
}

.text-warning,
.txt-warning {
    color: #f2b701!important
}

.text-primary,
.txt-primary {
    color: #0f4fa8!important
}

.text-success,
.txt-success {
    color: #09a275!important
}

.text-danger,
.txt-danger {
    color: #dc0030!important
}

.text-muted,
small {
    color: #878787
}

.font-10 {
    font-size: 10px!important
}

.font-11 {
    font-size: 11px!important
}

.font-12 {
    font-size: 12px!important
}

.font-13 {
    font-size: 13px!important
}

.font-15 {
    font-size: 15px!important
}

.font-16 {
    font-size: 16px!important
}

.font-18 {
    font-size: 18px!important
}

.font-20 {
    font-size: 20px!important
}

.font-21 {
    font-size: 21px!important
}

.font-22 {
    font-size: 22px!important
}

.font-24 {
    font-size: 24px!important
}

.weight-500 {
    font-weight: 500!important
}

.weight-600 {
    font-weight: 600!important
}

.head-font,
.main-font {
    font-family: Roboto, sans-serif!important
}

.capitalize-font {
    text-transform: capitalize!important
}

.uppercase-font {
    text-transform: uppercase!important
}

.nonecase-font {
    text-transform: none!important
}

.inline-block {
    display: inline-block!important
}

.block {
    display: block!important
}

.table-struct {
    display: table!important
}

.table-cell {
    display: table-cell!important
}

.vertical-align-middle {
    vertical-align: middle!important
}

.full-width {
    width: 100%!important
}

.half-width {
    width: 50%!important
}

.auto-width {
    width: auto!important
}

.relative {
    position: relative!important
}

.border-none {
    border: none!important
}

small {
    padding-left: 5px
}

.truncate {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.mobile-only-view {
    display: none!important
}

hr {
    margin-top: 10px;
    margin-bottom: 35px;
    border-top: 1px solid #09a275
}

hr.light-grey-hr {
    border-top: 1px solid rgba(33, 33, 33, .1)
}

.seprator-block {
    margin-bottom: 80px
}

.la-anim-1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 3px;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    pointer-events: none
}

.la-anim-1::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%;
    content: '';
    opacity: 0;
    background: #212121;
    -webkit-transition: opacity .2s, box-shadow 2s 4s;
    -moz-transition: opacity .2s, box-shadow 2s 4s;
    transition: opacity .2s, box-shadow 2s 4s;
    -webkit-transform: rotate(2deg) translateY(-2px);
    -moz-transform: rotate(2deg) translateY(-2px);
    -ms-transform: rotate(2deg) translateY(-2px);
    -o-transform: rotate(2deg) translateY(-2px);
    transform: rotate(2deg) translateY(-2px)
}

.la-anim-1.la-animate {
    z-index: 10001;
    background: #212121;
    opacity: 1;
    -webkit-transition: -webkit-transform 5s ease-in, opacity 1s 5s;
    -moz-transition: -moz-transform 5s ease-in, opacity 1s 5s;
    transition: transform 5s ease-in, opacity 1s 5s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.la-anim-1.la-animate::after {
    opacity: 1
}

.nicescroll-rails.nicescroll-rails-vr {
    z-index: 999!important
}

address .address-head {
    font-size: 15px;
    color: #212121;
    display: block
}

.mark,
mark {
    padding: 3px;
    background-color: #dc0030;
    color: #fff
}

blockquote {
    padding: 15px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 4px solid #0f4fa8;
    background: #f7f7f9;
    color: #212121
}

blockquote small {
    font-size: 70%;
    text-transform: uppercase;
    padding-top: 15px
}

.btn i,
.btn-lable-wrap.fc-next-button .btn-label i,
.btn-lable-wrap.fc-prev-button .btn-label i,
.btn-lable-wrap.fc-today-button .btn-label i,
.btn.btn-lable-wrap .btn-label i,
.dt-buttons .btn-lable-wrap.dt-button .btn-label i,
.dt-buttons .dt-button i,
.fc-next-button i,
.fc-prev-button i,
.fc-today-button i,
.owl-theme .owl-nav .btn-lable-wrap[class*=owl-] .btn-label i,
.owl-theme .owl-nav [class*=owl-] i,
.sweet-alert button i,
.sweet-alert button.btn-lable-wrap .btn-label i,
.tablesaw-sortable th.tablesaw-sortable-head button i,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap .btn-label i,
.wizard>.actions .disabled a i,
.wizard>.actions .disabled a:active i,
.wizard>.actions .disabled a:hover i,
.wizard>.actions a i,
.wizard>.actions a.btn-lable-wrap .btn-label i,
.wizard>.actions a:active i,
.wizard>.actions a:hover i,
button.btn-lable-wrap.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-label i,
button.btn-lable-wrap.fc-agendaWeek-button .btn-label i,
button.btn-lable-wrap.fc-month-button.fc-state-default.fc-corner-left .btn-label i,
button.fc-agendaDay-button.fc-state-default.fc-corner-right i,
button.fc-agendaWeek-button i,
button.fc-month-button.fc-state-default.fc-corner-left i {
    font-size: 14px
}

ul.uo-list {
    list-style: disc
}

.breadcrumb,
.file-manager,
.timeline,
ul.tag-list li {
    list-style: none
}

.btn,
.dt-buttons .dt-button,
.fc-next-button,
.fc-prev-button,
.fc-today-button,
.owl-theme .owl-nav [class*=owl-],
.sweet-alert button,
.tablesaw-sortable th.tablesaw-sortable-head button,
.wizard>.actions .disabled a,
.wizard>.actions .disabled a:active,
.wizard>.actions .disabled a:hover,
.wizard>.actions a,
.wizard>.actions a:active,
.wizard>.actions a:hover,
button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fc-agendaWeek-button,
button.fc-month-button.fc-state-default.fc-corner-left {
    color: #fff;
    padding: 10px 25px;
    text-transform: capitalize;
    border-radius: 2px;
    outline: 0;
    box-shadow: none;
    border: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.btn:active,
.btn:active:active,
.btn:active:focus,
.btn:focus,
.btn:focus:active,
.btn:focus:focus,
.dt-buttons .dt-button:active,
.dt-buttons .dt-button:active:active,
.dt-buttons .dt-button:active:focus,
.dt-buttons .dt-button:focus,
.dt-buttons .dt-button:focus:active,
.dt-buttons .dt-button:focus:focus,
.fc-next-button:active,
.fc-next-button:active:active,
.fc-next-button:active:focus,
.fc-next-button:focus,
.fc-next-button:focus:active,
.fc-next-button:focus:focus,
.fc-prev-button:active,
.fc-prev-button:active:active,
.fc-prev-button:active:focus,
.fc-prev-button:focus,
.fc-prev-button:focus:active,
.fc-prev-button:focus:focus,
.fc-today-button:active,
.fc-today-button:active:active,
.fc-today-button:active:focus,
.fc-today-button:focus,
.fc-today-button:focus:active,
.fc-today-button:focus:focus,
.owl-theme .owl-nav [class*=owl-]:active,
.owl-theme .owl-nav [class*=owl-]:active:active,
.owl-theme .owl-nav [class*=owl-]:active:focus,
.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme .owl-nav [class*=owl-]:focus:active,
.owl-theme .owl-nav [class*=owl-]:focus:focus,
.sweet-alert button:active,
.sweet-alert button:active:active,
.sweet-alert button:active:focus,
.sweet-alert button:focus,
.sweet-alert button:focus:active,
.sweet-alert button:focus:focus,
.tablesaw-sortable th.tablesaw-sortable-head button:active,
.tablesaw-sortable th.tablesaw-sortable-head button:active:active,
.tablesaw-sortable th.tablesaw-sortable-head button:active:focus,
.tablesaw-sortable th.tablesaw-sortable-head button:focus,
.tablesaw-sortable th.tablesaw-sortable-head button:focus:active,
.tablesaw-sortable th.tablesaw-sortable-head button:focus:focus,
.wizard>.actions a:active,
.wizard>.actions a:active:active,
.wizard>.actions a:active:focus,
.wizard>.actions a:focus,
.wizard>.actions a:focus:active,
.wizard>.actions a:focus:focus,
button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.fc-agendaDay-button.fc-state-default.fc-corner-right:active:active,
button.fc-agendaDay-button.fc-state-default.fc-corner-right:active:focus,
button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus:active,
button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus:focus,
button.fc-agendaWeek-button:active,
button.fc-agendaWeek-button:active:active,
button.fc-agendaWeek-button:active:focus,
button.fc-agendaWeek-button:focus,
button.fc-agendaWeek-button:focus:active,
button.fc-agendaWeek-button:focus:focus,
button.fc-month-button.fc-state-default.fc-corner-left:active,
button.fc-month-button.fc-state-default.fc-corner-left:active:active,
button.fc-month-button.fc-state-default.fc-corner-left:active:focus,
button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.fc-month-button.fc-state-default.fc-corner-left:focus:active,
button.fc-month-button.fc-state-default.fc-corner-left:focus:focus {
    outline: 0
}

.btn-default.fc-next-button,
.btn-default.fc-prev-button,
.btn-default.fc-today-button,
.btn.btn-default,
.dt-buttons .btn-default.dt-button,
.owl-theme .owl-nav .wizard>.actions a[class*=owl-]:active,
.owl-theme .owl-nav .wizard>.actions a[class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-],
.owl-theme .owl-nav button.fc-agendaDay-button.fc-state-default.fc-corner-right[class*=owl-],
.owl-theme .owl-nav button.fc-month-button.fc-state-default.fc-corner-left[class*=owl-],
.sweet-alert button.btn-default,
.tablesaw-sortable th.tablesaw-sortable-head button,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-month-button.fc-state-default.fc-corner-left,
.wizard>.actions .owl-theme .owl-nav a[class*=owl-]:active,
.wizard>.actions .owl-theme .owl-nav a[class*=owl-]:hover,
.wizard>.actions a.btn-default,
button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-default.fc-agendaWeek-button,
button.btn-default.fc-month-button.fc-state-default.fc-corner-left {
    background: #dcdcdc;
    border: 1px solid #dcdcdc;
    color: #212121!important
}

.btn-default.fc-next-button:active,
.btn-default.fc-next-button:focus,
.btn-default.fc-next-button:hover,
.btn-default.fc-prev-button:active,
.btn-default.fc-prev-button:focus,
.btn-default.fc-prev-button:hover,
.btn-default.fc-today-button:active,
.btn-default.fc-today-button:focus,
.btn-default.fc-today-button:hover,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:hover,
.dt-buttons .btn-default.dt-button:active,
.dt-buttons .btn-default.dt-button:focus,
.dt-buttons .btn-default.dt-button:hover,
.owl-theme .owl-nav [class*=owl-]:active,
.owl-theme .owl-nav [class*=owl-]:focus,
.owl-theme .owl-nav [class*=owl-]:hover,
.sweet-alert button.btn-default:active,
.sweet-alert button.btn-default:focus,
.sweet-alert button.btn-default:hover,
.tablesaw-sortable th.tablesaw-sortable-head button:active,
.tablesaw-sortable th.tablesaw-sortable-head button:focus,
.tablesaw-sortable th.tablesaw-sortable-head button:hover,
.wizard>.actions a.btn-default:active,
.wizard>.actions a.btn-default:focus,
.wizard>.actions a.btn-default:hover,
button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-default.fc-agendaWeek-button:active,
button.btn-default.fc-agendaWeek-button:focus,
button.btn-default.fc-agendaWeek-button:hover,
button.btn-default.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-default.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-default.fc-month-button.fc-state-default.fc-corner-left:hover {
    background: rgba(220, 220, 220, .85);
    border: 1px solid rgba(220, 220, 220, .1)
}

.btn-info.fc-next-button,
.btn-info.fc-prev-button,
.btn-info.fc-today-button,
.btn.btn-info,
.dt-buttons .btn-info.dt-button,
.owl-theme .owl-nav .btn-info[class*=owl-],
.sweet-alert button.btn-info,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-info,
.wizard>.actions a.btn-info,
button.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-info.fc-agendaWeek-button,
button.btn-info.fc-month-button.fc-state-default.fc-corner-left {
    background: #b10058;
    border: 1px solid #b10058
}

.btn-info.fc-next-button:active,
.btn-info.fc-next-button:focus,
.btn-info.fc-next-button:hover,
.btn-info.fc-prev-button:active,
.btn-info.fc-prev-button:focus,
.btn-info.fc-prev-button:hover,
.btn-info.fc-today-button:active,
.btn-info.fc-today-button:focus,
.btn-info.fc-today-button:hover,
.btn.btn-info:active,
.btn.btn-info:focus,
.btn.btn-info:hover,
.dt-buttons .btn-info.dt-button:active,
.dt-buttons .btn-info.dt-button:focus,
.dt-buttons .btn-info.dt-button:hover,
.owl-theme .owl-nav .btn-info[class*=owl-]:active,
.owl-theme .owl-nav .btn-info[class*=owl-]:focus,
.owl-theme .owl-nav .btn-info[class*=owl-]:hover,
.sweet-alert button.btn-info:active,
.sweet-alert button.btn-info:focus,
.sweet-alert button.btn-info:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-info:active,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-info:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-info:hover,
.wizard>.actions a.btn-info:active,
.wizard>.actions a.btn-info:focus,
.wizard>.actions a.btn-info:hover,
button.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-info.fc-agendaWeek-button:active,
button.btn-info.fc-agendaWeek-button:focus,
button.btn-info.fc-agendaWeek-button:hover,
button.btn-info.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-info.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-info.fc-month-button.fc-state-default.fc-corner-left:hover {
    background: rgba(177, 0, 88, .85);
    border: 1px solid rgba(177, 0, 88, .1)
}

.btn-primary.fc-next-button,
.btn-primary.fc-prev-button,
.btn-primary.fc-today-button,
.btn.btn-primary,
.dt-buttons .dt-button,
.dt-buttons .owl-theme .owl-nav [class*=owl-].dt-button,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button,
.dt-buttons button.fc-agendaDay-button.fc-state-default.fc-corner-right.dt-button,
.dt-buttons button.fc-month-button.fc-state-default.fc-corner-left.dt-button,
.owl-theme .owl-nav .btn-primary[class*=owl-],
.owl-theme .owl-nav .dt-buttons [class*=owl-].dt-button,
.owl-theme .owl-nav .wizard>.actions a[class*=owl-],
.sweet-alert button.btn-primary,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-primary,
.wizard>.actions .disabled a,
.wizard>.actions .disabled a:active,
.wizard>.actions .disabled a:hover,
.wizard>.actions .owl-theme .owl-nav a[class*=owl-],
.wizard>.actions a,
.wizard>.actions a:active,
.wizard>.actions a:hover,
button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-primary.fc-agendaWeek-button,
button.btn-primary.fc-month-button.fc-state-default.fc-corner-left {
    background: #0f4fa8;
    border: 1px solid #0f4fa8
}

.btn-primary.fc-next-button:active,
.btn-primary.fc-next-button:focus,
.btn-primary.fc-next-button:hover,
.btn-primary.fc-prev-button:active,
.btn-primary.fc-prev-button:focus,
.btn-primary.fc-prev-button:hover,
.btn-primary.fc-today-button:active,
.btn-primary.fc-today-button:focus,
.btn-primary.fc-today-button:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover,
.dt-buttons .dt-button:active,
.dt-buttons .dt-button:focus,
.dt-buttons .dt-button:hover,
.dt-buttons button.fc-agendaDay-button.fc-state-default.fc-corner-right.dt-button:active,
.dt-buttons button.fc-agendaDay-button.fc-state-default.fc-corner-right.dt-button:focus,
.dt-buttons button.fc-agendaDay-button.fc-state-default.fc-corner-right.dt-button:hover,
.dt-buttons button.fc-month-button.fc-state-default.fc-corner-left.dt-button:active,
.dt-buttons button.fc-month-button.fc-state-default.fc-corner-left.dt-button:focus,
.dt-buttons button.fc-month-button.fc-state-default.fc-corner-left.dt-button:hover,
.owl-theme .owl-nav .btn-primary[class*=owl-]:active,
.owl-theme .owl-nav .btn-primary[class*=owl-]:focus,
.owl-theme .owl-nav .btn-primary[class*=owl-]:hover,
.sweet-alert button.btn-primary:active,
.sweet-alert button.btn-primary:focus,
.sweet-alert button.btn-primary:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:active,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:hover,
.wizard>.actions a:active,
.wizard>.actions a:focus,
.wizard>.actions a:hover,
button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-primary.fc-agendaWeek-button:active,
button.btn-primary.fc-agendaWeek-button:focus,
button.btn-primary.fc-agendaWeek-button:hover,
button.btn-primary.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-primary.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-primary.fc-month-button.fc-state-default.fc-corner-left:hover {
    background: rgba(15, 79, 168, .85);
    border: 1px solid rgba(15, 79, 168, .1)
}

.btn.btn-success,
.dt-buttons .btn-success.dt-button,
.dt-buttons .dt-button.fc-next-button,
.dt-buttons .dt-button.fc-prev-button,
.dt-buttons .dt-button.fc-today-button,
.dt-buttons button.dt-button.fc-agendaWeek-button,
.fc-next-button,
.fc-prev-button,
.fc-today-button,
.owl-theme .owl-nav .btn-success[class*=owl-],
.owl-theme .owl-nav [class*=owl-].fc-next-button,
.owl-theme .owl-nav [class*=owl-].fc-prev-button,
.owl-theme .owl-nav [class*=owl-].fc-today-button,
.owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button,
.sweet-alert button.btn-success,
.sweet-alert button.fc-next-button,
.sweet-alert button.fc-prev-button,
.sweet-alert button.fc-today-button,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-success,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button,
.wizard>.actions a.btn-success,
.wizard>.actions a.fc-next-button,
.wizard>.actions a.fc-prev-button,
.wizard>.actions a.fc-today-button,
button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fc-agendaWeek-button,
button.fc-month-button.fc-state-default.fc-corner-left {
    background: #09a275;
    border: 1px solid #09a275
}

.btn.btn-success:active,
.btn.btn-success:focus,
.btn.btn-success:hover,
.dt-buttons .btn-success.dt-button:active,
.dt-buttons .btn-success.dt-button:focus,
.dt-buttons .btn-success.dt-button:hover,
.fc-next-button:active,
.fc-next-button:focus,
.fc-next-button:hover,
.fc-prev-button:active,
.fc-prev-button:focus,
.fc-prev-button:hover,
.fc-today-button:active,
.fc-today-button:focus,
.fc-today-button:hover,
.owl-theme .owl-nav .btn-success[class*=owl-]:active,
.owl-theme .owl-nav .btn-success[class*=owl-]:focus,
.owl-theme .owl-nav .btn-success[class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-].fc-next-button:active,
.owl-theme .owl-nav [class*=owl-].fc-next-button:focus,
.owl-theme .owl-nav [class*=owl-].fc-next-button:hover,
.owl-theme .owl-nav [class*=owl-].fc-prev-button:active,
.owl-theme .owl-nav [class*=owl-].fc-prev-button:focus,
.owl-theme .owl-nav [class*=owl-].fc-prev-button:hover,
.owl-theme .owl-nav [class*=owl-].fc-today-button:active,
.owl-theme .owl-nav [class*=owl-].fc-today-button:focus,
.owl-theme .owl-nav [class*=owl-].fc-today-button:hover,
.owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button:active,
.owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button:focus,
.owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button:hover,
.sweet-alert button.btn-success:active,
.sweet-alert button.btn-success:focus,
.sweet-alert button.btn-success:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-success:active,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-success:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-success:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:hover,
.wizard>.actions a.btn-success:active,
.wizard>.actions a.btn-success:focus,
.wizard>.actions a.btn-success:hover,
.wizard>.actions a.fc-next-button:active,
.wizard>.actions a.fc-next-button:focus,
.wizard>.actions a.fc-next-button:hover,
.wizard>.actions a.fc-prev-button:active,
.wizard>.actions a.fc-prev-button:focus,
.wizard>.actions a.fc-prev-button:hover,
.wizard>.actions a.fc-today-button:active,
.wizard>.actions a.fc-today-button:focus,
.wizard>.actions a.fc-today-button:hover,
button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fc-agendaWeek-button:active,
button.fc-agendaWeek-button:focus,
button.fc-agendaWeek-button:hover,
button.fc-month-button.fc-state-default.fc-corner-left:active,
button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.fc-month-button.fc-state-default.fc-corner-left:hover {
    background: rgba(9, 162, 117, .85);
    border: 1px solid rgba(9, 162, 117, .1)
}

.btn-danger.fc-next-button,
.btn-danger.fc-prev-button,
.btn-danger.fc-today-button,
.btn.btn-danger,
.dt-buttons .btn-danger.dt-button,
.owl-theme .owl-nav .btn-danger[class*=owl-],
.sweet-alert button.btn-danger,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-danger,
.wizard>.actions a.btn-danger,
button.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-danger.fc-agendaWeek-button,
button.btn-danger.fc-month-button.fc-state-default.fc-corner-left {
    background: #dc0030;
    border: 1px solid #dc0030
}

.btn-danger.fc-next-button:active,
.btn-danger.fc-next-button:focus,
.btn-danger.fc-next-button:hover,
.btn-danger.fc-prev-button:active,
.btn-danger.fc-prev-button:focus,
.btn-danger.fc-prev-button:hover,
.btn-danger.fc-today-button:active,
.btn-danger.fc-today-button:focus,
.btn-danger.fc-today-button:hover,
.btn.btn-danger:active,
.btn.btn-danger:focus,
.btn.btn-danger:hover,
.dt-buttons .btn-danger.dt-button:active,
.dt-buttons .btn-danger.dt-button:focus,
.dt-buttons .btn-danger.dt-button:hover,
.owl-theme .owl-nav .btn-danger[class*=owl-]:active,
.owl-theme .owl-nav .btn-danger[class*=owl-]:focus,
.owl-theme .owl-nav .btn-danger[class*=owl-]:hover,
.sweet-alert button.btn-danger:active,
.sweet-alert button.btn-danger:focus,
.sweet-alert button.btn-danger:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:active,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:hover,
.wizard>.actions a.btn-danger:active,
.wizard>.actions a.btn-danger:focus,
.wizard>.actions a.btn-danger:hover,
button.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-danger.fc-agendaWeek-button:active,
button.btn-danger.fc-agendaWeek-button:focus,
button.btn-danger.fc-agendaWeek-button:hover,
button.btn-danger.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-danger.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-danger.fc-month-button.fc-state-default.fc-corner-left:hover {
    background: rgba(220, 0, 48, .85);
    border: 1px solid rgba(220, 0, 48, .1)
}

.btn-warning.fc-next-button,
.btn-warning.fc-prev-button,
.btn-warning.fc-today-button,
.btn.btn-warning,
.dt-buttons .btn-warning.dt-button,
.owl-theme .owl-nav .btn-warning[class*=owl-],
.sweet-alert button.btn-warning,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-warning,
.wizard>.actions a.btn-warning,
button.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-warning.fc-agendaWeek-button,
button.btn-warning.fc-month-button.fc-state-default.fc-corner-left {
    background: #f2b701;
    border: 1px solid #f2b701
}

.btn-warning.fc-next-button:active,
.btn-warning.fc-next-button:focus,
.btn-warning.fc-next-button:hover,
.btn-warning.fc-prev-button:active,
.btn-warning.fc-prev-button:focus,
.btn-warning.fc-prev-button:hover,
.btn-warning.fc-today-button:active,
.btn-warning.fc-today-button:focus,
.btn-warning.fc-today-button:hover,
.btn.btn-warning:active,
.btn.btn-warning:focus,
.btn.btn-warning:hover,
.dt-buttons .btn-warning.dt-button:active,
.dt-buttons .btn-warning.dt-button:focus,
.dt-buttons .btn-warning.dt-button:hover,
.owl-theme .owl-nav .btn-warning[class*=owl-]:active,
.owl-theme .owl-nav .btn-warning[class*=owl-]:focus,
.owl-theme .owl-nav .btn-warning[class*=owl-]:hover,
.sweet-alert button.btn-warning:active,
.sweet-alert button.btn-warning:focus,
.sweet-alert button.btn-warning:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:active,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:hover,
.wizard>.actions a.btn-warning:active,
.wizard>.actions a.btn-warning:focus,
.wizard>.actions a.btn-warning:hover,
button.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-warning.fc-agendaWeek-button:active,
button.btn-warning.fc-agendaWeek-button:focus,
button.btn-warning.fc-agendaWeek-button:hover,
button.btn-warning.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-warning.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-warning.fc-month-button.fc-state-default.fc-corner-left:hover {
    background: rgba(242, 183, 1, .85);
    border: 1px solid rgba(242, 183, 1, .1)
}

.btn-white.fc-next-button,
.btn-white.fc-prev-button,
.btn-white.fc-today-button,
.btn.btn-white,
.dt-buttons .btn-white.dt-button,
.owl-theme .owl-nav .btn-white[class*=owl-],
.sweet-alert button.btn-white,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-white,
.wizard>.actions a.btn-white,
button.btn-white.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-white.fc-agendaWeek-button,
button.btn-white.fc-month-button.fc-state-default.fc-corner-left {
    background: #fff;
    color: #56d365!important
}

.btn-white.fc-next-button:hover,
.btn-white.fc-prev-button:hover,
.btn-white.fc-today-button:hover,
.btn.btn-white:hover,
.dt-buttons .btn-white.dt-button:hover,
.owl-theme .owl-nav .btn-white[class*=owl-]:hover,
.sweet-alert button.btn-white:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-white:hover,
.wizard>.actions a.btn-white:hover,
button.btn-white.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-white.fc-agendaWeek-button:hover,
button.btn-white.fc-month-button.fc-state-default.fc-corner-left:hover {
    background: rgba(255, 255, 255, .85);
    border: 1px solid rgba(255, 255, 255, .1)
}

.btn-outline.fc-next-button,
.btn-outline.fc-prev-button,
.btn-outline.fc-today-button,
.btn.btn-outline,
.dt-buttons .btn-outline.dt-button,
.dt-buttons .note-editor .note-btn.btn-sm.dt-button,
.dt-buttons button.dt-button.fc-agendaWeek-button,
.dt-buttons ul.wysihtml5-toolbar a.dt-button,
.note-editor .btn.note-btn.btn-sm,
.note-editor .dt-buttons .note-btn.btn-sm.dt-button,
.note-editor .note-btn.btn-sm.fc-next-button,
.note-editor .note-btn.btn-sm.fc-prev-button,
.note-editor .note-btn.btn-sm.fc-today-button,
.note-editor .owl-theme .owl-nav .note-btn.btn-sm[class*=owl-],
.note-editor .sweet-alert button.note-btn.btn-sm,
.note-editor .tablesaw-sortable th.tablesaw-sortable-head button.note-btn.btn-sm,
.note-editor .wizard>.actions a.note-btn.btn-sm,
.note-editor button.note-btn.btn-sm.fc-agendaWeek-button,
.owl-theme .owl-nav .btn-outline[class*=owl-],
.owl-theme .owl-nav .note-editor .note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-],
.owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button,
.owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-],
.sweet-alert .note-editor button.note-btn.btn-sm,
.sweet-alert button.btn-outline,
.tablesaw-sortable th.tablesaw-sortable-head .note-editor button.note-btn.btn-sm,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-],
.tablesaw-sortable th.tablesaw-sortable-head button,
.wizard>.actions .note-editor a.note-btn.btn-sm,
.wizard>.actions a.btn-outline,
.wizard>.actions ul.wysihtml5-toolbar a,
button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fc-agendaWeek-button,
button.fc-month-button.fc-state-default.fc-corner-left,
ul.wysihtml5-toolbar .dt-buttons a.dt-button,
ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-],
ul.wysihtml5-toolbar .wizard>.actions a,
ul.wysihtml5-toolbar a.btn,
ul.wysihtml5-toolbar a.fc-next-button,
ul.wysihtml5-toolbar a.fc-prev-button,
ul.wysihtml5-toolbar a.fc-today-button {
    background: 0 0!important
}

.btn-outline.fc-next-button:active,
.btn-outline.fc-next-button:focus,
.btn-outline.fc-next-button:hover,
.btn-outline.fc-prev-button:active,
.btn-outline.fc-prev-button:focus,
.btn-outline.fc-prev-button:hover,
.btn-outline.fc-today-button:active,
.btn-outline.fc-today-button:focus,
.btn-outline.fc-today-button:hover,
.btn.btn-outline:active,
.btn.btn-outline:focus,
.btn.btn-outline:hover,
.dt-buttons .btn-outline.dt-button:active,
.dt-buttons .btn-outline.dt-button:focus,
.dt-buttons .btn-outline.dt-button:hover,
.dt-buttons .note-editor .note-btn.btn-sm.dt-button:active,
.dt-buttons .note-editor .note-btn.btn-sm.dt-button:focus,
.dt-buttons .note-editor .note-btn.btn-sm.dt-button:hover,
.dt-buttons ul.wysihtml5-toolbar a.dt-button:active,
.dt-buttons ul.wysihtml5-toolbar a.dt-button:focus,
.dt-buttons ul.wysihtml5-toolbar a.dt-button:hover,
.note-editor .btn.note-btn.btn-sm:active,
.note-editor .btn.note-btn.btn-sm:focus,
.note-editor .btn.note-btn.btn-sm:hover,
.note-editor .dt-buttons .note-btn.btn-sm.dt-button:active,
.note-editor .dt-buttons .note-btn.btn-sm.dt-button:focus,
.note-editor .dt-buttons .note-btn.btn-sm.dt-button:hover,
.note-editor .note-btn.btn-sm.fc-next-button:active,
.note-editor .note-btn.btn-sm.fc-next-button:focus,
.note-editor .note-btn.btn-sm.fc-next-button:hover,
.note-editor .note-btn.btn-sm.fc-prev-button:active,
.note-editor .note-btn.btn-sm.fc-prev-button:focus,
.note-editor .note-btn.btn-sm.fc-prev-button:hover,
.note-editor .note-btn.btn-sm.fc-today-button:active,
.note-editor .note-btn.btn-sm.fc-today-button:focus,
.note-editor .note-btn.btn-sm.fc-today-button:hover,
.note-editor .owl-theme .owl-nav .note-btn.btn-sm[class*=owl-]:active,
.note-editor .owl-theme .owl-nav .note-btn.btn-sm[class*=owl-]:focus,
.note-editor .owl-theme .owl-nav .note-btn.btn-sm[class*=owl-]:hover,
.note-editor .sweet-alert button.note-btn.btn-sm:active,
.note-editor .sweet-alert button.note-btn.btn-sm:focus,
.note-editor .sweet-alert button.note-btn.btn-sm:hover,
.note-editor .wizard>.actions a.note-btn.btn-sm:active,
.note-editor .wizard>.actions a.note-btn.btn-sm:focus,
.note-editor .wizard>.actions a.note-btn.btn-sm:hover,
.note-editor button.note-btn.btn-sm.fc-agendaWeek-button:active,
.note-editor button.note-btn.btn-sm.fc-agendaWeek-button:focus,
.note-editor button.note-btn.btn-sm.fc-agendaWeek-button:hover,
.owl-theme .owl-nav .btn-outline[class*=owl-]:active,
.owl-theme .owl-nav .btn-outline[class*=owl-]:focus,
.owl-theme .owl-nav .btn-outline[class*=owl-]:hover,
.owl-theme .owl-nav .note-editor .note-btn.btn-sm[class*=owl-]:active,
.owl-theme .owl-nav .note-editor .note-btn.btn-sm[class*=owl-]:focus,
.owl-theme .owl-nav .note-editor .note-btn.btn-sm[class*=owl-]:hover,
.owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button:active,
.owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button:focus,
.owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:hover,
.sweet-alert .note-editor button.note-btn.btn-sm:active,
.sweet-alert .note-editor button.note-btn.btn-sm:focus,
.sweet-alert .note-editor button.note-btn.btn-sm:hover,
.sweet-alert button.btn-outline:active,
.sweet-alert button.btn-outline:focus,
.sweet-alert button.btn-outline:hover,
.tablesaw-sortable th.tablesaw-sortable-head button:active,
.tablesaw-sortable th.tablesaw-sortable-head button:focus,
.tablesaw-sortable th.tablesaw-sortable-head button:hover,
.wizard>.actions .note-editor a.note-btn.btn-sm:active,
.wizard>.actions .note-editor a.note-btn.btn-sm:focus,
.wizard>.actions .note-editor a.note-btn.btn-sm:hover,
.wizard>.actions a.btn-outline:active,
.wizard>.actions a.btn-outline:focus,
.wizard>.actions a.btn-outline:hover,
.wizard>.actions ul.wysihtml5-toolbar a:active,
.wizard>.actions ul.wysihtml5-toolbar a:focus,
.wizard>.actions ul.wysihtml5-toolbar a:hover,
button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fc-agendaWeek-button:active,
button.fc-agendaWeek-button:focus,
button.fc-agendaWeek-button:hover,
button.fc-month-button.fc-state-default.fc-corner-left:active,
button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.fc-month-button.fc-state-default.fc-corner-left:hover,
ul.wysihtml5-toolbar .dt-buttons a.dt-button:active,
ul.wysihtml5-toolbar .dt-buttons a.dt-button:focus,
ul.wysihtml5-toolbar .dt-buttons a.dt-button:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:focus,
ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:hover,
ul.wysihtml5-toolbar .wizard>.actions a:active,
ul.wysihtml5-toolbar .wizard>.actions a:focus,
ul.wysihtml5-toolbar .wizard>.actions a:hover,
ul.wysihtml5-toolbar a.btn:active,
ul.wysihtml5-toolbar a.btn:focus,
ul.wysihtml5-toolbar a.btn:hover,
ul.wysihtml5-toolbar a.fc-next-button:active,
ul.wysihtml5-toolbar a.fc-next-button:focus,
ul.wysihtml5-toolbar a.fc-next-button:hover,
ul.wysihtml5-toolbar a.fc-prev-button:active,
ul.wysihtml5-toolbar a.fc-prev-button:focus,
ul.wysihtml5-toolbar a.fc-prev-button:hover,
ul.wysihtml5-toolbar a.fc-today-button:active,
ul.wysihtml5-toolbar a.fc-today-button:focus,
ul.wysihtml5-toolbar a.fc-today-button:hover {
    border: 1px solid #fff
}

.btn-outline.btn-default.fc-next-button,
.btn-outline.btn-default.fc-prev-button,
.btn-outline.btn-default.fc-today-button,
.btn.btn-outline.btn-default,
.dt-buttons .btn-outline.btn-default.dt-button,
.dt-buttons .note-editor .btn-default.note-btn.btn-sm.dt-button,
.dt-buttons .note-editor .owl-theme .owl-nav .dt-button.note-btn.btn-sm[class*=owl-],
.dt-buttons .owl-theme .owl-nav .btn-outline.dt-button[class*=owl-],
.dt-buttons .owl-theme .owl-nav .note-editor .dt-button.note-btn.btn-sm[class*=owl-],
.dt-buttons .owl-theme .owl-nav button.dt-button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons .owl-theme .owl-nav button.dt-button[class*=owl-].fc-agendaWeek-button,
.dt-buttons .owl-theme .owl-nav button.dt-button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .owl-theme .owl-nav ul.wysihtml5-toolbar a.dt-button[class*=owl-],
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button,
.dt-buttons button.btn-default.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons button.btn-default.dt-button.fc-agendaWeek-button,
.dt-buttons button.btn-default.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a.dt-button[class*=owl-],
.dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button,
.dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button.btn,
.note-editor .btn-default.note-btn.btn-sm.fc-next-button,
.note-editor .btn-default.note-btn.btn-sm.fc-prev-button,
.note-editor .btn-default.note-btn.btn-sm.fc-today-button,
.note-editor .btn.btn-default.note-btn.btn-sm,
.note-editor .dt-buttons .btn-default.note-btn.btn-sm.dt-button,
.note-editor .owl-theme .owl-nav .dt-buttons .dt-button.note-btn.btn-sm[class*=owl-],
.note-editor .owl-theme .owl-nav .fc-next-button.note-btn.btn-sm[class*=owl-],
.note-editor .owl-theme .owl-nav .fc-prev-button.note-btn.btn-sm[class*=owl-],
.note-editor .owl-theme .owl-nav .fc-today-button.note-btn.btn-sm[class*=owl-],
.note-editor .owl-theme .owl-nav .note-btn.btn-sm[class*=owl-],
.note-editor .owl-theme .owl-nav .sweet-alert button.note-btn.btn-sm[class*=owl-],
.note-editor .owl-theme .owl-nav .wizard>.actions .disabled a.note-btn.btn-sm[class*=owl-],
.note-editor .owl-theme .owl-nav .wizard>.actions .disabled a.note-btn.btn-sm[class*=owl-]:active,
.note-editor .owl-theme .owl-nav .wizard>.actions .disabled a.note-btn.btn-sm[class*=owl-]:hover,
.note-editor .owl-theme .owl-nav .wizard>.actions a.note-btn.btn-sm[class*=owl-],
.note-editor .owl-theme .owl-nav .wizard>.actions a.note-btn.btn-sm[class*=owl-]:active,
.note-editor .owl-theme .owl-nav .wizard>.actions a.note-btn.btn-sm[class*=owl-]:hover,
.note-editor .sweet-alert button.btn-default.note-btn.btn-sm,
.note-editor .tablesaw-sortable th.tablesaw-sortable-head button.note-btn.btn-sm,
.note-editor .wizard>.actions .disabled a.btn-default.note-btn.btn-sm,
.note-editor .wizard>.actions .disabled a.btn-default.note-btn.btn-sm:active,
.note-editor .wizard>.actions .disabled a.btn-default.note-btn.btn-sm:hover,
.note-editor .wizard>.actions a.btn-default.note-btn.btn-sm,
.note-editor .wizard>.actions a.btn-default.note-btn.btn-sm:active,
.note-editor .wizard>.actions a.btn-default.note-btn.btn-sm:hover,
.note-editor button.btn-default.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right,
.note-editor button.btn-default.note-btn.btn-sm.fc-agendaWeek-button,
.note-editor button.btn-default.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .btn-outline.fc-next-button[class*=owl-],
.owl-theme .owl-nav .btn-outline.fc-prev-button[class*=owl-],
.owl-theme .owl-nav .btn-outline.fc-today-button[class*=owl-],
.owl-theme .owl-nav .btn-outline[class*=owl-],
.owl-theme .owl-nav .dt-buttons .btn-outline.dt-button[class*=owl-],
.owl-theme .owl-nav .dt-buttons button.dt-button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right,
.owl-theme .owl-nav .dt-buttons button.dt-button[class*=owl-].fc-agendaWeek-button,
.owl-theme .owl-nav .dt-buttons button.dt-button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .note-editor .dt-buttons .dt-button.note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav .note-editor .fc-next-button.note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav .note-editor .fc-prev-button.note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav .note-editor .fc-today-button.note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav .note-editor .note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav .note-editor .sweet-alert button.note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav .note-editor .wizard>.actions .disabled a.note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav .note-editor .wizard>.actions .disabled a.note-btn.btn-sm[class*=owl-]:active,
.owl-theme .owl-nav .note-editor .wizard>.actions .disabled a.note-btn.btn-sm[class*=owl-]:hover,
.owl-theme .owl-nav .note-editor .wizard>.actions a.note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav .note-editor .wizard>.actions a.note-btn.btn-sm[class*=owl-]:active,
.owl-theme .owl-nav .note-editor .wizard>.actions a.note-btn.btn-sm[class*=owl-]:hover,
.owl-theme .owl-nav .sweet-alert button.btn-outline[class*=owl-],
.owl-theme .owl-nav .sweet-alert button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right,
.owl-theme .owl-nav .sweet-alert button[class*=owl-].fc-agendaWeek-button,
.owl-theme .owl-nav .sweet-alert button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-],
.owl-theme .owl-nav .wizard>.actions .disabled a.btn-outline[class*=owl-],
.owl-theme .owl-nav .wizard>.actions .disabled a.btn-outline[class*=owl-]:active,
.owl-theme .owl-nav .wizard>.actions .disabled a.btn-outline[class*=owl-]:hover,
.owl-theme .owl-nav .wizard>.actions a.btn-outline[class*=owl-],
.owl-theme .owl-nav .wizard>.actions a.btn-outline[class*=owl-]:active,
.owl-theme .owl-nav .wizard>.actions a.btn-outline[class*=owl-]:hover,
.owl-theme .owl-nav button.fc-next-button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right,
.owl-theme .owl-nav button.fc-next-button[class*=owl-].fc-agendaWeek-button,
.owl-theme .owl-nav button.fc-next-button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav button.fc-prev-button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right,
.owl-theme .owl-nav button.fc-prev-button[class*=owl-].fc-agendaWeek-button,
.owl-theme .owl-nav button.fc-prev-button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav button.fc-today-button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right,
.owl-theme .owl-nav button.fc-today-button[class*=owl-].fc-agendaWeek-button,
.owl-theme .owl-nav button.fc-today-button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right,
.owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button,
.owl-theme .owl-nav button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a.dt-button[class*=owl-],
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions .disabled a[class*=owl-],
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions .disabled a[class*=owl-]:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions .disabled a[class*=owl-]:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions a[class*=owl-],
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions a[class*=owl-]:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions a[class*=owl-]:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-next-button[class*=owl-],
.owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-prev-button[class*=owl-],
.owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-today-button[class*=owl-],
.owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-],
.sweet-alert .note-editor .owl-theme .owl-nav button.note-btn.btn-sm[class*=owl-],
.sweet-alert .note-editor button.btn-default.note-btn.btn-sm,
.sweet-alert .owl-theme .owl-nav .note-editor button.note-btn.btn-sm[class*=owl-],
.sweet-alert .owl-theme .owl-nav button.btn-outline[class*=owl-],
.sweet-alert .owl-theme .owl-nav button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right,
.sweet-alert .owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button,
.sweet-alert .owl-theme .owl-nav button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button,
.sweet-alert button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right,
.sweet-alert button.btn-default.fc-agendaWeek-button,
.sweet-alert button.btn-default.fc-month-button.fc-state-default.fc-corner-left,
.sweet-alert button.btn-outline.btn-default,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .note-editor button.note-btn.btn-sm,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-],
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button,
.tablesaw-sortable th.tablesaw-sortable-head button,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-month-button.fc-state-default.fc-corner-left,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button,
.wizard>.actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*=owl-],
.wizard>.actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*=owl-]:active,
.wizard>.actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*=owl-]:hover,
.wizard>.actions .disabled .note-editor a.btn-default.note-btn.btn-sm,
.wizard>.actions .disabled .note-editor a.btn-default.note-btn.btn-sm:active,
.wizard>.actions .disabled .note-editor a.btn-default.note-btn.btn-sm:hover,
.wizard>.actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*=owl-],
.wizard>.actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*=owl-]:active,
.wizard>.actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*=owl-]:hover,
.wizard>.actions .disabled .owl-theme .owl-nav a.btn-outline[class*=owl-],
.wizard>.actions .disabled .owl-theme .owl-nav a.btn-outline[class*=owl-]:active,
.wizard>.actions .disabled .owl-theme .owl-nav a.btn-outline[class*=owl-]:hover,
.wizard>.actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-],
.wizard>.actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:active,
.wizard>.actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:hover,
.wizard>.actions .disabled a.btn-outline.btn-default,
.wizard>.actions .disabled a.btn-outline.btn-default:active,
.wizard>.actions .disabled a.btn-outline.btn-default:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-],
.wizard>.actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.btn-default.btn,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:hover,
.wizard>.actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*=owl-],
.wizard>.actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*=owl-]:active,
.wizard>.actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*=owl-]:hover,
.wizard>.actions .note-editor a.btn-default.note-btn.btn-sm,
.wizard>.actions .note-editor a.btn-default.note-btn.btn-sm:active,
.wizard>.actions .note-editor a.btn-default.note-btn.btn-sm:hover,
.wizard>.actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*=owl-],
.wizard>.actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*=owl-]:active,
.wizard>.actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*=owl-]:hover,
.wizard>.actions .owl-theme .owl-nav a.btn-outline[class*=owl-],
.wizard>.actions .owl-theme .owl-nav a.btn-outline[class*=owl-]:active,
.wizard>.actions .owl-theme .owl-nav a.btn-outline[class*=owl-]:hover,
.wizard>.actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-],
.wizard>.actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:active,
.wizard>.actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:hover,
.wizard>.actions a.btn-outline.btn-default,
.wizard>.actions a.btn-outline.btn-default:active,
.wizard>.actions a.btn-outline.btn-default:hover,
.wizard>.actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-],
.wizard>.actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:active,
.wizard>.actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:hover,
.wizard>.actions ul.wysihtml5-toolbar a.btn-default,
.wizard>.actions ul.wysihtml5-toolbar a.btn-default.btn,
.wizard>.actions ul.wysihtml5-toolbar a.btn-default.btn:active,
.wizard>.actions ul.wysihtml5-toolbar a.btn-default.btn:hover,
button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-default.fc-agendaWeek-button,
button.btn-default.fc-month-button.fc-state-default.fc-corner-left,
button.btn-default.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-default.fc-next-button.fc-agendaWeek-button,
button.btn-default.fc-next-button.fc-month-button.fc-state-default.fc-corner-left,
button.btn-default.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-default.fc-prev-button.fc-agendaWeek-button,
button.btn-default.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left,
button.btn-default.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-default.fc-today-button.fc-agendaWeek-button,
button.btn-default.fc-today-button.fc-month-button.fc-state-default.fc-corner-left,
ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button,
ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button.btn,
ul.wysihtml5-toolbar .owl-theme .owl-nav .dt-buttons a.dt-button[class*=owl-],
ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard>.actions .disabled a[class*=owl-],
ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard>.actions .disabled a[class*=owl-]:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard>.actions .disabled a[class*=owl-]:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard>.actions a[class*=owl-],
ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard>.actions a[class*=owl-]:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard>.actions a[class*=owl-]:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-next-button[class*=owl-],
ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-prev-button[class*=owl-],
ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-today-button[class*=owl-],
ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-],
ul.wysihtml5-toolbar .wizard>.actions .disabled a.btn-default.btn,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.btn-default.btn:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.btn-default.btn:hover,
ul.wysihtml5-toolbar .wizard>.actions a.btn-default,
ul.wysihtml5-toolbar .wizard>.actions a.btn-default.btn,
ul.wysihtml5-toolbar .wizard>.actions a.btn-default.btn:active,
ul.wysihtml5-toolbar .wizard>.actions a.btn-default.btn:hover,
ul.wysihtml5-toolbar a.btn-default.fc-next-button,
ul.wysihtml5-toolbar a.btn-default.fc-next-button.btn,
ul.wysihtml5-toolbar a.btn-default.fc-prev-button,
ul.wysihtml5-toolbar a.btn-default.fc-prev-button.btn,
ul.wysihtml5-toolbar a.btn-default.fc-today-button,
ul.wysihtml5-toolbar a.btn-default.fc-today-button.btn,
ul.wysihtml5-toolbar a.btn.btn-default {
    border: 1px solid rgba(220, 220, 220, .5);
    color: #212121
}

.btn-outline.btn-default.fc-next-button:active,
.btn-outline.btn-default.fc-next-button:focus,
.btn-outline.btn-default.fc-next-button:hover,
.btn-outline.btn-default.fc-prev-button:active,
.btn-outline.btn-default.fc-prev-button:focus,
.btn-outline.btn-default.fc-prev-button:hover,
.btn-outline.btn-default.fc-today-button:active,
.btn-outline.btn-default.fc-today-button:focus,
.btn-outline.btn-default.fc-today-button:hover,
.btn.btn-outline.btn-default:active,
.btn.btn-outline.btn-default:focus,
.btn.btn-outline.btn-default:hover,
.dt-buttons .btn-outline.btn-default.dt-button:active,
.dt-buttons .btn-outline.btn-default.dt-button:focus,
.dt-buttons .btn-outline.btn-default.dt-button:hover,
.dt-buttons .note-editor .btn-default.note-btn.btn-sm.dt-button:active,
.dt-buttons .note-editor .btn-default.note-btn.btn-sm.dt-button:focus,
.dt-buttons .note-editor .btn-default.note-btn.btn-sm.dt-button:hover,
.dt-buttons .note-editor .owl-theme .owl-nav .dt-button.note-btn.btn-sm[class*=owl-]:active,
.dt-buttons .note-editor .owl-theme .owl-nav .dt-button.note-btn.btn-sm[class*=owl-]:focus,
.dt-buttons .note-editor .owl-theme .owl-nav .dt-button.note-btn.btn-sm[class*=owl-]:hover,
.dt-buttons .owl-theme .owl-nav .btn-outline.dt-button[class*=owl-]:active,
.dt-buttons .owl-theme .owl-nav .btn-outline.dt-button[class*=owl-]:focus,
.dt-buttons .owl-theme .owl-nav .btn-outline.dt-button[class*=owl-]:hover,
.dt-buttons .owl-theme .owl-nav .note-editor .dt-button.note-btn.btn-sm[class*=owl-]:active,
.dt-buttons .owl-theme .owl-nav .note-editor .dt-button.note-btn.btn-sm[class*=owl-]:focus,
.dt-buttons .owl-theme .owl-nav .note-editor .dt-button.note-btn.btn-sm[class*=owl-]:hover,
.dt-buttons .owl-theme .owl-nav button.dt-button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.dt-buttons .owl-theme .owl-nav button.dt-button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.dt-buttons .owl-theme .owl-nav button.dt-button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.dt-buttons .owl-theme .owl-nav button.dt-button[class*=owl-].fc-agendaWeek-button:active,
.dt-buttons .owl-theme .owl-nav button.dt-button[class*=owl-].fc-agendaWeek-button:focus,
.dt-buttons .owl-theme .owl-nav button.dt-button[class*=owl-].fc-agendaWeek-button:hover,
.dt-buttons .owl-theme .owl-nav button.dt-button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:active,
.dt-buttons .owl-theme .owl-nav button.dt-button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:focus,
.dt-buttons .owl-theme .owl-nav button.dt-button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:hover,
.dt-buttons .owl-theme .owl-nav ul.wysihtml5-toolbar a.dt-button[class*=owl-]:active,
.dt-buttons .owl-theme .owl-nav ul.wysihtml5-toolbar a.dt-button[class*=owl-]:focus,
.dt-buttons .owl-theme .owl-nav ul.wysihtml5-toolbar a.dt-button[class*=owl-]:hover,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:active,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:focus,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:hover,
.dt-buttons button.btn-default.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.dt-buttons button.btn-default.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.dt-buttons button.btn-default.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.dt-buttons button.btn-default.dt-button.fc-agendaWeek-button:active,
.dt-buttons button.btn-default.dt-button.fc-agendaWeek-button:focus,
.dt-buttons button.btn-default.dt-button.fc-agendaWeek-button:hover,
.dt-buttons button.btn-default.dt-button.fc-month-button.fc-state-default.fc-corner-left:active,
.dt-buttons button.btn-default.dt-button.fc-month-button.fc-state-default.fc-corner-left:focus,
.dt-buttons button.btn-default.dt-button.fc-month-button.fc-state-default.fc-corner-left:hover,
.dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a.dt-button[class*=owl-]:active,
.dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a.dt-button[class*=owl-]:focus,
.dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a.dt-button[class*=owl-]:hover,
.dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button.btn:active,
.dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button.btn:focus,
.dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button.btn:hover,
.dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button:active,
.dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button:focus,
.dt-buttons ul.wysihtml5-toolbar a.btn-default.dt-button:hover,
.note-editor .btn-default.note-btn.btn-sm.fc-next-button:active,
.note-editor .btn-default.note-btn.btn-sm.fc-next-button:focus,
.note-editor .btn-default.note-btn.btn-sm.fc-next-button:hover,
.note-editor .btn-default.note-btn.btn-sm.fc-prev-button:active,
.note-editor .btn-default.note-btn.btn-sm.fc-prev-button:focus,
.note-editor .btn-default.note-btn.btn-sm.fc-prev-button:hover,
.note-editor .btn-default.note-btn.btn-sm.fc-today-button:active,
.note-editor .btn-default.note-btn.btn-sm.fc-today-button:focus,
.note-editor .btn-default.note-btn.btn-sm.fc-today-button:hover,
.note-editor .btn.btn-default.note-btn.btn-sm:active,
.note-editor .btn.btn-default.note-btn.btn-sm:focus,
.note-editor .btn.btn-default.note-btn.btn-sm:hover,
.note-editor .dt-buttons .btn-default.note-btn.btn-sm.dt-button:active,
.note-editor .dt-buttons .btn-default.note-btn.btn-sm.dt-button:focus,
.note-editor .dt-buttons .btn-default.note-btn.btn-sm.dt-button:hover,
.note-editor .owl-theme .owl-nav .dt-buttons .dt-button.note-btn.btn-sm[class*=owl-]:active,
.note-editor .owl-theme .owl-nav .dt-buttons .dt-button.note-btn.btn-sm[class*=owl-]:focus,
.note-editor .owl-theme .owl-nav .dt-buttons .dt-button.note-btn.btn-sm[class*=owl-]:hover,
.note-editor .owl-theme .owl-nav .fc-next-button.note-btn.btn-sm[class*=owl-]:active,
.note-editor .owl-theme .owl-nav .fc-next-button.note-btn.btn-sm[class*=owl-]:focus,
.note-editor .owl-theme .owl-nav .fc-next-button.note-btn.btn-sm[class*=owl-]:hover,
.note-editor .owl-theme .owl-nav .fc-prev-button.note-btn.btn-sm[class*=owl-]:active,
.note-editor .owl-theme .owl-nav .fc-prev-button.note-btn.btn-sm[class*=owl-]:focus,
.note-editor .owl-theme .owl-nav .fc-prev-button.note-btn.btn-sm[class*=owl-]:hover,
.note-editor .owl-theme .owl-nav .fc-today-button.note-btn.btn-sm[class*=owl-]:active,
.note-editor .owl-theme .owl-nav .fc-today-button.note-btn.btn-sm[class*=owl-]:focus,
.note-editor .owl-theme .owl-nav .fc-today-button.note-btn.btn-sm[class*=owl-]:hover,
.note-editor .owl-theme .owl-nav .note-btn.btn-sm[class*=owl-]:active,
.note-editor .owl-theme .owl-nav .note-btn.btn-sm[class*=owl-]:focus,
.note-editor .owl-theme .owl-nav .note-btn.btn-sm[class*=owl-]:hover,
.note-editor .owl-theme .owl-nav .sweet-alert button.note-btn.btn-sm[class*=owl-]:active,
.note-editor .owl-theme .owl-nav .sweet-alert button.note-btn.btn-sm[class*=owl-]:focus,
.note-editor .owl-theme .owl-nav .sweet-alert button.note-btn.btn-sm[class*=owl-]:hover,
.note-editor .owl-theme .owl-nav .wizard>.actions .disabled a.note-btn.btn-sm[class*=owl-]:active,
.note-editor .owl-theme .owl-nav .wizard>.actions .disabled a.note-btn.btn-sm[class*=owl-]:active:hover,
.note-editor .owl-theme .owl-nav .wizard>.actions .disabled a.note-btn.btn-sm[class*=owl-]:focus,
.note-editor .owl-theme .owl-nav .wizard>.actions .disabled a.note-btn.btn-sm[class*=owl-]:focus:active,
.note-editor .owl-theme .owl-nav .wizard>.actions .disabled a.note-btn.btn-sm[class*=owl-]:focus:hover,
.note-editor .owl-theme .owl-nav .wizard>.actions .disabled a.note-btn.btn-sm[class*=owl-]:hover,
.note-editor .owl-theme .owl-nav .wizard>.actions .disabled a.note-btn.btn-sm[class*=owl-]:hover:active,
.note-editor .owl-theme .owl-nav .wizard>.actions a.note-btn.btn-sm[class*=owl-]:active,
.note-editor .owl-theme .owl-nav .wizard>.actions a.note-btn.btn-sm[class*=owl-]:active:hover,
.note-editor .owl-theme .owl-nav .wizard>.actions a.note-btn.btn-sm[class*=owl-]:focus,
.note-editor .owl-theme .owl-nav .wizard>.actions a.note-btn.btn-sm[class*=owl-]:focus:active,
.note-editor .owl-theme .owl-nav .wizard>.actions a.note-btn.btn-sm[class*=owl-]:focus:hover,
.note-editor .owl-theme .owl-nav .wizard>.actions a.note-btn.btn-sm[class*=owl-]:hover,
.note-editor .owl-theme .owl-nav .wizard>.actions a.note-btn.btn-sm[class*=owl-]:hover:active,
.note-editor .sweet-alert button.btn-default.note-btn.btn-sm:active,
.note-editor .sweet-alert button.btn-default.note-btn.btn-sm:focus,
.note-editor .sweet-alert button.btn-default.note-btn.btn-sm:hover,
.note-editor .tablesaw-sortable th.tablesaw-sortable-head button.note-btn.btn-sm:active,
.note-editor .tablesaw-sortable th.tablesaw-sortable-head button.note-btn.btn-sm:focus,
.note-editor .tablesaw-sortable th.tablesaw-sortable-head button.note-btn.btn-sm:hover,
.note-editor .wizard>.actions .disabled a.btn-default.note-btn.btn-sm:active,
.note-editor .wizard>.actions .disabled a.btn-default.note-btn.btn-sm:active:hover,
.note-editor .wizard>.actions .disabled a.btn-default.note-btn.btn-sm:focus,
.note-editor .wizard>.actions .disabled a.btn-default.note-btn.btn-sm:focus:active,
.note-editor .wizard>.actions .disabled a.btn-default.note-btn.btn-sm:focus:hover,
.note-editor .wizard>.actions .disabled a.btn-default.note-btn.btn-sm:hover,
.note-editor .wizard>.actions .disabled a.btn-default.note-btn.btn-sm:hover:active,
.note-editor .wizard>.actions a.btn-default.note-btn.btn-sm:active,
.note-editor .wizard>.actions a.btn-default.note-btn.btn-sm:active:hover,
.note-editor .wizard>.actions a.btn-default.note-btn.btn-sm:focus,
.note-editor .wizard>.actions a.btn-default.note-btn.btn-sm:focus:active,
.note-editor .wizard>.actions a.btn-default.note-btn.btn-sm:focus:hover,
.note-editor .wizard>.actions a.btn-default.note-btn.btn-sm:hover,
.note-editor .wizard>.actions a.btn-default.note-btn.btn-sm:hover:active,
.note-editor button.btn-default.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.note-editor button.btn-default.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.note-editor button.btn-default.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.note-editor button.btn-default.note-btn.btn-sm.fc-agendaWeek-button:active,
.note-editor button.btn-default.note-btn.btn-sm.fc-agendaWeek-button:focus,
.note-editor button.btn-default.note-btn.btn-sm.fc-agendaWeek-button:hover,
.note-editor button.btn-default.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left:active,
.note-editor button.btn-default.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left:focus,
.note-editor button.btn-default.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav .btn-outline.fc-next-button[class*=owl-]:active,
.owl-theme .owl-nav .btn-outline.fc-next-button[class*=owl-]:focus,
.owl-theme .owl-nav .btn-outline.fc-next-button[class*=owl-]:hover,
.owl-theme .owl-nav .btn-outline.fc-prev-button[class*=owl-]:active,
.owl-theme .owl-nav .btn-outline.fc-prev-button[class*=owl-]:focus,
.owl-theme .owl-nav .btn-outline.fc-prev-button[class*=owl-]:hover,
.owl-theme .owl-nav .btn-outline.fc-today-button[class*=owl-]:active,
.owl-theme .owl-nav .btn-outline.fc-today-button[class*=owl-]:focus,
.owl-theme .owl-nav .btn-outline.fc-today-button[class*=owl-]:hover,
.owl-theme .owl-nav .btn-outline[class*=owl-]:active,
.owl-theme .owl-nav .btn-outline[class*=owl-]:focus,
.owl-theme .owl-nav .btn-outline[class*=owl-]:hover,
.owl-theme .owl-nav .dt-buttons .btn-outline.dt-button[class*=owl-]:active,
.owl-theme .owl-nav .dt-buttons .btn-outline.dt-button[class*=owl-]:focus,
.owl-theme .owl-nav .dt-buttons .btn-outline.dt-button[class*=owl-]:hover,
.owl-theme .owl-nav .dt-buttons button.dt-button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.owl-theme .owl-nav .dt-buttons button.dt-button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.owl-theme .owl-nav .dt-buttons button.dt-button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.owl-theme .owl-nav .dt-buttons button.dt-button[class*=owl-].fc-agendaWeek-button:active,
.owl-theme .owl-nav .dt-buttons button.dt-button[class*=owl-].fc-agendaWeek-button:focus,
.owl-theme .owl-nav .dt-buttons button.dt-button[class*=owl-].fc-agendaWeek-button:hover,
.owl-theme .owl-nav .dt-buttons button.dt-button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:active,
.owl-theme .owl-nav .dt-buttons button.dt-button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:focus,
.owl-theme .owl-nav .dt-buttons button.dt-button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav .note-editor .dt-buttons .dt-button.note-btn.btn-sm[class*=owl-]:active,
.owl-theme .owl-nav .note-editor .dt-buttons .dt-button.note-btn.btn-sm[class*=owl-]:focus,
.owl-theme .owl-nav .note-editor .dt-buttons .dt-button.note-btn.btn-sm[class*=owl-]:hover,
.owl-theme .owl-nav .note-editor .fc-next-button.note-btn.btn-sm[class*=owl-]:active,
.owl-theme .owl-nav .note-editor .fc-next-button.note-btn.btn-sm[class*=owl-]:focus,
.owl-theme .owl-nav .note-editor .fc-next-button.note-btn.btn-sm[class*=owl-]:hover,
.owl-theme .owl-nav .note-editor .fc-prev-button.note-btn.btn-sm[class*=owl-]:active,
.owl-theme .owl-nav .note-editor .fc-prev-button.note-btn.btn-sm[class*=owl-]:focus,
.owl-theme .owl-nav .note-editor .fc-prev-button.note-btn.btn-sm[class*=owl-]:hover,
.owl-theme .owl-nav .note-editor .fc-today-button.note-btn.btn-sm[class*=owl-]:active,
.owl-theme .owl-nav .note-editor .fc-today-button.note-btn.btn-sm[class*=owl-]:focus,
.owl-theme .owl-nav .note-editor .fc-today-button.note-btn.btn-sm[class*=owl-]:hover,
.owl-theme .owl-nav .note-editor .note-btn.btn-sm[class*=owl-]:active,
.owl-theme .owl-nav .note-editor .note-btn.btn-sm[class*=owl-]:focus,
.owl-theme .owl-nav .note-editor .note-btn.btn-sm[class*=owl-]:hover,
.owl-theme .owl-nav .note-editor .sweet-alert button.note-btn.btn-sm[class*=owl-]:active,
.owl-theme .owl-nav .note-editor .sweet-alert button.note-btn.btn-sm[class*=owl-]:focus,
.owl-theme .owl-nav .note-editor .sweet-alert button.note-btn.btn-sm[class*=owl-]:hover,
.owl-theme .owl-nav .note-editor .wizard>.actions .disabled a.note-btn.btn-sm[class*=owl-]:active,
.owl-theme .owl-nav .note-editor .wizard>.actions .disabled a.note-btn.btn-sm[class*=owl-]:active:hover,
.owl-theme .owl-nav .note-editor .wizard>.actions .disabled a.note-btn.btn-sm[class*=owl-]:focus,
.owl-theme .owl-nav .note-editor .wizard>.actions .disabled a.note-btn.btn-sm[class*=owl-]:focus:active,
.owl-theme .owl-nav .note-editor .wizard>.actions .disabled a.note-btn.btn-sm[class*=owl-]:focus:hover,
.owl-theme .owl-nav .note-editor .wizard>.actions .disabled a.note-btn.btn-sm[class*=owl-]:hover,
.owl-theme .owl-nav .note-editor .wizard>.actions .disabled a.note-btn.btn-sm[class*=owl-]:hover:active,
.owl-theme .owl-nav .note-editor .wizard>.actions a.note-btn.btn-sm[class*=owl-]:active,
.owl-theme .owl-nav .note-editor .wizard>.actions a.note-btn.btn-sm[class*=owl-]:active:hover,
.owl-theme .owl-nav .note-editor .wizard>.actions a.note-btn.btn-sm[class*=owl-]:focus,
.owl-theme .owl-nav .note-editor .wizard>.actions a.note-btn.btn-sm[class*=owl-]:focus:active,
.owl-theme .owl-nav .note-editor .wizard>.actions a.note-btn.btn-sm[class*=owl-]:focus:hover,
.owl-theme .owl-nav .note-editor .wizard>.actions a.note-btn.btn-sm[class*=owl-]:hover,
.owl-theme .owl-nav .note-editor .wizard>.actions a.note-btn.btn-sm[class*=owl-]:hover:active,
.owl-theme .owl-nav .sweet-alert button.btn-outline[class*=owl-]:active,
.owl-theme .owl-nav .sweet-alert button.btn-outline[class*=owl-]:focus,
.owl-theme .owl-nav .sweet-alert button.btn-outline[class*=owl-]:hover,
.owl-theme .owl-nav .sweet-alert button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.owl-theme .owl-nav .sweet-alert button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.owl-theme .owl-nav .sweet-alert button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.owl-theme .owl-nav .sweet-alert button[class*=owl-].fc-agendaWeek-button:active,
.owl-theme .owl-nav .sweet-alert button[class*=owl-].fc-agendaWeek-button:focus,
.owl-theme .owl-nav .sweet-alert button[class*=owl-].fc-agendaWeek-button:hover,
.owl-theme .owl-nav .sweet-alert button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:active,
.owl-theme .owl-nav .sweet-alert button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:focus,
.owl-theme .owl-nav .sweet-alert button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-]:active,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-]:focus,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-]:hover,
.owl-theme .owl-nav .wizard>.actions .disabled a.btn-outline[class*=owl-]:active,
.owl-theme .owl-nav .wizard>.actions .disabled a.btn-outline[class*=owl-]:active:hover,
.owl-theme .owl-nav .wizard>.actions .disabled a.btn-outline[class*=owl-]:focus,
.owl-theme .owl-nav .wizard>.actions .disabled a.btn-outline[class*=owl-]:focus:active,
.owl-theme .owl-nav .wizard>.actions .disabled a.btn-outline[class*=owl-]:focus:hover,
.owl-theme .owl-nav .wizard>.actions .disabled a.btn-outline[class*=owl-]:hover,
.owl-theme .owl-nav .wizard>.actions .disabled a.btn-outline[class*=owl-]:hover:active,
.owl-theme .owl-nav .wizard>.actions a.btn-outline[class*=owl-]:active,
.owl-theme .owl-nav .wizard>.actions a.btn-outline[class*=owl-]:active:hover,
.owl-theme .owl-nav .wizard>.actions a.btn-outline[class*=owl-]:focus,
.owl-theme .owl-nav .wizard>.actions a.btn-outline[class*=owl-]:focus:active,
.owl-theme .owl-nav .wizard>.actions a.btn-outline[class*=owl-]:focus:hover,
.owl-theme .owl-nav .wizard>.actions a.btn-outline[class*=owl-]:hover,
.owl-theme .owl-nav .wizard>.actions a.btn-outline[class*=owl-]:hover:active,
.owl-theme .owl-nav button.fc-next-button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.owl-theme .owl-nav button.fc-next-button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.owl-theme .owl-nav button.fc-next-button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.owl-theme .owl-nav button.fc-next-button[class*=owl-].fc-agendaWeek-button:active,
.owl-theme .owl-nav button.fc-next-button[class*=owl-].fc-agendaWeek-button:focus,
.owl-theme .owl-nav button.fc-next-button[class*=owl-].fc-agendaWeek-button:hover,
.owl-theme .owl-nav button.fc-next-button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:active,
.owl-theme .owl-nav button.fc-next-button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:focus,
.owl-theme .owl-nav button.fc-next-button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav button.fc-prev-button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.owl-theme .owl-nav button.fc-prev-button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.owl-theme .owl-nav button.fc-prev-button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.owl-theme .owl-nav button.fc-prev-button[class*=owl-].fc-agendaWeek-button:active,
.owl-theme .owl-nav button.fc-prev-button[class*=owl-].fc-agendaWeek-button:focus,
.owl-theme .owl-nav button.fc-prev-button[class*=owl-].fc-agendaWeek-button:hover,
.owl-theme .owl-nav button.fc-prev-button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:active,
.owl-theme .owl-nav button.fc-prev-button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:focus,
.owl-theme .owl-nav button.fc-prev-button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav button.fc-today-button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.owl-theme .owl-nav button.fc-today-button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.owl-theme .owl-nav button.fc-today-button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.owl-theme .owl-nav button.fc-today-button[class*=owl-].fc-agendaWeek-button:active,
.owl-theme .owl-nav button.fc-today-button[class*=owl-].fc-agendaWeek-button:focus,
.owl-theme .owl-nav button.fc-today-button[class*=owl-].fc-agendaWeek-button:hover,
.owl-theme .owl-nav button.fc-today-button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:active,
.owl-theme .owl-nav button.fc-today-button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:focus,
.owl-theme .owl-nav button.fc-today-button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.owl-theme .owl-nav button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.owl-theme .owl-nav button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button:active,
.owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button:focus,
.owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button:hover,
.owl-theme .owl-nav button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:active,
.owl-theme .owl-nav button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:focus,
.owl-theme .owl-nav button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a.dt-button[class*=owl-]:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a.dt-button[class*=owl-]:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a.dt-button[class*=owl-]:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions .disabled a[class*=owl-]:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions .disabled a[class*=owl-]:active:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions .disabled a[class*=owl-]:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions .disabled a[class*=owl-]:focus:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions .disabled a[class*=owl-]:focus:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions .disabled a[class*=owl-]:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions .disabled a[class*=owl-]:hover:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions a[class*=owl-]:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions a[class*=owl-]:active:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions a[class*=owl-]:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions a[class*=owl-]:focus:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions a[class*=owl-]:focus:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions a[class*=owl-]:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions a[class*=owl-]:hover:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-next-button[class*=owl-]:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-next-button[class*=owl-]:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-next-button[class*=owl-]:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-prev-button[class*=owl-]:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-prev-button[class*=owl-]:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-prev-button[class*=owl-]:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-today-button[class*=owl-]:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-today-button[class*=owl-]:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.fc-today-button[class*=owl-]:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:hover,
.sweet-alert .note-editor .owl-theme .owl-nav button.note-btn.btn-sm[class*=owl-]:active,
.sweet-alert .note-editor .owl-theme .owl-nav button.note-btn.btn-sm[class*=owl-]:focus,
.sweet-alert .note-editor .owl-theme .owl-nav button.note-btn.btn-sm[class*=owl-]:hover,
.sweet-alert .note-editor button.btn-default.note-btn.btn-sm:active,
.sweet-alert .note-editor button.btn-default.note-btn.btn-sm:focus,
.sweet-alert .note-editor button.btn-default.note-btn.btn-sm:hover,
.sweet-alert .owl-theme .owl-nav .note-editor button.note-btn.btn-sm[class*=owl-]:active,
.sweet-alert .owl-theme .owl-nav .note-editor button.note-btn.btn-sm[class*=owl-]:focus,
.sweet-alert .owl-theme .owl-nav .note-editor button.note-btn.btn-sm[class*=owl-]:hover,
.sweet-alert .owl-theme .owl-nav button.btn-outline[class*=owl-]:active,
.sweet-alert .owl-theme .owl-nav button.btn-outline[class*=owl-]:focus,
.sweet-alert .owl-theme .owl-nav button.btn-outline[class*=owl-]:hover,
.sweet-alert .owl-theme .owl-nav button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.sweet-alert .owl-theme .owl-nav button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.sweet-alert .owl-theme .owl-nav button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.sweet-alert .owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button:active,
.sweet-alert .owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button:focus,
.sweet-alert .owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button:hover,
.sweet-alert .owl-theme .owl-nav button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:active,
.sweet-alert .owl-theme .owl-nav button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:focus,
.sweet-alert .owl-theme .owl-nav button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:hover,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button:active,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button:focus,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button:hover,
.sweet-alert button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.sweet-alert button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.sweet-alert button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.sweet-alert button.btn-default.fc-agendaWeek-button:active,
.sweet-alert button.btn-default.fc-agendaWeek-button:focus,
.sweet-alert button.btn-default.fc-agendaWeek-button:hover,
.sweet-alert button.btn-default.fc-month-button.fc-state-default.fc-corner-left:active,
.sweet-alert button.btn-default.fc-month-button.fc-state-default.fc-corner-left:focus,
.sweet-alert button.btn-default.fc-month-button.fc-state-default.fc-corner-left:hover,
.sweet-alert button.btn-outline.btn-default:active,
.sweet-alert button.btn-outline.btn-default:focus,
.sweet-alert button.btn-outline.btn-default:hover,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .note-editor button.note-btn.btn-sm:active,
.tablesaw-sortable th.tablesaw-sortable-head .note-editor button.note-btn.btn-sm:focus,
.tablesaw-sortable th.tablesaw-sortable-head .note-editor button.note-btn.btn-sm:hover,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-]:active,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-]:focus,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-]:hover,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button:active,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-month-button.fc-state-default.fc-corner-left:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-month-button.fc-state-default.fc-corner-left:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-month-button.fc-state-default.fc-corner-left:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head button:active,
.tablesaw-sortable th.tablesaw-sortable-head button:focus,
.tablesaw-sortable th.tablesaw-sortable-head button:hover,
.wizard>.actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*=owl-]:active,
.wizard>.actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*=owl-]:active:hover,
.wizard>.actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*=owl-]:focus,
.wizard>.actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*=owl-]:focus:active,
.wizard>.actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*=owl-]:focus:hover,
.wizard>.actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*=owl-]:hover,
.wizard>.actions .disabled .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*=owl-]:hover:active,
.wizard>.actions .disabled .note-editor a.btn-default.note-btn.btn-sm:active,
.wizard>.actions .disabled .note-editor a.btn-default.note-btn.btn-sm:active:hover,
.wizard>.actions .disabled .note-editor a.btn-default.note-btn.btn-sm:focus,
.wizard>.actions .disabled .note-editor a.btn-default.note-btn.btn-sm:focus:active,
.wizard>.actions .disabled .note-editor a.btn-default.note-btn.btn-sm:focus:hover,
.wizard>.actions .disabled .note-editor a.btn-default.note-btn.btn-sm:hover,
.wizard>.actions .disabled .note-editor a.btn-default.note-btn.btn-sm:hover:active,
.wizard>.actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*=owl-]:active,
.wizard>.actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*=owl-]:active:hover,
.wizard>.actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*=owl-]:focus,
.wizard>.actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*=owl-]:focus:active,
.wizard>.actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*=owl-]:focus:hover,
.wizard>.actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*=owl-]:hover,
.wizard>.actions .disabled .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*=owl-]:hover:active,
.wizard>.actions .disabled .owl-theme .owl-nav a.btn-outline[class*=owl-]:active,
.wizard>.actions .disabled .owl-theme .owl-nav a.btn-outline[class*=owl-]:active:hover,
.wizard>.actions .disabled .owl-theme .owl-nav a.btn-outline[class*=owl-]:focus,
.wizard>.actions .disabled .owl-theme .owl-nav a.btn-outline[class*=owl-]:focus:active,
.wizard>.actions .disabled .owl-theme .owl-nav a.btn-outline[class*=owl-]:focus:hover,
.wizard>.actions .disabled .owl-theme .owl-nav a.btn-outline[class*=owl-]:hover,
.wizard>.actions .disabled .owl-theme .owl-nav a.btn-outline[class*=owl-]:hover:active,
.wizard>.actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:active,
.wizard>.actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:active:hover,
.wizard>.actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:focus,
.wizard>.actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:focus:active,
.wizard>.actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:focus:hover,
.wizard>.actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:hover,
.wizard>.actions .disabled .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:hover:active,
.wizard>.actions .disabled a.btn-outline.btn-default:active,
.wizard>.actions .disabled a.btn-outline.btn-default:active:hover,
.wizard>.actions .disabled a.btn-outline.btn-default:focus,
.wizard>.actions .disabled a.btn-outline.btn-default:focus:active,
.wizard>.actions .disabled a.btn-outline.btn-default:focus:hover,
.wizard>.actions .disabled a.btn-outline.btn-default:hover,
.wizard>.actions .disabled a.btn-outline.btn-default:hover:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:active:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:focus,
.wizard>.actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:focus:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:focus:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:hover:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:active:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:focus,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:focus:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:focus:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.btn-default.btn:hover:active,
.wizard>.actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*=owl-]:active,
.wizard>.actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*=owl-]:active:hover,
.wizard>.actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*=owl-]:focus,
.wizard>.actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*=owl-]:focus:active,
.wizard>.actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*=owl-]:focus:hover,
.wizard>.actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*=owl-]:hover,
.wizard>.actions .note-editor .owl-theme .owl-nav a.note-btn.btn-sm[class*=owl-]:hover:active,
.wizard>.actions .note-editor a.btn-default.note-btn.btn-sm:active,
.wizard>.actions .note-editor a.btn-default.note-btn.btn-sm:active:hover,
.wizard>.actions .note-editor a.btn-default.note-btn.btn-sm:focus,
.wizard>.actions .note-editor a.btn-default.note-btn.btn-sm:focus:active,
.wizard>.actions .note-editor a.btn-default.note-btn.btn-sm:focus:hover,
.wizard>.actions .note-editor a.btn-default.note-btn.btn-sm:hover,
.wizard>.actions .note-editor a.btn-default.note-btn.btn-sm:hover:active,
.wizard>.actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*=owl-]:active,
.wizard>.actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*=owl-]:active:hover,
.wizard>.actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*=owl-]:focus,
.wizard>.actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*=owl-]:focus:active,
.wizard>.actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*=owl-]:focus:hover,
.wizard>.actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*=owl-]:hover,
.wizard>.actions .owl-theme .owl-nav .note-editor a.note-btn.btn-sm[class*=owl-]:hover:active,
.wizard>.actions .owl-theme .owl-nav a.btn-outline[class*=owl-]:active,
.wizard>.actions .owl-theme .owl-nav a.btn-outline[class*=owl-]:active:hover,
.wizard>.actions .owl-theme .owl-nav a.btn-outline[class*=owl-]:focus,
.wizard>.actions .owl-theme .owl-nav a.btn-outline[class*=owl-]:focus:active,
.wizard>.actions .owl-theme .owl-nav a.btn-outline[class*=owl-]:focus:hover,
.wizard>.actions .owl-theme .owl-nav a.btn-outline[class*=owl-]:hover,
.wizard>.actions .owl-theme .owl-nav a.btn-outline[class*=owl-]:hover:active,
.wizard>.actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:active,
.wizard>.actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:active:hover,
.wizard>.actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:focus,
.wizard>.actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:focus:active,
.wizard>.actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:focus:hover,
.wizard>.actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:hover,
.wizard>.actions .owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-]:hover:active,
.wizard>.actions a.btn-outline.btn-default:active,
.wizard>.actions a.btn-outline.btn-default:active:hover,
.wizard>.actions a.btn-outline.btn-default:focus,
.wizard>.actions a.btn-outline.btn-default:focus:active,
.wizard>.actions a.btn-outline.btn-default:focus:hover,
.wizard>.actions a.btn-outline.btn-default:hover,
.wizard>.actions a.btn-outline.btn-default:hover:active,
.wizard>.actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:active,
.wizard>.actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:active:hover,
.wizard>.actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:focus,
.wizard>.actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:focus:active,
.wizard>.actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:focus:hover,
.wizard>.actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:hover,
.wizard>.actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:hover:active,
.wizard>.actions ul.wysihtml5-toolbar a.btn-default.btn:active,
.wizard>.actions ul.wysihtml5-toolbar a.btn-default.btn:active:hover,
.wizard>.actions ul.wysihtml5-toolbar a.btn-default.btn:focus,
.wizard>.actions ul.wysihtml5-toolbar a.btn-default.btn:focus:active,
.wizard>.actions ul.wysihtml5-toolbar a.btn-default.btn:focus:hover,
.wizard>.actions ul.wysihtml5-toolbar a.btn-default.btn:hover,
.wizard>.actions ul.wysihtml5-toolbar a.btn-default.btn:hover:active,
.wizard>.actions ul.wysihtml5-toolbar a.btn-default:active,
.wizard>.actions ul.wysihtml5-toolbar a.btn-default:focus,
.wizard>.actions ul.wysihtml5-toolbar a.btn-default:hover,
button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-default.fc-agendaWeek-button:active,
button.btn-default.fc-agendaWeek-button:focus,
button.btn-default.fc-agendaWeek-button:hover,
button.btn-default.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-default.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-default.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-default.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-default.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-default.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-default.fc-next-button.fc-agendaWeek-button:active,
button.btn-default.fc-next-button.fc-agendaWeek-button:focus,
button.btn-default.fc-next-button.fc-agendaWeek-button:hover,
button.btn-default.fc-next-button.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-default.fc-next-button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-default.fc-next-button.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-default.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-default.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-default.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-default.fc-prev-button.fc-agendaWeek-button:active,
button.btn-default.fc-prev-button.fc-agendaWeek-button:focus,
button.btn-default.fc-prev-button.fc-agendaWeek-button:hover,
button.btn-default.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-default.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-default.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-default.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-default.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-default.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-default.fc-today-button.fc-agendaWeek-button:active,
button.btn-default.fc-today-button.fc-agendaWeek-button:focus,
button.btn-default.fc-today-button.fc-agendaWeek-button:hover,
button.btn-default.fc-today-button.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-default.fc-today-button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-default.fc-today-button.fc-month-button.fc-state-default.fc-corner-left:hover,
ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button.btn:active,
ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button.btn:focus,
ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button.btn:hover,
ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button:active,
ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button:focus,
ul.wysihtml5-toolbar .dt-buttons a.btn-default.dt-button:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav .dt-buttons a.dt-button[class*=owl-]:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav .dt-buttons a.dt-button[class*=owl-]:focus,
ul.wysihtml5-toolbar .owl-theme .owl-nav .dt-buttons a.dt-button[class*=owl-]:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard>.actions .disabled a[class*=owl-]:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard>.actions .disabled a[class*=owl-]:active:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard>.actions .disabled a[class*=owl-]:focus,
ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard>.actions .disabled a[class*=owl-]:focus:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard>.actions .disabled a[class*=owl-]:focus:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard>.actions .disabled a[class*=owl-]:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard>.actions .disabled a[class*=owl-]:hover:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard>.actions a[class*=owl-]:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard>.actions a[class*=owl-]:active:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard>.actions a[class*=owl-]:focus,
ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard>.actions a[class*=owl-]:focus:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard>.actions a[class*=owl-]:focus:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard>.actions a[class*=owl-]:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav .wizard>.actions a[class*=owl-]:hover:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-next-button[class*=owl-]:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-next-button[class*=owl-]:focus,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-next-button[class*=owl-]:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-prev-button[class*=owl-]:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-prev-button[class*=owl-]:focus,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-prev-button[class*=owl-]:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-today-button[class*=owl-]:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-today-button[class*=owl-]:focus,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.fc-today-button[class*=owl-]:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:focus,
ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.btn-default.btn:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.btn-default.btn:active:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.btn-default.btn:focus,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.btn-default.btn:focus:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.btn-default.btn:focus:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.btn-default.btn:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.btn-default.btn:hover:active,
ul.wysihtml5-toolbar .wizard>.actions a.btn-default.btn:active,
ul.wysihtml5-toolbar .wizard>.actions a.btn-default.btn:active:hover,
ul.wysihtml5-toolbar .wizard>.actions a.btn-default.btn:focus,
ul.wysihtml5-toolbar .wizard>.actions a.btn-default.btn:focus:active,
ul.wysihtml5-toolbar .wizard>.actions a.btn-default.btn:focus:hover,
ul.wysihtml5-toolbar .wizard>.actions a.btn-default.btn:hover,
ul.wysihtml5-toolbar .wizard>.actions a.btn-default.btn:hover:active,
ul.wysihtml5-toolbar .wizard>.actions a.btn-default:active,
ul.wysihtml5-toolbar .wizard>.actions a.btn-default:focus,
ul.wysihtml5-toolbar .wizard>.actions a.btn-default:hover,
ul.wysihtml5-toolbar a.btn-default.fc-next-button.btn:active,
ul.wysihtml5-toolbar a.btn-default.fc-next-button.btn:focus,
ul.wysihtml5-toolbar a.btn-default.fc-next-button.btn:hover,
ul.wysihtml5-toolbar a.btn-default.fc-next-button:active,
ul.wysihtml5-toolbar a.btn-default.fc-next-button:focus,
ul.wysihtml5-toolbar a.btn-default.fc-next-button:hover,
ul.wysihtml5-toolbar a.btn-default.fc-prev-button.btn:active,
ul.wysihtml5-toolbar a.btn-default.fc-prev-button.btn:focus,
ul.wysihtml5-toolbar a.btn-default.fc-prev-button.btn:hover,
ul.wysihtml5-toolbar a.btn-default.fc-prev-button:active,
ul.wysihtml5-toolbar a.btn-default.fc-prev-button:focus,
ul.wysihtml5-toolbar a.btn-default.fc-prev-button:hover,
ul.wysihtml5-toolbar a.btn-default.fc-today-button.btn:active,
ul.wysihtml5-toolbar a.btn-default.fc-today-button.btn:focus,
ul.wysihtml5-toolbar a.btn-default.fc-today-button.btn:hover,
ul.wysihtml5-toolbar a.btn-default.fc-today-button:active,
ul.wysihtml5-toolbar a.btn-default.fc-today-button:focus,
ul.wysihtml5-toolbar a.btn-default.fc-today-button:hover,
ul.wysihtml5-toolbar a.btn.btn-default:active,
ul.wysihtml5-toolbar a.btn.btn-default:focus,
ul.wysihtml5-toolbar a.btn.btn-default:hover {
    border: 1px solid #dcdcdc
}

.btn-outline.btn-info.fc-next-button,
.btn-outline.btn-info.fc-prev-button,
.btn-outline.btn-info.fc-today-button,
.btn.btn-outline.btn-info,
.dt-buttons .btn-outline.btn-info.dt-button,
.dt-buttons .note-editor .btn-info.note-btn.btn-sm.dt-button,
.dt-buttons ul.wysihtml5-toolbar a.btn-info.dt-button,
.note-editor .btn-info.note-btn.btn-sm.fc-next-button,
.note-editor .btn-info.note-btn.btn-sm.fc-prev-button,
.note-editor .btn-info.note-btn.btn-sm.fc-today-button,
.note-editor .btn.btn-info.note-btn.btn-sm,
.note-editor .dt-buttons .btn-info.note-btn.btn-sm.dt-button,
.note-editor .owl-theme .owl-nav .btn-info.note-btn.btn-sm[class*=owl-],
.note-editor .sweet-alert button.btn-info.note-btn.btn-sm,
.note-editor .wizard>.actions a.btn-info.note-btn.btn-sm,
.note-editor button.btn-info.note-btn.btn-sm.fc-agendaWeek-button,
.owl-theme .owl-nav .btn-outline.btn-info[class*=owl-],
.owl-theme .owl-nav .note-editor .btn-info.note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav button.btn-info[class*=owl-].fc-agendaWeek-button,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-info[class*=owl-],
.sweet-alert .note-editor button.btn-info.note-btn.btn-sm,
.sweet-alert button.btn-outline.btn-info,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-info,
.wizard>.actions .note-editor a.btn-info.note-btn.btn-sm,
.wizard>.actions a.btn-outline.btn-info,
.wizard>.actions ul.wysihtml5-toolbar a.btn-info,
button.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-info.fc-agendaWeek-button,
button.btn-info.fc-month-button.fc-state-default.fc-corner-left,
ul.wysihtml5-toolbar .dt-buttons a.btn-info.dt-button,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-info[class*=owl-],
ul.wysihtml5-toolbar .wizard>.actions a.btn-info,
ul.wysihtml5-toolbar a.btn-info.fc-next-button,
ul.wysihtml5-toolbar a.btn-info.fc-prev-button,
ul.wysihtml5-toolbar a.btn-info.fc-today-button,
ul.wysihtml5-toolbar a.btn.btn-info {
    border: 1px solid rgba(177, 0, 88, .5);
    color: #b10058
}

.btn-outline.btn-info.fc-next-button:active,
.btn-outline.btn-info.fc-next-button:focus,
.btn-outline.btn-info.fc-next-button:hover,
.btn-outline.btn-info.fc-prev-button:active,
.btn-outline.btn-info.fc-prev-button:focus,
.btn-outline.btn-info.fc-prev-button:hover,
.btn-outline.btn-info.fc-today-button:active,
.btn-outline.btn-info.fc-today-button:focus,
.btn-outline.btn-info.fc-today-button:hover,
.btn.btn-outline.btn-info:active,
.btn.btn-outline.btn-info:focus,
.btn.btn-outline.btn-info:hover,
.dt-buttons .btn-outline.btn-info.dt-button:active,
.dt-buttons .btn-outline.btn-info.dt-button:focus,
.dt-buttons .btn-outline.btn-info.dt-button:hover,
.dt-buttons .note-editor .btn-info.note-btn.btn-sm.dt-button:active,
.dt-buttons .note-editor .btn-info.note-btn.btn-sm.dt-button:focus,
.dt-buttons .note-editor .btn-info.note-btn.btn-sm.dt-button:hover,
.dt-buttons ul.wysihtml5-toolbar a.btn-info.dt-button:active,
.dt-buttons ul.wysihtml5-toolbar a.btn-info.dt-button:focus,
.dt-buttons ul.wysihtml5-toolbar a.btn-info.dt-button:hover,
.note-editor .btn-info.note-btn.btn-sm.fc-next-button:active,
.note-editor .btn-info.note-btn.btn-sm.fc-next-button:focus,
.note-editor .btn-info.note-btn.btn-sm.fc-next-button:hover,
.note-editor .btn-info.note-btn.btn-sm.fc-prev-button:active,
.note-editor .btn-info.note-btn.btn-sm.fc-prev-button:focus,
.note-editor .btn-info.note-btn.btn-sm.fc-prev-button:hover,
.note-editor .btn-info.note-btn.btn-sm.fc-today-button:active,
.note-editor .btn-info.note-btn.btn-sm.fc-today-button:focus,
.note-editor .btn-info.note-btn.btn-sm.fc-today-button:hover,
.note-editor .btn.btn-info.note-btn.btn-sm:active,
.note-editor .btn.btn-info.note-btn.btn-sm:focus,
.note-editor .btn.btn-info.note-btn.btn-sm:hover,
.note-editor .dt-buttons .btn-info.note-btn.btn-sm.dt-button:active,
.note-editor .dt-buttons .btn-info.note-btn.btn-sm.dt-button:focus,
.note-editor .dt-buttons .btn-info.note-btn.btn-sm.dt-button:hover,
.note-editor .owl-theme .owl-nav .btn-info.note-btn.btn-sm[class*=owl-]:active,
.note-editor .owl-theme .owl-nav .btn-info.note-btn.btn-sm[class*=owl-]:focus,
.note-editor .owl-theme .owl-nav .btn-info.note-btn.btn-sm[class*=owl-]:hover,
.note-editor .sweet-alert button.btn-info.note-btn.btn-sm:active,
.note-editor .sweet-alert button.btn-info.note-btn.btn-sm:focus,
.note-editor .sweet-alert button.btn-info.note-btn.btn-sm:hover,
.note-editor .wizard>.actions a.btn-info.note-btn.btn-sm:active,
.note-editor .wizard>.actions a.btn-info.note-btn.btn-sm:focus,
.note-editor .wizard>.actions a.btn-info.note-btn.btn-sm:hover,
.owl-theme .owl-nav .btn-outline.btn-info[class*=owl-]:active,
.owl-theme .owl-nav .btn-outline.btn-info[class*=owl-]:focus,
.owl-theme .owl-nav .btn-outline.btn-info[class*=owl-]:hover,
.owl-theme .owl-nav .note-editor .btn-info.note-btn.btn-sm[class*=owl-]:active,
.owl-theme .owl-nav .note-editor .btn-info.note-btn.btn-sm[class*=owl-]:focus,
.owl-theme .owl-nav .note-editor .btn-info.note-btn.btn-sm[class*=owl-]:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-info[class*=owl-]:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-info[class*=owl-]:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-info[class*=owl-]:hover,
.sweet-alert .note-editor button.btn-info.note-btn.btn-sm:active,
.sweet-alert .note-editor button.btn-info.note-btn.btn-sm:focus,
.sweet-alert .note-editor button.btn-info.note-btn.btn-sm:hover,
.sweet-alert button.btn-outline.btn-info:active,
.sweet-alert button.btn-outline.btn-info:focus,
.sweet-alert button.btn-outline.btn-info:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-info:active,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-info:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-info:hover,
.wizard>.actions .note-editor a.btn-info.note-btn.btn-sm:active,
.wizard>.actions .note-editor a.btn-info.note-btn.btn-sm:focus,
.wizard>.actions .note-editor a.btn-info.note-btn.btn-sm:hover,
.wizard>.actions a.btn-outline.btn-info:active,
.wizard>.actions a.btn-outline.btn-info:focus,
.wizard>.actions a.btn-outline.btn-info:hover,
.wizard>.actions ul.wysihtml5-toolbar a.btn-info:active,
.wizard>.actions ul.wysihtml5-toolbar a.btn-info:focus,
.wizard>.actions ul.wysihtml5-toolbar a.btn-info:hover,
button.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-info.fc-agendaWeek-button:active,
button.btn-info.fc-agendaWeek-button:focus,
button.btn-info.fc-agendaWeek-button:hover,
button.btn-info.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-info.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-info.fc-month-button.fc-state-default.fc-corner-left:hover,
ul.wysihtml5-toolbar .dt-buttons a.btn-info.dt-button:active,
ul.wysihtml5-toolbar .dt-buttons a.btn-info.dt-button:focus,
ul.wysihtml5-toolbar .dt-buttons a.btn-info.dt-button:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-info[class*=owl-]:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-info[class*=owl-]:focus,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-info[class*=owl-]:hover,
ul.wysihtml5-toolbar .wizard>.actions a.btn-info:active,
ul.wysihtml5-toolbar .wizard>.actions a.btn-info:focus,
ul.wysihtml5-toolbar .wizard>.actions a.btn-info:hover,
ul.wysihtml5-toolbar a.btn-info.fc-next-button:active,
ul.wysihtml5-toolbar a.btn-info.fc-next-button:focus,
ul.wysihtml5-toolbar a.btn-info.fc-next-button:hover,
ul.wysihtml5-toolbar a.btn-info.fc-prev-button:active,
ul.wysihtml5-toolbar a.btn-info.fc-prev-button:focus,
ul.wysihtml5-toolbar a.btn-info.fc-prev-button:hover,
ul.wysihtml5-toolbar a.btn-info.fc-today-button:active,
ul.wysihtml5-toolbar a.btn-info.fc-today-button:focus,
ul.wysihtml5-toolbar a.btn-info.fc-today-button:hover,
ul.wysihtml5-toolbar a.btn.btn-info:active,
ul.wysihtml5-toolbar a.btn.btn-info:focus,
ul.wysihtml5-toolbar a.btn.btn-info:hover {
    border: 1px solid #b10058
}

.btn-outline.btn-primary.fc-next-button,
.btn-outline.btn-primary.fc-prev-button,
.btn-outline.btn-primary.fc-today-button,
.btn.btn-outline.btn-primary,
.dt-buttons .btn-outline.dt-button,
.dt-buttons .btn-outline.fc-next-button.dt-button,
.dt-buttons .btn-outline.fc-prev-button.dt-button,
.dt-buttons .btn-outline.fc-today-button.dt-button,
.dt-buttons .note-editor .fc-next-button.note-btn.btn-sm.dt-button,
.dt-buttons .note-editor .fc-prev-button.note-btn.btn-sm.dt-button,
.dt-buttons .note-editor .fc-today-button.note-btn.btn-sm.dt-button,
.dt-buttons .note-editor .note-btn.btn-sm.dt-button,
.dt-buttons .note-editor .owl-theme .owl-nav [class*=owl-].note-btn.btn-sm.dt-button,
.dt-buttons .note-editor .sweet-alert button.note-btn.btn-sm.dt-button,
.dt-buttons .owl-theme .owl-nav .btn-outline[class*=owl-].dt-button,
.dt-buttons .owl-theme .owl-nav button[class*=owl-].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons .owl-theme .owl-nav button[class*=owl-].dt-button.fc-agendaWeek-button,
.dt-buttons .owl-theme .owl-nav button[class*=owl-].dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .sweet-alert button.btn-outline.dt-button,
.dt-buttons .sweet-alert button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons .sweet-alert button.dt-button.fc-agendaWeek-button,
.dt-buttons .sweet-alert button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-].dt-button,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dt-button,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button.dt-button,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button.dt-button,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button.dt-button,
.dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons button.dt-button.fc-agendaWeek-button,
.dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons button.fc-next-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons button.fc-next-button.dt-button.fc-agendaWeek-button,
.dt-buttons button.fc-next-button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons button.fc-prev-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons button.fc-prev-button.dt-button.fc-agendaWeek-button,
.dt-buttons button.fc-prev-button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons button.fc-today-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons button.fc-today-button.dt-button.fc-agendaWeek-button,
.dt-buttons button.fc-today-button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-].dt-button,
.dt-buttons ul.wysihtml5-toolbar a.dt-button,
.dt-buttons ul.wysihtml5-toolbar a.fc-next-button.dt-button,
.dt-buttons ul.wysihtml5-toolbar a.fc-prev-button.dt-button,
.dt-buttons ul.wysihtml5-toolbar a.fc-today-button.dt-button,
.note-editor .btn-primary.note-btn.btn-sm.fc-next-button,
.note-editor .btn-primary.note-btn.btn-sm.fc-prev-button,
.note-editor .btn-primary.note-btn.btn-sm.fc-today-button,
.note-editor .btn.btn-primary.note-btn.btn-sm,
.note-editor .dt-buttons .fc-next-button.note-btn.btn-sm.dt-button,
.note-editor .dt-buttons .fc-prev-button.note-btn.btn-sm.dt-button,
.note-editor .dt-buttons .fc-today-button.note-btn.btn-sm.dt-button,
.note-editor .dt-buttons .note-btn.btn-sm.dt-button,
.note-editor .dt-buttons .owl-theme .owl-nav [class*=owl-].note-btn.btn-sm.dt-button,
.note-editor .dt-buttons .sweet-alert button.note-btn.btn-sm.dt-button,
.note-editor .owl-theme .owl-nav .btn-primary.note-btn.btn-sm[class*=owl-],
.note-editor .sweet-alert button.btn-primary.note-btn.btn-sm,
.note-editor .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.note-btn.btn-sm,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm:active,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm:hover,
.note-editor .wizard>.actions .owl-theme .owl-nav a[class*=owl-].note-btn.btn-sm,
.note-editor .wizard>.actions a.fc-next-button.note-btn.btn-sm,
.note-editor .wizard>.actions a.fc-prev-button.note-btn.btn-sm,
.note-editor .wizard>.actions a.fc-today-button.note-btn.btn-sm,
.note-editor .wizard>.actions a.note-btn.btn-sm,
.note-editor .wizard>.actions a.note-btn.btn-sm:active,
.note-editor .wizard>.actions a.note-btn.btn-sm:hover,
.note-editor button.btn-primary.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right,
.note-editor button.btn-primary.note-btn.btn-sm.fc-agendaWeek-button,
.note-editor button.btn-primary.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .btn-outline.btn-primary[class*=owl-],
.owl-theme .owl-nav .dt-buttons .btn-outline[class*=owl-].dt-button,
.owl-theme .owl-nav .dt-buttons .note-editor [class*=owl-].note-btn.btn-sm.dt-button,
.owl-theme .owl-nav .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-].dt-button,
.owl-theme .owl-nav .dt-buttons button[class*=owl-].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.owl-theme .owl-nav .dt-buttons button[class*=owl-].dt-button.fc-agendaWeek-button,
.owl-theme .owl-nav .dt-buttons button[class*=owl-].dt-button.fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .dt-buttons ul.wysihtml5-toolbar a[class*=owl-].dt-button,
.owl-theme .owl-nav .note-editor .btn-primary.note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav .note-editor .dt-buttons [class*=owl-].note-btn.btn-sm.dt-button,
.owl-theme .owl-nav .note-editor .wizard>.actions a[class*=owl-].note-btn.btn-sm,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button[class*=owl-].dt-button,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary[class*=owl-],
.owl-theme .owl-nav .wizard>.actions .note-editor a[class*=owl-].note-btn.btn-sm,
.owl-theme .owl-nav .wizard>.actions a.btn-outline[class*=owl-],
.owl-theme .owl-nav .wizard>.actions ul.wysihtml5-toolbar a[class*=owl-],
.owl-theme .owl-nav button.btn-primary[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right,
.owl-theme .owl-nav button.btn-primary[class*=owl-].fc-agendaWeek-button,
.owl-theme .owl-nav button.btn-primary[class*=owl-].fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a[class*=owl-].dt-button,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions a[class*=owl-],
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary[class*=owl-],
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary[class*=owl-].btn,
.sweet-alert .dt-buttons .note-editor button.note-btn.btn-sm.dt-button,
.sweet-alert .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button,
.sweet-alert .dt-buttons button.btn-outline.dt-button,
.sweet-alert .dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.sweet-alert .dt-buttons button.dt-button.fc-agendaWeek-button,
.sweet-alert .dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.sweet-alert .note-editor .dt-buttons button.note-btn.btn-sm.dt-button,
.sweet-alert .note-editor button.btn-primary.note-btn.btn-sm,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary,
.sweet-alert button.btn-outline.btn-primary,
.sweet-alert button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right,
.sweet-alert button.btn-primary.fc-agendaWeek-button,
.sweet-alert button.btn-primary.fc-month-button.fc-state-default.fc-corner-left,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .owl-theme .owl-nav button[class*=owl-].dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .sweet-alert button.dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-next-button.dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-prev-button.dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-today-button.dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .note-editor button.btn-primary.note-btn.btn-sm,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.btn-primary[class*=owl-],
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.btn-primary,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-primary,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-next-button,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-prev-button,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-today-button,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm:active,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm:hover,
.wizard>.actions .disabled a.btn-outline,
.wizard>.actions .disabled a.btn-outline:active,
.wizard>.actions .disabled a.btn-outline:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a,
.wizard>.actions .disabled ul.wysihtml5-toolbar a:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a:hover,
.wizard>.actions .note-editor .owl-theme .owl-nav a[class*=owl-].note-btn.btn-sm,
.wizard>.actions .note-editor a.fc-next-button.note-btn.btn-sm,
.wizard>.actions .note-editor a.fc-prev-button.note-btn.btn-sm,
.wizard>.actions .note-editor a.fc-today-button.note-btn.btn-sm,
.wizard>.actions .note-editor a.note-btn.btn-sm,
.wizard>.actions .note-editor a.note-btn.btn-sm:active,
.wizard>.actions .note-editor a.note-btn.btn-sm:hover,
.wizard>.actions .owl-theme .owl-nav a.btn-outline[class*=owl-],
.wizard>.actions a.btn-outline,
.wizard>.actions a.btn-outline.fc-next-button,
.wizard>.actions a.btn-outline.fc-prev-button,
.wizard>.actions a.btn-outline.fc-today-button,
.wizard>.actions a.btn-outline:active,
.wizard>.actions a.btn-outline:hover,
.wizard>.actions ul.wysihtml5-toolbar .disabled a,
.wizard>.actions ul.wysihtml5-toolbar .disabled a:active,
.wizard>.actions ul.wysihtml5-toolbar .disabled a:hover,
.wizard>.actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-],
.wizard>.actions ul.wysihtml5-toolbar a,
.wizard>.actions ul.wysihtml5-toolbar a.fc-next-button,
.wizard>.actions ul.wysihtml5-toolbar a.fc-prev-button,
.wizard>.actions ul.wysihtml5-toolbar a.fc-today-button,
.wizard>.actions ul.wysihtml5-toolbar a:active,
.wizard>.actions ul.wysihtml5-toolbar a:hover,
button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-primary.fc-agendaWeek-button,
button.btn-primary.fc-month-button.fc-state-default.fc-corner-left,
button.btn-primary.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-primary.fc-next-button.fc-agendaWeek-button,
button.btn-primary.fc-next-button.fc-month-button.fc-state-default.fc-corner-left,
button.btn-primary.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-primary.fc-prev-button.fc-agendaWeek-button,
button.btn-primary.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left,
button.btn-primary.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-primary.fc-today-button.fc-agendaWeek-button,
button.btn-primary.fc-today-button.fc-month-button.fc-state-default.fc-corner-left,
ul.wysihtml5-toolbar .dt-buttons .owl-theme .owl-nav a[class*=owl-].dt-button,
ul.wysihtml5-toolbar .dt-buttons a.dt-button,
ul.wysihtml5-toolbar .dt-buttons a.fc-next-button.dt-button,
ul.wysihtml5-toolbar .dt-buttons a.fc-prev-button.dt-button,
ul.wysihtml5-toolbar .dt-buttons a.fc-today-button.dt-button,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary[class*=owl-],
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary[class*=owl-].btn,
ul.wysihtml5-toolbar .wizard>.actions .disabled a,
ul.wysihtml5-toolbar .wizard>.actions .disabled a:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a:hover,
ul.wysihtml5-toolbar .wizard>.actions .owl-theme .owl-nav a[class*=owl-],
ul.wysihtml5-toolbar .wizard>.actions a,
ul.wysihtml5-toolbar .wizard>.actions a.fc-next-button,
ul.wysihtml5-toolbar .wizard>.actions a.fc-prev-button,
ul.wysihtml5-toolbar .wizard>.actions a.fc-today-button,
ul.wysihtml5-toolbar .wizard>.actions a:active,
ul.wysihtml5-toolbar .wizard>.actions a:hover,
ul.wysihtml5-toolbar a.btn-primary.fc-next-button,
ul.wysihtml5-toolbar a.btn-primary.fc-next-button.btn,
ul.wysihtml5-toolbar a.btn-primary.fc-prev-button,
ul.wysihtml5-toolbar a.btn-primary.fc-prev-button.btn,
ul.wysihtml5-toolbar a.btn-primary.fc-today-button,
ul.wysihtml5-toolbar a.btn-primary.fc-today-button.btn,
ul.wysihtml5-toolbar a.btn.btn-primary {
    border: 1px solid rgba(15, 79, 168, .5);
    color: #0f4fa8
}

.btn-outline.btn-primary.fc-next-button:active,
.btn-outline.btn-primxpary.fc-next-button:focus,
.btn-outline.btn-primary.fc-next-button:hover,
.btn-outline.btn-primary.fc-prev-button:active,
.btn-outline.btn-primary.fc-prev-button:focus,
.btn-outline.btn-primary.fc-prev-button:hover,
.btn-outline.btn-primary.fc-today-button:active,
.btn-outline.btn-primary.fc-today-button:focus,
.btn-outline.btn-primary.fc-today-button:hover,
.btn.btn-outline.btn-primary:active,
.btn.btn-outline.btn-primary:focus,
.btn.btn-outline.btn-primary:hover,
.dt-buttons .btn-outline.dt-button:active,
.dt-buttons .btn-outline.dt-button:focus,
.dt-buttons .btn-outline.dt-button:hover,
.dt-buttons .btn-outline.fc-next-button.dt-button:active,
.dt-buttons .btn-outline.fc-next-button.dt-button:focus,
.dt-buttons .btn-outline.fc-next-button.dt-button:hover,
.dt-buttons .btn-outline.fc-prev-button.dt-button:active,
.dt-buttons .btn-outline.fc-prev-button.dt-button:focus,
.dt-buttons .btn-outline.fc-prev-button.dt-button:hover,
.dt-buttons .btn-outline.fc-today-button.dt-button:active,
.dt-buttons .btn-outline.fc-today-button.dt-button:focus,
.dt-buttons .btn-outline.fc-today-button.dt-button:hover,
.dt-buttons .note-editor .fc-next-button.note-btn.btn-sm.dt-button:active,
.dt-buttons .note-editor .fc-next-button.note-btn.btn-sm.dt-button:focus,
.dt-buttons .note-editor .fc-next-button.note-btn.btn-sm.dt-button:hover,
.dt-buttons .note-editor .fc-prev-button.note-btn.btn-sm.dt-button:active,
.dt-buttons .note-editor .fc-prev-button.note-btn.btn-sm.dt-button:focus,
.dt-buttons .note-editor .fc-prev-button.note-btn.btn-sm.dt-button:hover,
.dt-buttons .note-editor .fc-today-button.note-btn.btn-sm.dt-button:active,
.dt-buttons .note-editor .fc-today-button.note-btn.btn-sm.dt-button:focus,
.dt-buttons .note-editor .fc-today-button.note-btn.btn-sm.dt-button:hover,
.dt-buttons .note-editor .note-btn.btn-sm.dt-button:active,
.dt-buttons .note-editor .note-btn.btn-sm.dt-button:focus,
.dt-buttons .note-editor .note-btn.btn-sm.dt-button:hover,
.dt-buttons .note-editor .owl-theme .owl-nav [class*=owl-].note-btn.btn-sm.dt-button:active,
.dt-buttons .note-editor .owl-theme .owl-nav [class*=owl-].note-btn.btn-sm.dt-button:focus,
.dt-buttons .note-editor .owl-theme .owl-nav [class*=owl-].note-btn.btn-sm.dt-button:hover,
.dt-buttons .note-editor .sweet-alert button.note-btn.btn-sm.dt-button:active,
.dt-buttons .note-editor .sweet-alert button.note-btn.btn-sm.dt-button:focus,
.dt-buttons .note-editor .sweet-alert button.note-btn.btn-sm.dt-button:hover,
.dt-buttons .owl-theme .owl-nav .btn-outline[class*=owl-].dt-button:active,
.dt-buttons .owl-theme .owl-nav .btn-outline[class*=owl-].dt-button:focus,
.dt-buttons .owl-theme .owl-nav .btn-outline[class*=owl-].dt-button:hover,
.dt-buttons .owl-theme .owl-nav button[class*=owl-].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.dt-buttons .owl-theme .owl-nav button[class*=owl-].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.dt-buttons .owl-theme .owl-nav button[class*=owl-].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.dt-buttons .owl-theme .owl-nav button[class*=owl-].dt-button.fc-agendaWeek-button:active,
.dt-buttons .owl-theme .owl-nav button[class*=owl-].dt-button.fc-agendaWeek-button:focus,
.dt-buttons .owl-theme .owl-nav button[class*=owl-].dt-button.fc-agendaWeek-button:hover,
.dt-buttons .owl-theme .owl-nav button[class*=owl-].dt-button.fc-month-button.fc-state-default.fc-corner-left:active,
.dt-buttons .owl-theme .owl-nav button[class*=owl-].dt-button.fc-month-button.fc-state-default.fc-corner-left:focus,
.dt-buttons .owl-theme .owl-nav button[class*=owl-].dt-button.fc-month-button.fc-state-default.fc-corner-left:hover,
.dt-buttons .sweet-alert button.btn-outline.dt-button:active,
.dt-buttons .sweet-alert button.btn-outline.dt-button:focus,
.dt-buttons .sweet-alert button.btn-outline.dt-button:hover,
.dt-buttons .sweet-alert button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.dt-buttons .sweet-alert button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.dt-buttons .sweet-alert button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.dt-buttons .sweet-alert button.dt-button.fc-agendaWeek-button:active,
.dt-buttons .sweet-alert button.dt-button.fc-agendaWeek-button:focus,
.dt-buttons .sweet-alert button.dt-button.fc-agendaWeek-button:hover,
.dt-buttons .sweet-alert button.dt-button.fc-month-button.fc-state-default.fc-corner-left:active,
.dt-buttons .sweet-alert button.dt-button.fc-month-button.fc-state-default.fc-corner-left:focus,
.dt-buttons .sweet-alert button.dt-button.fc-month-button.fc-state-default.fc-corner-left:hover,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-].dt-button:active,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-].dt-button:focus,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-].dt-button:hover,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dt-button:active,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dt-button:focus,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dt-button:hover,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:active,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:focus,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:hover,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button.dt-button:active,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button.dt-button:focus,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button.dt-button:hover,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button.dt-button:active,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button.dt-button:focus,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button.dt-button:hover,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button.dt-button:active,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button.dt-button:focus,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button.dt-button:hover,
.dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.dt-buttons button.dt-button.fc-agendaWeek-button:active,
.dt-buttons button.dt-button.fc-agendaWeek-button:focus,
.dt-buttons button.dt-button.fc-agendaWeek-button:hover,
.dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left:active,
.dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left:focus,
.dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left:hover,
.dt-buttons button.fc-next-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.dt-buttons button.fc-next-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.dt-buttons button.fc-next-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.dt-buttons button.fc-next-button.dt-button.fc-agendaWeek-button:active,
.dt-buttons button.fc-next-button.dt-button.fc-agendaWeek-button:focus,
.dt-buttons button.fc-next-button.dt-button.fc-agendaWeek-button:hover,
.dt-buttons button.fc-next-button.dt-button.fc-month-button.fc-state-default.fc-corner-left:active,
.dt-buttons button.fc-next-button.dt-button.fc-month-button.fc-state-default.fc-corner-left:focus,
.dt-buttons button.fc-next-button.dt-button.fc-month-button.fc-state-default.fc-corner-left:hover,
.dt-buttons button.fc-prev-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.dt-buttons button.fc-prev-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.dt-buttons button.fc-prev-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.dt-buttons button.fc-prev-button.dt-button.fc-agendaWeek-button:active,
.dt-buttons button.fc-prev-button.dt-button.fc-agendaWeek-button:focus,
.dt-buttons button.fc-prev-button.dt-button.fc-agendaWeek-button:hover,
.dt-buttons button.fc-prev-button.dt-button.fc-month-button.fc-state-default.fc-corner-left:active,
.dt-buttons button.fc-prev-button.dt-button.fc-month-button.fc-state-default.fc-corner-left:focus,
.dt-buttons button.fc-prev-button.dt-button.fc-month-button.fc-state-default.fc-corner-left:hover,
.dt-buttons button.fc-today-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.dt-buttons button.fc-today-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.dt-buttons button.fc-today-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.dt-buttons button.fc-today-button.dt-button.fc-agendaWeek-button:active,
.dt-buttons button.fc-today-button.dt-button.fc-agendaWeek-button:focus,
.dt-buttons button.fc-today-button.dt-button.fc-agendaWeek-button:hover,
.dt-buttons button.fc-today-button.dt-button.fc-month-button.fc-state-default.fc-corner-left:active,
.dt-buttons button.fc-today-button.dt-button.fc-month-button.fc-state-default.fc-corner-left:focus,
.dt-buttons button.fc-today-button.dt-button.fc-month-button.fc-state-default.fc-corner-left:hover,
.dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-].dt-button:active,
.dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-].dt-button:focus,
.dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-].dt-button:hover,
.dt-buttons ul.wysihtml5-toolbar a.dt-button:active,
.dt-buttons ul.wysihtml5-toolbar a.dt-button:focus,
.dt-buttons ul.wysihtml5-toolbar a.dt-button:hover,
.dt-buttons ul.wysihtml5-toolbar a.fc-next-button.dt-button:active,
.dt-buttons ul.wysihtml5-toolbar a.fc-next-button.dt-button:focus,
.dt-buttons ul.wysihtml5-toolbar a.fc-next-button.dt-button:hover,
.dt-buttons ul.wysihtml5-toolbar a.fc-prev-button.dt-button:active,
.dt-buttons ul.wysihtml5-toolbar a.fc-prev-button.dt-button:focus,
.dt-buttons ul.wysihtml5-toolbar a.fc-prev-button.dt-button:hover,
.dt-buttons ul.wysihtml5-toolbar a.fc-today-button.dt-button:active,
.dt-buttons ul.wysihtml5-toolbar a.fc-today-button.dt-button:focus,
.dt-buttons ul.wysihtml5-toolbar a.fc-today-button.dt-button:hover,
.note-editor .btn-primary.note-btn.btn-sm.fc-next-button:active,
.note-editor .btn-primary.note-btn.btn-sm.fc-next-button:focus,
.note-editor .btn-primary.note-btn.btn-sm.fc-next-button:hover,
.note-editor .btn-primary.note-btn.btn-sm.fc-prev-button:active,
.note-editor .btn-primary.note-btn.btn-sm.fc-prev-button:focus,
.note-editor .btn-primary.note-btn.btn-sm.fc-prev-button:hover,
.note-editor .btn-primary.note-btn.btn-sm.fc-today-button:active,
.note-editor .btn-primary.note-btn.btn-sm.fc-today-button:focus,
.note-editor .btn-primary.note-btn.btn-sm.fc-today-button:hover,
.note-editor .btn.btn-primary.note-btn.btn-sm:active,
.note-editor .btn.btn-primary.note-btn.btn-sm:focus,
.note-editor .btn.btn-primary.note-btn.btn-sm:hover,
.note-editor .dt-buttons .fc-next-button.note-btn.btn-sm.dt-button:active,
.note-editor .dt-buttons .fc-next-button.note-btn.btn-sm.dt-button:focus,
.note-editor .dt-buttons .fc-next-button.note-btn.btn-sm.dt-button:hover,
.note-editor .dt-buttons .fc-prev-button.note-btn.btn-sm.dt-button:active,
.note-editor .dt-buttons .fc-prev-button.note-btn.btn-sm.dt-button:focus,
.note-editor .dt-buttons .fc-prev-button.note-btn.btn-sm.dt-button:hover,
.note-editor .dt-buttons .fc-today-button.note-btn.btn-sm.dt-button:active,
.note-editor .dt-buttons .fc-today-button.note-btn.btn-sm.dt-button:focus,
.note-editor .dt-buttons .fc-today-button.note-btn.btn-sm.dt-button:hover,
.note-editor .dt-buttons .note-btn.btn-sm.dt-button:active,
.note-editor .dt-buttons .note-btn.btn-sm.dt-button:focus,
.note-editor .dt-buttons .note-btn.btn-sm.dt-button:hover,
.note-editor .dt-buttons .owl-theme .owl-nav [class*=owl-].note-btn.btn-sm.dt-button:active,
.note-editor .dt-buttons .owl-theme .owl-nav [class*=owl-].note-btn.btn-sm.dt-button:focus,
.note-editor .dt-buttons .owl-theme .owl-nav [class*=owl-].note-btn.btn-sm.dt-button:hover,
.note-editor .dt-buttons .sweet-alert button.note-btn.btn-sm.dt-button:active,
.note-editor .dt-buttons .sweet-alert button.note-btn.btn-sm.dt-button:focus,
.note-editor .dt-buttons .sweet-alert button.note-btn.btn-sm.dt-button:hover,
.note-editor .owl-theme .owl-nav .btn-primary.note-btn.btn-sm[class*=owl-]:active,
.note-editor .owl-theme .owl-nav .btn-primary.note-btn.btn-sm[class*=owl-]:focus,
.note-editor .owl-theme .owl-nav .btn-primary.note-btn.btn-sm[class*=owl-]:hover,
.note-editor .sweet-alert button.btn-primary.note-btn.btn-sm:active,
.note-editor .sweet-alert button.btn-primary.note-btn.btn-sm:focus,
.note-editor .sweet-alert button.btn-primary.note-btn.btn-sm:hover,
.note-editor .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.note-btn.btn-sm:active,
.note-editor .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.note-btn.btn-sm:focus,
.note-editor .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.note-btn.btn-sm:hover,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm:active,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm:active:hover,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm:focus,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm:focus:active,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm:focus:hover,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm:hover,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm:hover:active,
.note-editor .wizard>.actions .owl-theme .owl-nav a[class*=owl-].note-btn.btn-sm:active,
.note-editor .wizard>.actions .owl-theme .owl-nav a[class*=owl-].note-btn.btn-sm:focus,
.note-editor .wizard>.actions .owl-theme .owl-nav a[class*=owl-].note-btn.btn-sm:hover,
.note-editor .wizard>.actions a.fc-next-button.note-btn.btn-sm:active,
.note-editor .wizard>.actions a.fc-next-button.note-btn.btn-sm:focus,
.note-editor .wizard>.actions a.fc-next-button.note-btn.btn-sm:hover,
.note-editor .wizard>.actions a.fc-prev-button.note-btn.btn-sm:active,
.note-editor .wizard>.actions a.fc-prev-button.note-btn.btn-sm:focus,
.note-editor .wizard>.actions a.fc-prev-button.note-btn.btn-sm:hover,
.note-editor .wizard>.actions a.fc-today-button.note-btn.btn-sm:active,
.note-editor .wizard>.actions a.fc-today-button.note-btn.btn-sm:focus,
.note-editor .wizard>.actions a.fc-today-button.note-btn.btn-sm:hover,
.note-editor .wizard>.actions a.note-btn.btn-sm:active,
.note-editor .wizard>.actions a.note-btn.btn-sm:active:hover,
.note-editor .wizard>.actions a.note-btn.btn-sm:focus,
.note-editor .wizard>.actions a.note-btn.btn-sm:focus:active,
.note-editor .wizard>.actions a.note-btn.btn-sm:focus:hover,
.note-editor .wizard>.actions a.note-btn.btn-sm:hover,
.note-editor .wizard>.actions a.note-btn.btn-sm:hover:active,
.note-editor button.btn-primary.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.note-editor button.btn-primary.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.note-editor button.btn-primary.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.note-editor button.btn-primary.note-btn.btn-sm.fc-agendaWeek-button:active,
.note-editor button.btn-primary.note-btn.btn-sm.fc-agendaWeek-button:focus,
.note-editor button.btn-primary.note-btn.btn-sm.fc-agendaWeek-button:hover,
.note-editor button.btn-primary.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left:active,
.note-editor button.btn-primary.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left:focus,
.note-editor button.btn-primary.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav .btn-outline.btn-primary[class*=owl-]:active,
.owl-theme .owl-nav .btn-outline.btn-primary[class*=owl-]:focus,
.owl-theme .owl-nav .btn-outline.btn-primary[class*=owl-]:hover,
.owl-theme .owl-nav .dt-buttons .btn-outline[class*=owl-].dt-button:active,
.owl-theme .owl-nav .dt-buttons .btn-outline[class*=owl-].dt-button:focus,
.owl-theme .owl-nav .dt-buttons .btn-outline[class*=owl-].dt-button:hover,
.owl-theme .owl-nav .dt-buttons .note-editor [class*=owl-].note-btn.btn-sm.dt-button:active,
.owl-theme .owl-nav .dt-buttons .note-editor [class*=owl-].note-btn.btn-sm.dt-button:focus,
.owl-theme .owl-nav .dt-buttons .note-editor [class*=owl-].note-btn.btn-sm.dt-button:hover,
.owl-theme .owl-nav .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-].dt-button:active,
.owl-theme .owl-nav .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-].dt-button:focus,
.owl-theme .owl-nav .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-].dt-button:hover,
.owl-theme .owl-nav .dt-buttons button[class*=owl-].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.owl-theme .owl-nav .dt-buttons button[class*=owl-].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.owl-theme .owl-nav .dt-buttons button[class*=owl-].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.owl-theme .owl-nav .dt-buttons button[class*=owl-].dt-button.fc-agendaWeek-button:active,
.owl-theme .owl-nav .dt-buttons button[class*=owl-].dt-button.fc-agendaWeek-button:focus,
.owl-theme .owl-nav .dt-buttons button[class*=owl-].dt-button.fc-agendaWeek-button:hover,
.owl-theme .owl-nav .dt-buttons button[class*=owl-].dt-button.fc-month-button.fc-state-default.fc-corner-left:active,
.owl-theme .owl-nav .dt-buttons button[class*=owl-].dt-button.fc-month-button.fc-state-default.fc-corner-left:focus,
.owl-theme .owl-nav .dt-buttons button[class*=owl-].dt-button.fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav .dt-buttons ul.wysihtml5-toolbar a[class*=owl-].dt-button:active,
.owl-theme .owl-nav .dt-buttons ul.wysihtml5-toolbar a[class*=owl-].dt-button:focus,
.owl-theme .owl-nav .dt-buttons ul.wysihtml5-toolbar a[class*=owl-].dt-button:hover,
.owl-theme .owl-nav .note-editor .btn-primary.note-btn.btn-sm[class*=owl-]:active,
.owl-theme .owl-nav .note-editor .btn-primary.note-btn.btn-sm[class*=owl-]:focus,
.owl-theme .owl-nav .note-editor .btn-primary.note-btn.btn-sm[class*=owl-]:hover,
.owl-theme .owl-nav .note-editor .dt-buttons [class*=owl-].note-btn.btn-sm.dt-button:active,
.owl-theme .owl-nav .note-editor .dt-buttons [class*=owl-].note-btn.btn-sm.dt-button:focus,
.owl-theme .owl-nav .note-editor .dt-buttons [class*=owl-].note-btn.btn-sm.dt-button:hover,
.owl-theme .owl-nav .note-editor .wizard>.actions a[class*=owl-].note-btn.btn-sm:active,
.owl-theme .owl-nav .note-editor .wizard>.actions a[class*=owl-].note-btn.btn-sm:focus,
.owl-theme .owl-nav .note-editor .wizard>.actions a[class*=owl-].note-btn.btn-sm:hover,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button[class*=owl-].dt-button:active,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button[class*=owl-].dt-button:focus,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button[class*=owl-].dt-button:hover,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary[class*=owl-]:active,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary[class*=owl-]:focus,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary[class*=owl-]:hover,
.owl-theme .owl-nav .wizard>.actions .note-editor a[class*=owl-].note-btn.btn-sm:active,
.owl-theme .owl-nav .wizard>.actions .note-editor a[class*=owl-].note-btn.btn-sm:focus,
.owl-theme .owl-nav .wizard>.actions .note-editor a[class*=owl-].note-btn.btn-sm:hover,
.owl-theme .owl-nav .wizard>.actions a.btn-outline[class*=owl-]:active,
.owl-theme .owl-nav .wizard>.actions a.btn-outline[class*=owl-]:focus,
.owl-theme .owl-nav .wizard>.actions a.btn-outline[class*=owl-]:hover,
.owl-theme .owl-nav .wizard>.actions ul.wysihtml5-toolbar a[class*=owl-]:active,
.owl-theme .owl-nav .wizard>.actions ul.wysihtml5-toolbar a[class*=owl-]:focus,
.owl-theme .owl-nav .wizard>.actions ul.wysihtml5-toolbar a[class*=owl-]:hover,
.owl-theme .owl-nav button.btn-primary[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.owl-theme .owl-nav button.btn-primary[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.owl-theme .owl-nav button.btn-primary[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.owl-theme .owl-nav button.btn-primary[class*=owl-].fc-agendaWeek-button:active,
.owl-theme .owl-nav button.btn-primary[class*=owl-].fc-agendaWeek-button:focus,
.owl-theme .owl-nav button.btn-primary[class*=owl-].fc-agendaWeek-button:hover,
.owl-theme .owl-nav button.btn-primary[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:active,
.owl-theme .owl-nav button.btn-primary[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:focus,
.owl-theme .owl-nav button.btn-primary[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a[class*=owl-].dt-button:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a[class*=owl-].dt-button:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a[class*=owl-].dt-button:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions a[class*=owl-]:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions a[class*=owl-]:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions a[class*=owl-]:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary[class*=owl-].btn:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary[class*=owl-].btn:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary[class*=owl-].btn:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary[class*=owl-]:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary[class*=owl-]:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-primary[class*=owl-]:hover,
.sweet-alert .dt-buttons .note-editor button.note-btn.btn-sm.dt-button:active,
.sweet-alert .dt-buttons .note-editor button.note-btn.btn-sm.dt-button:focus,
.sweet-alert .dt-buttons .note-editor button.note-btn.btn-sm.dt-button:hover,
.sweet-alert .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:active,
.sweet-alert .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:focus,
.sweet-alert .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button:hover,
.sweet-alert .dt-buttons button.btn-outline.dt-button:active,
.sweet-alert .dt-buttons button.btn-outline.dt-button:focus,
.sweet-alert .dt-buttons button.btn-outline.dt-button:hover,
.sweet-alert .dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.sweet-alert .dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.sweet-alert .dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.sweet-alert .dt-buttons button.dt-button.fc-agendaWeek-button:active,
.sweet-alert .dt-buttons button.dt-button.fc-agendaWeek-button:focus,
.sweet-alert .dt-buttons button.dt-button.fc-agendaWeek-button:hover,
.sweet-alert .dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left:active,
.sweet-alert .dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left:focus,
.sweet-alert .dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left:hover,
.sweet-alert .note-editor .dt-buttons button.note-btn.btn-sm.dt-button:active,
.sweet-alert .note-editor .dt-buttons button.note-btn.btn-sm.dt-button:focus,
.sweet-alert .note-editor .dt-buttons button.note-btn.btn-sm.dt-button:hover,
.sweet-alert .note-editor button.btn-primary.note-btn.btn-sm:active,
.sweet-alert .note-editor button.btn-primary.note-btn.btn-sm:focus,
.sweet-alert .note-editor button.btn-primary.note-btn.btn-sm:hover,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:active,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:focus,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:hover,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:active,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:focus,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:hover,
.sweet-alert button.btn-outline.btn-primary:active,
.sweet-alert button.btn-outline.btn-primary:focus,
.sweet-alert button.btn-outline.btn-primary:hover,
.sweet-alert button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.sweet-alert button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.sweet-alert button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.sweet-alert button.btn-primary.fc-agendaWeek-button:active,
.sweet-alert button.btn-primary.fc-agendaWeek-button:focus,
.sweet-alert button.btn-primary.fc-agendaWeek-button:hover,
.sweet-alert button.btn-primary.fc-month-button.fc-state-default.fc-corner-left:active,
.sweet-alert button.btn-primary.fc-month-button.fc-state-default.fc-corner-left:focus,
.sweet-alert button.btn-primary.fc-month-button.fc-state-default.fc-corner-left:hover,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .owl-theme .owl-nav button[class*=owl-].dt-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .owl-theme .owl-nav button[class*=owl-].dt-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .owl-theme .owl-nav button[class*=owl-].dt-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .sweet-alert button.dt-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .sweet-alert button.dt-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .sweet-alert button.dt-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-next-button.dt-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-next-button.dt-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-next-button.dt-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-prev-button.dt-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-prev-button.dt-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-prev-button.dt-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-today-button.dt-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-today-button.dt-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.fc-today-button.dt-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .note-editor button.btn-primary.note-btn.btn-sm:active,
.tablesaw-sortable th.tablesaw-sortable-head .note-editor button.btn-primary.note-btn.btn-sm:focus,
.tablesaw-sortable th.tablesaw-sortable-head .note-editor button.btn-primary.note-btn.btn-sm:hover,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.btn-primary[class*=owl-]:active,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.btn-primary[class*=owl-]:focus,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.btn-primary[class*=owl-]:hover,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.btn-primary:active,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.btn-primary:focus,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.btn-primary:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-next-button:active,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-next-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-next-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-prev-button:active,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-prev-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-prev-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-today-button:active,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-today-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-primary.fc-today-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:active,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-primary:hover,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm:active,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm:active:hover,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm:focus,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm:focus:active,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm:focus:hover,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm:hover,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm:hover:active,
.wizard>.actions .disabled a.btn-outline:active,
.wizard>.actions .disabled a.btn-outline:active:hover,
.wizard>.actions .disabled a.btn-outline:focus,
.wizard>.actions .disabled a.btn-outline:focus:active,
.wizard>.actions .disabled a.btn-outline:focus:hover,
.wizard>.actions .disabled a.btn-outline:hover,
.wizard>.actions .disabled a.btn-outline:hover:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a:active:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a:focus,
.wizard>.actions .disabled ul.wysihtml5-toolbar a:focus:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a:focus:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a:hover:active,
.wizard>.actions .note-editor .owl-theme .owl-nav a[class*=owl-].note-btn.btn-sm:active,
.wizard>.actions .note-editor .owl-theme .owl-nav a[class*=owl-].note-btn.btn-sm:focus,
.wizard>.actions .note-editor .owl-theme .owl-nav a[class*=owl-].note-btn.btn-sm:hover,
.wizard>.actions .note-editor a.fc-next-button.note-btn.btn-sm:active,
.wizard>.actions .note-editor a.fc-next-button.note-btn.btn-sm:focus,
.wizard>.actions .note-editor a.fc-next-button.note-btn.btn-sm:hover,
.wizard>.actions .note-editor a.fc-prev-button.note-btn.btn-sm:active,
.wizard>.actions .note-editor a.fc-prev-button.note-btn.btn-sm:focus,
.wizard>.actions .note-editor a.fc-prev-button.note-btn.btn-sm:hover,
.wizard>.actions .note-editor a.fc-today-button.note-btn.btn-sm:active,
.wizard>.actions .note-editor a.fc-today-button.note-btn.btn-sm:focus,
.wizard>.actions .note-editor a.fc-today-button.note-btn.btn-sm:hover,
.wizard>.actions .note-editor a.note-btn.btn-sm:active,
.wizard>.actions .note-editor a.note-btn.btn-sm:active:hover,
.wizard>.actions .note-editor a.note-btn.btn-sm:focus,
.wizard>.actions .note-editor a.note-btn.btn-sm:focus:active,
.wizard>.actions .note-editor a.note-btn.btn-sm:focus:hover,
.wizard>.actions .note-editor a.note-btn.btn-sm:hover,
.wizard>.actions .note-editor a.note-btn.btn-sm:hover:active,
.wizard>.actions .owl-theme .owl-nav a.btn-outline[class*=owl-]:active,
.wizard>.actions .owl-theme .owl-nav a.btn-outline[class*=owl-]:focus,
.wizard>.actions .owl-theme .owl-nav a.btn-outline[class*=owl-]:hover,
.wizard>.actions a.btn-outline.fc-next-button:active,
.wizard>.actions a.btn-outline.fc-next-button:focus,
.wizard>.actions a.btn-outline.fc-next-button:hover,
.wizard>.actions a.btn-outline.fc-prev-button:active,
.wizard>.actions a.btn-outline.fc-prev-button:focus,
.wizard>.actions a.btn-outline.fc-prev-button:hover,
.wizard>.actions a.btn-outline.fc-today-button:active,
.wizard>.actions a.btn-outline.fc-today-button:focus,
.wizard>.actions a.btn-outline.fc-today-button:hover,
.wizard>.actions a.btn-outline:active,
.wizard>.actions a.btn-outline:active:hover,
.wizard>.actions a.btn-outline:focus,
.wizard>.actions a.btn-outline:focus:active,
.wizard>.actions a.btn-outline:focus:hover,
.wizard>.actions a.btn-outline:hover,
.wizard>.actions a.btn-outline:hover:active,
.wizard>.actions ul.wysihtml5-toolbar .disabled a:active,
.wizard>.actions ul.wysihtml5-toolbar .disabled a:active:hover,
.wizard>.actions ul.wysihtml5-toolbar .disabled a:focus,
.wizard>.actions ul.wysihtml5-toolbar .disabled a:focus:active,
.wizard>.actions ul.wysihtml5-toolbar .disabled a:focus:hover,
.wizard>.actions ul.wysihtml5-toolbar .disabled a:hover,
.wizard>.actions ul.wysihtml5-toolbar .disabled a:hover:active,
.wizard>.actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:active,
.wizard>.actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:focus,
.wizard>.actions ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-]:hover,
.wizard>.actions ul.wysihtml5-toolbar a.fc-next-button:active,
.wizard>.actions ul.wysihtml5-toolbar a.fc-next-button:focus,
.wizard>.actions ul.wysihtml5-toolbar a.fc-next-button:hover,
.wizard>.actions ul.wysihtml5-toolbar a.fc-prev-button:active,
.wizard>.actions ul.wysihtml5-toolbar a.fc-prev-button:focus,
.wizard>.actions ul.wysihtml5-toolbar a.fc-prev-button:hover,
.wizard>.actions ul.wysihtml5-toolbar a.fc-today-button:active,
.wizard>.actions ul.wysihtml5-toolbar a.fc-today-button:focus,
.wizard>.actions ul.wysihtml5-toolbar a.fc-today-button:hover,
.wizard>.actions ul.wysihtml5-toolbar a:active,
.wizard>.actions ul.wysihtml5-toolbar a:active:hover,
.wizard>.actions ul.wysihtml5-toolbar a:focus,
.wizard>.actions ul.wysihtml5-toolbar a:focus:active,
.wizard>.actions ul.wysihtml5-toolbar a:focus:hover,
.wizard>.actions ul.wysihtml5-toolbar a:hover,
.wizard>.actions ul.wysihtml5-toolbar a:hover:active,
button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-primary.fc-agendaWeek-button:active,
button.btn-primary.fc-agendaWeek-button:focus,
button.btn-primary.fc-agendaWeek-button:hover,
button.btn-primary.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-primary.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-primary.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-primary.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-primary.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-primary.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-primary.fc-next-button.fc-agendaWeek-button:active,
button.btn-primary.fc-next-button.fc-agendaWeek-button:focus,
button.btn-primary.fc-next-button.fc-agendaWeek-button:hover,
button.btn-primary.fc-next-button.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-primary.fc-next-button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-primary.fc-next-button.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-primary.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-primary.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-primary.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-primary.fc-prev-button.fc-agendaWeek-button:active,
button.btn-primary.fc-prev-button.fc-agendaWeek-button:focus,
button.btn-primary.fc-prev-button.fc-agendaWeek-button:hover,
button.btn-primary.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-primary.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-primary.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left:hover,
button.btn-primary.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-primary.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-primary.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-primary.fc-today-button.fc-agendaWeek-button:active,
button.btn-primary.fc-today-button.fc-agendaWeek-button:focus,
button.btn-primary.fc-today-button.fc-agendaWeek-button:hover,
button.btn-primary.fc-today-button.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-primary.fc-today-button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-primary.fc-today-button.fc-month-button.fc-state-default.fc-corner-left:hover,
ul.wysihtml5-toolbar .dt-buttons .owl-theme .owl-nav a[class*=owl-].dt-button:active,
ul.wysihtml5-toolbar .dt-buttons .owl-theme .owl-nav a[class*=owl-].dt-button:focus,
ul.wysihtml5-toolbar .dt-buttons .owl-theme .owl-nav a[class*=owl-].dt-button:hover,
ul.wysihtml5-toolbar .dt-buttons a.dt-button:active,
ul.wysihtml5-toolbar .dt-buttons a.dt-button:focus,
ul.wysihtml5-toolbar .dt-buttons a.dt-button:hover,
ul.wysihtml5-toolbar .dt-buttons a.fc-next-button.dt-button:active,
ul.wysihtml5-toolbar .dt-buttons a.fc-next-button.dt-button:focus,
ul.wysihtml5-toolbar .dt-buttons a.fc-next-button.dt-button:hover,
ul.wysihtml5-toolbar .dt-buttons a.fc-prev-button.dt-button:active,
ul.wysihtml5-toolbar .dt-buttons a.fc-prev-button.dt-button:focus,
ul.wysihtml5-toolbar .dt-buttons a.fc-prev-button.dt-button:hover,
ul.wysihtml5-toolbar .dt-buttons a.fc-today-button.dt-button:active,
ul.wysihtml5-toolbar .dt-buttons a.fc-today-button.dt-button:focus,
ul.wysihtml5-toolbar .dt-buttons a.fc-today-button.dt-button:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary[class*=owl-].btn:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary[class*=owl-].btn:focus,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary[class*=owl-].btn:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary[class*=owl-]:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary[class*=owl-]:focus,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-primary[class*=owl-]:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a:active:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a:focus,
ul.wysihtml5-toolbar .wizard>.actions .disabled a:focus:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a:focus:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a:hover:active,
ul.wysihtml5-toolbar .wizard>.actions .owl-theme .owl-nav a[class*=owl-]:active,
ul.wysihtml5-toolbar .wizard>.actions .owl-theme .owl-nav a[class*=owl-]:focus,
ul.wysihtml5-toolbar .wizard>.actions .owl-theme .owl-nav a[class*=owl-]:hover,
ul.wysihtml5-toolbar .wizard>.actions a.fc-next-button:active,
ul.wysihtml5-toolbar .wizard>.actions a.fc-next-button:focus,
ul.wysihtml5-toolbar .wizard>.actions a.fc-next-button:hover,
ul.wysihtml5-toolbar .wizard>.actions a.fc-prev-button:active,
ul.wysihtml5-toolbar .wizard>.actions a.fc-prev-button:focus,
ul.wysihtml5-toolbar .wizard>.actions a.fc-prev-button:hover,
ul.wysihtml5-toolbar .wizard>.actions a.fc-today-button:active,
ul.wysihtml5-toolbar .wizard>.actions a.fc-today-button:focus,
ul.wysihtml5-toolbar .wizard>.actions a.fc-today-button:hover,
ul.wysihtml5-toolbar .wizard>.actions a:active,
ul.wysihtml5-toolbar .wizard>.actions a:active:hover,
ul.wysihtml5-toolbar .wizard>.actions a:focus,
ul.wysihtml5-toolbar .wizard>.actions a:focus:active,
ul.wysihtml5-toolbar .wizard>.actions a:focus:hover,
ul.wysihtml5-toolbar .wizard>.actions a:hover,
ul.wysihtml5-toolbar .wizard>.actions a:hover:active,
ul.wysihtml5-toolbar a.btn-primary.fc-next-button.btn:active,
ul.wysihtml5-toolbar a.btn-primary.fc-next-button.btn:focus,
ul.wysihtml5-toolbar a.btn-primary.fc-next-button.btn:hover,
ul.wysihtml5-toolbar a.btn-primary.fc-next-button:active,
ul.wysihtml5-toolbar a.btn-primary.fc-next-button:focus,
ul.wysihtml5-toolbar a.btn-primary.fc-next-button:hover,
ul.wysihtml5-toolbar a.btn-primary.fc-prev-button.btn:active,
ul.wysihtml5-toolbar a.btn-primary.fc-prev-button.btn:focus,
ul.wysihtml5-toolbar a.btn-primary.fc-prev-button.btn:hover,
ul.wysihtml5-toolbar a.btn-primary.fc-prev-button:active,
ul.wysihtml5-toolbar a.btn-primary.fc-prev-button:focus,
ul.wysihtml5-toolbar a.btn-primary.fc-prev-button:hover,
ul.wysihtml5-toolbar a.btn-primary.fc-today-button.btn:active,
ul.wysihtml5-toolbar a.btn-primary.fc-today-button.btn:focus,
ul.wysihtml5-toolbar a.btn-primary.fc-today-button.btn:hover,
ul.wysihtml5-toolbar a.btn-primary.fc-today-button:active,
ul.wysihtml5-toolbar a.btn-primary.fc-today-button:focus,
ul.wysihtml5-toolbar a.btn-primary.fc-today-button:hover,
ul.wysihtml5-toolbar a.btn.btn-primary:active,
ul.wysihtml5-toolbar a.btn.btn-primary:focus,
ul.wysihtml5-toolbar a.btn.btn-primary:hover {
    border: 1px solid #0f4fa8
}

.btn-outline.fc-next-button,
.btn-outline.fc-prev-button,
.btn-outline.fc-today-button,
.btn.btn-outline.btn-success,
.dt-buttons .btn-outline.btn-success.dt-button,
.dt-buttons .btn-outline.dt-button.fc-next-button,
.dt-buttons .btn-outline.dt-button.fc-prev-button,
.dt-buttons .btn-outline.dt-button.fc-today-button,
.dt-buttons .note-editor .btn-success.note-btn.btn-sm.dt-button,
.dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-next-button,
.dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-prev-button,
.dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-today-button,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.btn-success.dt-button,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-next-button,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-prev-button,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-today-button,
.dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons button.dt-button.fc-agendaWeek-button,
.dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons ul.wysihtml5-toolbar a.btn-success.dt-button,
.dt-buttons ul.wysihtml5-toolbar a.btn-success.dt-button.btn,
.dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-next-button,
.dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-prev-button,
.dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-today-button,
.note-editor .btn.btn-success.note-btn.btn-sm,
.note-editor .dt-buttons .btn-success.note-btn.btn-sm.dt-button,
.note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-next-button,
.note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-prev-button,
.note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-today-button,
.note-editor .note-btn.btn-sm.fc-next-button,
.note-editor .note-btn.btn-sm.fc-prev-button,
.note-editor .note-btn.btn-sm.fc-today-button,
.note-editor .owl-theme .owl-nav .btn-success.note-btn.btn-sm[class*=owl-],
.note-editor .owl-theme .owl-nav [class*=owl-].note-btn.btn-sm.fc-next-button,
.note-editor .owl-theme .owl-nav [class*=owl-].note-btn.btn-sm.fc-prev-button,
.note-editor .owl-theme .owl-nav [class*=owl-].note-btn.btn-sm.fc-today-button,
.note-editor .sweet-alert button.btn-success.note-btn.btn-sm,
.note-editor .sweet-alert button.note-btn.btn-sm.fc-agendaWeek-button,
.note-editor .sweet-alert button.note-btn.btn-sm.fc-next-button,
.note-editor .sweet-alert button.note-btn.btn-sm.fc-prev-button,
.note-editor .sweet-alert button.note-btn.btn-sm.fc-today-button,
.note-editor .tablesaw-sortable th.tablesaw-sortable-head button.btn-success.note-btn.btn-sm,
.note-editor .wizard>.actions .disabled a.btn-success.note-btn.btn-sm,
.note-editor .wizard>.actions .disabled a.btn-success.note-btn.btn-sm:active,
.note-editor .wizard>.actions .disabled a.btn-success.note-btn.btn-sm:hover,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-next-button,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-next-button:active,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-next-button:hover,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-prev-button,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-prev-button:active,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-prev-button:hover,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-today-button,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-today-button:active,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-today-button:hover,
.note-editor .wizard>.actions a.btn-success.note-btn.btn-sm,
.note-editor .wizard>.actions a.btn-success.note-btn.btn-sm:active,
.note-editor .wizard>.actions a.btn-success.note-btn.btn-sm:hover,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-next-button,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-next-button:active,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-next-button:hover,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-prev-button,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-prev-button:active,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-prev-button:hover,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-today-button,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-today-button:active,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-today-button:hover,
.note-editor button.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right,
.note-editor button.note-btn.btn-sm.fc-agendaWeek-button,
.note-editor button.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .btn-outline.btn-success[class*=owl-],
.owl-theme .owl-nav .btn-outline[class*=owl-].fc-next-button,
.owl-theme .owl-nav .btn-outline[class*=owl-].fc-prev-button,
.owl-theme .owl-nav .btn-outline[class*=owl-].fc-today-button,
.owl-theme .owl-nav .note-editor .btn-success.note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav .note-editor [class*=owl-].note-btn.btn-sm.fc-next-button,
.owl-theme .owl-nav .note-editor [class*=owl-].note-btn.btn-sm.fc-prev-button,
.owl-theme .owl-nav .note-editor [class*=owl-].note-btn.btn-sm.fc-today-button,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.btn-success[class*=owl-],
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-].fc-next-button,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-].fc-prev-button,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-].fc-today-button,
.owl-theme .owl-nav button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right,
.owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button,
.owl-theme .owl-nav button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-success[class*=owl-],
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-success[class*=owl-].btn,
.owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-].fc-next-button,
.owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-].fc-prev-button,
.owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-].fc-today-button,
.sweet-alert .note-editor button.btn-success.note-btn.btn-sm,
.sweet-alert .note-editor button.note-btn.btn-sm.fc-agendaWeek-button,
.sweet-alert .note-editor button.note-btn.btn-sm.fc-next-button,
.sweet-alert .note-editor button.note-btn.btn-sm.fc-prev-button,
.sweet-alert .note-editor button.note-btn.btn-sm.fc-today-button,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.btn-success,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button,
.sweet-alert button.btn-outline.btn-success,
.sweet-alert button.btn-outline.fc-next-button,
.sweet-alert button.btn-outline.fc-prev-button,
.sweet-alert button.btn-outline.fc-today-button,
.sweet-alert button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.sweet-alert button.fc-agendaWeek-button,
.sweet-alert button.fc-month-button.fc-state-default.fc-corner-left,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.btn-success.dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-next-button,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-prev-button,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-today-button,
.tablesaw-sortable th.tablesaw-sortable-head .note-editor button.btn-success.note-btn.btn-sm,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.btn-success[class*=owl-],
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-].fc-next-button,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-].fc-prev-button,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-].fc-today-button,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.btn-success,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-agendaWeek-button,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-next-button,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-prev-button,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-today-button,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-success,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-month-button.fc-state-default.fc-corner-left,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button,
.wizard>.actions .disabled .note-editor a.btn-success.note-btn.btn-sm,
.wizard>.actions .disabled .note-editor a.btn-success.note-btn.btn-sm:active,
.wizard>.actions .disabled .note-editor a.btn-success.note-btn.btn-sm:hover,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-next-button,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-next-button:active,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-next-button:hover,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-prev-button,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-prev-button:active,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-prev-button:hover,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-today-button,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-today-button:active,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-today-button:hover,
.wizard>.actions .disabled a.btn-outline.btn-success,
.wizard>.actions .disabled a.btn-outline.btn-success:active,
.wizard>.actions .disabled a.btn-outline.btn-success:hover,
.wizard>.actions .disabled a.btn-outline.fc-next-button,
.wizard>.actions .disabled a.btn-outline.fc-next-button:active,
.wizard>.actions .disabled a.btn-outline.fc-next-button:hover,
.wizard>.actions .disabled a.btn-outline.fc-prev-button,
.wizard>.actions .disabled a.btn-outline.fc-prev-button:active,
.wizard>.actions .disabled a.btn-outline.fc-prev-button:hover,
.wizard>.actions .disabled a.btn-outline.fc-today-button,
.wizard>.actions .disabled a.btn-outline.fc-today-button:active,
.wizard>.actions .disabled a.btn-outline.fc-today-button:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.btn-success.btn,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.btn-success.btn:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.btn-success.btn:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-next-button,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-next-button:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-next-button:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-prev-button,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-prev-button:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-prev-button:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-today-button,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-today-button:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-today-button:hover,
.wizard>.actions .note-editor a.btn-success.note-btn.btn-sm,
.wizard>.actions .note-editor a.btn-success.note-btn.btn-sm:active,
.wizard>.actions .note-editor a.btn-success.note-btn.btn-sm:hover,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-next-button,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-next-button:active,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-next-button:hover,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-prev-button,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-prev-button:active,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-prev-button:hover,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-today-button,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-today-button:active,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-today-button:hover,
.wizard>.actions a.btn-outline.btn-success,
.wizard>.actions a.btn-outline.btn-success:active,
.wizard>.actions a.btn-outline.btn-success:hover,
.wizard>.actions a.btn-outline.fc-next-button,
.wizard>.actions a.btn-outline.fc-next-button:active,
.wizard>.actions a.btn-outline.fc-next-button:hover,
.wizard>.actions a.btn-outline.fc-prev-button,
.wizard>.actions a.btn-outline.fc-prev-button:active,
.wizard>.actions a.btn-outline.fc-prev-button:hover,
.wizard>.actions a.btn-outline.fc-today-button,
.wizard>.actions a.btn-outline.fc-today-button:active,
.wizard>.actions a.btn-outline.fc-today-button:hover,
.wizard>.actions ul.wysihtml5-toolbar a.btn-success,
.wizard>.actions ul.wysihtml5-toolbar a.btn-success.btn,
.wizard>.actions ul.wysihtml5-toolbar a.btn-success.btn:active,
.wizard>.actions ul.wysihtml5-toolbar a.btn-success.btn:hover,
.wizard>.actions ul.wysihtml5-toolbar a.fc-next-button,
.wizard>.actions ul.wysihtml5-toolbar a.fc-next-button:active,
.wizard>.actions ul.wysihtml5-toolbar a.fc-next-button:hover,
.wizard>.actions ul.wysihtml5-toolbar a.fc-prev-button,
.wizard>.actions ul.wysihtml5-toolbar a.fc-prev-button:active,
.wizard>.actions ul.wysihtml5-toolbar a.fc-prev-button:hover,
.wizard>.actions ul.wysihtml5-toolbar a.fc-today-button,
.wizard>.actions ul.wysihtml5-toolbar a.fc-today-button:active,
.wizard>.actions ul.wysihtml5-toolbar a.fc-today-button:hover,
button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fc-agendaWeek-button,
button.fc-month-button.fc-state-default.fc-corner-left,
button.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fc-next-button.fc-agendaWeek-button,
button.fc-next-button.fc-month-button.fc-state-default.fc-corner-left,
button.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fc-prev-button.fc-agendaWeek-button,
button.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left,
button.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fc-today-button.fc-agendaWeek-button,
button.fc-today-button.fc-month-button.fc-state-default.fc-corner-left,
ul.wysihtml5-toolbar .dt-buttons a.btn-success.dt-button,
ul.wysihtml5-toolbar .dt-buttons a.btn-success.dt-button.btn,
ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-next-button,
ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-prev-button,
ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-today-button,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-success[class*=owl-],
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-success[class*=owl-].btn,
ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-].fc-next-button,
ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-].fc-prev-button,
ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-].fc-today-button,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.btn-success.btn,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.btn-success.btn:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.btn-success.btn:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-next-button,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-next-button:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-next-button:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-prev-button,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-prev-button:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-prev-button:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-today-button,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-today-button:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-today-button:hover,
ul.wysihtml5-toolbar .wizard>.actions a.btn-success,
ul.wysihtml5-toolbar .wizard>.actions a.btn-success.btn,
ul.wysihtml5-toolbar .wizard>.actions a.btn-success.btn:active,
ul.wysihtml5-toolbar .wizard>.actions a.btn-success.btn:hover,
ul.wysihtml5-toolbar .wizard>.actions a.fc-next-button,
ul.wysihtml5-toolbar .wizard>.actions a.fc-next-button:active,
ul.wysihtml5-toolbar .wizard>.actions a.fc-next-button:hover,
ul.wysihtml5-toolbar .wizard>.actions a.fc-prev-button,
ul.wysihtml5-toolbar .wizard>.actions a.fc-prev-button:active,
ul.wysihtml5-toolbar .wizard>.actions a.fc-prev-button:hover,
ul.wysihtml5-toolbar .wizard>.actions a.fc-today-button,
ul.wysihtml5-toolbar .wizard>.actions a.fc-today-button:active,
ul.wysihtml5-toolbar .wizard>.actions a.fc-today-button:hover,
ul.wysihtml5-toolbar a.btn.btn-success,
ul.wysihtml5-toolbar a.fc-next-button,
ul.wysihtml5-toolbar a.fc-prev-button,
ul.wysihtml5-toolbar a.fc-today-button {
    border: 1px solid rgba(9, 162, 117, .5);
    color: #09a275
}

.btn-outline.fc-next-button:active,
.btn-outline.fc-next-button:focus,
.btn-outline.fc-next-button:hover,
.btn-outline.fc-prev-button:active,
.btn-outline.fc-prev-button:focus,
.btn-outline.fc-prev-button:hover,
.btn-outline.fc-today-button:active,
.btn-outline.fc-today-button:focus,
.btn-outline.fc-today-button:hover,
.btn.btn-outline.btn-success:active,
.btn.btn-outline.btn-success:focus,
.btn.btn-outline.btn-success:hover,
.dt-buttons .btn-outline.btn-success.dt-button:active,
.dt-buttons .btn-outline.btn-success.dt-button:focus,
.dt-buttons .btn-outline.btn-success.dt-button:hover,
.dt-buttons .btn-outline.dt-button.fc-next-button:active,
.dt-buttons .btn-outline.dt-button.fc-next-button:focus,
.dt-buttons .btn-outline.dt-button.fc-next-button:hover,
.dt-buttons .btn-outline.dt-button.fc-prev-button:active,
.dt-buttons .btn-outline.dt-button.fc-prev-button:focus,
.dt-buttons .btn-outline.dt-button.fc-prev-button:hover,
.dt-buttons .btn-outline.dt-button.fc-today-button:active,
.dt-buttons .btn-outline.dt-button.fc-today-button:focus,
.dt-buttons .btn-outline.dt-button.fc-today-button:hover,
.dt-buttons .note-editor .btn-success.note-btn.btn-sm.dt-button:active,
.dt-buttons .note-editor .btn-success.note-btn.btn-sm.dt-button:focus,
.dt-buttons .note-editor .btn-success.note-btn.btn-sm.dt-button:hover,
.dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-next-button:active,
.dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-next-button:focus,
.dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-next-button:hover,
.dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-prev-button:active,
.dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-prev-button:focus,
.dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-prev-button:hover,
.dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-today-button:active,
.dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-today-button:focus,
.dt-buttons .note-editor .dt-button.note-btn.btn-sm.fc-today-button:hover,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.btn-success.dt-button:active,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.btn-success.dt-button:focus,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.btn-success.dt-button:hover,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-next-button:active,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-next-button:focus,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-next-button:hover,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-prev-button:active,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-prev-button:focus,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-prev-button:hover,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-today-button:active,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-today-button:focus,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button.fc-today-button:hover,
.dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.dt-buttons button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.dt-buttons button.dt-button.fc-agendaWeek-button:active,
.dt-buttons button.dt-button.fc-agendaWeek-button:focus,
.dt-buttons button.dt-button.fc-agendaWeek-button:hover,
.dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left:active,
.dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left:focus,
.dt-buttons button.dt-button.fc-month-button.fc-state-default.fc-corner-left:hover,
.dt-buttons ul.wysihtml5-toolbar a.btn-success.dt-button.btn:active,
.dt-buttons ul.wysihtml5-toolbar a.btn-success.dt-button.btn:focus,
.dt-buttons ul.wysihtml5-toolbar a.btn-success.dt-button.btn:hover,
.dt-buttons ul.wysihtml5-toolbar a.btn-success.dt-button:active,
.dt-buttons ul.wysihtml5-toolbar a.btn-success.dt-button:focus,
.dt-buttons ul.wysihtml5-toolbar a.btn-success.dt-button:hover,
.dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-next-button:active,
.dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-next-button:focus,
.dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-next-button:hover,
.dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-prev-button:active,
.dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-prev-button:focus,
.dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-prev-button:hover,
.dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-today-button:active,
.dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-today-button:focus,
.dt-buttons ul.wysihtml5-toolbar a.dt-button.fc-today-button:hover,
.note-editor .btn.btn-success.note-btn.btn-sm:active,
.note-editor .btn.btn-success.note-btn.btn-sm:focus,
.note-editor .btn.btn-success.note-btn.btn-sm:hover,
.note-editor .dt-buttons .btn-success.note-btn.btn-sm.dt-button:active,
.note-editor .dt-buttons .btn-success.note-btn.btn-sm.dt-button:focus,
.note-editor .dt-buttons .btn-success.note-btn.btn-sm.dt-button:hover,
.note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-next-button:active,
.note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-next-button:focus,
.note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-next-button:hover,
.note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-prev-button:active,
.note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-prev-button:focus,
.note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-prev-button:hover,
.note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-today-button:active,
.note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-today-button:focus,
.note-editor .dt-buttons .dt-button.note-btn.btn-sm.fc-today-button:hover,
.note-editor .note-btn.btn-sm.fc-next-button:active,
.note-editor .note-btn.btn-sm.fc-next-button:focus,
.note-editor .note-btn.btn-sm.fc-next-button:hover,
.note-editor .note-btn.btn-sm.fc-prev-button:active,
.note-editor .note-btn.btn-sm.fc-prev-button:focus,
.note-editor .note-btn.btn-sm.fc-prev-button:hover,
.note-editor .note-btn.btn-sm.fc-today-button:active,
.note-editor .note-btn.btn-sm.fc-today-button:focus,
.note-editor .note-btn.btn-sm.fc-today-button:hover,
.note-editor .owl-theme .owl-nav .btn-success.note-btn.btn-sm[class*=owl-]:active,
.note-editor .owl-theme .owl-nav .btn-success.note-btn.btn-sm[class*=owl-]:focus,
.note-editor .owl-theme .owl-nav .btn-success.note-btn.btn-sm[class*=owl-]:hover,
.note-editor .owl-theme .owl-nav [class*=owl-].note-btn.btn-sm.fc-next-button:active,
.note-editor .owl-theme .owl-nav [class*=owl-].note-btn.btn-sm.fc-next-button:focus,
.note-editor .owl-theme .owl-nav [class*=owl-].note-btn.btn-sm.fc-next-button:hover,
.note-editor .owl-theme .owl-nav [class*=owl-].note-btn.btn-sm.fc-prev-button:active,
.note-editor .owl-theme .owl-nav [class*=owl-].note-btn.btn-sm.fc-prev-button:focus,
.note-editor .owl-theme .owl-nav [class*=owl-].note-btn.btn-sm.fc-prev-button:hover,
.note-editor .owl-theme .owl-nav [class*=owl-].note-btn.btn-sm.fc-today-button:active,
.note-editor .owl-theme .owl-nav [class*=owl-].note-btn.btn-sm.fc-today-button:focus,
.note-editor .owl-theme .owl-nav [class*=owl-].note-btn.btn-sm.fc-today-button:hover,
.note-editor .sweet-alert button.btn-success.note-btn.btn-sm:active,
.note-editor .sweet-alert button.btn-success.note-btn.btn-sm:focus,
.note-editor .sweet-alert button.btn-success.note-btn.btn-sm:hover,
.note-editor .sweet-alert button.note-btn.btn-sm.fc-next-button:active,
.note-editor .sweet-alert button.note-btn.btn-sm.fc-next-button:focus,
.note-editor .sweet-alert button.note-btn.btn-sm.fc-next-button:hover,
.note-editor .sweet-alert button.note-btn.btn-sm.fc-prev-button:active,
.note-editor .sweet-alert button.note-btn.btn-sm.fc-prev-button:focus,
.note-editor .sweet-alert button.note-btn.btn-sm.fc-prev-button:hover,
.note-editor .sweet-alert button.note-btn.btn-sm.fc-today-button:active,
.note-editor .sweet-alert button.note-btn.btn-sm.fc-today-button:focus,
.note-editor .sweet-alert button.note-btn.btn-sm.fc-today-button:hover,
.note-editor .tablesaw-sortable th.tablesaw-sortable-head button.btn-success.note-btn.btn-sm:active,
.note-editor .tablesaw-sortable th.tablesaw-sortable-head button.btn-success.note-btn.btn-sm:focus,
.note-editor .tablesaw-sortable th.tablesaw-sortable-head button.btn-success.note-btn.btn-sm:hover,
.note-editor .wizard>.actions .disabled a.btn-success.note-btn.btn-sm:active,
.note-editor .wizard>.actions .disabled a.btn-success.note-btn.btn-sm:active:hover,
.note-editor .wizard>.actions .disabled a.btn-success.note-btn.btn-sm:focus,
.note-editor .wizard>.actions .disabled a.btn-success.note-btn.btn-sm:focus:active,
.note-editor .wizard>.actions .disabled a.btn-success.note-btn.btn-sm:focus:hover,
.note-editor .wizard>.actions .disabled a.btn-success.note-btn.btn-sm:hover,
.note-editor .wizard>.actions .disabled a.btn-success.note-btn.btn-sm:hover:active,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-next-button:active,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-next-button:active:hover,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-next-button:focus,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-next-button:focus:active,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-next-button:focus:hover,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-next-button:hover,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-next-button:hover:active,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-prev-button:active,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-prev-button:active:hover,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-prev-button:focus,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-prev-button:focus:active,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-prev-button:focus:hover,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-prev-button:hover,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-prev-button:hover:active,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-today-button:active,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-today-button:active:hover,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-today-button:focus,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-today-button:focus:active,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-today-button:focus:hover,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-today-button:hover,
.note-editor .wizard>.actions .disabled a.note-btn.btn-sm.fc-today-button:hover:active,
.note-editor .wizard>.actions a.btn-success.note-btn.btn-sm:active,
.note-editor .wizard>.actions a.btn-success.note-btn.btn-sm:active:hover,
.note-editor .wizard>.actions a.btn-success.note-btn.btn-sm:focus,
.note-editor .wizard>.actions a.btn-success.note-btn.btn-sm:focus:active,
.note-editor .wizard>.actions a.btn-success.note-btn.btn-sm:focus:hover,
.note-editor .wizard>.actions a.btn-success.note-btn.btn-sm:hover,
.note-editor .wizard>.actions a.btn-success.note-btn.btn-sm:hover:active,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-next-button:active,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-next-button:active:hover,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-next-button:focus,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-next-button:focus:active,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-next-button:focus:hover,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-next-button:hover,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-next-button:hover:active,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-prev-button:active,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-prev-button:active:hover,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-prev-button:focus,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-prev-button:focus:active,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-prev-button:focus:hover,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-prev-button:hover,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-prev-button:hover:active,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-today-button:active,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-today-button:active:hover,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-today-button:focus,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-today-button:focus:active,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-today-button:focus:hover,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-today-button:hover,
.note-editor .wizard>.actions a.note-btn.btn-sm.fc-today-button:hover:active,
.note-editor button.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.note-editor button.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.note-editor button.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.note-editor button.note-btn.btn-sm.fc-agendaWeek-button:active,
.note-editor button.note-btn.btn-sm.fc-agendaWeek-button:focus,
.note-editor button.note-btn.btn-sm.fc-agendaWeek-button:hover,
.note-editor button.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left:active,
.note-editor button.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left:focus,
.note-editor button.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav .btn-outline.btn-success[class*=owl-]:active,
.owl-theme .owl-nav .btn-outline.btn-success[class*=owl-]:focus,
.owl-theme .owl-nav .btn-outline.btn-success[class*=owl-]:hover,
.owl-theme .owl-nav .btn-outline[class*=owl-].fc-next-button:active,
.owl-theme .owl-nav .btn-outline[class*=owl-].fc-next-button:focus,
.owl-theme .owl-nav .btn-outline[class*=owl-].fc-next-button:hover,
.owl-theme .owl-nav .btn-outline[class*=owl-].fc-prev-button:active,
.owl-theme .owl-nav .btn-outline[class*=owl-].fc-prev-button:focus,
.owl-theme .owl-nav .btn-outline[class*=owl-].fc-prev-button:hover,
.owl-theme .owl-nav .btn-outline[class*=owl-].fc-today-button:active,
.owl-theme .owl-nav .btn-outline[class*=owl-].fc-today-button:focus,
.owl-theme .owl-nav .btn-outline[class*=owl-].fc-today-button:hover,
.owl-theme .owl-nav .note-editor .btn-success.note-btn.btn-sm[class*=owl-]:active,
.owl-theme .owl-nav .note-editor .btn-success.note-btn.btn-sm[class*=owl-]:focus,
.owl-theme .owl-nav .note-editor .btn-success.note-btn.btn-sm[class*=owl-]:hover,
.owl-theme .owl-nav .note-editor [class*=owl-].note-btn.btn-sm.fc-next-button:active,
.owl-theme .owl-nav .note-editor [class*=owl-].note-btn.btn-sm.fc-next-button:focus,
.owl-theme .owl-nav .note-editor [class*=owl-].note-btn.btn-sm.fc-next-button:hover,
.owl-theme .owl-nav .note-editor [class*=owl-].note-btn.btn-sm.fc-prev-button:active,
.owl-theme .owl-nav .note-editor [class*=owl-].note-btn.btn-sm.fc-prev-button:focus,
.owl-theme .owl-nav .note-editor [class*=owl-].note-btn.btn-sm.fc-prev-button:hover,
.owl-theme .owl-nav .note-editor [class*=owl-].note-btn.btn-sm.fc-today-button:active,
.owl-theme .owl-nav .note-editor [class*=owl-].note-btn.btn-sm.fc-today-button:focus,
.owl-theme .owl-nav .note-editor [class*=owl-].note-btn.btn-sm.fc-today-button:hover,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.btn-success[class*=owl-]:active,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.btn-success[class*=owl-]:focus,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.btn-success[class*=owl-]:hover,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-].fc-next-button:active,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-].fc-next-button:focus,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-].fc-next-button:hover,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-].fc-prev-button:active,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-].fc-prev-button:focus,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-].fc-prev-button:hover,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-].fc-today-button:active,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-].fc-today-button:focus,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button[class*=owl-].fc-today-button:hover,
.owl-theme .owl-nav button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.owl-theme .owl-nav button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.owl-theme .owl-nav button[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button:active,
.owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button:focus,
.owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button:hover,
.owl-theme .owl-nav button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:active,
.owl-theme .owl-nav button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:focus,
.owl-theme .owl-nav button[class*=owl-].fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-success[class*=owl-].btn:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-success[class*=owl-].btn:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-success[class*=owl-].btn:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-success[class*=owl-]:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-success[class*=owl-]:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-success[class*=owl-]:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-].fc-next-button:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-].fc-next-button:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-].fc-next-button:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-].fc-prev-button:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-].fc-prev-button:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-].fc-prev-button:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-].fc-today-button:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-].fc-today-button:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar a[class*=owl-].fc-today-button:hover,
.sweet-alert .note-editor button.btn-success.note-btn.btn-sm:active,
.sweet-alert .note-editor button.btn-success.note-btn.btn-sm:focus,
.sweet-alert .note-editor button.btn-success.note-btn.btn-sm:hover,
.sweet-alert .note-editor button.note-btn.btn-sm.fc-next-button:active,
.sweet-alert .note-editor button.note-btn.btn-sm.fc-next-button:focus,
.sweet-alert .note-editor button.note-btn.btn-sm.fc-next-button:hover,
.sweet-alert .note-editor button.note-btn.btn-sm.fc-prev-button:active,
.sweet-alert .note-editor button.note-btn.btn-sm.fc-prev-button:focus,
.sweet-alert .note-editor button.note-btn.btn-sm.fc-prev-button:hover,
.sweet-alert .note-editor button.note-btn.btn-sm.fc-today-button:active,
.sweet-alert .note-editor button.note-btn.btn-sm.fc-today-button:focus,
.sweet-alert .note-editor button.note-btn.btn-sm.fc-today-button:hover,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:active,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:focus,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.btn-success:hover,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:active,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:focus,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:hover,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:active,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:focus,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:hover,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:active,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:focus,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:hover,
.sweet-alert button.btn-outline.btn-success:active,
.sweet-alert button.btn-outline.btn-success:focus,
.sweet-alert button.btn-outline.btn-success:hover,
.sweet-alert button.btn-outline.fc-next-button:active,
.sweet-alert button.btn-outline.fc-next-button:focus,
.sweet-alert button.btn-outline.fc-next-button:hover,
.sweet-alert button.btn-outline.fc-prev-button:active,
.sweet-alert button.btn-outline.fc-prev-button:focus,
.sweet-alert button.btn-outline.fc-prev-button:hover,
.sweet-alert button.btn-outline.fc-today-button:active,
.sweet-alert button.btn-outline.fc-today-button:focus,
.sweet-alert button.btn-outline.fc-today-button:hover,
.sweet-alert button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.sweet-alert button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.sweet-alert button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.sweet-alert button.fc-agendaWeek-button:active,
.sweet-alert button.fc-agendaWeek-button:focus,
.sweet-alert button.fc-agendaWeek-button:hover,
.sweet-alert button.fc-month-button.fc-state-default.fc-corner-left:active,
.sweet-alert button.fc-month-button.fc-state-default.fc-corner-left:focus,
.sweet-alert button.fc-month-button.fc-state-default.fc-corner-left:hover,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.btn-success.dt-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.btn-success.dt-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.btn-success.dt-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-next-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-next-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-next-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-prev-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-prev-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-prev-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-today-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-today-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button.fc-today-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .note-editor button.btn-success.note-btn.btn-sm:active,
.tablesaw-sortable th.tablesaw-sortable-head .note-editor button.btn-success.note-btn.btn-sm:focus,
.tablesaw-sortable th.tablesaw-sortable-head .note-editor button.btn-success.note-btn.btn-sm:hover,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.btn-success[class*=owl-]:active,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.btn-success[class*=owl-]:focus,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.btn-success[class*=owl-]:hover,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-].fc-next-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-].fc-next-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-].fc-next-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-].fc-prev-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-].fc-prev-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-].fc-prev-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-].fc-today-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-].fc-today-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button[class*=owl-].fc-today-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.btn-success:active,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.btn-success:focus,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.btn-success:hover,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-next-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-next-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-next-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-prev-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-prev-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-prev-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-today-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-today-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.fc-today-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-success:active,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-success:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-success:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-month-button.fc-state-default.fc-corner-left:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-month-button.fc-state-default.fc-corner-left:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-month-button.fc-state-default.fc-corner-left:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:active,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button:hover,
.wizard>.actions .disabled .note-editor a.btn-success.note-btn.btn-sm:active,
.wizard>.actions .disabled .note-editor a.btn-success.note-btn.btn-sm:active:hover,
.wizard>.actions .disabled .note-editor a.btn-success.note-btn.btn-sm:focus,
.wizard>.actions .disabled .note-editor a.btn-success.note-btn.btn-sm:focus:active,
.wizard>.actions .disabled .note-editor a.btn-success.note-btn.btn-sm:focus:hover,
.wizard>.actions .disabled .note-editor a.btn-success.note-btn.btn-sm:hover,
.wizard>.actions .disabled .note-editor a.btn-success.note-btn.btn-sm:hover:active,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-next-button:active,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-next-button:active:hover,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-next-button:focus,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-next-button:focus:active,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-next-button:focus:hover,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-next-button:hover,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-next-button:hover:active,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-prev-button:active,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-prev-button:active:hover,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-prev-button:focus,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-prev-button:focus:active,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-prev-button:focus:hover,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-prev-button:hover,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-prev-button:hover:active,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-today-button:active,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-today-button:active:hover,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-today-button:focus,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-today-button:focus:active,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-today-button:focus:hover,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-today-button:hover,
.wizard>.actions .disabled .note-editor a.note-btn.btn-sm.fc-today-button:hover:active,
.wizard>.actions .disabled a.btn-outline.btn-success:active,
.wizard>.actions .disabled a.btn-outline.btn-success:active:hover,
.wizard>.actions .disabled a.btn-outline.btn-success:focus,
.wizard>.actions .disabled a.btn-outline.btn-success:focus:active,
.wizard>.actions .disabled a.btn-outline.btn-success:focus:hover,
.wizard>.actions .disabled a.btn-outline.btn-success:hover,
.wizard>.actions .disabled a.btn-outline.btn-success:hover:active,
.wizard>.actions .disabled a.btn-outline.fc-next-button:active,
.wizard>.actions .disabled a.btn-outline.fc-next-button:active:hover,
.wizard>.actions .disabled a.btn-outline.fc-next-button:focus,
.wizard>.actions .disabled a.btn-outline.fc-next-button:focus:active,
.wizard>.actions .disabled a.btn-outline.fc-next-button:focus:hover,
.wizard>.actions .disabled a.btn-outline.fc-next-button:hover,
.wizard>.actions .disabled a.btn-outline.fc-next-button:hover:active,
.wizard>.actions .disabled a.btn-outline.fc-prev-button:active,
.wizard>.actions .disabled a.btn-outline.fc-prev-button:active:hover,
.wizard>.actions .disabled a.btn-outline.fc-prev-button:focus,
.wizard>.actions .disabled a.btn-outline.fc-prev-button:focus:active,
.wizard>.actions .disabled a.btn-outline.fc-prev-button:focus:hover,
.wizard>.actions .disabled a.btn-outline.fc-prev-button:hover,
.wizard>.actions .disabled a.btn-outline.fc-prev-button:hover:active,
.wizard>.actions .disabled a.btn-outline.fc-today-button:active,
.wizard>.actions .disabled a.btn-outline.fc-today-button:active:hover,
.wizard>.actions .disabled a.btn-outline.fc-today-button:focus,
.wizard>.actions .disabled a.btn-outline.fc-today-button:focus:active,
.wizard>.actions .disabled a.btn-outline.fc-today-button:focus:hover,
.wizard>.actions .disabled a.btn-outline.fc-today-button:hover,
.wizard>.actions .disabled a.btn-outline.fc-today-button:hover:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.btn-success.btn:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.btn-success.btn:active:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.btn-success.btn:focus,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.btn-success.btn:focus:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.btn-success.btn:focus:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.btn-success.btn:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.btn-success.btn:hover:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-next-button:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-next-button:active:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-next-button:focus,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-next-button:focus:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-next-button:focus:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-next-button:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-next-button:hover:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-prev-button:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-prev-button:active:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-prev-button:focus,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-prev-button:focus:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-prev-button:focus:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-prev-button:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-prev-button:hover:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-today-button:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-today-button:active:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-today-button:focus,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-today-button:focus:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-today-button:focus:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-today-button:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar a.fc-today-button:hover:active,
.wizard>.actions .note-editor a.btn-success.note-btn.btn-sm:active,
.wizard>.actions .note-editor a.btn-success.note-btn.btn-sm:active:hover,
.wizard>.actions .note-editor a.btn-success.note-btn.btn-sm:focus,
.wizard>.actions .note-editor a.btn-success.note-btn.btn-sm:focus:active,
.wizard>.actions .note-editor a.btn-success.note-btn.btn-sm:focus:hover,
.wizard>.actions .note-editor a.btn-success.note-btn.btn-sm:hover,
.wizard>.actions .note-editor a.btn-success.note-btn.btn-sm:hover:active,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-next-button:active,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-next-button:active:hover,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-next-button:focus,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-next-button:focus:active,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-next-button:focus:hover,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-next-button:hover,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-next-button:hover:active,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-prev-button:active,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-prev-button:active:hover,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-prev-button:focus,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-prev-button:focus:active,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-prev-button:focus:hover,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-prev-button:hover,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-prev-button:hover:active,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-today-button:active,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-today-button:active:hover,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-today-button:focus,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-today-button:focus:active,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-today-button:focus:hover,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-today-button:hover,
.wizard>.actions .note-editor a.note-btn.btn-sm.fc-today-button:hover:active,
.wizard>.actions a.btn-outline.btn-success:active,
.wizard>.actions a.btn-outline.btn-success:active:hover,
.wizard>.actions a.btn-outline.btn-success:focus,
.wizard>.actions a.btn-outline.btn-success:focus:active,
.wizard>.actions a.btn-outline.btn-success:focus:hover,
.wizard>.actions a.btn-outline.btn-success:hover,
.wizard>.actions a.btn-outline.btn-success:hover:active,
.wizard>.actions a.btn-outline.fc-next-button:active,
.wizard>.actions a.btn-outline.fc-next-button:active:hover,
.wizard>.actions a.btn-outline.fc-next-button:focus,
.wizard>.actions a.btn-outline.fc-next-button:focus:active,
.wizard>.actions a.btn-outline.fc-next-button:focus:hover,
.wizard>.actions a.btn-outline.fc-next-button:hover,
.wizard>.actions a.btn-outline.fc-next-button:hover:active,
.wizard>.actions a.btn-outline.fc-prev-button:active,
.wizard>.actions a.btn-outline.fc-prev-button:active:hover,
.wizard>.actions a.btn-outline.fc-prev-button:focus,
.wizard>.actions a.btn-outline.fc-prev-button:focus:active,
.wizard>.actions a.btn-outline.fc-prev-button:focus:hover,
.wizard>.actions a.btn-outline.fc-prev-button:hover,
.wizard>.actions a.btn-outline.fc-prev-button:hover:active,
.wizard>.actions a.btn-outline.fc-today-button:active,
.wizard>.actions a.btn-outline.fc-today-button:active:hover,
.wizard>.actions a.btn-outline.fc-today-button:focus,
.wizard>.actions a.btn-outline.fc-today-button:focus:active,
.wizard>.actions a.btn-outline.fc-today-button:focus:hover,
.wizard>.actions a.btn-outline.fc-today-button:hover,
.wizard>.actions a.btn-outline.fc-today-button:hover:active,
.wizard>.actions ul.wysihtml5-toolbar a.btn-success.btn:active,
.wizard>.actions ul.wysihtml5-toolbar a.btn-success.btn:active:hover,
.wizard>.actions ul.wysihtml5-toolbar a.btn-success.btn:focus,
.wizard>.actions ul.wysihtml5-toolbar a.btn-success.btn:focus:active,
.wizard>.actions ul.wysihtml5-toolbar a.btn-success.btn:focus:hover,
.wizard>.actions ul.wysihtml5-toolbar a.btn-success.btn:hover,
.wizard>.actions ul.wysihtml5-toolbar a.btn-success.btn:hover:active,
.wizard>.actions ul.wysihtml5-toolbar a.btn-success:active,
.wizard>.actions ul.wysihtml5-toolbar a.btn-success:focus,
.wizard>.actions ul.wysihtml5-toolbar a.btn-success:hover,
.wizard>.actions ul.wysihtml5-toolbar a.fc-next-button:active,
.wizard>.actions ul.wysihtml5-toolbar a.fc-next-button:active:hover,
.wizard>.actions ul.wysihtml5-toolbar a.fc-next-button:focus,
.wizard>.actions ul.wysihtml5-toolbar a.fc-next-button:focus:active,
.wizard>.actions ul.wysihtml5-toolbar a.fc-next-button:focus:hover,
.wizard>.actions ul.wysihtml5-toolbar a.fc-next-button:hover,
.wizard>.actions ul.wysihtml5-toolbar a.fc-next-button:hover:active,
.wizard>.actions ul.wysihtml5-toolbar a.fc-prev-button:active,
.wizard>.actions ul.wysihtml5-toolbar a.fc-prev-button:active:hover,
.wizard>.actions ul.wysihtml5-toolbar a.fc-prev-button:focus,
.wizard>.actions ul.wysihtml5-toolbar a.fc-prev-button:focus:active,
.wizard>.actions ul.wysihtml5-toolbar a.fc-prev-button:focus:hover,
.wizard>.actions ul.wysihtml5-toolbar a.fc-prev-button:hover,
.wizard>.actions ul.wysihtml5-toolbar a.fc-prev-button:hover:active,
.wizard>.actions ul.wysihtml5-toolbar a.fc-today-button:active,
.wizard>.actions ul.wysihtml5-toolbar a.fc-today-button:active:hover,
.wizard>.actions ul.wysihtml5-toolbar a.fc-today-button:focus,
.wizard>.actions ul.wysihtml5-toolbar a.fc-today-button:focus:active,
.wizard>.actions ul.wysihtml5-toolbar a.fc-today-button:focus:hover,
.wizard>.actions ul.wysihtml5-toolbar a.fc-today-button:hover,
.wizard>.actions ul.wysihtml5-toolbar a.fc-today-button:hover:active,
button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fc-agendaWeek-button:active,
button.fc-agendaWeek-button:focus,
button.fc-agendaWeek-button:hover,
button.fc-month-button.fc-state-default.fc-corner-left:active,
button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.fc-month-button.fc-state-default.fc-corner-left:hover,
button.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fc-next-button.fc-agendaWeek-button:active,
button.fc-next-button.fc-agendaWeek-button:focus,
button.fc-next-button.fc-agendaWeek-button:hover,
button.fc-next-button.fc-month-button.fc-state-default.fc-corner-left:active,
button.fc-next-button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.fc-next-button.fc-month-button.fc-state-default.fc-corner-left:hover,
button.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fc-prev-button.fc-agendaWeek-button:active,
button.fc-prev-button.fc-agendaWeek-button:focus,
button.fc-prev-button.fc-agendaWeek-button:hover,
button.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left:active,
button.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left:hover,
button.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fc-today-button.fc-agendaWeek-button:active,
button.fc-today-button.fc-agendaWeek-button:focus,
button.fc-today-button.fc-agendaWeek-button:hover,
button.fc-today-button.fc-month-button.fc-state-default.fc-corner-left:active,
button.fc-today-button.fc-month-button.fc-state-default.fc-corner-left:focus,
button.fc-today-button.fc-month-button.fc-state-default.fc-corner-left:hover,
ul.wysihtml5-toolbar .dt-buttons a.btn-success.dt-button.btn:active,
ul.wysihtml5-toolbar .dt-buttons a.btn-success.dt-button.btn:focus,
ul.wysihtml5-toolbar .dt-buttons a.btn-success.dt-button.btn:hover,
ul.wysihtml5-toolbar .dt-buttons a.btn-success.dt-button:active,
ul.wysihtml5-toolbar .dt-buttons a.btn-success.dt-button:focus,
ul.wysihtml5-toolbar .dt-buttons a.btn-success.dt-button:hover,
ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-next-button:active,
ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-next-button:focus,
ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-next-button:hover,
ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-prev-button:active,
ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-prev-button:focus,
ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-prev-button:hover,
ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-today-button:active,
ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-today-button:focus,
ul.wysihtml5-toolbar .dt-buttons a.dt-button.fc-today-button:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-success[class*=owl-].btn:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-success[class*=owl-].btn:focus,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-success[class*=owl-].btn:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-success[class*=owl-]:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-success[class*=owl-]:focus,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-success[class*=owl-]:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-].fc-next-button:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-].fc-next-button:focus,
ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-].fc-next-button:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-].fc-prev-button:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-].fc-prev-button:focus,
ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-].fc-prev-button:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-].fc-today-button:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-].fc-today-button:focus,
ul.wysihtml5-toolbar .owl-theme .owl-nav a[class*=owl-].fc-today-button:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.btn-success.btn:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.btn-success.btn:active:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.btn-success.btn:focus,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.btn-success.btn:focus:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.btn-success.btn:focus:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.btn-success.btn:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.btn-success.btn:hover:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-next-button:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-next-button:active:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-next-button:focus,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-next-button:focus:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-next-button:focus:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-next-button:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-next-button:hover:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-prev-button:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-prev-button:active:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-prev-button:focus,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-prev-button:focus:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-prev-button:focus:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-prev-button:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-prev-button:hover:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-today-button:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-today-button:active:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-today-button:focus,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-today-button:focus:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-today-button:focus:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-today-button:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled a.fc-today-button:hover:active,
ul.wysihtml5-toolbar .wizard>.actions a.btn-success.btn:active,
ul.wysihtml5-toolbar .wizard>.actions a.btn-success.btn:active:hover,
ul.wysihtml5-toolbar .wizard>.actions a.btn-success.btn:focus,
ul.wysihtml5-toolbar .wizard>.actions a.btn-success.btn:focus:active,
ul.wysihtml5-toolbar .wizard>.actions a.btn-success.btn:focus:hover,
ul.wysihtml5-toolbar .wizard>.actions a.btn-success.btn:hover,
ul.wysihtml5-toolbar .wizard>.actions a.btn-success.btn:hover:active,
ul.wysihtml5-toolbar .wizard>.actions a.btn-success:active,
ul.wysihtml5-toolbar .wizard>.actions a.btn-success:focus,
ul.wysihtml5-toolbar .wizard>.actions a.btn-success:hover,
ul.wysihtml5-toolbar .wizard>.actions a.fc-next-button:active,
ul.wysihtml5-toolbar .wizard>.actions a.fc-next-button:active:hover,
ul.wysihtml5-toolbar .wizard>.actions a.fc-next-button:focus,
ul.wysihtml5-toolbar .wizard>.actions a.fc-next-button:focus:active,
ul.wysihtml5-toolbar .wizard>.actions a.fc-next-button:focus:hover,
ul.wysihtml5-toolbar .wizard>.actions a.fc-next-button:hover,
ul.wysihtml5-toolbar .wizard>.actions a.fc-next-button:hover:active,
ul.wysihtml5-toolbar .wizard>.actions a.fc-prev-button:active,
ul.wysihtml5-toolbar .wizard>.actions a.fc-prev-button:active:hover,
ul.wysihtml5-toolbar .wizard>.actions a.fc-prev-button:focus,
ul.wysihtml5-toolbar .wizard>.actions a.fc-prev-button:focus:active,
ul.wysihtml5-toolbar .wizard>.actions a.fc-prev-button:focus:hover,
ul.wysihtml5-toolbar .wizard>.actions a.fc-prev-button:hover,
ul.wysihtml5-toolbar .wizard>.actions a.fc-prev-button:hover:active,
ul.wysihtml5-toolbar .wizard>.actions a.fc-today-button:active,
ul.wysihtml5-toolbar .wizard>.actions a.fc-today-button:active:hover,
ul.wysihtml5-toolbar .wizard>.actions a.fc-today-button:focus,
ul.wysihtml5-toolbar .wizard>.actions a.fc-today-button:focus:active,
ul.wysihtml5-toolbar .wizard>.actions a.fc-today-button:focus:hover,
ul.wysihtml5-toolbar .wizard>.actions a.fc-today-button:hover,
ul.wysihtml5-toolbar .wizard>.actions a.fc-today-button:hover:active,
ul.wysihtml5-toolbar a.btn.btn-success:active,
ul.wysihtml5-toolbar a.btn.btn-success:focus,
ul.wysihtml5-toolbar a.btn.btn-success:hover,
ul.wysihtml5-toolbar a.fc-next-button:active,
ul.wysihtml5-toolbar a.fc-next-button:focus,
ul.wysihtml5-toolbar a.fc-next-button:hover,
ul.wysihtml5-toolbar a.fc-prev-button:active,
ul.wysihtml5-toolbar a.fc-prev-button:focus,
ul.wysihtml5-toolbar a.fc-prev-button:hover,
ul.wysihtml5-toolbar a.fc-today-button:active,
ul.wysihtml5-toolbar a.fc-today-button:focus,
ul.wysihtml5-toolbar a.fc-today-button:hover {
    border: 1px solid #09a275
}

.btn-outline.btn-danger.fc-next-button,
.btn-outline.btn-danger.fc-prev-button,
.btn-outline.btn-danger.fc-today-button,
.btn.btn-outline.btn-danger,
.dt-buttons .btn-outline.btn-danger.dt-button,
.dt-buttons .note-editor .btn-danger.note-btn.btn-sm.dt-button,
.dt-buttons ul.wysihtml5-toolbar a.btn-danger.dt-button,
.note-editor .btn-danger.note-btn.btn-sm.fc-next-button,
.note-editor .btn-danger.note-btn.btn-sm.fc-prev-button,
.note-editor .btn-danger.note-btn.btn-sm.fc-today-button,
.note-editor .btn.btn-danger.note-btn.btn-sm,
.note-editor .dt-buttons .btn-danger.note-btn.btn-sm.dt-button,
.note-editor .owl-theme .owl-nav .btn-danger.note-btn.btn-sm[class*=owl-],
.note-editor .sweet-alert button.btn-danger.note-btn.btn-sm,
.note-editor .wizard>.actions a.btn-danger.note-btn.btn-sm,
.note-editor button.btn-danger.note-btn.btn-sm.fc-agendaWeek-button,
.owl-theme .owl-nav .btn-outline.btn-danger[class*=owl-],
.owl-theme .owl-nav .note-editor .btn-danger.note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav button.btn-danger[class*=owl-].fc-agendaWeek-button,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-danger[class*=owl-],
.sweet-alert .note-editor button.btn-danger.note-btn.btn-sm,
.sweet-alert button.btn-outline.btn-danger,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-danger,
.wizard>.actions .note-editor a.btn-danger.note-btn.btn-sm,
.wizard>.actions a.btn-outline.btn-danger,
.wizard>.actions ul.wysihtml5-toolbar a.btn-danger,
button.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-danger.fc-agendaWeek-button,
button.btn-danger.fc-month-button.fc-state-default.fc-corner-left,
ul.wysihtml5-toolbar .dt-buttons a.btn-danger.dt-button,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-danger[class*=owl-],
ul.wysihtml5-toolbar .wizard>.actions a.btn-danger,
ul.wysihtml5-toolbar a.btn-danger.fc-next-button,
ul.wysihtml5-toolbar a.btn-danger.fc-prev-button,
ul.wysihtml5-toolbar a.btn-danger.fc-today-button,
ul.wysihtml5-toolbar a.btn.btn-danger {
    border: 1px solid rgba(220, 0, 48, .5);
    color: #dc0030
}

.btn-outline.btn-danger.fc-next-button:active,
.btn-outline.btn-danger.fc-next-button:focus,
.btn-outline.btn-danger.fc-next-button:hover,
.btn-outline.btn-danger.fc-prev-button:active,
.btn-outline.btn-danger.fc-prev-button:focus,
.btn-outline.btn-danger.fc-prev-button:hover,
.btn-outline.btn-danger.fc-today-button:active,
.btn-outline.btn-danger.fc-today-button:focus,
.btn-outline.btn-danger.fc-today-button:hover,
.btn.btn-outline.btn-danger:active,
.btn.btn-outline.btn-danger:focus,
.btn.btn-outline.btn-danger:hover,
.dt-buttons .btn-outline.btn-danger.dt-button:active,
.dt-buttons .btn-outline.btn-danger.dt-button:focus,
.dt-buttons .btn-outline.btn-danger.dt-button:hover,
.dt-buttons .note-editor .btn-danger.note-btn.btn-sm.dt-button:active,
.dt-buttons .note-editor .btn-danger.note-btn.btn-sm.dt-button:focus,
.dt-buttons .note-editor .btn-danger.note-btn.btn-sm.dt-button:hover,
.dt-buttons ul.wysihtml5-toolbar a.btn-danger.dt-button:active,
.dt-buttons ul.wysihtml5-toolbar a.btn-danger.dt-button:focus,
.dt-buttons ul.wysihtml5-toolbar a.btn-danger.dt-button:hover,
.note-editor .btn-danger.note-btn.btn-sm.fc-next-button:active,
.note-editor .btn-danger.note-btn.btn-sm.fc-next-button:focus,
.note-editor .btn-danger.note-btn.btn-sm.fc-next-button:hover,
.note-editor .btn-danger.note-btn.btn-sm.fc-prev-button:active,
.note-editor .btn-danger.note-btn.btn-sm.fc-prev-button:focus,
.note-editor .btn-danger.note-btn.btn-sm.fc-prev-button:hover,
.note-editor .btn-danger.note-btn.btn-sm.fc-today-button:active,
.note-editor .btn-danger.note-btn.btn-sm.fc-today-button:focus,
.note-editor .btn-danger.note-btn.btn-sm.fc-today-button:hover,
.note-editor .btn.btn-danger.note-btn.btn-sm:active,
.note-editor .btn.btn-danger.note-btn.btn-sm:focus,
.note-editor .btn.btn-danger.note-btn.btn-sm:hover,
.note-editor .dt-buttons .btn-danger.note-btn.btn-sm.dt-button:active,
.note-editor .dt-buttons .btn-danger.note-btn.btn-sm.dt-button:focus,
.note-editor .dt-buttons .btn-danger.note-btn.btn-sm.dt-button:hover,
.note-editor .owl-theme .owl-nav .btn-danger.note-btn.btn-sm[class*=owl-]:active,
.note-editor .owl-theme .owl-nav .btn-danger.note-btn.btn-sm[class*=owl-]:focus,
.note-editor .owl-theme .owl-nav .btn-danger.note-btn.btn-sm[class*=owl-]:hover,
.note-editor .sweet-alert button.btn-danger.note-btn.btn-sm:active,
.note-editor .sweet-alert button.btn-danger.note-btn.btn-sm:focus,
.note-editor .sweet-alert button.btn-danger.note-btn.btn-sm:hover,
.note-editor .wizard>.actions a.btn-danger.note-btn.btn-sm:active,
.note-editor .wizard>.actions a.btn-danger.note-btn.btn-sm:focus,
.note-editor .wizard>.actions a.btn-danger.note-btn.btn-sm:hover,
.owl-theme .owl-nav .btn-outline.btn-danger[class*=owl-]:active,
.owl-theme .owl-nav .btn-outline.btn-danger[class*=owl-]:focus,
.owl-theme .owl-nav .btn-outline.btn-danger[class*=owl-]:hover,
.owl-theme .owl-nav .note-editor .btn-danger.note-btn.btn-sm[class*=owl-]:active,
.owl-theme .owl-nav .note-editor .btn-danger.note-btn.btn-sm[class*=owl-]:focus,
.owl-theme .owl-nav .note-editor .btn-danger.note-btn.btn-sm[class*=owl-]:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-danger[class*=owl-]:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-danger[class*=owl-]:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-danger[class*=owl-]:hover,
.sweet-alert .note-editor button.btn-danger.note-btn.btn-sm:active,
.sweet-alert .note-editor button.btn-danger.note-btn.btn-sm:focus,
.sweet-alert .note-editor button.btn-danger.note-btn.btn-sm:hover,
.sweet-alert button.btn-outline.btn-danger:active,
.sweet-alert button.btn-outline.btn-danger:focus,
.sweet-alert button.btn-outline.btn-danger:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:active,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-danger:hover,
.wizard>.actions .note-editor a.btn-danger.note-btn.btn-sm:active,
.wizard>.actions .note-editor a.btn-danger.note-btn.btn-sm:focus,
.wizard>.actions .note-editor a.btn-danger.note-btn.btn-sm:hover,
.wizard>.actions a.btn-outline.btn-danger:active,
.wizard>.actions a.btn-outline.btn-danger:focus,
.wizard>.actions a.btn-outline.btn-danger:hover,
.wizard>.actions ul.wysihtml5-toolbar a.btn-danger:active,
.wizard>.actions ul.wysihtml5-toolbar a.btn-danger:focus,
.wizard>.actions ul.wysihtml5-toolbar a.btn-danger:hover,
button.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-danger.fc-agendaWeek-button:active,
button.btn-danger.fc-agendaWeek-button:focus,
button.btn-danger.fc-agendaWeek-button:hover,
button.btn-danger.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-danger.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-danger.fc-month-button.fc-state-default.fc-corner-left:hover,
ul.wysihtml5-toolbar .dt-buttons a.btn-danger.dt-button:active,
ul.wysihtml5-toolbar .dt-buttons a.btn-danger.dt-button:focus,
ul.wysihtml5-toolbar .dt-buttons a.btn-danger.dt-button:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-danger[class*=owl-]:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-danger[class*=owl-]:focus,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-danger[class*=owl-]:hover,
ul.wysihtml5-toolbar .wizard>.actions a.btn-danger:active,
ul.wysihtml5-toolbar .wizard>.actions a.btn-danger:focus,
ul.wysihtml5-toolbar .wizard>.actions a.btn-danger:hover,
ul.wysihtml5-toolbar a.btn-danger.fc-next-button:active,
ul.wysihtml5-toolbar a.btn-danger.fc-next-button:focus,
ul.wysihtml5-toolbar a.btn-danger.fc-next-button:hover,
ul.wysihtml5-toolbar a.btn-danger.fc-prev-button:active,
ul.wysihtml5-toolbar a.btn-danger.fc-prev-button:focus,
ul.wysihtml5-toolbar a.btn-danger.fc-prev-button:hover,
ul.wysihtml5-toolbar a.btn-danger.fc-today-button:active,
ul.wysihtml5-toolbar a.btn-danger.fc-today-button:focus,
ul.wysihtml5-toolbar a.btn-danger.fc-today-button:hover,
ul.wysihtml5-toolbar a.btn.btn-danger:active,
ul.wysihtml5-toolbar a.btn.btn-danger:focus,
ul.wysihtml5-toolbar a.btn.btn-danger:hover {
    border: 1px solid #dc0030
}

.btn-outline.btn-warning.fc-next-button,
.btn-outline.btn-warning.fc-prev-button,
.btn-outline.btn-warning.fc-today-button,
.btn.btn-outline.btn-warning,
.dt-buttons .btn-outline.btn-warning.dt-button,
.dt-buttons .note-editor .btn-warning.note-btn.btn-sm.dt-button,
.dt-buttons ul.wysihtml5-toolbar a.btn-warning.dt-button,
.note-editor .btn-warning.note-btn.btn-sm.fc-next-button,
.note-editor .btn-warning.note-btn.btn-sm.fc-prev-button,
.note-editor .btn-warning.note-btn.btn-sm.fc-today-button,
.note-editor .btn.btn-warning.note-btn.btn-sm,
.note-editor .dt-buttons .btn-warning.note-btn.btn-sm.dt-button,
.note-editor .owl-theme .owl-nav .btn-warning.note-btn.btn-sm[class*=owl-],
.note-editor .sweet-alert button.btn-warning.note-btn.btn-sm,
.note-editor .wizard>.actions a.btn-warning.note-btn.btn-sm,
.note-editor button.btn-warning.note-btn.btn-sm.fc-agendaWeek-button,
.owl-theme .owl-nav .btn-outline.btn-warning[class*=owl-],
.owl-theme .owl-nav .note-editor .btn-warning.note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav button.btn-warning[class*=owl-].fc-agendaWeek-button,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-warning[class*=owl-],
.sweet-alert .note-editor button.btn-warning.note-btn.btn-sm,
.sweet-alert button.btn-outline.btn-warning,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-warning,
.wizard>.actions .note-editor a.btn-warning.note-btn.btn-sm,
.wizard>.actions a.btn-outline.btn-warning,
.wizard>.actions ul.wysihtml5-toolbar a.btn-warning,
button.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-warning.fc-agendaWeek-button,
button.btn-warning.fc-month-button.fc-state-default.fc-corner-left,
ul.wysihtml5-toolbar .dt-buttons a.btn-warning.dt-button,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-warning[class*=owl-],
ul.wysihtml5-toolbar .wizard>.actions a.btn-warning,
ul.wysihtml5-toolbar a.btn-warning.fc-next-button,
ul.wysihtml5-toolbar a.btn-warning.fc-prev-button,
ul.wysihtml5-toolbar a.btn-warning.fc-today-button,
ul.wysihtml5-toolbar a.btn.btn-warning {
    border: 1px solid rgba(242, 183, 1, .5);
    color: #f2b701
}

.btn-outline.btn-warning.fc-next-button:active,
.btn-outline.btn-warning.fc-next-button:focus,
.btn-outline.btn-warning.fc-next-button:hover,
.btn-outline.btn-warning.fc-prev-button:active,
.btn-outline.btn-warning.fc-prev-button:focus,
.btn-outline.btn-warning.fc-prev-button:hover,
.btn-outline.btn-warning.fc-today-button:active,
.btn-outline.btn-warning.fc-today-button:focus,
.btn-outline.btn-warning.fc-today-button:hover,
.btn.btn-outline.btn-warning:active,
.btn.btn-outline.btn-warning:focus,
.btn.btn-outline.btn-warning:hover,
.dt-buttons .btn-outline.btn-warning.dt-button:active,
.dt-buttons .btn-outline.btn-warning.dt-button:focus,
.dt-buttons .btn-outline.btn-warning.dt-button:hover,
.dt-buttons .note-editor .btn-warning.note-btn.btn-sm.dt-button:active,
.dt-buttons .note-editor .btn-warning.note-btn.btn-sm.dt-button:focus,
.dt-buttons .note-editor .btn-warning.note-btn.btn-sm.dt-button:hover,
.dt-buttons ul.wysihtml5-toolbar a.btn-warning.dt-button:active,
.dt-buttons ul.wysihtml5-toolbar a.btn-warning.dt-button:focus,
.dt-buttons ul.wysihtml5-toolbar a.btn-warning.dt-button:hover,
.note-editor .btn-warning.note-btn.btn-sm.fc-next-button:active,
.note-editor .btn-warning.note-btn.btn-sm.fc-next-button:focus,
.note-editor .btn-warning.note-btn.btn-sm.fc-next-button:hover,
.note-editor .btn-warning.note-btn.btn-sm.fc-prev-button:active,
.note-editor .btn-warning.note-btn.btn-sm.fc-prev-button:focus,
.note-editor .btn-warning.note-btn.btn-sm.fc-prev-button:hover,
.note-editor .btn-warning.note-btn.btn-sm.fc-today-button:active,
.note-editor .btn-warning.note-btn.btn-sm.fc-today-button:focus,
.note-editor .btn-warning.note-btn.btn-sm.fc-today-button:hover,
.note-editor .btn.btn-warning.note-btn.btn-sm:active,
.note-editor .btn.btn-warning.note-btn.btn-sm:focus,
.note-editor .btn.btn-warning.note-btn.btn-sm:hover,
.note-editor .dt-buttons .btn-warning.note-btn.btn-sm.dt-button:active,
.note-editor .dt-buttons .btn-warning.note-btn.btn-sm.dt-button:focus,
.note-editor .dt-buttons .btn-warning.note-btn.btn-sm.dt-button:hover,
.note-editor .owl-theme .owl-nav .btn-warning.note-btn.btn-sm[class*=owl-]:active,
.note-editor .owl-theme .owl-nav .btn-warning.note-btn.btn-sm[class*=owl-]:focus,
.note-editor .owl-theme .owl-nav .btn-warning.note-btn.btn-sm[class*=owl-]:hover,
.note-editor .sweet-alert button.btn-warning.note-btn.btn-sm:active,
.note-editor .sweet-alert button.btn-warning.note-btn.btn-sm:focus,
.note-editor .sweet-alert button.btn-warning.note-btn.btn-sm:hover,
.note-editor .wizard>.actions a.btn-warning.note-btn.btn-sm:active,
.note-editor .wizard>.actions a.btn-warning.note-btn.btn-sm:focus,
.note-editor .wizard>.actions a.btn-warning.note-btn.btn-sm:hover,
.owl-theme .owl-nav .btn-outline.btn-warning[class*=owl-]:active,
.owl-theme .owl-nav .btn-outline.btn-warning[class*=owl-]:focus,
.owl-theme .owl-nav .btn-outline.btn-warning[class*=owl-]:hover,
.owl-theme .owl-nav .note-editor .btn-warning.note-btn.btn-sm[class*=owl-]:active,
.owl-theme .owl-nav .note-editor .btn-warning.note-btn.btn-sm[class*=owl-]:focus,
.owl-theme .owl-nav .note-editor .btn-warning.note-btn.btn-sm[class*=owl-]:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-warning[class*=owl-]:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-warning[class*=owl-]:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-warning[class*=owl-]:hover,
.sweet-alert .note-editor button.btn-warning.note-btn.btn-sm:active,
.sweet-alert .note-editor button.btn-warning.note-btn.btn-sm:focus,
.sweet-alert .note-editor button.btn-warning.note-btn.btn-sm:hover,
.sweet-alert button.btn-outline.btn-warning:active,
.sweet-alert button.btn-outline.btn-warning:focus,
.sweet-alert button.btn-outline.btn-warning:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:active,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-warning:hover,
.wizard>.actions .note-editor a.btn-warning.note-btn.btn-sm:active,
.wizard>.actions .note-editor a.btn-warning.note-btn.btn-sm:focus,
.wizard>.actions .note-editor a.btn-warning.note-btn.btn-sm:hover,
.wizard>.actions a.btn-outline.btn-warning:active,
.wizard>.actions a.btn-outline.btn-warning:focus,
.wizard>.actions a.btn-outline.btn-warning:hover,
.wizard>.actions ul.wysihtml5-toolbar a.btn-warning:active,
.wizard>.actions ul.wysihtml5-toolbar a.btn-warning:focus,
.wizard>.actions ul.wysihtml5-toolbar a.btn-warning:hover,
button.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-warning.fc-agendaWeek-button:active,
button.btn-warning.fc-agendaWeek-button:focus,
button.btn-warning.fc-agendaWeek-button:hover,
button.btn-warning.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-warning.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-warning.fc-month-button.fc-state-default.fc-corner-left:hover,
ul.wysihtml5-toolbar .dt-buttons a.btn-warning.dt-button:active,
ul.wysihtml5-toolbar .dt-buttons a.btn-warning.dt-button:focus,
ul.wysihtml5-toolbar .dt-buttons a.btn-warning.dt-button:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-warning[class*=owl-]:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-warning[class*=owl-]:focus,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-warning[class*=owl-]:hover,
ul.wysihtml5-toolbar .wizard>.actions a.btn-warning:active,
ul.wysihtml5-toolbar .wizard>.actions a.btn-warning:focus,
ul.wysihtml5-toolbar .wizard>.actions a.btn-warning:hover,
ul.wysihtml5-toolbar a.btn-warning.fc-next-button:active,
ul.wysihtml5-toolbar a.btn-warning.fc-next-button:focus,
ul.wysihtml5-toolbar a.btn-warning.fc-next-button:hover,
ul.wysihtml5-toolbar a.btn-warning.fc-prev-button:active,
ul.wysihtml5-toolbar a.btn-warning.fc-prev-button:focus,
ul.wysihtml5-toolbar a.btn-warning.fc-prev-button:hover,
ul.wysihtml5-toolbar a.btn-warning.fc-today-button:active,
ul.wysihtml5-toolbar a.btn-warning.fc-today-button:focus,
ul.wysihtml5-toolbar a.btn-warning.fc-today-button:hover,
ul.wysihtml5-toolbar a.btn.btn-warning:active,
ul.wysihtml5-toolbar a.btn.btn-warning:focus,
ul.wysihtml5-toolbar a.btn.btn-warning:hover {
    border: 1px solid #f2b701
}

.btn-outline.btn-outline-white.fc-next-button,
.btn-outline.btn-outline-white.fc-prev-button,
.btn-outline.btn-outline-white.fc-today-button,
.btn.btn-outline.btn-outline-white,
.dt-buttons .btn-outline.btn-outline-white.dt-button,
.dt-buttons .note-editor .btn-outline-white.note-btn.btn-sm.dt-button,
.dt-buttons ul.wysihtml5-toolbar a.btn-outline-white.dt-button,
.note-editor .btn-outline-white.note-btn.btn-sm.fc-next-button,
.note-editor .btn-outline-white.note-btn.btn-sm.fc-prev-button,
.note-editor .btn-outline-white.note-btn.btn-sm.fc-today-button,
.note-editor .btn.btn-outline-white.note-btn.btn-sm,
.note-editor .dt-buttons .btn-outline-white.note-btn.btn-sm.dt-button,
.note-editor .owl-theme .owl-nav .btn-outline-white.note-btn.btn-sm[class*=owl-],
.note-editor .sweet-alert button.btn-outline-white.note-btn.btn-sm,
.note-editor .wizard>.actions a.btn-outline-white.note-btn.btn-sm,
.note-editor button.btn-outline-white.note-btn.btn-sm.fc-agendaWeek-button,
.owl-theme .owl-nav .btn-outline.btn-outline-white[class*=owl-],
.owl-theme .owl-nav .note-editor .btn-outline-white.note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav button.btn-outline-white[class*=owl-].fc-agendaWeek-button,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-outline-white[class*=owl-],
.sweet-alert .note-editor button.btn-outline-white.note-btn.btn-sm,
.sweet-alert button.btn-outline.btn-outline-white,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-outline-white,
.wizard>.actions .note-editor a.btn-outline-white.note-btn.btn-sm,
.wizard>.actions a.btn-outline.btn-outline-white,
.wizard>.actions ul.wysihtml5-toolbar a.btn-outline-white,
button.btn-outline-white.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-outline-white.fc-agendaWeek-button,
button.btn-outline-white.fc-month-button.fc-state-default.fc-corner-left,
ul.wysihtml5-toolbar .dt-buttons a.btn-outline-white.dt-button,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-outline-white[class*=owl-],
ul.wysihtml5-toolbar .wizard>.actions a.btn-outline-white,
ul.wysihtml5-toolbar a.btn-outline-white.fc-next-button,
ul.wysihtml5-toolbar a.btn-outline-white.fc-prev-button,
ul.wysihtml5-toolbar a.btn-outline-white.fc-today-button,
ul.wysihtml5-toolbar a.btn.btn-outline-white {
    border: 1px solid rgba(255, 255, 255, .5);
    color: #fff!important
}

.btn-outline.btn-outline-white.fc-next-button:hover,
.btn-outline.btn-outline-white.fc-prev-button:hover,
.btn-outline.btn-outline-white.fc-today-button:hover,
.btn.btn-outline.btn-outline-white:hover,
.dt-buttons .btn-outline.btn-outline-white.dt-button:hover,
.dt-buttons .note-editor .btn-outline-white.note-btn.btn-sm.dt-button:hover,
.dt-buttons ul.wysihtml5-toolbar a.btn-outline-white.dt-button:hover,
.note-editor .btn-outline-white.note-btn.btn-sm.fc-next-button:hover,
.note-editor .btn-outline-white.note-btn.btn-sm.fc-prev-button:hover,
.note-editor .btn-outline-white.note-btn.btn-sm.fc-today-button:hover,
.note-editor .btn.btn-outline-white.note-btn.btn-sm:hover,
.note-editor .dt-buttons .btn-outline-white.note-btn.btn-sm.dt-button:hover,
.note-editor .owl-theme .owl-nav .btn-outline-white.note-btn.btn-sm[class*=owl-]:hover,
.note-editor .sweet-alert button.btn-outline-white.note-btn.btn-sm:hover,
.note-editor .wizard>.actions a.btn-outline-white.note-btn.btn-sm:hover,
.owl-theme .owl-nav .btn-outline.btn-outline-white[class*=owl-]:hover,
.owl-theme .owl-nav .note-editor .btn-outline-white.note-btn.btn-sm[class*=owl-]:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-outline-white[class*=owl-]:hover,
.sweet-alert .note-editor button.btn-outline-white.note-btn.btn-sm:hover,
.sweet-alert button.btn-outline.btn-outline-white:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-outline-white:hover,
.wizard>.actions .note-editor a.btn-outline-white.note-btn.btn-sm:hover,
.wizard>.actions a.btn-outline.btn-outline-white:hover,
.wizard>.actions ul.wysihtml5-toolbar a.btn-outline-white:hover,
button.btn-outline-white.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-outline-white.fc-agendaWeek-button:hover,
button.btn-outline-white.fc-month-button.fc-state-default.fc-corner-left:hover,
ul.wysihtml5-toolbar .dt-buttons a.btn-outline-white.dt-button:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-outline-white[class*=owl-]:hover,
ul.wysihtml5-toolbar .wizard>.actions a.btn-outline-white:hover,
ul.wysihtml5-toolbar a.btn-outline-white.fc-next-button:hover,
ul.wysihtml5-toolbar a.btn-outline-white.fc-prev-button:hover,
ul.wysihtml5-toolbar a.btn-outline-white.fc-today-button:hover,
ul.wysihtml5-toolbar a.btn.btn-outline-white:hover {
    border: 1px solid #fff
}

.btn-rounded.fc-next-button,
.btn-rounded.fc-prev-button,
.btn-rounded.fc-today-button,
.btn.btn-rounded,
.dt-buttons .btn-rounded.dt-button,
.dt-buttons button.dt-button.fc-agendaWeek-button,
.owl-theme .owl-nav .btn-rounded[class*=owl-],
.owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button,
.sweet-alert button.btn-rounded,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-rounded,
.tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button,
.wizard>.actions a.btn-rounded,
button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fc-agendaWeek-button,
button.fc-month-button.fc-state-default.fc-corner-left {
    border-radius: 60px
}

.btn-lg.fc-next-button,
.btn-lg.fc-prev-button,
.btn-lg.fc-today-button,
.btn.btn-lg,
.dt-buttons .btn-lg.dt-button,
.owl-theme .owl-nav .btn-lg[class*=owl-],
.sweet-alert button.btn-lg,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-lg,
.wizard>.actions a.btn-lg,
button.btn-lg.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-lg.fc-agendaWeek-button,
button.btn-lg.fc-month-button.fc-state-default.fc-corner-left {
    padding: 12px 25px
}

.btn-sm.fc-next-button,
.btn-sm.fc-prev-button,
.btn-sm.fc-today-button,
.btn.btn-sm,
.dt-buttons .btn-sm.dt-button,
.owl-theme .owl-nav .btn-sm[class*=owl-],
.sweet-alert button.btn-sm,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-sm,
.wizard>.actions a.btn-sm,
button.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-sm.fc-agendaWeek-button,
button.btn-sm.fc-month-button.fc-state-default.fc-corner-left {
    padding: 8px 25px
}

.btn-xs.fc-next-button,
.btn-xs.fc-prev-button,
.btn-xs.fc-today-button,
.btn.btn-xs,
.dt-buttons .dt-button,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dt-button,
.dt-buttons .wizard>.actions a.dt-button,
.dt-buttons button.fc-agendaDay-button.fc-state-default.fc-corner-right.dt-button,
.dt-buttons button.fc-month-button.fc-state-default.fc-corner-left.dt-button,
.owl-theme .owl-nav .wizard>.actions a[class*=owl-]:active,
.owl-theme .owl-nav .wizard>.actions a[class*=owl-]:hover,
.owl-theme .owl-nav [class*=owl-],
.owl-theme .owl-nav button.fc-agendaDay-button.fc-state-default.fc-corner-right[class*=owl-],
.owl-theme .owl-nav button.fc-month-button.fc-state-default.fc-corner-left[class*=owl-],
.sweet-alert button.btn-xs,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dt-button,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-xs,
.wizard>.actions .dt-buttons a.dt-button,
.wizard>.actions .owl-theme .owl-nav a[class*=owl-]:active,
.wizard>.actions .owl-theme .owl-nav a[class*=owl-]:hover,
.wizard>.actions a.btn-xs,
button.btn-xs.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-xs.fc-agendaWeek-button,
button.btn-xs.fc-month-button.fc-state-default.fc-corner-left {
    padding: 4px 25px
}

.btn-icon.fc-next-button i,
.btn-icon.fc-prev-button i,
.btn-icon.fc-today-button i,
.btn.btn-icon i,
.dt-buttons .btn-icon.dt-button i,
.owl-theme .owl-nav .btn-icon[class*=owl-] i,
.sweet-alert button.btn-icon i,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon i,
.wizard>.actions a.btn-icon i,
button.btn-icon.fc-agendaDay-button.fc-state-default.fc-corner-right i,
button.btn-icon.fc-agendaWeek-button i,
button.btn-icon.fc-month-button.fc-state-default.fc-corner-left i {
    padding-right: 6px;
    font-size: 14px
}

.btn-icon.right-icon.fc-next-button i,
.btn-icon.right-icon.fc-prev-button i,
.btn-icon.right-icon.fc-today-button i,
.btn.btn-icon.right-icon i,
.dt-buttons .btn-icon.right-icon.dt-button i,
.owl-theme .owl-nav .btn-icon.right-icon[class*=owl-] i,
.sweet-alert button.btn-icon.right-icon i,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon.right-icon i,
.wizard>.actions a.btn-icon.right-icon i,
button.btn-icon.right-icon.fc-agendaDay-button.fc-state-default.fc-corner-right i,
button.btn-icon.right-icon.fc-agendaWeek-button i,
button.btn-icon.right-icon.fc-month-button.fc-state-default.fc-corner-left i {
    padding-left: 6px
}

.btn-icon.left-icon.fc-next-button i,
.btn-icon.left-icon.fc-prev-button i,
.btn-icon.left-icon.fc-today-button i,
.btn.btn-icon.left-icon i,
.dt-buttons .btn-icon.left-icon.dt-button i,
.owl-theme .owl-nav .btn-icon.left-icon[class*=owl-] i,
.sweet-alert button.btn-icon.left-icon i,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon.left-icon i,
.wizard>.actions a.btn-icon.left-icon i,
button.btn-icon.left-icon.fc-agendaDay-button.fc-state-default.fc-corner-right i,
button.btn-icon.left-icon.fc-agendaWeek-button i,
button.btn-icon.left-icon.fc-month-button.fc-state-default.fc-corner-left i {
    padding-right: 6px
}

.btn-lable-wrap.fc-next-button,
.btn-lable-wrap.fc-prev-button,
.btn-lable-wrap.fc-today-button,
.btn.btn-lable-wrap,
.dt-buttons .btn-lable-wrap.dt-button,
.owl-theme .owl-nav .btn-lable-wrap[class*=owl-],
.sweet-alert button.btn-lable-wrap,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap,
.wizard>.actions a.btn-lable-wrap,
button.btn-lable-wrap.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-lable-wrap.fc-agendaWeek-button,
button.btn-lable-wrap.fc-month-button.fc-state-default.fc-corner-left {
    position: relative
}

.btn-lable-wrap.fc-next-button .btn-label,
.btn-lable-wrap.fc-prev-button .btn-label,
.btn-lable-wrap.fc-today-button .btn-label,
.btn.btn-lable-wrap .btn-label,
.dt-buttons .btn-lable-wrap.dt-button .btn-label,
.owl-theme .owl-nav .btn-lable-wrap[class*=owl-] .btn-label,
.sweet-alert button.btn-lable-wrap .btn-label,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap .btn-label,
.wizard>.actions a.btn-lable-wrap .btn-label,
button.btn-lable-wrap.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-label,
button.btn-lable-wrap.fc-agendaWeek-button .btn-label,
button.btn-lable-wrap.fc-month-button.fc-state-default.fc-corner-left .btn-label {
    background: rgba(0, 0, 0, .05);
    padding: 11px 15px;
    position: absolute;
    top: -2px
}

.btn-lable-wrap.left-label.fc-next-button .btn-label,
.btn-lable-wrap.left-label.fc-prev-button .btn-label,
.btn-lable-wrap.left-label.fc-today-button .btn-label,
.btn.btn-lable-wrap.left-label .btn-label,
.dt-buttons .btn-lable-wrap.left-label.dt-button .btn-label,
.owl-theme .owl-nav .btn-lable-wrap.left-label[class*=owl-] .btn-label,
.sweet-alert button.btn-lable-wrap.left-label .btn-label,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap.left-label .btn-label,
.wizard>.actions a.btn-lable-wrap.left-label .btn-label,
button.btn-lable-wrap.left-label.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-label,
button.btn-lable-wrap.left-label.fc-agendaWeek-button .btn-label,
button.btn-lable-wrap.left-label.fc-month-button.fc-state-default.fc-corner-left .btn-label {
    left: -2px
}

.btn-lable-wrap.left-label.fc-next-button .btn-text,
.btn-lable-wrap.left-label.fc-prev-button .btn-text,
.btn-lable-wrap.left-label.fc-today-button .btn-text,
.btn.btn-lable-wrap.left-label .btn-text,
.dt-buttons .btn-lable-wrap.left-label.dt-button .btn-text,
.owl-theme .owl-nav .btn-lable-wrap.left-label[class*=owl-] .btn-text,
.sweet-alert button.btn-lable-wrap.left-label .btn-text,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap.left-label .btn-text,
.wizard>.actions a.btn-lable-wrap.left-label .btn-text,
button.btn-lable-wrap.left-label.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-text,
button.btn-lable-wrap.left-label.fc-agendaWeek-button .btn-text,
button.btn-lable-wrap.left-label.fc-month-button.fc-state-default.fc-corner-left .btn-text {
    margin-left: 35px
}

.btn-lable-wrap.right-label.fc-next-button .btn-label,
.btn-lable-wrap.right-label.fc-prev-button .btn-label,
.btn-lable-wrap.right-label.fc-today-button .btn-label,
.btn.btn-lable-wrap.right-label .btn-label,
.dt-buttons .btn-lable-wrap.right-label.dt-button .btn-label,
.owl-theme .owl-nav .btn-lable-wrap.right-label[class*=owl-] .btn-label,
.sweet-alert button.btn-lable-wrap.right-label .btn-label,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap.right-label .btn-label,
.wizard>.actions a.btn-lable-wrap.right-label .btn-label,
button.btn-lable-wrap.right-label.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-label,
button.btn-lable-wrap.right-label.fc-agendaWeek-button .btn-label,
button.btn-lable-wrap.right-label.fc-month-button.fc-state-default.fc-corner-left .btn-label {
    right: -2px
}

.btn-lable-wrap.right-label.fc-next-button .btn-text,
.btn-lable-wrap.right-label.fc-prev-button .btn-text,
.btn-lable-wrap.right-label.fc-today-button .btn-text,
.btn.btn-lable-wrap.right-label .btn-text,
.dt-buttons .btn-lable-wrap.right-label.dt-button .btn-text,
.owl-theme .owl-nav .btn-lable-wrap.right-label[class*=owl-] .btn-text,
.sweet-alert button.btn-lable-wrap.right-label .btn-text,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap.right-label .btn-text,
.wizard>.actions a.btn-lable-wrap.right-label .btn-text,
button.btn-lable-wrap.right-label.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-text,
button.btn-lable-wrap.right-label.fc-agendaWeek-button .btn-text,
button.btn-lable-wrap.right-label.fc-month-button.fc-state-default.fc-corner-left .btn-text {
    margin-right: 35px
}

.btn-rounded.left-label.fc-next-button .btn-label,
.btn-rounded.left-label.fc-prev-button .btn-label,
.btn-rounded.left-label.fc-today-button .btn-label,
.btn.btn-rounded.left-label .btn-label,
.dt-buttons .btn-rounded.left-label.dt-button .btn-label,
.dt-buttons button.left-label.dt-button.fc-agendaWeek-button .btn-label,
.owl-theme .owl-nav .btn-rounded.left-label[class*=owl-] .btn-label,
.owl-theme .owl-nav button.left-label[class*=owl-].fc-agendaWeek-button .btn-label,
.sweet-alert button.btn-rounded.left-label .btn-label,
.sweet-alert button.left-label.fc-agendaWeek-button .btn-label,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-rounded.left-label .btn-label,
.tablesaw-sortable th.tablesaw-sortable-head button.left-label.fc-agendaWeek-button .btn-label,
.wizard>.actions a.btn-rounded.left-label .btn-label,
button.left-label.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-label,
button.left-label.fc-agendaWeek-button .btn-label,
button.left-label.fc-month-button.fc-state-default.fc-corner-left .btn-label,
button.left-label.fc-next-button.fc-agendaWeek-button .btn-label,
button.left-label.fc-prev-button.fc-agendaWeek-button .btn-label,
button.left-label.fc-today-button.fc-agendaWeek-button .btn-label {
    border-bottom-left-radius: 60px;
    border-top-left-radius: 60px
}

.btn-rounded.right-label.fc-next-button .btn-label,
.btn-rounded.right-label.fc-prev-button .btn-label,
.btn-rounded.right-label.fc-today-button .btn-label,
.btn.btn-rounded.right-label .btn-label,
.dt-buttons .btn-rounded.right-label.dt-button .btn-label,
.dt-buttons button.right-label.dt-button.fc-agendaWeek-button .btn-label,
.owl-theme .owl-nav .btn-rounded.right-label[class*=owl-] .btn-label,
.owl-theme .owl-nav button.right-label[class*=owl-].fc-agendaWeek-button .btn-label,
.sweet-alert button.btn-rounded.right-label .btn-label,
.sweet-alert button.right-label.fc-agendaWeek-button .btn-label,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-rounded.right-label .btn-label,
.tablesaw-sortable th.tablesaw-sortable-head button.right-label.fc-agendaWeek-button .btn-label,
.wizard>.actions a.btn-rounded.right-label .btn-label,
button.right-label.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-label,
button.right-label.fc-agendaWeek-button .btn-label,
button.right-label.fc-month-button.fc-state-default.fc-corner-left .btn-label,
button.right-label.fc-next-button.fc-agendaWeek-button .btn-label,
button.right-label.fc-prev-button.fc-agendaWeek-button .btn-label,
button.right-label.fc-today-button.fc-agendaWeek-button .btn-label {
    border-bottom-right-radius: 60px;
    border-top-right-radius: 60px
}

.btn-outline.btn-lable-wrap.fc-next-button .btn-label,
.btn-outline.btn-lable-wrap.fc-prev-button .btn-label,
.btn-outline.btn-lable-wrap.fc-today-button .btn-label,
.btn.btn-outline.btn-lable-wrap .btn-label,
.dt-buttons .btn-outline.btn-lable-wrap.dt-button .btn-label,
.dt-buttons .note-editor .btn-lable-wrap.note-btn.btn-sm.dt-button .btn-label,
.dt-buttons button.btn-lable-wrap.dt-button.fc-agendaWeek-button .btn-label,
.dt-buttons ul.wysihtml5-toolbar a.btn-lable-wrap.dt-button .btn-label,
.note-editor .btn-lable-wrap.note-btn.btn-sm.fc-next-button .btn-label,
.note-editor .btn-lable-wrap.note-btn.btn-sm.fc-prev-button .btn-label,
.note-editor .btn-lable-wrap.note-btn.btn-sm.fc-today-button .btn-label,
.note-editor .btn.btn-lable-wrap.note-btn.btn-sm .btn-label,
.note-editor .dt-buttons .btn-lable-wrap.note-btn.btn-sm.dt-button .btn-label,
.note-editor .owl-theme .owl-nav .btn-lable-wrap.note-btn.btn-sm[class*=owl-] .btn-label,
.note-editor .sweet-alert button.btn-lable-wrap.note-btn.btn-sm .btn-label,
.note-editor .wizard>.actions a.btn-lable-wrap.note-btn.btn-sm .btn-label,
.note-editor button.btn-lable-wrap.note-btn.btn-sm.fc-agendaWeek-button .btn-label,
.owl-theme .owl-nav .btn-outline.btn-lable-wrap[class*=owl-] .btn-label,
.owl-theme .owl-nav .note-editor .btn-lable-wrap.note-btn.btn-sm[class*=owl-] .btn-label,
.owl-theme .owl-nav button.btn-lable-wrap[class*=owl-].fc-agendaWeek-button .btn-label,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.btn-lable-wrap[class*=owl-] .btn-label,
.sweet-alert .note-editor button.btn-lable-wrap.note-btn.btn-sm .btn-label,
.sweet-alert button.btn-lable-wrap.fc-agendaWeek-button .btn-label,
.sweet-alert button.btn-outline.btn-lable-wrap .btn-label,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-lable-wrap .btn-label,
.wizard>.actions .note-editor a.btn-lable-wrap.note-btn.btn-sm .btn-label,
.wizard>.actions a.btn-outline.btn-lable-wrap .btn-label,
.wizard>.actions ul.wysihtml5-toolbar a.btn-lable-wrap .btn-label,
button.btn-lable-wrap.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-label,
button.btn-lable-wrap.fc-agendaWeek-button .btn-label,
button.btn-lable-wrap.fc-month-button.fc-state-default.fc-corner-left .btn-label,
button.btn-lable-wrap.fc-next-button.fc-agendaWeek-button .btn-label,
button.btn-lable-wrap.fc-prev-button.fc-agendaWeek-button .btn-label,
button.btn-lable-wrap.fc-today-button.fc-agendaWeek-button .btn-label,
ul.wysihtml5-toolbar .dt-buttons a.btn-lable-wrap.dt-button .btn-label,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.btn-lable-wrap[class*=owl-] .btn-label,
ul.wysihtml5-toolbar .wizard>.actions a.btn-lable-wrap .btn-label,
ul.wysihtml5-toolbar a.btn-lable-wrap.fc-next-button .btn-label,
ul.wysihtml5-toolbar a.btn-lable-wrap.fc-prev-button .btn-label,
ul.wysihtml5-toolbar a.btn-lable-wrap.fc-today-button .btn-label,
ul.wysihtml5-toolbar a.btn.btn-lable-wrap .btn-label {
    background: 0 0
}

.btn-anim.fc-next-button,
.btn-anim.fc-prev-button,
.btn-anim.fc-today-button,
.btn.btn-anim,
.dt-buttons .btn-anim.dt-button,
.owl-theme .owl-nav .btn-anim[class*=owl-],
.sweet-alert button.btn-anim,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-anim,
.wizard>.actions a.btn-anim,
button.btn-anim.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-anim.fc-agendaWeek-button,
button.btn-anim.fc-month-button.fc-state-default.fc-corner-left {
    position: relative;
    overflow: hidden
}

.btn-anim.fc-next-button i,
.btn-anim.fc-prev-button i,
.btn-anim.fc-today-button i,
.btn.btn-anim i,
.dt-buttons .btn-anim.dt-button i,
.owl-theme .owl-nav .btn-anim[class*=owl-] i,
.sweet-alert button.btn-anim i,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-anim i,
.wizard>.actions a.btn-anim i,
button.btn-anim.fc-agendaDay-button.fc-state-default.fc-corner-right i,
button.btn-anim.fc-agendaWeek-button i,
button.btn-anim.fc-month-button.fc-state-default.fc-corner-left i {
    font-size: 16px;
    height: 100%;
    left: 0;
    padding-top: 10px;
    position: absolute;
    top: -100%;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    width: 100%
}

.btn-anim.fc-next-button .btn-text,
.btn-anim.fc-prev-button .btn-text,
.btn-anim.fc-today-button .btn-text,
.btn.btn-anim .btn-text,
.dt-buttons .btn-anim.dt-button .btn-text,
.owl-theme .owl-nav .btn-anim[class*=owl-] .btn-text,
.sweet-alert button.btn-anim .btn-text,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-anim .btn-text,
.wizard>.actions a.btn-anim .btn-text,
button.btn-anim.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-text,
button.btn-anim.fc-agendaWeek-button .btn-text,
button.btn-anim.fc-month-button.fc-state-default.fc-corner-left .btn-text {
    position: relative;
    top: 0;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.btn-anim.fc-next-button:hover i,
.btn-anim.fc-prev-button:hover i,
.btn-anim.fc-today-button:hover i,
.btn.btn-anim:hover i,
.dt-buttons .btn-anim.dt-button:hover i,
.owl-theme .owl-nav .btn-anim[class*=owl-]:hover i,
.sweet-alert button.btn-anim:hover i,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-anim:hover i,
.wizard>.actions a.btn-anim:hover i,
button.btn-anim.fc-agendaDay-button.fc-state-default.fc-corner-right:hover i,
button.btn-anim.fc-agendaWeek-button:hover i,
button.btn-anim.fc-month-button.fc-state-default.fc-corner-left:hover i {
    top: 0
}

.btn-anim.fc-next-button:hover .btn-text,
.btn-anim.fc-prev-button:hover .btn-text,
.btn-anim.fc-today-button:hover .btn-text,
.btn.btn-anim:hover .btn-text,
.dt-buttons .btn-anim.dt-button:hover .btn-text,
.owl-theme .owl-nav .btn-anim[class*=owl-]:hover .btn-text,
.sweet-alert button.btn-anim:hover .btn-text,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-anim:hover .btn-text,
.wizard>.actions a.btn-anim:hover .btn-text,
button.btn-anim.fc-agendaDay-button.fc-state-default.fc-corner-right:hover .btn-text,
button.btn-anim.fc-agendaWeek-button:hover .btn-text,
button.btn-anim.fc-month-button.fc-state-default.fc-corner-left:hover .btn-text {
    top: 50px
}

.btn-icon-anim.fc-next-button,
.btn-icon-anim.fc-prev-button,
.btn-icon-anim.fc-today-button,
.btn.btn-icon-anim,
.dt-buttons .btn-icon-anim.dt-button,
.owl-theme .owl-nav .btn-icon-anim[class*=owl-],
.sweet-alert button.btn-icon-anim,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim,
.wizard>.actions a.btn-icon-anim,
button.btn-icon-anim.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-icon-anim.fc-agendaWeek-button,
button.btn-icon-anim.fc-month-button.fc-state-default.fc-corner-left {
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: none;
    padding: 11px;
    background: 0 0
}

.btn-icon-anim.fc-next-button:active,
.btn-icon-anim.fc-next-button:focus,
.btn-icon-anim.fc-next-button:hover,
.btn-icon-anim.fc-prev-button:active,
.btn-icon-anim.fc-prev-button:focus,
.btn-icon-anim.fc-prev-button:hover,
.btn-icon-anim.fc-today-button:active,
.btn-icon-anim.fc-today-button:focus,
.btn-icon-anim.fc-today-button:hover,
.btn.btn-icon-anim:active,
.btn.btn-icon-anim:focus,
.btn.btn-icon-anim:hover,
.dt-buttons .btn-icon-anim.dt-button:active,
.dt-buttons .btn-icon-anim.dt-button:focus,
.dt-buttons .btn-icon-anim.dt-button:hover,
.owl-theme .owl-nav .btn-icon-anim[class*=owl-]:active,
.owl-theme .owl-nav .btn-icon-anim[class*=owl-]:focus,
.owl-theme .owl-nav .btn-icon-anim[class*=owl-]:hover,
.sweet-alert button.btn-icon-anim:active,
.sweet-alert button.btn-icon-anim:focus,
.sweet-alert button.btn-icon-anim:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:active,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:focus,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:hover,
.wizard>.actions a.btn-icon-anim:active,
.wizard>.actions a.btn-icon-anim:focus,
.wizard>.actions a.btn-icon-anim:hover,
button.btn-icon-anim.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
button.btn-icon-anim.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
button.btn-icon-anim.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.fc-agendaWeek-button:active,
button.btn-icon-anim.fc-agendaWeek-button:focus,
button.btn-icon-anim.fc-agendaWeek-button:hover,
button.btn-icon-anim.fc-month-button.fc-state-default.fc-corner-left:active,
button.btn-icon-anim.fc-month-button.fc-state-default.fc-corner-left:focus,
button.btn-icon-anim.fc-month-button.fc-state-default.fc-corner-left:hover {
    background: 0 0;
    border: none
}

.btn-icon-anim.fc-next-button i,
.btn-icon-anim.fc-prev-button i,
.btn-icon-anim.fc-today-button i,
.btn.btn-icon-anim i,
.dt-buttons .btn-icon-anim.dt-button i,
.owl-theme .owl-nav .btn-icon-anim[class*=owl-] i,
.sweet-alert button.btn-icon-anim i,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim i,
.wizard>.actions a.btn-icon-anim i,
button.btn-icon-anim.fc-agendaDay-button.fc-state-default.fc-corner-right i,
button.btn-icon-anim.fc-agendaWeek-button i,
button.btn-icon-anim.fc-month-button.fc-state-default.fc-corner-left i {
    font-size: 16px
}

.btn-icon-anim.fc-next-button:before,
.btn-icon-anim.fc-prev-button:before,
.btn-icon-anim.fc-today-button:before,
.btn.btn-icon-anim:before,
.dt-buttons .btn-icon-anim.dt-button:before,
.owl-theme .owl-nav .btn-icon-anim[class*=owl-]:before,
.sweet-alert button.btn-icon-anim:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:before,
.wizard>.actions a.btn-icon-anim:before,
button.btn-icon-anim.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.fc-agendaWeek-button:before,
button.btn-icon-anim.fc-month-button.fc-state-default.fc-corner-left:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: color .3s ease 0s, box-shadow .3s ease 0s, -webkit-transform .3s ease 0s;
    -moz-transition: color .3s ease 0s, box-shadow .3s ease 0s, -moz-transform .3s ease 0s;
    transition: color .3s ease 0s, box-shadow .3s ease 0s, transform .3s ease 0s;
    width: 100%;
    z-index: -1
}

.fixed-sidebar-left,
.fixed-sidebar-right,
.setting-panel {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease
}

.btn-icon-anim.btn-default.fc-next-button:before,
.btn-icon-anim.btn-default.fc-prev-button:before,
.btn-icon-anim.btn-default.fc-today-button:before,
.btn.btn-icon-anim.btn-default:before,
.dt-buttons .btn-icon-anim.btn-default.dt-button:before,
.owl-theme .owl-nav .btn-icon-anim[class*=owl-]:before,
.sweet-alert button.btn-icon-anim.btn-default:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:before,
.wizard>.actions a.btn-icon-anim.btn-default:before,
button.btn-icon-anim.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-default.fc-agendaWeek-button:before,
button.btn-icon-anim.btn-default.fc-month-button.fc-state-default.fc-corner-left:before {
    box-shadow: 0 0 0 35px #dcdcdc inset
}

.btn-icon-anim.btn-default.fc-next-button:hover,
.btn-icon-anim.btn-default.fc-prev-button:hover,
.btn-icon-anim.btn-default.fc-today-button:hover,
.btn.btn-icon-anim.btn-default:hover,
.dt-buttons .btn-icon-anim.btn-default.dt-button:hover,
.owl-theme .owl-nav .btn-icon-anim[class*=owl-]:hover,
.sweet-alert button.btn-icon-anim.btn-default:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:hover,
.wizard>.actions a.btn-icon-anim.btn-default:hover,
button.btn-icon-anim.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-default.fc-agendaWeek-button:hover,
button.btn-icon-anim.btn-default.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #212121!important
}

.btn-icon-anim.btn-default.fc-next-button:hover:before,
.btn-icon-anim.btn-default.fc-prev-button:hover:before,
.btn-icon-anim.btn-default.fc-today-button:hover:before,
.btn.btn-icon-anim.btn-default:hover:before,
.dt-buttons .btn-icon-anim.btn-default.dt-button:hover:before,
.owl-theme .owl-nav .btn-icon-anim[class*=owl-]:hover:before,
.sweet-alert button.btn-icon-anim.btn-default:hover:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim:hover:before,
.wizard>.actions a.btn-icon-anim.btn-default:hover:before,
button.btn-icon-anim.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-default.fc-agendaWeek-button:hover:before,
button.btn-icon-anim.btn-default.fc-month-button.fc-state-default.fc-corner-left:hover:before {
    box-shadow: 0 0 0 1px #dcdcdc inset
}

.btn-icon-anim.btn-info.fc-next-button:before,
.btn-icon-anim.btn-info.fc-prev-button:before,
.btn-icon-anim.btn-info.fc-today-button:before,
.btn.btn-icon-anim.btn-info:before,
.dt-buttons .btn-icon-anim.btn-info.dt-button:before,
.owl-theme .owl-nav .btn-icon-anim.btn-info[class*=owl-]:before,
.sweet-alert button.btn-icon-anim.btn-info:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-info:before,
.wizard>.actions a.btn-icon-anim.btn-info:before,
button.btn-icon-anim.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-info.fc-agendaWeek-button:before,
button.btn-icon-anim.btn-info.fc-month-button.fc-state-default.fc-corner-left:before {
    box-shadow: 0 0 0 35px #b10058 inset
}

.btn-icon-anim.btn-info.fc-next-button:hover,
.btn-icon-anim.btn-info.fc-prev-button:hover,
.btn-icon-anim.btn-info.fc-today-button:hover,
.btn.btn-icon-anim.btn-info:hover,
.dt-buttons .btn-icon-anim.btn-info.dt-button:hover,
.owl-theme .owl-nav .btn-icon-anim.btn-info[class*=owl-]:hover,
.sweet-alert button.btn-icon-anim.btn-info:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-info:hover,
.wizard>.actions a.btn-icon-anim.btn-info:hover,
button.btn-icon-anim.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-info.fc-agendaWeek-button:hover,
button.btn-icon-anim.btn-info.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #b10058!important
}

.btn-icon-anim.btn-info.fc-next-button:hover:before,
.btn-icon-anim.btn-info.fc-prev-button:hover:before,
.btn-icon-anim.btn-info.fc-today-button:hover:before,
.btn.btn-icon-anim.btn-info:hover:before,
.dt-buttons .btn-icon-anim.btn-info.dt-button:hover:before,
.owl-theme .owl-nav .btn-icon-anim.btn-info[class*=owl-]:hover:before,
.sweet-alert button.btn-icon-anim.btn-info:hover:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-info:hover:before,
.wizard>.actions a.btn-icon-anim.btn-info:hover:before,
button.btn-icon-anim.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-info.fc-agendaWeek-button:hover:before,
button.btn-icon-anim.btn-info.fc-month-button.fc-state-default.fc-corner-left:hover:before {
    box-shadow: 0 0 0 1px #b10058 inset
}

.btn-icon-anim.btn-primary.fc-next-button:before,
.btn-icon-anim.btn-primary.fc-prev-button:before,
.btn-icon-anim.btn-primary.fc-today-button:before,
.btn.btn-icon-anim.btn-primary:before,
.dt-buttons .btn-icon-anim.dt-button:before,
.owl-theme .owl-nav .btn-icon-anim.btn-primary[class*=owl-]:before,
.sweet-alert button.btn-icon-anim.btn-primary:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-primary:before,
.wizard>.actions a.btn-icon-anim:before,
button.btn-icon-anim.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-primary.fc-agendaWeek-button:before,
button.btn-icon-anim.btn-primary.fc-month-button.fc-state-default.fc-corner-left:before {
    box-shadow: 0 0 0 35px #0f4fa8 inset
}

.btn-icon-anim.btn-primary.fc-next-button:hover,
.btn-icon-anim.btn-primary.fc-prev-button:hover,
.btn-icon-anim.btn-primary.fc-today-button:hover,
.btn.btn-icon-anim.btn-primary:hover,
.dt-buttons .btn-icon-anim.dt-button:hover,
.owl-theme .owl-nav .btn-icon-anim.btn-primary[class*=owl-]:hover,
.sweet-alert button.btn-icon-anim.btn-primary:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-primary:hover,
.wizard>.actions a.btn-icon-anim:hover,
button.btn-icon-anim.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-primary.fc-agendaWeek-button:hover,
button.btn-icon-anim.btn-primary.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #0f4fa8!important
}

.btn-icon-anim.btn-primary.fc-next-button:hover:before,
.btn-icon-anim.btn-primary.fc-prev-button:hover:before,
.btn-icon-anim.btn-primary.fc-today-button:hover:before,
.btn.btn-icon-anim.btn-primary:hover:before,
.dt-buttons .btn-icon-anim.dt-button:hover:before,
.owl-theme .owl-nav .btn-icon-anim.btn-primary[class*=owl-]:hover:before,
.sweet-alert button.btn-icon-anim.btn-primary:hover:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-primary:hover:before,
.wizard>.actions a.btn-icon-anim:hover:before,
button.btn-icon-anim.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-primary.fc-agendaWeek-button:hover:before,
button.btn-icon-anim.btn-primary.fc-month-button.fc-state-default.fc-corner-left:hover:before {
    box-shadow: 0 0 0 1px #0f4fa8 inset
}

.btn-icon-anim.fc-next-button:before,
.btn-icon-anim.fc-prev-button:before,
.btn-icon-anim.fc-today-button:before,
.btn.btn-icon-anim.btn-success:before,
.dt-buttons .btn-icon-anim.btn-success.dt-button:before,
.owl-theme .owl-nav .btn-icon-anim.btn-success[class*=owl-]:before,
.owl-theme .owl-nav .btn-icon-anim[class*=owl-].fc-next-button:before,
.owl-theme .owl-nav .btn-icon-anim[class*=owl-].fc-prev-button:before,
.owl-theme .owl-nav .btn-icon-anim[class*=owl-].fc-today-button:before,
.owl-theme .owl-nav button.btn-icon-anim[class*=owl-].fc-agendaWeek-button:before,
.sweet-alert button.btn-icon-anim.btn-success:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-success:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.fc-next-button:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.fc-prev-button:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.fc-today-button:before,
.wizard>.actions a.btn-icon-anim.btn-success:before,
.wizard>.actions a.btn-icon-anim.fc-next-button:active:before,
.wizard>.actions a.btn-icon-anim.fc-next-button:hover:before,
.wizard>.actions a.btn-icon-anim.fc-prev-button:active:before,
.wizard>.actions a.btn-icon-anim.fc-prev-button:hover:before,
.wizard>.actions a.btn-icon-anim.fc-today-button:active:before,
.wizard>.actions a.btn-icon-anim.fc-today-button:hover:before,
button.btn-icon-anim.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.fc-agendaWeek-button:before,
button.btn-icon-anim.fc-month-button.fc-state-default.fc-corner-left:before {
    box-shadow: 0 0 0 35px #09a275 inset
}

.btn-icon-anim.fc-next-button:hover,
.btn-icon-anim.fc-prev-button:hover,
.btn-icon-anim.fc-today-button:hover,
.btn.btn-icon-anim.btn-success:hover,
.dt-buttons .btn-icon-anim.btn-success.dt-button:hover,
.owl-theme .owl-nav .btn-icon-anim.btn-success[class*=owl-]:hover,
.sweet-alert button.btn-icon-anim.btn-success:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-success:hover,
.wizard>.actions a.btn-icon-anim.btn-success:hover,
.wizard>.actions a.btn-icon-anim.fc-next-button:hover:active,
.wizard>.actions a.btn-icon-anim.fc-prev-button:hover:active,
.wizard>.actions a.btn-icon-anim.fc-today-button:hover:active,
button.btn-icon-anim.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.fc-agendaWeek-button:hover,
button.btn-icon-anim.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #09a275!important
}

.btn-icon-anim.fc-next-button:hover:before,
.btn-icon-anim.fc-prev-button:hover:before,
.btn-icon-anim.fc-today-button:hover:before,
.btn.btn-icon-anim.btn-success:hover:before,
.dt-buttons .btn-icon-anim.btn-success.dt-button:hover:before,
.owl-theme .owl-nav .btn-icon-anim.btn-success[class*=owl-]:hover:before,
.sweet-alert button.btn-icon-anim.btn-success:hover:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-success:hover:before,
.wizard>.actions a.btn-icon-anim.btn-success:hover:before,
button.btn-icon-anim.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.fc-agendaWeek-button:hover:before,
button.btn-icon-anim.fc-month-button.fc-state-default.fc-corner-left:hover:before {
    box-shadow: 0 0 0 1px #09a275 inset
}

.btn-icon-anim.btn-danger.fc-next-button:before,
.btn-icon-anim.btn-danger.fc-prev-button:before,
.btn-icon-anim.btn-danger.fc-today-button:before,
.btn.btn-icon-anim.btn-danger:before,
.dt-buttons .btn-icon-anim.btn-danger.dt-button:before,
.owl-theme .owl-nav .btn-icon-anim.btn-danger[class*=owl-]:before,
.sweet-alert button.btn-icon-anim.btn-danger:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-danger:before,
.wizard>.actions a.btn-icon-anim.btn-danger:before,
button.btn-icon-anim.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-danger.fc-agendaWeek-button:before,
button.btn-icon-anim.btn-danger.fc-month-button.fc-state-default.fc-corner-left:before {
    box-shadow: 0 0 0 35px #009EA6 inset
}

.btn-icon-anim.btn-danger.fc-next-button:hover,
.btn-icon-anim.btn-danger.fc-prev-button:hover,
.btn-icon-anim.btn-danger.fc-today-button:hover,
.btn.btn-icon-anim.btn-danger:hover,
.dt-buttons .btn-icon-anim.btn-danger.dt-button:hover,
.owl-theme .owl-nav .btn-icon-anim.btn-danger[class*=owl-]:hover,
.sweet-alert button.btn-icon-anim.btn-danger:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-danger:hover,
.wizard>.actions a.btn-icon-anim.btn-danger:hover,
button.btn-icon-anim.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-danger.fc-agendaWeek-button:hover,
button.btn-icon-anim.btn-danger.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #009EA6!important
}

.btn-icon-anim.btn-danger.fc-next-button:hover:before,
.btn-icon-anim.btn-danger.fc-prev-button:hover:before,
.btn-icon-anim.btn-danger.fc-today-button:hover:before,
.btn.btn-icon-anim.btn-danger:hover:before,
.dt-buttons .btn-icon-anim.btn-danger.dt-button:hover:before,
.owl-theme .owl-nav .btn-icon-anim.btn-danger[class*=owl-]:hover:before,
.sweet-alert button.btn-icon-anim.btn-danger:hover:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-danger:hover:before,
.wizard>.actions a.btn-icon-anim.btn-danger:hover:before,
button.btn-icon-anim.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-danger.fc-agendaWeek-button:hover:before,
button.btn-icon-anim.btn-danger.fc-month-button.fc-state-default.fc-corner-left:hover:before {
    box-shadow: 0 0 0 1px #009EA6 inset
}

.btn-icon-anim.btn-warning.fc-next-button:before,
.btn-icon-anim.btn-warning.fc-prev-button:before,
.btn-icon-anim.btn-warning.fc-today-button:before,
.btn.btn-icon-anim.btn-warning:before,
.dt-buttons .btn-icon-anim.btn-warning.dt-button:before,
.owl-theme .owl-nav .btn-icon-anim.btn-warning[class*=owl-]:before,
.sweet-alert button.btn-icon-anim.btn-warning:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-warning:before,
.wizard>.actions a.btn-icon-anim.btn-warning:before,
button.btn-icon-anim.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-warning.fc-agendaWeek-button:before,
button.btn-icon-anim.btn-warning.fc-month-button.fc-state-default.fc-corner-left:before {
    box-shadow: 0 0 0 35px #f2b701 inset
}

.btn-icon-anim.btn-warning.fc-next-button:hover,
.btn-icon-anim.btn-warning.fc-prev-button:hover,
.btn-icon-anim.btn-warning.fc-today-button:hover,
.btn.btn-icon-anim.btn-warning:hover,
.dt-buttons .btn-icon-anim.btn-warning.dt-button:hover,
.owl-theme .owl-nav .btn-icon-anim.btn-warning[class*=owl-]:hover,
.sweet-alert button.btn-icon-anim.btn-warning:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-warning:hover,
.wizard>.actions a.btn-icon-anim.btn-warning:hover,
button.btn-icon-anim.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-warning.fc-agendaWeek-button:hover,
button.btn-icon-anim.btn-warning.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #f2b701!important
}

.btn-icon-anim.btn-warning.fc-next-button:hover:before,
.btn-icon-anim.btn-warning.fc-prev-button:hover:before,
.btn-icon-anim.btn-warning.fc-today-button:hover:before,
.btn.btn-icon-anim.btn-warning:hover:before,
.dt-buttons .btn-icon-anim.btn-warning.dt-button:hover:before,
.owl-theme .owl-nav .btn-icon-anim.btn-warning[class*=owl-]:hover:before,
.sweet-alert button.btn-icon-anim.btn-warning:hover:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-warning:hover:before,
.wizard>.actions a.btn-icon-anim.btn-warning:hover:before,
button.btn-icon-anim.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-warning.fc-agendaWeek-button:hover:before,
button.btn-icon-anim.btn-warning.fc-month-button.fc-state-default.fc-corner-left:hover:before {
    box-shadow: 0 0 0 1px #f2b701 inset
}

.btn-icon-anim.btn-facebook.fc-next-button:before,
.btn-icon-anim.btn-facebook.fc-prev-button:before,
.btn-icon-anim.btn-facebook.fc-today-button:before,
.btn.btn-icon-anim.btn-facebook:before,
.dt-buttons .btn-icon-anim.btn-facebook.dt-button:before,
.owl-theme .owl-nav .btn-icon-anim.btn-facebook[class*=owl-]:before,
.sweet-alert button.btn-icon-anim.btn-facebook:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-facebook:before,
.wizard>.actions a.btn-icon-anim.btn-facebook:before,
button.btn-icon-anim.btn-facebook.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-facebook.fc-agendaWeek-button:before,
button.btn-icon-anim.btn-facebook.fc-month-button.fc-state-default.fc-corner-left:before {
    box-shadow: 0 0 0 35px #3b5998 inset
}

.btn-icon-anim.btn-facebook.fc-next-button:hover,
.btn-icon-anim.btn-facebook.fc-prev-button:hover,
.btn-icon-anim.btn-facebook.fc-today-button:hover,
.btn.btn-icon-anim.btn-facebook:hover,
.dt-buttons .btn-icon-anim.btn-facebook.dt-button:hover,
.owl-theme .owl-nav .btn-icon-anim.btn-facebook[class*=owl-]:hover,
.sweet-alert button.btn-icon-anim.btn-facebook:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-facebook:hover,
.wizard>.actions a.btn-icon-anim.btn-facebook:hover,
button.btn-icon-anim.btn-facebook.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-facebook.fc-agendaWeek-button:hover,
button.btn-icon-anim.btn-facebook.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #3b5998!important
}

.btn-icon-anim.btn-facebook.fc-next-button:hover:before,
.btn-icon-anim.btn-facebook.fc-prev-button:hover:before,
.btn-icon-anim.btn-facebook.fc-today-button:hover:before,
.btn.btn-icon-anim.btn-facebook:hover:before,
.dt-buttons .btn-icon-anim.btn-facebook.dt-button:hover:before,
.owl-theme .owl-nav .btn-icon-anim.btn-facebook[class*=owl-]:hover:before,
.sweet-alert button.btn-icon-anim.btn-facebook:hover:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-facebook:hover:before,
.wizard>.actions a.btn-icon-anim.btn-facebook:hover:before,
button.btn-icon-anim.btn-facebook.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-facebook.fc-agendaWeek-button:hover:before,
button.btn-icon-anim.btn-facebook.fc-month-button.fc-state-default.fc-corner-left:hover:before {
    box-shadow: 0 0 0 1px #3b5998 inset
}

.btn-icon-anim.btn-twitter.fc-next-button:before,
.btn-icon-anim.btn-twitter.fc-prev-button:before,
.btn-icon-anim.btn-twitter.fc-today-button:before,
.btn.btn-icon-anim.btn-twitter:before,
.dt-buttons .btn-icon-anim.btn-twitter.dt-button:before,
.owl-theme .owl-nav .btn-icon-anim.btn-twitter[class*=owl-]:before,
.sweet-alert button.btn-icon-anim.btn-twitter:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-twitter:before,
.wizard>.actions a.btn-icon-anim.btn-twitter:before,
button.btn-icon-anim.btn-twitter.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-twitter.fc-agendaWeek-button:before,
button.btn-icon-anim.btn-twitter.fc-month-button.fc-state-default.fc-corner-left:before {
    box-shadow: 0 0 0 35px #55acee inset
}

.btn-icon-anim.btn-twitter.fc-next-button:hover,
.btn-icon-anim.btn-twitter.fc-prev-button:hover,
.btn-icon-anim.btn-twitter.fc-today-button:hover,
.btn.btn-icon-anim.btn-twitter:hover,
.dt-buttons .btn-icon-anim.btn-twitter.dt-button:hover,
.owl-theme .owl-nav .btn-icon-anim.btn-twitter[class*=owl-]:hover,
.sweet-alert button.btn-icon-anim.btn-twitter:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-twitter:hover,
.wizard>.actions a.btn-icon-anim.btn-twitter:hover,
button.btn-icon-anim.btn-twitter.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-twitter.fc-agendaWeek-button:hover,
button.btn-icon-anim.btn-twitter.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #55acee!important
}

.btn-icon-anim.btn-twitter.fc-next-button:hover:before,
.btn-icon-anim.btn-twitter.fc-prev-button:hover:before,
.btn-icon-anim.btn-twitter.fc-today-button:hover:before,
.btn.btn-icon-anim.btn-twitter:hover:before,
.dt-buttons .btn-icon-anim.btn-twitter.dt-button:hover:before,
.owl-theme .owl-nav .btn-icon-anim.btn-twitter[class*=owl-]:hover:before,
.sweet-alert button.btn-icon-anim.btn-twitter:hover:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-twitter:hover:before,
.wizard>.actions a.btn-icon-anim.btn-twitter:hover:before,
button.btn-icon-anim.btn-twitter.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-twitter.fc-agendaWeek-button:hover:before,
button.btn-icon-anim.btn-twitter.fc-month-button.fc-state-default.fc-corner-left:hover:before {
    box-shadow: 0 0 0 1px #55acee inset
}

.btn-icon-anim.btn-linkedin.fc-next-button:before,
.btn-icon-anim.btn-linkedin.fc-prev-button:before,
.btn-icon-anim.btn-linkedin.fc-today-button:before,
.btn.btn-icon-anim.btn-linkedin:before,
.dt-buttons .btn-icon-anim.btn-linkedin.dt-button:before,
.owl-theme .owl-nav .btn-icon-anim.btn-linkedin[class*=owl-]:before,
.sweet-alert button.btn-icon-anim.btn-linkedin:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-linkedin:before,
.wizard>.actions a.btn-icon-anim.btn-linkedin:before,
button.btn-icon-anim.btn-linkedin.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-linkedin.fc-agendaWeek-button:before,
button.btn-icon-anim.btn-linkedin.fc-month-button.fc-state-default.fc-corner-left:before {
    box-shadow: 0 0 0 35px #007bb6 inset
}

.btn-icon-anim.btn-linkedin.fc-next-button:hover,
.btn-icon-anim.btn-linkedin.fc-prev-button:hover,
.btn-icon-anim.btn-linkedin.fc-today-button:hover,
.btn.btn-icon-anim.btn-linkedin:hover,
.dt-buttons .btn-icon-anim.btn-linkedin.dt-button:hover,
.owl-theme .owl-nav .btn-icon-anim.btn-linkedin[class*=owl-]:hover,
.sweet-alert button.btn-icon-anim.btn-linkedin:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-linkedin:hover,
.wizard>.actions a.btn-icon-anim.btn-linkedin:hover,
button.btn-icon-anim.btn-linkedin.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-linkedin.fc-agendaWeek-button:hover,
button.btn-icon-anim.btn-linkedin.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #007bb6!important
}

.btn-icon-anim.btn-linkedin.fc-next-button:hover:before,
.btn-icon-anim.btn-linkedin.fc-prev-button:hover:before,
.btn-icon-anim.btn-linkedin.fc-today-button:hover:before,
.btn.btn-icon-anim.btn-linkedin:hover:before,
.dt-buttons .btn-icon-anim.btn-linkedin.dt-button:hover:before,
.owl-theme .owl-nav .btn-icon-anim.btn-linkedin[class*=owl-]:hover:before,
.sweet-alert button.btn-icon-anim.btn-linkedin:hover:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-linkedin:hover:before,
.wizard>.actions a.btn-icon-anim.btn-linkedin:hover:before,
button.btn-icon-anim.btn-linkedin.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-linkedin.fc-agendaWeek-button:hover:before,
button.btn-icon-anim.btn-linkedin.fc-month-button.fc-state-default.fc-corner-left:hover:before {
    box-shadow: 0 0 0 1px #007bb6 inset
}

.btn-icon-anim.btn-dribbble.fc-next-button:before,
.btn-icon-anim.btn-dribbble.fc-prev-button:before,
.btn-icon-anim.btn-dribbble.fc-today-button:before,
.btn.btn-icon-anim.btn-dribbble:before,
.dt-buttons .btn-icon-anim.btn-dribbble.dt-button:before,
.owl-theme .owl-nav .btn-icon-anim.btn-dribbble[class*=owl-]:before,
.sweet-alert button.btn-icon-anim.btn-dribbble:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-dribbble:before,
.wizard>.actions a.btn-icon-anim.btn-dribbble:before,
button.btn-icon-anim.btn-dribbble.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-dribbble.fc-agendaWeek-button:before,
button.btn-icon-anim.btn-dribbble.fc-month-button.fc-state-default.fc-corner-left:before {
    box-shadow: 0 0 0 35px #ea4c89 inset
}

.btn-icon-anim.btn-dribbble.fc-next-button:hover,
.btn-icon-anim.btn-dribbble.fc-prev-button:hover,
.btn-icon-anim.btn-dribbble.fc-today-button:hover,
.btn.btn-icon-anim.btn-dribbble:hover,
.dt-buttons .btn-icon-anim.btn-dribbble.dt-button:hover,
.owl-theme .owl-nav .btn-icon-anim.btn-dribbble[class*=owl-]:hover,
.sweet-alert button.btn-icon-anim.btn-dribbble:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-dribbble:hover,
.wizard>.actions a.btn-icon-anim.btn-dribbble:hover,
button.btn-icon-anim.btn-dribbble.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-dribbble.fc-agendaWeek-button:hover,
button.btn-icon-anim.btn-dribbble.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #ea4c89!important
}

.btn-icon-anim.btn-dribbble.fc-next-button:hover:before,
.btn-icon-anim.btn-dribbble.fc-prev-button:hover:before,
.btn-icon-anim.btn-dribbble.fc-today-button:hover:before,
.btn.btn-icon-anim.btn-dribbble:hover:before,
.dt-buttons .btn-icon-anim.btn-dribbble.dt-button:hover:before,
.owl-theme .owl-nav .btn-icon-anim.btn-dribbble[class*=owl-]:hover:before,
.sweet-alert button.btn-icon-anim.btn-dribbble:hover:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-dribbble:hover:before,
.wizard>.actions a.btn-icon-anim.btn-dribbble:hover:before,
button.btn-icon-anim.btn-dribbble.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-dribbble.fc-agendaWeek-button:hover:before,
button.btn-icon-anim.btn-dribbble.fc-month-button.fc-state-default.fc-corner-left:hover:before {
    box-shadow: 0 0 0 1px #ea4c89 inset
}

.btn-icon-anim.btn-googleplus.fc-next-button:before,
.btn-icon-anim.btn-googleplus.fc-prev-button:before,
.btn-icon-anim.btn-googleplus.fc-today-button:before,
.btn.btn-icon-anim.btn-googleplus:before,
.dt-buttons .btn-icon-anim.btn-googleplus.dt-button:before,
.owl-theme .owl-nav .btn-icon-anim.btn-googleplus[class*=owl-]:before,
.sweet-alert button.btn-icon-anim.btn-googleplus:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-googleplus:before,
.wizard>.actions a.btn-icon-anim.btn-googleplus:before,
button.btn-icon-anim.btn-googleplus.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-googleplus.fc-agendaWeek-button:before,
button.btn-icon-anim.btn-googleplus.fc-month-button.fc-state-default.fc-corner-left:before {
    box-shadow: 0 0 0 35px #dd4b39 inset
}

.btn-icon-anim.btn-googleplus.fc-next-button:hover,
.btn-icon-anim.btn-googleplus.fc-prev-button:hover,
.btn-icon-anim.btn-googleplus.fc-today-button:hover,
.btn.btn-icon-anim.btn-googleplus:hover,
.dt-buttons .btn-icon-anim.btn-googleplus.dt-button:hover,
.owl-theme .owl-nav .btn-icon-anim.btn-googleplus[class*=owl-]:hover,
.sweet-alert button.btn-icon-anim.btn-googleplus:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-googleplus:hover,
.wizard>.actions a.btn-icon-anim.btn-googleplus:hover,
button.btn-icon-anim.btn-googleplus.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-googleplus.fc-agendaWeek-button:hover,
button.btn-icon-anim.btn-googleplus.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #dd4b39!important
}

.btn-icon-anim.btn-googleplus.fc-next-button:hover:before,
.btn-icon-anim.btn-googleplus.fc-prev-button:hover:before,
.btn-icon-anim.btn-googleplus.fc-today-button:hover:before,
.btn.btn-icon-anim.btn-googleplus:hover:before,
.dt-buttons .btn-icon-anim.btn-googleplus.dt-button:hover:before,
.owl-theme .owl-nav .btn-icon-anim.btn-googleplus[class*=owl-]:hover:before,
.sweet-alert button.btn-icon-anim.btn-googleplus:hover:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-googleplus:hover:before,
.wizard>.actions a.btn-icon-anim.btn-googleplus:hover:before,
button.btn-icon-anim.btn-googleplus.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-googleplus.fc-agendaWeek-button:hover:before,
button.btn-icon-anim.btn-googleplus.fc-month-button.fc-state-default.fc-corner-left:hover:before {
    box-shadow: 0 0 0 1px #dd4b39 inset
}

.btn-icon-anim.btn-instagram.fc-next-button:before,
.btn-icon-anim.btn-instagram.fc-prev-button:before,
.btn-icon-anim.btn-instagram.fc-today-button:before,
.btn.btn-icon-anim.btn-instagram:before,
.dt-buttons .btn-icon-anim.btn-instagram.dt-button:before,
.owl-theme .owl-nav .btn-icon-anim.btn-instagram[class*=owl-]:before,
.sweet-alert button.btn-icon-anim.btn-instagram:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-instagram:before,
.wizard>.actions a.btn-icon-anim.btn-instagram:before,
button.btn-icon-anim.btn-instagram.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-instagram.fc-agendaWeek-button:before,
button.btn-icon-anim.btn-instagram.fc-month-button.fc-state-default.fc-corner-left:before {
    box-shadow: 0 0 0 35px #3f729b inset
}

.btn-icon-anim.btn-instagram.fc-next-button:hover,
.btn-icon-anim.btn-instagram.fc-prev-button:hover,
.btn-icon-anim.btn-instagram.fc-today-button:hover,
.btn.btn-icon-anim.btn-instagram:hover,
.dt-buttons .btn-icon-anim.btn-instagram.dt-button:hover,
.owl-theme .owl-nav .btn-icon-anim.btn-instagram[class*=owl-]:hover,
.sweet-alert button.btn-icon-anim.btn-instagram:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-instagram:hover,
.wizard>.actions a.btn-icon-anim.btn-instagram:hover,
button.btn-icon-anim.btn-instagram.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-instagram.fc-agendaWeek-button:hover,
button.btn-icon-anim.btn-instagram.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #3f729b!important
}

.btn-icon-anim.btn-instagram.fc-next-button:hover:before,
.btn-icon-anim.btn-instagram.fc-prev-button:hover:before,
.btn-icon-anim.btn-instagram.fc-today-button:hover:before,
.btn.btn-icon-anim.btn-instagram:hover:before,
.dt-buttons .btn-icon-anim.btn-instagram.dt-button:hover:before,
.owl-theme .owl-nav .btn-icon-anim.btn-instagram[class*=owl-]:hover:before,
.sweet-alert button.btn-icon-anim.btn-instagram:hover:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-instagram:hover:before,
.wizard>.actions a.btn-icon-anim.btn-instagram:hover:before,
button.btn-icon-anim.btn-instagram.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-instagram.fc-agendaWeek-button:hover:before,
button.btn-icon-anim.btn-instagram.fc-month-button.fc-state-default.fc-corner-left:hover:before {
    box-shadow: 0 0 0 1px #3f729b inset
}

.btn-icon-anim.btn-pinterest.fc-next-button:before,
.btn-icon-anim.btn-pinterest.fc-prev-button:before,
.btn-icon-anim.btn-pinterest.fc-today-button:before,
.btn.btn-icon-anim.btn-pinterest:before,
.dt-buttons .btn-icon-anim.btn-pinterest.dt-button:before,
.owl-theme .owl-nav .btn-icon-anim.btn-pinterest[class*=owl-]:before,
.sweet-alert button.btn-icon-anim.btn-pinterest:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-pinterest:before,
.wizard>.actions a.btn-icon-anim.btn-pinterest:before,
button.btn-icon-anim.btn-pinterest.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-pinterest.fc-agendaWeek-button:before,
button.btn-icon-anim.btn-pinterest.fc-month-button.fc-state-default.fc-corner-left:before {
    box-shadow: 0 0 0 35px #cb2027 inset
}

.btn-icon-anim.btn-pinterest.fc-next-button:hover,
.btn-icon-anim.btn-pinterest.fc-prev-button:hover,
.btn-icon-anim.btn-pinterest.fc-today-button:hover,
.btn.btn-icon-anim.btn-pinterest:hover,
.dt-buttons .btn-icon-anim.btn-pinterest.dt-button:hover,
.owl-theme .owl-nav .btn-icon-anim.btn-pinterest[class*=owl-]:hover,
.sweet-alert button.btn-icon-anim.btn-pinterest:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-pinterest:hover,
.wizard>.actions a.btn-icon-anim.btn-pinterest:hover,
button.btn-icon-anim.btn-pinterest.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-pinterest.fc-agendaWeek-button:hover,
button.btn-icon-anim.btn-pinterest.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #cb2027!important
}

.btn-icon-anim.btn-pinterest.fc-next-button:hover:before,
.btn-icon-anim.btn-pinterest.fc-prev-button:hover:before,
.btn-icon-anim.btn-pinterest.fc-today-button:hover:before,
.btn.btn-icon-anim.btn-pinterest:hover:before,
.dt-buttons .btn-icon-anim.btn-pinterest.dt-button:hover:before,
.owl-theme .owl-nav .btn-icon-anim.btn-pinterest[class*=owl-]:hover:before,
.sweet-alert button.btn-icon-anim.btn-pinterest:hover:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-pinterest:hover:before,
.wizard>.actions a.btn-icon-anim.btn-pinterest:hover:before,
button.btn-icon-anim.btn-pinterest.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-pinterest.fc-agendaWeek-button:hover:before,
button.btn-icon-anim.btn-pinterest.fc-month-button.fc-state-default.fc-corner-left:hover:before {
    box-shadow: 0 0 0 1px #cb2027 inset
}

.btn-icon-anim.btn-dropbox.fc-next-button:before,
.btn-icon-anim.btn-dropbox.fc-prev-button:before,
.btn-icon-anim.btn-dropbox.fc-today-button:before,
.btn.btn-icon-anim.btn-dropbox:before,
.dt-buttons .btn-icon-anim.btn-dropbox.dt-button:before,
.owl-theme .owl-nav .btn-icon-anim.btn-dropbox[class*=owl-]:before,
.sweet-alert button.btn-icon-anim.btn-dropbox:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-dropbox:before,
.wizard>.actions a.btn-icon-anim.btn-dropbox:before,
button.btn-icon-anim.btn-dropbox.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-dropbox.fc-agendaWeek-button:before,
button.btn-icon-anim.btn-dropbox.fc-month-button.fc-state-default.fc-corner-left:before {
    box-shadow: 0 0 0 35px #007ee5 inset
}

.btn-icon-anim.btn-dropbox.fc-next-button:hover,
.btn-icon-anim.btn-dropbox.fc-prev-button:hover,
.btn-icon-anim.btn-dropbox.fc-today-button:hover,
.btn.btn-icon-anim.btn-dropbox:hover,
.dt-buttons .btn-icon-anim.btn-dropbox.dt-button:hover,
.owl-theme .owl-nav .btn-icon-anim.btn-dropbox[class*=owl-]:hover,
.sweet-alert button.btn-icon-anim.btn-dropbox:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-dropbox:hover,
.wizard>.actions a.btn-icon-anim.btn-dropbox:hover,
button.btn-icon-anim.btn-dropbox.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-dropbox.fc-agendaWeek-button:hover,
button.btn-icon-anim.btn-dropbox.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #007ee5!important
}

.btn-icon-anim.btn-dropbox.fc-next-button:hover:before,
.btn-icon-anim.btn-dropbox.fc-prev-button:hover:before,
.btn-icon-anim.btn-dropbox.fc-today-button:hover:before,
.btn.btn-icon-anim.btn-dropbox:hover:before,
.dt-buttons .btn-icon-anim.btn-dropbox.dt-button:hover:before,
.owl-theme .owl-nav .btn-icon-anim.btn-dropbox[class*=owl-]:hover:before,
.sweet-alert button.btn-icon-anim.btn-dropbox:hover:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-dropbox:hover:before,
.wizard>.actions a.btn-icon-anim.btn-dropbox:hover:before,
button.btn-icon-anim.btn-dropbox.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-dropbox.fc-agendaWeek-button:hover:before,
button.btn-icon-anim.btn-dropbox.fc-month-button.fc-state-default.fc-corner-left:hover:before {
    box-shadow: 0 0 0 1px #007ee5 inset
}

.btn-icon-anim.btn-flickr.fc-next-button:before,
.btn-icon-anim.btn-flickr.fc-prev-button:before,
.btn-icon-anim.btn-flickr.fc-today-button:before,
.btn.btn-icon-anim.btn-flickr:before,
.dt-buttons .btn-icon-anim.btn-flickr.dt-button:before,
.owl-theme .owl-nav .btn-icon-anim.btn-flickr[class*=owl-]:before,
.sweet-alert button.btn-icon-anim.btn-flickr:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-flickr:before,
.wizard>.actions a.btn-icon-anim.btn-flickr:before,
button.btn-icon-anim.btn-flickr.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-flickr.fc-agendaWeek-button:before,
button.btn-icon-anim.btn-flickr.fc-month-button.fc-state-default.fc-corner-left:before {
    box-shadow: 0 0 0 35px #ff0084 inset
}

.btn-icon-anim.btn-flickr.fc-next-button:hover,
.btn-icon-anim.btn-flickr.fc-prev-button:hover,
.btn-icon-anim.btn-flickr.fc-today-button:hover,
.btn.btn-icon-anim.btn-flickr:hover,
.dt-buttons .btn-icon-anim.btn-flickr.dt-button:hover,
.owl-theme .owl-nav .btn-icon-anim.btn-flickr[class*=owl-]:hover,
.sweet-alert button.btn-icon-anim.btn-flickr:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-flickr:hover,
.wizard>.actions a.btn-icon-anim.btn-flickr:hover,
button.btn-icon-anim.btn-flickr.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-flickr.fc-agendaWeek-button:hover,
button.btn-icon-anim.btn-flickr.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #ff0084!important
}

.btn-icon-anim.btn-flickr.fc-next-button:hover:before,
.btn-icon-anim.btn-flickr.fc-prev-button:hover:before,
.btn-icon-anim.btn-flickr.fc-today-button:hover:before,
.btn.btn-icon-anim.btn-flickr:hover:before,
.dt-buttons .btn-icon-anim.btn-flickr.dt-button:hover:before,
.owl-theme .owl-nav .btn-icon-anim.btn-flickr[class*=owl-]:hover:before,
.sweet-alert button.btn-icon-anim.btn-flickr:hover:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-flickr:hover:before,
.wizard>.actions a.btn-icon-anim.btn-flickr:hover:before,
button.btn-icon-anim.btn-flickr.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-flickr.fc-agendaWeek-button:hover:before,
button.btn-icon-anim.btn-flickr.fc-month-button.fc-state-default.fc-corner-left:hover:before {
    box-shadow: 0 0 0 1px #ff0084 inset
}

.btn-icon-anim.btn-tumblr.fc-next-button:before,
.btn-icon-anim.btn-tumblr.fc-prev-button:before,
.btn-icon-anim.btn-tumblr.fc-today-button:before,
.btn.btn-icon-anim.btn-tumblr:before,
.dt-buttons .btn-icon-anim.btn-tumblr.dt-button:before,
.owl-theme .owl-nav .btn-icon-anim.btn-tumblr[class*=owl-]:before,
.sweet-alert button.btn-icon-anim.btn-tumblr:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-tumblr:before,
.wizard>.actions a.btn-icon-anim.btn-tumblr:before,
button.btn-icon-anim.btn-tumblr.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-tumblr.fc-agendaWeek-button:before,
button.btn-icon-anim.btn-tumblr.fc-month-button.fc-state-default.fc-corner-left:before {
    box-shadow: 0 0 0 35px #32506d inset
}

.btn-icon-anim.btn-tumblr.fc-next-button:hover,
.btn-icon-anim.btn-tumblr.fc-prev-button:hover,
.btn-icon-anim.btn-tumblr.fc-today-button:hover,
.btn.btn-icon-anim.btn-tumblr:hover,
.dt-buttons .btn-icon-anim.btn-tumblr.dt-button:hover,
.owl-theme .owl-nav .btn-icon-anim.btn-tumblr[class*=owl-]:hover,
.sweet-alert button.btn-icon-anim.btn-tumblr:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-tumblr:hover,
.wizard>.actions a.btn-icon-anim.btn-tumblr:hover,
button.btn-icon-anim.btn-tumblr.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-tumblr.fc-agendaWeek-button:hover,
button.btn-icon-anim.btn-tumblr.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #32506d!important
}

.btn-icon-anim.btn-tumblr.fc-next-button:hover:before,
.btn-icon-anim.btn-tumblr.fc-prev-button:hover:before,
.btn-icon-anim.btn-tumblr.fc-today-button:hover:before,
.btn.btn-icon-anim.btn-tumblr:hover:before,
.dt-buttons .btn-icon-anim.btn-tumblr.dt-button:hover:before,
.owl-theme .owl-nav .btn-icon-anim.btn-tumblr[class*=owl-]:hover:before,
.sweet-alert button.btn-icon-anim.btn-tumblr:hover:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-tumblr:hover:before,
.wizard>.actions a.btn-icon-anim.btn-tumblr:hover:before,
button.btn-icon-anim.btn-tumblr.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-tumblr.fc-agendaWeek-button:hover:before,
button.btn-icon-anim.btn-tumblr.fc-month-button.fc-state-default.fc-corner-left:hover:before {
    box-shadow: 0 0 0 1px #32506d inset
}

.btn-icon-anim.btn-skype.fc-next-button:before,
.btn-icon-anim.btn-skype.fc-prev-button:before,
.btn-icon-anim.btn-skype.fc-today-button:before,
.btn.btn-icon-anim.btn-skype:before,
.dt-buttons .btn-icon-anim.btn-skype.dt-button:before,
.owl-theme .owl-nav .btn-icon-anim.btn-skype[class*=owl-]:before,
.sweet-alert button.btn-icon-anim.btn-skype:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-skype:before,
.wizard>.actions a.btn-icon-anim.btn-skype:before,
button.btn-icon-anim.btn-skype.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-skype.fc-agendaWeek-button:before,
button.btn-icon-anim.btn-skype.fc-month-button.fc-state-default.fc-corner-left:before {
    box-shadow: 0 0 0 35px #00aff0 inset
}

.btn-icon-anim.btn-skype.fc-next-button:hover,
.btn-icon-anim.btn-skype.fc-prev-button:hover,
.btn-icon-anim.btn-skype.fc-today-button:hover,
.btn.btn-icon-anim.btn-skype:hover,
.dt-buttons .btn-icon-anim.btn-skype.dt-button:hover,
.owl-theme .owl-nav .btn-icon-anim.btn-skype[class*=owl-]:hover,
.sweet-alert button.btn-icon-anim.btn-skype:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-skype:hover,
.wizard>.actions a.btn-icon-anim.btn-skype:hover,
button.btn-icon-anim.btn-skype.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-skype.fc-agendaWeek-button:hover,
button.btn-icon-anim.btn-skype.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #00aff0!important
}

.btn-icon-anim.btn-skype.fc-next-button:hover:before,
.btn-icon-anim.btn-skype.fc-prev-button:hover:before,
.btn-icon-anim.btn-skype.fc-today-button:hover:before,
.btn.btn-icon-anim.btn-skype:hover:before,
.dt-buttons .btn-icon-anim.btn-skype.dt-button:hover:before,
.owl-theme .owl-nav .btn-icon-anim.btn-skype[class*=owl-]:hover:before,
.sweet-alert button.btn-icon-anim.btn-skype:hover:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-skype:hover:before,
.wizard>.actions a.btn-icon-anim.btn-skype:hover:before,
button.btn-icon-anim.btn-skype.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-skype.fc-agendaWeek-button:hover:before,
button.btn-icon-anim.btn-skype.fc-month-button.fc-state-default.fc-corner-left:hover:before {
    box-shadow: 0 0 0 1px #00aff0 inset
}

.btn-icon-anim.btn-youtube.fc-next-button:before,
.btn-icon-anim.btn-youtube.fc-prev-button:before,
.btn-icon-anim.btn-youtube.fc-today-button:before,
.btn.btn-icon-anim.btn-youtube:before,
.dt-buttons .btn-icon-anim.btn-youtube.dt-button:before,
.owl-theme .owl-nav .btn-icon-anim.btn-youtube[class*=owl-]:before,
.sweet-alert button.btn-icon-anim.btn-youtube:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-youtube:before,
.wizard>.actions a.btn-icon-anim.btn-youtube:before,
button.btn-icon-anim.btn-youtube.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-youtube.fc-agendaWeek-button:before,
button.btn-icon-anim.btn-youtube.fc-month-button.fc-state-default.fc-corner-left:before {
    box-shadow: 0 0 0 35px #b00 inset
}

.btn-icon-anim.btn-youtube.fc-next-button:hover,
.btn-icon-anim.btn-youtube.fc-prev-button:hover,
.btn-icon-anim.btn-youtube.fc-today-button:hover,
.btn.btn-icon-anim.btn-youtube:hover,
.dt-buttons .btn-icon-anim.btn-youtube.dt-button:hover,
.owl-theme .owl-nav .btn-icon-anim.btn-youtube[class*=owl-]:hover,
.sweet-alert button.btn-icon-anim.btn-youtube:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-youtube:hover,
.wizard>.actions a.btn-icon-anim.btn-youtube:hover,
button.btn-icon-anim.btn-youtube.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-youtube.fc-agendaWeek-button:hover,
button.btn-icon-anim.btn-youtube.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #b00!important
}

.btn-icon-anim.btn-youtube.fc-next-button:hover:before,
.btn-icon-anim.btn-youtube.fc-prev-button:hover:before,
.btn-icon-anim.btn-youtube.fc-today-button:hover:before,
.btn.btn-icon-anim.btn-youtube:hover:before,
.dt-buttons .btn-icon-anim.btn-youtube.dt-button:hover:before,
.owl-theme .owl-nav .btn-icon-anim.btn-youtube[class*=owl-]:hover:before,
.sweet-alert button.btn-icon-anim.btn-youtube:hover:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-youtube:hover:before,
.wizard>.actions a.btn-icon-anim.btn-youtube:hover:before,
button.btn-icon-anim.btn-youtube.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-youtube.fc-agendaWeek-button:hover:before,
button.btn-icon-anim.btn-youtube.fc-month-button.fc-state-default.fc-corner-left:hover:before {
    box-shadow: 0 0 0 1px #b00 inset
}

.btn-icon-anim.btn-github.fc-next-button:before,
.btn-icon-anim.btn-github.fc-prev-button:before,
.btn-icon-anim.btn-github.fc-today-button:before,
.btn.btn-icon-anim.btn-github:before,
.dt-buttons .btn-icon-anim.btn-github.dt-button:before,
.owl-theme .owl-nav .btn-icon-anim.btn-github[class*=owl-]:before,
.sweet-alert button.btn-icon-anim.btn-github:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-github:before,
.wizard>.actions a.btn-icon-anim.btn-github:before,
button.btn-icon-anim.btn-github.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-icon-anim.btn-github.fc-agendaWeek-button:before,
button.btn-icon-anim.btn-github.fc-month-button.fc-state-default.fc-corner-left:before {
    box-shadow: 0 0 0 35px #171515 inset
}

.btn-icon-anim.btn-github.fc-next-button:hover,
.btn-icon-anim.btn-github.fc-prev-button:hover,
.btn-icon-anim.btn-github.fc-today-button:hover,
.btn.btn-icon-anim.btn-github:hover,
.dt-buttons .btn-icon-anim.btn-github.dt-button:hover,
.owl-theme .owl-nav .btn-icon-anim.btn-github[class*=owl-]:hover,
.sweet-alert button.btn-icon-anim.btn-github:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-github:hover,
.wizard>.actions a.btn-icon-anim.btn-github:hover,
button.btn-icon-anim.btn-github.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.btn-icon-anim.btn-github.fc-agendaWeek-button:hover,
button.btn-icon-anim.btn-github.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #171515!important
}

.btn-icon-anim.btn-github.fc-next-button:hover:before,
.btn-icon-anim.btn-github.fc-prev-button:hover:before,
.btn-icon-anim.btn-github.fc-today-button:hover:before,
.btn.btn-icon-anim.btn-github:hover:before,
.dt-buttons .btn-icon-anim.btn-github.dt-button:hover:before,
.owl-theme .owl-nav .btn-icon-anim.btn-github[class*=owl-]:hover:before,
.sweet-alert button.btn-icon-anim.btn-github:hover:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-icon-anim.btn-github:hover:before,
.wizard>.actions a.btn-icon-anim.btn-github:hover:before,
button.btn-icon-anim.btn-github.fc-agendaDay-button.fc-state-default.fc-corner-right:hover:before,
button.btn-icon-anim.btn-github.fc-agendaWeek-button:hover:before,
button.btn-icon-anim.btn-github.fc-month-button.fc-state-default.fc-corner-left:hover:before {
    box-shadow: 0 0 0 1px #171515 inset
}

.btn-square.fc-next-button,
.btn-square.fc-prev-button,
.btn-square.fc-today-button,
.btn.btn-square,
.dt-buttons .btn-square.dt-button,
.owl-theme .owl-nav .btn-square[class*=owl-],
.sweet-alert button.btn-square,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-square,
.wizard>.actions a.btn-square,
button.btn-square.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-square.fc-agendaWeek-button,
button.btn-square.fc-month-button.fc-state-default.fc-corner-left {
    height: 42px;
    width: 42px;
    padding: 0
}

.btn-square.btn-lg.fc-next-button,
.btn-square.btn-lg.fc-prev-button,
.btn-square.btn-lg.fc-today-button,
.btn.btn-square.btn-lg,
.dt-buttons .btn-square.btn-lg.dt-button,
.owl-theme .owl-nav .btn-square.btn-lg[class*=owl-],
.sweet-alert button.btn-square.btn-lg,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-square.btn-lg,
.wizard>.actions a.btn-square.btn-lg,
button.btn-square.btn-lg.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-square.btn-lg.fc-agendaWeek-button,
button.btn-square.btn-lg.fc-month-button.fc-state-default.fc-corner-left {
    height: 48px;
    width: 48px
}

.btn-square.btn-sm.fc-next-button,
.btn-square.btn-sm.fc-prev-button,
.btn-square.btn-sm.fc-today-button,
.btn.btn-square.btn-sm,
.dt-buttons .btn-square.btn-sm.dt-button,
.owl-theme .owl-nav .btn-square.btn-sm[class*=owl-],
.sweet-alert button.btn-square.btn-sm,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-square.btn-sm,
.wizard>.actions a.btn-square.btn-sm,
button.btn-square.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-square.btn-sm.fc-agendaWeek-button,
button.btn-square.btn-sm.fc-month-button.fc-state-default.fc-corner-left {
    height: 35px;
    width: 35px;
    padding: 6px!important
}

.btn-circle.fc-next-button,
.btn-circle.fc-prev-button,
.btn-circle.fc-today-button,
.btn.btn-circle,
.dt-buttons .btn-circle.dt-button,
.owl-theme .owl-nav .btn-circle[class*=owl-],
.sweet-alert button.btn-circle,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-circle,
.wizard>.actions a.btn-circle,
button.btn-circle.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-circle.fc-agendaWeek-button,
button.btn-circle.fc-month-button.fc-state-default.fc-corner-left {
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 50%
}

.btn-circle.fc-next-button:before,
.btn-circle.fc-prev-button:before,
.btn-circle.fc-today-button:before,
.btn.btn-circle:before,
.dt-buttons .btn-circle.dt-button:before,
.owl-theme .owl-nav .btn-circle[class*=owl-]:before,
.sweet-alert button.btn-circle:before,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-circle:before,
.wizard>.actions a.btn-circle:before,
button.btn-circle.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.btn-circle.fc-agendaWeek-button:before,
button.btn-circle.fc-month-button.fc-state-default.fc-corner-left:before {
    border-radius: 50%
}

.btn-circle.btn-lg.fc-next-button,
.btn-circle.btn-lg.fc-prev-button,
.btn-circle.btn-lg.fc-today-button,
.btn.btn-circle.btn-lg,
.dt-buttons .btn-circle.btn-lg.dt-button,
.owl-theme .owl-nav .btn-circle.btn-lg[class*=owl-],
.sweet-alert button.btn-circle.btn-lg,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-circle.btn-lg,
.wizard>.actions a.btn-circle.btn-lg,
button.btn-circle.btn-lg.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-circle.btn-lg.fc-agendaWeek-button,
button.btn-circle.btn-lg.fc-month-button.fc-state-default.fc-corner-left {
    height: 45px;
    width: 45px
}

.btn-circle.btn-sm.fc-next-button,
.btn-circle.btn-sm.fc-prev-button,
.btn-circle.btn-sm.fc-today-button,
.btn.btn-circle.btn-sm,
.dt-buttons .btn-circle.btn-sm.dt-button,
.owl-theme .owl-nav .btn-circle.btn-sm[class*=owl-],
.sweet-alert button.btn-circle.btn-sm,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-circle.btn-sm,
.wizard>.actions a.btn-circle.btn-sm,
button.btn-circle.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-circle.btn-sm.fc-agendaWeek-button,
button.btn-circle.btn-sm.fc-month-button.fc-state-default.fc-corner-left {
    height: 35px;
    width: 35px;
    padding: 6px!important
}

.btn.fancy-button.btn-default.btn-0:before,
.dt-buttons .fancy-button.btn-default.btn-0.dt-button:before,
.fancy-button.btn-default.btn-0.fc-next-button:before,
.fancy-button.btn-default.btn-0.fc-prev-button:before,
.fancy-button.btn-default.btn-0.fc-today-button:before,
.owl-theme .owl-nav .fancy-button.btn-0[class*=owl-]:before,
.sweet-alert button.fancy-button.btn-default.btn-0:before,
.tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-0:before,
.wizard>.actions a.fancy-button.btn-default.btn-0:before,
button.fancy-button.btn-default.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.fancy-button.btn-default.btn-0.fc-agendaWeek-button:before,
button.fancy-button.btn-default.btn-0.fc-month-button.fc-state-default.fc-corner-left:before {
    background: #dcdcdc
}

.btn.fancy-button.btn-default.btn-0:hover,
.dt-buttons .fancy-button.btn-default.btn-0.dt-button:hover,
.fancy-button.btn-default.btn-0.fc-next-button:hover,
.fancy-button.btn-default.btn-0.fc-prev-button:hover,
.fancy-button.btn-default.btn-0.fc-today-button:hover,
.owl-theme .owl-nav .fancy-button.btn-0[class*=owl-]:hover,
.sweet-alert button.fancy-button.btn-default.btn-0:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-0:hover,
.wizard>.actions a.fancy-button.btn-default.btn-0:hover,
button.fancy-button.btn-default.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fancy-button.btn-default.btn-0.fc-agendaWeek-button:hover,
button.fancy-button.btn-default.btn-0.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #212121!important
}

.btn.fancy-button.btn-danger.btn-0:hover,
.btn.fancy-button.btn-info.btn-0:hover,
.btn.fancy-button.btn-primary.btn-0:hover,
.btn.fancy-button.btn-success.btn-0:hover,
.btn.fancy-button.btn-warning.btn-0:hover,
.dt-buttons .fancy-button.btn-0.dt-button:hover,
.dt-buttons .fancy-button.btn-danger.btn-0.dt-button:hover,
.dt-buttons .fancy-button.btn-info.btn-0.dt-button:hover,
.dt-buttons .fancy-button.btn-success.btn-0.dt-button:hover,
.dt-buttons .fancy-button.btn-warning.btn-0.dt-button:hover,
.fancy-button.btn-0.fc-next-button:hover,
.fancy-button.btn-0.fc-prev-button:hover,
.fancy-button.btn-0.fc-today-button:hover,
.fancy-button.btn-danger.btn-0.fc-next-button:hover,
.fancy-button.btn-danger.btn-0.fc-prev-button:hover,
.fancy-button.btn-danger.btn-0.fc-today-button:hover,
.fancy-button.btn-info.btn-0.fc-next-button:hover,
.fancy-button.btn-info.btn-0.fc-prev-button:hover,
.fancy-button.btn-info.btn-0.fc-today-button:hover,
.fancy-button.btn-primary.btn-0.fc-next-button:hover,
.fancy-button.btn-primary.btn-0.fc-prev-button:hover,
.fancy-button.btn-primary.btn-0.fc-today-button:hover,
.fancy-button.btn-warning.btn-0.fc-next-button:hover,
.fancy-button.btn-warning.btn-0.fc-prev-button:hover,
.fancy-button.btn-warning.btn-0.fc-today-button:hover,
.owl-theme .owl-nav .fancy-button.btn-danger.btn-0[class*=owl-]:hover,
.owl-theme .owl-nav .fancy-button.btn-info.btn-0[class*=owl-]:hover,
.owl-theme .owl-nav .fancy-button.btn-primary.btn-0[class*=owl-]:hover,
.owl-theme .owl-nav .fancy-button.btn-success.btn-0[class*=owl-]:hover,
.owl-theme .owl-nav .fancy-button.btn-warning.btn-0[class*=owl-]:hover,
.sweet-alert button.fancy-button.btn-danger.btn-0:hover,
.sweet-alert button.fancy-button.btn-info.btn-0:hover,
.sweet-alert button.fancy-button.btn-primary.btn-0:hover,
.sweet-alert button.fancy-button.btn-success.btn-0:hover,
.sweet-alert button.fancy-button.btn-warning.btn-0:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-danger.btn-0:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-info.btn-0:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-primary.btn-0:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-success.btn-0:hover,
.tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-warning.btn-0:hover,
.wizard>.actions a.fancy-button.btn-0:hover,
.wizard>.actions a.fancy-button.btn-danger.btn-0:hover,
.wizard>.actions a.fancy-button.btn-info.btn-0:hover,
.wizard>.actions a.fancy-button.btn-success.btn-0:hover,
.wizard>.actions a.fancy-button.btn-warning.btn-0:hover,
button.fancy-button.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fancy-button.btn-0.fc-agendaWeek-button:hover,
button.fancy-button.btn-0.fc-month-button.fc-state-default.fc-corner-left:hover,
button.fancy-button.btn-danger.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fancy-button.btn-danger.btn-0.fc-agendaWeek-button:hover,
button.fancy-button.btn-danger.btn-0.fc-month-button.fc-state-default.fc-corner-left:hover,
button.fancy-button.btn-info.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fancy-button.btn-info.btn-0.fc-agendaWeek-button:hover,
button.fancy-button.btn-info.btn-0.fc-month-button.fc-state-default.fc-corner-left:hover,
button.fancy-button.btn-primary.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fancy-button.btn-primary.btn-0.fc-agendaWeek-button:hover,
button.fancy-button.btn-primary.btn-0.fc-month-button.fc-state-default.fc-corner-left:hover,
button.fancy-button.btn-warning.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
button.fancy-button.btn-warning.btn-0.fc-agendaWeek-button:hover,
button.fancy-button.btn-warning.btn-0.fc-month-button.fc-state-default.fc-corner-left:hover {
    color: #fff!important
}

.btn.fancy-button.btn-info.btn-0:before,
.dt-buttons .fancy-button.btn-info.btn-0.dt-button:before,
.fancy-button.btn-info.btn-0.fc-next-button:before,
.fancy-button.btn-info.btn-0.fc-prev-button:before,
.fancy-button.btn-info.btn-0.fc-today-button:before,
.owl-theme .owl-nav .fancy-button.btn-info.btn-0[class*=owl-]:before,
.sweet-alert button.fancy-button.btn-info.btn-0:before,
.tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-info.btn-0:before,
.wizard>.actions a.fancy-button.btn-info.btn-0:before,
button.fancy-button.btn-info.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.fancy-button.btn-info.btn-0.fc-agendaWeek-button:before,
button.fancy-button.btn-info.btn-0.fc-month-button.fc-state-default.fc-corner-left:before {
    background: #b10058
}

.btn.fancy-button.btn-primary.btn-0:before,
.dt-buttons .fancy-button.btn-0.dt-button:before,
.fancy-button.btn-primary.btn-0.fc-next-button:before,
.fancy-button.btn-primary.btn-0.fc-prev-button:before,
.fancy-button.btn-primary.btn-0.fc-today-button:before,
.owl-theme .owl-nav .fancy-button.btn-primary.btn-0[class*=owl-]:before,
.sweet-alert button.fancy-button.btn-primary.btn-0:before,
.tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-primary.btn-0:before,
.wizard>.actions a.fancy-button.btn-0:before,
button.fancy-button.btn-primary.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.fancy-button.btn-primary.btn-0.fc-agendaWeek-button:before,
button.fancy-button.btn-primary.btn-0.fc-month-button.fc-state-default.fc-corner-left:before {
    background: #0f4fa8
}

.btn.fancy-button.btn-danger.btn-0:before,
.dt-buttons .fancy-button.btn-danger.btn-0.dt-button:before,
.fancy-button.btn-danger.btn-0.fc-next-button:before,
.fancy-button.btn-danger.btn-0.fc-prev-button:before,
.fancy-button.btn-danger.btn-0.fc-today-button:before,
.owl-theme .owl-nav .fancy-button.btn-danger.btn-0[class*=owl-]:before,
.sweet-alert button.fancy-button.btn-danger.btn-0:before,
.tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-danger.btn-0:before,
.wizard>.actions a.fancy-button.btn-danger.btn-0:before,
button.fancy-button.btn-danger.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.fancy-button.btn-danger.btn-0.fc-agendaWeek-button:before,
button.fancy-button.btn-danger.btn-0.fc-month-button.fc-state-default.fc-corner-left:before {
    background: #dc0030
}

.btn.fancy-button.btn-success.btn-0:before,
.dt-buttons .fancy-button.btn-success.btn-0.dt-button:before,
.fancy-button.btn-0.fc-next-button:before,
.fancy-button.btn-0.fc-prev-button:before,
.fancy-button.btn-0.fc-today-button:before,
.owl-theme .owl-nav .fancy-button.btn-success.btn-0[class*=owl-]:before,
.sweet-alert button.fancy-button.btn-success.btn-0:before,
.tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-success.btn-0:before,
.wizard>.actions a.fancy-button.btn-success.btn-0:before,
button.fancy-button.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.fancy-button.btn-0.fc-agendaWeek-button:before,
button.fancy-button.btn-0.fc-month-button.fc-state-default.fc-corner-left:before {
    background: #09a275
}

.btn.fancy-button.btn-warning.btn-0:before,
.dt-buttons .fancy-button.btn-warning.btn-0.dt-button:before,
.fancy-button.btn-warning.btn-0.fc-next-button:before,
.fancy-button.btn-warning.btn-0.fc-prev-button:before,
.fancy-button.btn-warning.btn-0.fc-today-button:before,
.owl-theme .owl-nav .fancy-button.btn-warning.btn-0[class*=owl-]:before,
.sweet-alert button.fancy-button.btn-warning.btn-0:before,
.tablesaw-sortable th.tablesaw-sortable-head button.fancy-button.btn-warning.btn-0:before,
.wizard>.actions a.fancy-button.btn-warning.btn-0:before,
button.fancy-button.btn-warning.btn-0.fc-agendaDay-button.fc-state-default.fc-corner-right:before,
button.fancy-button.btn-warning.btn-0.fc-agendaWeek-button:before,
button.fancy-button.btn-warning.btn-0.fc-month-button.fc-state-default.fc-corner-left:before {
    background: #f2b701
}

.btn.fixed-btn,
.dt-buttons .fixed-btn.dt-button,
.fixed-btn.fc-next-button,
.fixed-btn.fc-prev-button,
.fixed-btn.fc-today-button,
.owl-theme .owl-nav .fixed-btn[class*=owl-],
.sweet-alert button.fixed-btn,
.tablesaw-sortable th.tablesaw-sortable-head button.fixed-btn,
.wizard>.actions a.fixed-btn,
button.fixed-btn.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fixed-btn.fc-agendaWeek-button,
button.fixed-btn.fc-month-button.fc-state-default.fc-corner-left {
    width: 100px
}

.dt-buttons .open .dropdown-toggle.btn-default.dt-button,
.open .dropdown-toggle.btn-default.fc-next-button,
.open .dropdown-toggle.btn-default.fc-prev-button,
.open .dropdown-toggle.btn-default.fc-today-button,
.open .dropdown-toggle.btn.btn-default,
.open .dt-buttons .dropdown-toggle.btn-default.dt-button,
.open .owl-theme .owl-nav .dropdown-toggle[class*=owl-],
.open .sweet-alert button.dropdown-toggle.btn-default,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle,
.open .wizard>.actions a.dropdown-toggle.btn-default,
.open button.dropdown-toggle.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-default.fc-agendaWeek-button,
.open button.dropdown-toggle.btn-default.fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .open .dropdown-toggle[class*=owl-],
.sweet-alert .open button.dropdown-toggle.btn-default,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle,
.wizard>.actions .open a.dropdown-toggle.btn-default {
    background: #dcdcdc;
    border: 1px solid #dcdcdc
}

.dt-buttons .open .dropdown-toggle.btn-default.dt-button:active,
.dt-buttons .open .dropdown-toggle.btn-default.dt-button:focus,
.dt-buttons .open .dropdown-toggle.btn-default.dt-button:hover,
.open .dropdown-toggle.btn-default.fc-next-button:active,
.open .dropdown-toggle.btn-default.fc-next-button:focus,
.open .dropdown-toggle.btn-default.fc-next-button:hover,
.open .dropdown-toggle.btn-default.fc-prev-button:active,
.open .dropdown-toggle.btn-default.fc-prev-button:focus,
.open .dropdown-toggle.btn-default.fc-prev-button:hover,
.open .dropdown-toggle.btn-default.fc-today-button:active,
.open .dropdown-toggle.btn-default.fc-today-button:focus,
.open .dropdown-toggle.btn-default.fc-today-button:hover,
.open .dropdown-toggle.btn.btn-default:active,
.open .dropdown-toggle.btn.btn-default:focus,
.open .dropdown-toggle.btn.btn-default:hover,
.open .dt-buttons .dropdown-toggle.btn-default.dt-button:active,
.open .dt-buttons .dropdown-toggle.btn-default.dt-button:focus,
.open .dt-buttons .dropdown-toggle.btn-default.dt-button:hover,
.open .owl-theme .owl-nav .dropdown-toggle[class*=owl-]:active,
.open .owl-theme .owl-nav .dropdown-toggle[class*=owl-]:focus,
.open .owl-theme .owl-nav .dropdown-toggle[class*=owl-]:hover,
.open .sweet-alert button.dropdown-toggle.btn-default:active,
.open .sweet-alert button.dropdown-toggle.btn-default:focus,
.open .sweet-alert button.dropdown-toggle.btn-default:hover,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:active,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:focus,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:hover,
.open .wizard>.actions a.dropdown-toggle.btn-default:active,
.open .wizard>.actions a.dropdown-toggle.btn-default:focus,
.open .wizard>.actions a.dropdown-toggle.btn-default:hover,
.open button.dropdown-toggle.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.open button.dropdown-toggle.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.open button.dropdown-toggle.btn-default.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.open button.dropdown-toggle.btn-default.fc-agendaWeek-button:active,
.open button.dropdown-toggle.btn-default.fc-agendaWeek-button:focus,
.open button.dropdown-toggle.btn-default.fc-agendaWeek-button:hover,
.open button.dropdown-toggle.btn-default.fc-month-button.fc-state-default.fc-corner-left:active,
.open button.dropdown-toggle.btn-default.fc-month-button.fc-state-default.fc-corner-left:focus,
.open button.dropdown-toggle.btn-default.fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav .open .dropdown-toggle[class*=owl-]:active,
.owl-theme .owl-nav .open .dropdown-toggle[class*=owl-]:focus,
.owl-theme .owl-nav .open .dropdown-toggle[class*=owl-]:hover,
.sweet-alert .open button.dropdown-toggle.btn-default:active,
.sweet-alert .open button.dropdown-toggle.btn-default:focus,
.sweet-alert .open button.dropdown-toggle.btn-default:hover,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle:active,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle:focus,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle:hover,
.wizard>.actions .open a.dropdown-toggle.btn-default:active,
.wizard>.actions .open a.dropdown-toggle.btn-default:focus,
.wizard>.actions .open a.dropdown-toggle.btn-default:hover {
    background: rgba(220, 220, 220, .85);
    border: 1px solid rgba(220, 220, 220, .1)
}

.dt-buttons .open .dropdown-toggle.btn-info.dt-button,
.open .dropdown-toggle.btn-info.fc-next-button,
.open .dropdown-toggle.btn-info.fc-prev-button,
.open .dropdown-toggle.btn-info.fc-today-button,
.open .dropdown-toggle.btn.btn-info,
.open .dt-buttons .dropdown-toggle.btn-info.dt-button,
.open .owl-theme .owl-nav .dropdown-toggle.btn-info[class*=owl-],
.open .sweet-alert button.dropdown-toggle.btn-info,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-info,
.open .wizard>.actions a.dropdown-toggle.btn-info,
.open button.dropdown-toggle.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-info.fc-agendaWeek-button,
.open button.dropdown-toggle.btn-info.fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .open .dropdown-toggle.btn-info[class*=owl-],
.sweet-alert .open button.dropdown-toggle.btn-info,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-info,
.wizard>.actions .open a.dropdown-toggle.btn-info {
    background: #b10058;
    border: 1px solid #b10058
}

.dt-buttons .open .dropdown-toggle.btn-info.dt-button:active,
.dt-buttons .open .dropdown-toggle.btn-info.dt-button:focus,
.dt-buttons .open .dropdown-toggle.btn-info.dt-button:hover,
.open .dropdown-toggle.btn-info.fc-next-button:active,
.open .dropdown-toggle.btn-info.fc-next-button:focus,
.open .dropdown-toggle.btn-info.fc-next-button:hover,
.open .dropdown-toggle.btn-info.fc-prev-button:active,
.open .dropdown-toggle.btn-info.fc-prev-button:focus,
.open .dropdown-toggle.btn-info.fc-prev-button:hover,
.open .dropdown-toggle.btn-info.fc-today-button:active,
.open .dropdown-toggle.btn-info.fc-today-button:focus,
.open .dropdown-toggle.btn-info.fc-today-button:hover,
.open .dropdown-toggle.btn.btn-info:active,
.open .dropdown-toggle.btn.btn-info:focus,
.open .dropdown-toggle.btn.btn-info:hover,
.open .dt-buttons .dropdown-toggle.btn-info.dt-button:active,
.open .dt-buttons .dropdown-toggle.btn-info.dt-button:focus,
.open .dt-buttons .dropdown-toggle.btn-info.dt-button:hover,
.open .owl-theme .owl-nav .dropdown-toggle.btn-info[class*=owl-]:active,
.open .owl-theme .owl-nav .dropdown-toggle.btn-info[class*=owl-]:focus,
.open .owl-theme .owl-nav .dropdown-toggle.btn-info[class*=owl-]:hover,
.open .sweet-alert button.dropdown-toggle.btn-info:active,
.open .sweet-alert button.dropdown-toggle.btn-info:focus,
.open .sweet-alert button.dropdown-toggle.btn-info:hover,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-info:active,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-info:focus,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-info:hover,
.open .wizard>.actions a.dropdown-toggle.btn-info:active,
.open .wizard>.actions a.dropdown-toggle.btn-info:focus,
.open .wizard>.actions a.dropdown-toggle.btn-info:hover,
.open button.dropdown-toggle.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.open button.dropdown-toggle.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.open button.dropdown-toggle.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.open button.dropdown-toggle.btn-info.fc-agendaWeek-button:active,
.open button.dropdown-toggle.btn-info.fc-agendaWeek-button:focus,
.open button.dropdown-toggle.btn-info.fc-agendaWeek-button:hover,
.open button.dropdown-toggle.btn-info.fc-month-button.fc-state-default.fc-corner-left:active,
.open button.dropdown-toggle.btn-info.fc-month-button.fc-state-default.fc-corner-left:focus,
.open button.dropdown-toggle.btn-info.fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav .open .dropdown-toggle.btn-info[class*=owl-]:active,
.owl-theme .owl-nav .open .dropdown-toggle.btn-info[class*=owl-]:focus,
.owl-theme .owl-nav .open .dropdown-toggle.btn-info[class*=owl-]:hover,
.sweet-alert .open button.dropdown-toggle.btn-info:active,
.sweet-alert .open button.dropdown-toggle.btn-info:focus,
.sweet-alert .open button.dropdown-toggle.btn-info:hover,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-info:active,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-info:focus,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-info:hover,
.wizard>.actions .open a.dropdown-toggle.btn-info:active,
.wizard>.actions .open a.dropdown-toggle.btn-info:focus,
.wizard>.actions .open a.dropdown-toggle.btn-info:hover {
    background: rgba(177, 0, 88, .85);
    border: 1px solid rgba(177, 0, 88, .1)
}

.dt-buttons .open .dropdown-toggle.dt-button,
.open .dropdown-toggle.btn-primary.fc-next-button,
.open .dropdown-toggle.btn-primary.fc-prev-button,
.open .dropdown-toggle.btn-primary.fc-today-button,
.open .dropdown-toggle.btn.btn-primary,
.open .dt-buttons .dropdown-toggle.dt-button,
.open .owl-theme .owl-nav .dropdown-toggle.btn-primary[class*=owl-],
.open .sweet-alert button.dropdown-toggle.btn-primary,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary,
.open .wizard>.actions a.dropdown-toggle,
.open button.dropdown-toggle.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-primary.fc-agendaWeek-button,
.open button.dropdown-toggle.btn-primary.fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .open .dropdown-toggle.btn-primary[class*=owl-],
.sweet-alert .open button.dropdown-toggle.btn-primary,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary,
.wizard>.actions .open a.dropdown-toggle {
    background: #0f4fa8;
    border: 1px solid #0f4fa8
}

.dt-buttons .open .dropdown-toggle.dt-button:active,
.dt-buttons .open .dropdown-toggle.dt-button:focus,
.dt-buttons .open .dropdown-toggle.dt-button:hover,
.open .dropdown-toggle.btn-primary.fc-next-button:active,
.open .dropdown-toggle.btn-primary.fc-next-button:focus,
.open .dropdown-toggle.btn-primary.fc-next-button:hover,
.open .dropdown-toggle.btn-primary.fc-prev-button:active,
.open .dropdown-toggle.btn-primary.fc-prev-button:focus,
.open .dropdown-toggle.btn-primary.fc-prev-button:hover,
.open .dropdown-toggle.btn-primary.fc-today-button:active,
.open .dropdown-toggle.btn-primary.fc-today-button:focus,
.open .dropdown-toggle.btn-primary.fc-today-button:hover,
.open .dropdown-toggle.btn.btn-primary:active,
.open .dropdown-toggle.btn.btn-primary:focus,
.open .dropdown-toggle.btn.btn-primary:hover,
.open .dt-buttons .dropdown-toggle.dt-button:active,
.open .dt-buttons .dropdown-toggle.dt-button:focus,
.open .dt-buttons .dropdown-toggle.dt-button:hover,
.open .owl-theme .owl-nav .dropdown-toggle.btn-primary[class*=owl-]:active,
.open .owl-theme .owl-nav .dropdown-toggle.btn-primary[class*=owl-]:focus,
.open .owl-theme .owl-nav .dropdown-toggle.btn-primary[class*=owl-]:hover,
.open .sweet-alert button.dropdown-toggle.btn-primary:active,
.open .sweet-alert button.dropdown-toggle.btn-primary:focus,
.open .sweet-alert button.dropdown-toggle.btn-primary:hover,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary:active,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary:focus,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary:hover,
.open .wizard>.actions a.dropdown-toggle:active,
.open .wizard>.actions a.dropdown-toggle:focus,
.open .wizard>.actions a.dropdown-toggle:hover,
.open button.dropdown-toggle.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.open button.dropdown-toggle.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.open button.dropdown-toggle.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.open button.dropdown-toggle.btn-primary.fc-agendaWeek-button:active,
.open button.dropdown-toggle.btn-primary.fc-agendaWeek-button:focus,
.open button.dropdown-toggle.btn-primary.fc-agendaWeek-button:hover,
.open button.dropdown-toggle.btn-primary.fc-month-button.fc-state-default.fc-corner-left:active,
.open button.dropdown-toggle.btn-primary.fc-month-button.fc-state-default.fc-corner-left:focus,
.open button.dropdown-toggle.btn-primary.fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav .open .dropdown-toggle.btn-primary[class*=owl-]:active,
.owl-theme .owl-nav .open .dropdown-toggle.btn-primary[class*=owl-]:focus,
.owl-theme .owl-nav .open .dropdown-toggle.btn-primary[class*=owl-]:hover,
.sweet-alert .open button.dropdown-toggle.btn-primary:active,
.sweet-alert .open button.dropdown-toggle.btn-primary:focus,
.sweet-alert .open button.dropdown-toggle.btn-primary:hover,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary:active,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary:focus,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary:hover,
.wizard>.actions .open a.dropdown-toggle:active,
.wizard>.actions .open a.dropdown-toggle:focus,
.wizard>.actions .open a.dropdown-toggle:hover {
    background: rgba(15, 79, 168, .85);
    border: 1px solid rgba(15, 79, 168, .1)
}

.dt-buttons .open .dropdown-toggle.btn-success.dt-button,
.dt-buttons .open .dropdown-toggle.dt-button.fc-next-button,
.dt-buttons .open .dropdown-toggle.dt-button.fc-prev-button,
.dt-buttons .open .dropdown-toggle.dt-button.fc-today-button,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button,
.open .dropdown-toggle.btn.btn-success,
.open .dropdown-toggle.fc-next-button,
.open .dropdown-toggle.fc-prev-button,
.open .dropdown-toggle.fc-today-button,
.open .dt-buttons .dropdown-toggle.btn-success.dt-button,
.open .dt-buttons .dropdown-toggle.dt-button.fc-next-button,
.open .dt-buttons .dropdown-toggle.dt-button.fc-prev-button,
.open .dt-buttons .dropdown-toggle.dt-button.fc-today-button,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button,
.open .owl-theme .owl-nav .dropdown-toggle.btn-success[class*=owl-],
.open .owl-theme .owl-nav .dropdown-toggle[class*=owl-].fc-next-button,
.open .owl-theme .owl-nav .dropdown-toggle[class*=owl-].fc-prev-button,
.open .owl-theme .owl-nav .dropdown-toggle[class*=owl-].fc-today-button,
.open .owl-theme .owl-nav button.dropdown-toggle[class*=owl-].fc-agendaWeek-button,
.open .sweet-alert button.dropdown-toggle.btn-success,
.open .sweet-alert button.dropdown-toggle.fc-agendaWeek-button,
.open .sweet-alert button.dropdown-toggle.fc-next-button,
.open .sweet-alert button.dropdown-toggle.fc-prev-button,
.open .sweet-alert button.dropdown-toggle.fc-today-button,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-agendaWeek-button,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-next-button,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-prev-button,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-today-button,
.open .wizard>.actions a.dropdown-toggle.btn-success,
.open .wizard>.actions a.dropdown-toggle.fc-next-button,
.open .wizard>.actions a.dropdown-toggle.fc-prev-button,
.open .wizard>.actions a.dropdown-toggle.fc-today-button,
.open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.fc-agendaWeek-button,
.open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .open .dropdown-toggle.btn-success[class*=owl-],
.owl-theme .owl-nav .open .dropdown-toggle[class*=owl-].fc-next-button,
.owl-theme .owl-nav .open .dropdown-toggle[class*=owl-].fc-prev-button,
.owl-theme .owl-nav .open .dropdown-toggle[class*=owl-].fc-today-button,
.owl-theme .owl-nav .open button.dropdown-toggle[class*=owl-].fc-agendaWeek-button,
.sweet-alert .open button.dropdown-toggle.btn-success,
.sweet-alert .open button.dropdown-toggle.fc-agendaWeek-button,
.sweet-alert .open button.dropdown-toggle.fc-next-button,
.sweet-alert .open button.dropdown-toggle.fc-prev-button,
.sweet-alert .open button.dropdown-toggle.fc-today-button,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-agendaWeek-button,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-next-button,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-prev-button,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-today-button,
.wizard>.actions .open a.dropdown-toggle.btn-success,
.wizard>.actions .open a.dropdown-toggle.fc-next-button,
.wizard>.actions .open a.dropdown-toggle.fc-prev-button,
.wizard>.actions .open a.dropdown-toggle.fc-today-button {
    background: #09a275;
    border: 1px solid #09a275
}

.dt-buttons .open .dropdown-toggle.btn-success.dt-button:active,
.dt-buttons .open .dropdown-toggle.btn-success.dt-button:focus,
.dt-buttons .open .dropdown-toggle.btn-success.dt-button:hover,
.dt-buttons .open .dropdown-toggle.dt-button.fc-next-button:active,
.dt-buttons .open .dropdown-toggle.dt-button.fc-next-button:focus,
.dt-buttons .open .dropdown-toggle.dt-button.fc-next-button:hover,
.dt-buttons .open .dropdown-toggle.dt-button.fc-prev-button:active,
.dt-buttons .open .dropdown-toggle.dt-button.fc-prev-button:focus,
.dt-buttons .open .dropdown-toggle.dt-button.fc-prev-button:hover,
.dt-buttons .open .dropdown-toggle.dt-button.fc-today-button:active,
.dt-buttons .open .dropdown-toggle.dt-button.fc-today-button:focus,
.dt-buttons .open .dropdown-toggle.dt-button.fc-today-button:hover,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button:active,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button:focus,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button:hover,
.open .dropdown-toggle.btn.btn-success:active,
.open .dropdown-toggle.btn.btn-success:focus,
.open .dropdown-toggle.btn.btn-success:hover,
.open .dropdown-toggle.fc-next-button:active,
.open .dropdown-toggle.fc-next-button:focus,
.open .dropdown-toggle.fc-next-button:hover,
.open .dropdown-toggle.fc-prev-button:active,
.open .dropdown-toggle.fc-prev-button:focus,
.open .dropdown-toggle.fc-prev-button:hover,
.open .dropdown-toggle.fc-today-button:active,
.open .dropdown-toggle.fc-today-button:focus,
.open .dropdown-toggle.fc-today-button:hover,
.open .dt-buttons .dropdown-toggle.btn-success.dt-button:active,
.open .dt-buttons .dropdown-toggle.btn-success.dt-button:focus,
.open .dt-buttons .dropdown-toggle.btn-success.dt-button:hover,
.open .dt-buttons .dropdown-toggle.dt-button.fc-next-button:active,
.open .dt-buttons .dropdown-toggle.dt-button.fc-next-button:focus,
.open .dt-buttons .dropdown-toggle.dt-button.fc-next-button:hover,
.open .dt-buttons .dropdown-toggle.dt-button.fc-prev-button:active,
.open .dt-buttons .dropdown-toggle.dt-button.fc-prev-button:focus,
.open .dt-buttons .dropdown-toggle.dt-button.fc-prev-button:hover,
.open .dt-buttons .dropdown-toggle.dt-button.fc-today-button:active,
.open .dt-buttons .dropdown-toggle.dt-button.fc-today-button:focus,
.open .dt-buttons .dropdown-toggle.dt-button.fc-today-button:hover,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button:active,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button:focus,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button:hover,
.open .owl-theme .owl-nav .dropdown-toggle.btn-success[class*=owl-]:active,
.open .owl-theme .owl-nav .dropdown-toggle.btn-success[class*=owl-]:focus,
.open .owl-theme .owl-nav .dropdown-toggle.btn-success[class*=owl-]:hover,
.open .owl-theme .owl-nav .dropdown-toggle[class*=owl-].fc-next-button:active,
.open .owl-theme .owl-nav .dropdown-toggle[class*=owl-].fc-next-button:focus,
.open .owl-theme .owl-nav .dropdown-toggle[class*=owl-].fc-next-button:hover,
.open .owl-theme .owl-nav .dropdown-toggle[class*=owl-].fc-prev-button:active,
.open .owl-theme .owl-nav .dropdown-toggle[class*=owl-].fc-prev-button:focus,
.open .owl-theme .owl-nav .dropdown-toggle[class*=owl-].fc-prev-button:hover,
.open .owl-theme .owl-nav .dropdown-toggle[class*=owl-].fc-today-button:active,
.open .owl-theme .owl-nav .dropdown-toggle[class*=owl-].fc-today-button:focus,
.open .owl-theme .owl-nav .dropdown-toggle[class*=owl-].fc-today-button:hover,
.open .owl-theme .owl-nav button.dropdown-toggle[class*=owl-].fc-agendaWeek-button:active,
.open .owl-theme .owl-nav button.dropdown-toggle[class*=owl-].fc-agendaWeek-button:focus,
.open .owl-theme .owl-nav button.dropdown-toggle[class*=owl-].fc-agendaWeek-button:hover,
.open .sweet-alert button.dropdown-toggle.btn-success:active,
.open .sweet-alert button.dropdown-toggle.btn-success:focus,
.open .sweet-alert button.dropdown-toggle.btn-success:hover,
.open .sweet-alert button.dropdown-toggle.fc-agendaWeek-button:active,
.open .sweet-alert button.dropdown-toggle.fc-agendaWeek-button:focus,
.open .sweet-alert button.dropdown-toggle.fc-agendaWeek-button:hover,
.open .sweet-alert button.dropdown-toggle.fc-next-button:active,
.open .sweet-alert button.dropdown-toggle.fc-next-button:focus,
.open .sweet-alert button.dropdown-toggle.fc-next-button:hover,
.open .sweet-alert button.dropdown-toggle.fc-prev-button:active,
.open .sweet-alert button.dropdown-toggle.fc-prev-button:focus,
.open .sweet-alert button.dropdown-toggle.fc-prev-button:hover,
.open .sweet-alert button.dropdown-toggle.fc-today-button:active,
.open .sweet-alert button.dropdown-toggle.fc-today-button:focus,
.open .sweet-alert button.dropdown-toggle.fc-today-button:hover,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success:active,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success:focus,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success:hover,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-agendaWeek-button:active,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-agendaWeek-button:focus,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-agendaWeek-button:hover,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-next-button:active,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-next-button:focus,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-next-button:hover,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-prev-button:active,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-prev-button:focus,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-prev-button:hover,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-today-button:active,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-today-button:focus,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-today-button:hover,
.open .wizard>.actions a.dropdown-toggle.btn-success:active,
.open .wizard>.actions a.dropdown-toggle.btn-success:focus,
.open .wizard>.actions a.dropdown-toggle.btn-success:hover,
.open .wizard>.actions a.dropdown-toggle.fc-next-button:active,
.open .wizard>.actions a.dropdown-toggle.fc-next-button:focus,
.open .wizard>.actions a.dropdown-toggle.fc-next-button:hover,
.open .wizard>.actions a.dropdown-toggle.fc-prev-button:active,
.open .wizard>.actions a.dropdown-toggle.fc-prev-button:focus,
.open .wizard>.actions a.dropdown-toggle.fc-prev-button:hover,
.open .wizard>.actions a.dropdown-toggle.fc-today-button:active,
.open .wizard>.actions a.dropdown-toggle.fc-today-button:focus,
.open .wizard>.actions a.dropdown-toggle.fc-today-button:hover,
.open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.open button.dropdown-toggle.fc-agendaWeek-button:active,
.open button.dropdown-toggle.fc-agendaWeek-button:focus,
.open button.dropdown-toggle.fc-agendaWeek-button:hover,
.open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left:active,
.open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left:focus,
.open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav .open .dropdown-toggle.btn-success[class*=owl-]:active,
.owl-theme .owl-nav .open .dropdown-toggle.btn-success[class*=owl-]:focus,
.owl-theme .owl-nav .open .dropdown-toggle.btn-success[class*=owl-]:hover,
.owl-theme .owl-nav .open .dropdown-toggle[class*=owl-].fc-next-button:active,
.owl-theme .owl-nav .open .dropdown-toggle[class*=owl-].fc-next-button:focus,
.owl-theme .owl-nav .open .dropdown-toggle[class*=owl-].fc-next-button:hover,
.owl-theme .owl-nav .open .dropdown-toggle[class*=owl-].fc-prev-button:active,
.owl-theme .owl-nav .open .dropdown-toggle[class*=owl-].fc-prev-button:focus,
.owl-theme .owl-nav .open .dropdown-toggle[class*=owl-].fc-prev-button:hover,
.owl-theme .owl-nav .open .dropdown-toggle[class*=owl-].fc-today-button:active,
.owl-theme .owl-nav .open .dropdown-toggle[class*=owl-].fc-today-button:focus,
.owl-theme .owl-nav .open .dropdown-toggle[class*=owl-].fc-today-button:hover,
.owl-theme .owl-nav .open button.dropdown-toggle[class*=owl-].fc-agendaWeek-button:active,
.owl-theme .owl-nav .open button.dropdown-toggle[class*=owl-].fc-agendaWeek-button:focus,
.owl-theme .owl-nav .open button.dropdown-toggle[class*=owl-].fc-agendaWeek-button:hover,
.sweet-alert .open button.dropdown-toggle.btn-success:active,
.sweet-alert .open button.dropdown-toggle.btn-success:focus,
.sweet-alert .open button.dropdown-toggle.btn-success:hover,
.sweet-alert .open button.dropdown-toggle.fc-agendaWeek-button:active,
.sweet-alert .open button.dropdown-toggle.fc-agendaWeek-button:focus,
.sweet-alert .open button.dropdown-toggle.fc-agendaWeek-button:hover,
.sweet-alert .open button.dropdown-toggle.fc-next-button:active,
.sweet-alert .open button.dropdown-toggle.fc-next-button:focus,
.sweet-alert .open button.dropdown-toggle.fc-next-button:hover,
.sweet-alert .open button.dropdown-toggle.fc-prev-button:active,
.sweet-alert .open button.dropdown-toggle.fc-prev-button:focus,
.sweet-alert .open button.dropdown-toggle.fc-prev-button:hover,
.sweet-alert .open button.dropdown-toggle.fc-today-button:active,
.sweet-alert .open button.dropdown-toggle.fc-today-button:focus,
.sweet-alert .open button.dropdown-toggle.fc-today-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success:active,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success:focus,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success:hover,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-agendaWeek-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-agendaWeek-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-agendaWeek-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-next-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-next-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-next-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-prev-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-prev-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-prev-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-today-button:active,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-today-button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-today-button:hover,
.wizard>.actions .open a.dropdown-toggle.btn-success:active,
.wizard>.actions .open a.dropdown-toggle.btn-success:focus,
.wizard>.actions .open a.dropdown-toggle.btn-success:hover,
.wizard>.actions .open a.dropdown-toggle.fc-next-button:active,
.wizard>.actions .open a.dropdown-toggle.fc-next-button:focus,
.wizard>.actions .open a.dropdown-toggle.fc-next-button:hover,
.wizard>.actions .open a.dropdown-toggle.fc-prev-button:active,
.wizard>.actions .open a.dropdown-toggle.fc-prev-button:focus,
.wizard>.actions .open a.dropdown-toggle.fc-prev-button:hover,
.wizard>.actions .open a.dropdown-toggle.fc-today-button:active,
.wizard>.actions .open a.dropdown-toggle.fc-today-button:focus,
.wizard>.actions .open a.dropdown-toggle.fc-today-button:hover {
    background: rgba(9, 162, 117, .85);
    border: 1px solid rgba(9, 162, 117, .1)
}

.dt-buttons .open .dropdown-toggle.btn-danger.dt-button,
.open .dropdown-toggle.btn-danger.fc-next-button,
.open .dropdown-toggle.btn-danger.fc-prev-button,
.open .dropdown-toggle.btn-danger.fc-today-button,
.open .dropdown-toggle.btn.btn-danger,
.open .dt-buttons .dropdown-toggle.btn-danger.dt-button,
.open .owl-theme .owl-nav .dropdown-toggle.btn-danger[class*=owl-],
.open .sweet-alert button.dropdown-toggle.btn-danger,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-danger,
.open .wizard>.actions a.dropdown-toggle.btn-danger,
.open button.dropdown-toggle.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-danger.fc-agendaWeek-button,
.open button.dropdown-toggle.btn-danger.fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .open .dropdown-toggle.btn-danger[class*=owl-],
.sweet-alert .open button.dropdown-toggle.btn-danger,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-danger,
.wizard>.actions .open a.dropdown-toggle.btn-danger {
    background: #dc0030;
    border: 1px solid #dc0030
}

.dt-buttons .open .dropdown-toggle.btn-danger.dt-button:active,
.dt-buttons .open .dropdown-toggle.btn-danger.dt-button:focus,
.dt-buttons .open .dropdown-toggle.btn-danger.dt-button:hover,
.open .dropdown-toggle.btn-danger.fc-next-button:active,
.open .dropdown-toggle.btn-danger.fc-next-button:focus,
.open .dropdown-toggle.btn-danger.fc-next-button:hover,
.open .dropdown-toggle.btn-danger.fc-prev-button:active,
.open .dropdown-toggle.btn-danger.fc-prev-button:focus,
.open .dropdown-toggle.btn-danger.fc-prev-button:hover,
.open .dropdown-toggle.btn-danger.fc-today-button:active,
.open .dropdown-toggle.btn-danger.fc-today-button:focus,
.open .dropdown-toggle.btn-danger.fc-today-button:hover,
.open .dropdown-toggle.btn.btn-danger:active,
.open .dropdown-toggle.btn.btn-danger:focus,
.open .dropdown-toggle.btn.btn-danger:hover,
.open .dt-buttons .dropdown-toggle.btn-danger.dt-button:active,
.open .dt-buttons .dropdown-toggle.btn-danger.dt-button:focus,
.open .dt-buttons .dropdown-toggle.btn-danger.dt-button:hover,
.open .owl-theme .owl-nav .dropdown-toggle.btn-danger[class*=owl-]:active,
.open .owl-theme .owl-nav .dropdown-toggle.btn-danger[class*=owl-]:focus,
.open .owl-theme .owl-nav .dropdown-toggle.btn-danger[class*=owl-]:hover,
.open .sweet-alert button.dropdown-toggle.btn-danger:active,
.open .sweet-alert button.dropdown-toggle.btn-danger:focus,
.open .sweet-alert button.dropdown-toggle.btn-danger:hover,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-danger:active,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-danger:focus,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-danger:hover,
.open .wizard>.actions a.dropdown-toggle.btn-danger:active,
.open .wizard>.actions a.dropdown-toggle.btn-danger:focus,
.open .wizard>.actions a.dropdown-toggle.btn-danger:hover,
.open button.dropdown-toggle.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.open button.dropdown-toggle.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.open button.dropdown-toggle.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.open button.dropdown-toggle.btn-danger.fc-agendaWeek-button:active,
.open button.dropdown-toggle.btn-danger.fc-agendaWeek-button:focus,
.open button.dropdown-toggle.btn-danger.fc-agendaWeek-button:hover,
.open button.dropdown-toggle.btn-danger.fc-month-button.fc-state-default.fc-corner-left:active,
.open button.dropdown-toggle.btn-danger.fc-month-button.fc-state-default.fc-corner-left:focus,
.open button.dropdown-toggle.btn-danger.fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav .open .dropdown-toggle.btn-danger[class*=owl-]:active,
.owl-theme .owl-nav .open .dropdown-toggle.btn-danger[class*=owl-]:focus,
.owl-theme .owl-nav .open .dropdown-toggle.btn-danger[class*=owl-]:hover,
.sweet-alert .open button.dropdown-toggle.btn-danger:active,
.sweet-alert .open button.dropdown-toggle.btn-danger:focus,
.sweet-alert .open button.dropdown-toggle.btn-danger:hover,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-danger:active,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-danger:focus,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-danger:hover,
.wizard>.actions .open a.dropdown-toggle.btn-danger:active,
.wizard>.actions .open a.dropdown-toggle.btn-danger:focus,
.wizard>.actions .open a.dropdown-toggle.btn-danger:hover {
    background: rgba(220, 0, 48, .85);
    border: 1px solid rgba(220, 0, 48, .1)
}

.dt-buttons .open .dropdown-toggle.btn-warning.dt-button,
.open .dropdown-toggle.btn-warning.fc-next-button,
.open .dropdown-toggle.btn-warning.fc-prev-button,
.open .dropdown-toggle.btn-warning.fc-today-button,
.open .dropdown-toggle.btn.btn-warning,
.open .dt-buttons .dropdown-toggle.btn-warning.dt-button,
.open .owl-theme .owl-nav .dropdown-toggle.btn-warning[class*=owl-],
.open .sweet-alert button.dropdown-toggle.btn-warning,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-warning,
.open .wizard>.actions a.dropdown-toggle.btn-warning,
.open button.dropdown-toggle.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-warning.fc-agendaWeek-button,
.open button.dropdown-toggle.btn-warning.fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .open .dropdown-toggle.btn-warning[class*=owl-],
.sweet-alert .open button.dropdown-toggle.btn-warning,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-warning,
.wizard>.actions .open a.dropdown-toggle.btn-warning {
    background: #f2b701;
    border: 1px solid #f2b701
}

.dt-buttons .open .dropdown-toggle.btn-warning.dt-button:active,
.dt-buttons .open .dropdown-toggle.btn-warning.dt-button:focus,
.dt-buttons .open .dropdown-toggle.btn-warning.dt-button:hover,
.open .dropdown-toggle.btn-warning.fc-next-button:active,
.open .dropdown-toggle.btn-warning.fc-next-button:focus,
.open .dropdown-toggle.btn-warning.fc-next-button:hover,
.open .dropdown-toggle.btn-warning.fc-prev-button:active,
.open .dropdown-toggle.btn-warning.fc-prev-button:focus,
.open .dropdown-toggle.btn-warning.fc-prev-button:hover,
.open .dropdown-toggle.btn-warning.fc-today-button:active,
.open .dropdown-toggle.btn-warning.fc-today-button:focus,
.open .dropdown-toggle.btn-warning.fc-today-button:hover,
.open .dropdown-toggle.btn.btn-warning:active,
.open .dropdown-toggle.btn.btn-warning:focus,
.open .dropdown-toggle.btn.btn-warning:hover,
.open .dt-buttons .dropdown-toggle.btn-warning.dt-button:active,
.open .dt-buttons .dropdown-toggle.btn-warning.dt-button:focus,
.open .dt-buttons .dropdown-toggle.btn-warning.dt-button:hover,
.open .owl-theme .owl-nav .dropdown-toggle.btn-warning[class*=owl-]:active,
.open .owl-theme .owl-nav .dropdown-toggle.btn-warning[class*=owl-]:focus,
.open .owl-theme .owl-nav .dropdown-toggle.btn-warning[class*=owl-]:hover,
.open .sweet-alert button.dropdown-toggle.btn-warning:active,
.open .sweet-alert button.dropdown-toggle.btn-warning:focus,
.open .sweet-alert button.dropdown-toggle.btn-warning:hover,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-warning:active,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-warning:focus,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-warning:hover,
.open .wizard>.actions a.dropdown-toggle.btn-warning:active,
.open .wizard>.actions a.dropdown-toggle.btn-warning:focus,
.open .wizard>.actions a.dropdown-toggle.btn-warning:hover,
.open button.dropdown-toggle.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.open button.dropdown-toggle.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.open button.dropdown-toggle.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.open button.dropdown-toggle.btn-warning.fc-agendaWeek-button:active,
.open button.dropdown-toggle.btn-warning.fc-agendaWeek-button:focus,
.open button.dropdown-toggle.btn-warning.fc-agendaWeek-button:hover,
.open button.dropdown-toggle.btn-warning.fc-month-button.fc-state-default.fc-corner-left:active,
.open button.dropdown-toggle.btn-warning.fc-month-button.fc-state-default.fc-corner-left:focus,
.open button.dropdown-toggle.btn-warning.fc-month-button.fc-state-default.fc-corner-left:hover,
.owl-theme .owl-nav .open .dropdown-toggle.btn-warning[class*=owl-]:active,
.owl-theme .owl-nav .open .dropdown-toggle.btn-warning[class*=owl-]:focus,
.owl-theme .owl-nav .open .dropdown-toggle.btn-warning[class*=owl-]:hover,
.sweet-alert .open button.dropdown-toggle.btn-warning:active,
.sweet-alert .open button.dropdown-toggle.btn-warning:focus,
.sweet-alert .open button.dropdown-toggle.btn-warning:hover,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-warning:active,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-warning:focus,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-warning:hover,
.wizard>.actions .open a.dropdown-toggle.btn-warning:active,
.wizard>.actions .open a.dropdown-toggle.btn-warning:focus,
.wizard>.actions .open a.dropdown-toggle.btn-warning:hover {
    background: rgba(242, 183, 1, .85);
    border: 1px solid rgba(242, 183, 1, .1)
}

.dt-buttons .note-editor .open .dropdown-toggle.note-btn.btn-sm.dt-button,
.dt-buttons .open .dropdown-toggle.btn-outline.dt-button,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button,
.dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.dt-button,
.note-editor .dt-buttons .open .dropdown-toggle.note-btn.btn-sm.dt-button,
.note-editor .open .dropdown-toggle.btn.note-btn.btn-sm,
.note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-next-button,
.note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-prev-button,
.note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-today-button,
.note-editor .open button.dropdown-toggle.note-btn.btn-sm.fc-agendaWeek-button,
.note-editor .owl-theme .owl-nav .open .dropdown-toggle.note-btn.btn-sm[class*=owl-],
.note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm,
.note-editor .wizard>.actions .open a.dropdown-toggle.note-btn.btn-sm,
.open .dropdown-toggle.btn-outline.fc-next-button,
.open .dropdown-toggle.btn-outline.fc-prev-button,
.open .dropdown-toggle.btn-outline.fc-today-button,
.open .dropdown-toggle.btn.btn-outline,
.open .dt-buttons .dropdown-toggle.btn-outline.dt-button,
.open .dt-buttons .note-editor .dropdown-toggle.note-btn.btn-sm.dt-button,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button,
.open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.dt-button,
.open .note-editor .dropdown-toggle.btn.note-btn.btn-sm,
.open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-next-button,
.open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-prev-button,
.open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-today-button,
.open .note-editor .dt-buttons .dropdown-toggle.note-btn.btn-sm.dt-button,
.open .note-editor .owl-theme .owl-nav .dropdown-toggle.note-btn.btn-sm[class*=owl-],
.open .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm,
.open .note-editor .wizard>.actions a.dropdown-toggle.note-btn.btn-sm,
.open .note-editor button.dropdown-toggle.note-btn.btn-sm.fc-agendaWeek-button,
.open .owl-theme .owl-nav .dropdown-toggle.btn-outline[class*=owl-],
.open .owl-theme .owl-nav .note-editor .dropdown-toggle.note-btn.btn-sm[class*=owl-],
.open .owl-theme .owl-nav button.dropdown-toggle[class*=owl-].fc-agendaWeek-button,
.open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle[class*=owl-],
.open .sweet-alert .note-editor button.dropdown-toggle.note-btn.btn-sm,
.open .sweet-alert button.dropdown-toggle.btn-outline,
.open .sweet-alert button.dropdown-toggle.fc-agendaWeek-button,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle,
.open .wizard>.actions .note-editor a.dropdown-toggle.note-btn.btn-sm,
.open .wizard>.actions a.dropdown-toggle.btn-outline,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle,
.open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.fc-agendaWeek-button,
.open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.fc-next-button.fc-agendaWeek-button,
.open button.dropdown-toggle.fc-prev-button.fc-agendaWeek-button,
.open button.dropdown-toggle.fc-today-button.fc-agendaWeek-button,
.open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.dt-button,
.open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle[class*=owl-],
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn,
.open ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button,
.open ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button,
.open ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button,
.owl-theme .owl-nav .note-editor .open .dropdown-toggle.note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav .open .dropdown-toggle.btn-outline[class*=owl-],
.owl-theme .owl-nav .open button.dropdown-toggle[class*=owl-].fc-agendaWeek-button,
.owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle[class*=owl-],
.sweet-alert .note-editor .open button.dropdown-toggle.note-btn.btn-sm,
.sweet-alert .open button.dropdown-toggle.btn-outline,
.sweet-alert .open button.dropdown-toggle.fc-agendaWeek-button,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle,
.wizard>.actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm,
.wizard>.actions .open a.dropdown-toggle.btn-outline,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle,
ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.dt-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn,
ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button,
ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle[class*=owl-],
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle {
    background: 0 0
}

.dt-buttons .note-editor .open .dropdown-toggle.note-btn.btn-sm.dt-button:active,
.dt-buttons .note-editor .open .dropdown-toggle.note-btn.btn-sm.dt-button:focus,
.dt-buttons .note-editor .open .dropdown-toggle.note-btn.btn-sm.dt-button:hover,
.dt-buttons .open .dropdown-toggle.btn-outline.dt-button:active,
.dt-buttons .open .dropdown-toggle.btn-outline.dt-button:focus,
.dt-buttons .open .dropdown-toggle.btn-outline.dt-button:hover,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button:active,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button:focus,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button:hover,
.dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.dt-button:active,
.dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.dt-button:focus,
.dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.dt-button:hover,
.note-editor .dt-buttons .open .dropdown-toggle.note-btn.btn-sm.dt-button:active,
.note-editor .dt-buttons .open .dropdown-toggle.note-btn.btn-sm.dt-button:focus,
.note-editor .dt-buttons .open .dropdown-toggle.note-btn.btn-sm.dt-button:hover,
.note-editor .open .dropdown-toggle.btn.note-btn.btn-sm:active,
.note-editor .open .dropdown-toggle.btn.note-btn.btn-sm:focus,
.note-editor .open .dropdown-toggle.btn.note-btn.btn-sm:hover,
.note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-next-button:active,
.note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-next-button:focus,
.note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-next-button:hover,
.note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-prev-button:active,
.note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-prev-button:focus,
.note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-prev-button:hover,
.note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-today-button:active,
.note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-today-button:focus,
.note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-today-button:hover,
.note-editor .open button.dropdown-toggle.note-btn.btn-sm.fc-agendaWeek-button:active,
.note-editor .open button.dropdown-toggle.note-btn.btn-sm.fc-agendaWeek-button:focus,
.note-editor .open button.dropdown-toggle.note-btn.btn-sm.fc-agendaWeek-button:hover,
.note-editor .owl-theme .owl-nav .open .dropdown-toggle.note-btn.btn-sm[class*=owl-]:active,
.note-editor .owl-theme .owl-nav .open .dropdown-toggle.note-btn.btn-sm[class*=owl-]:focus,
.note-editor .owl-theme .owl-nav .open .dropdown-toggle.note-btn.btn-sm[class*=owl-]:hover,
.note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm:active,
.note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm:focus,
.note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm:hover,
.note-editor .wizard>.actions .open a.dropdown-toggle.note-btn.btn-sm:active,
.note-editor .wizard>.actions .open a.dropdown-toggle.note-btn.btn-sm:focus,
.note-editor .wizard>.actions .open a.dropdown-toggle.note-btn.btn-sm:hover,
.open .dropdown-toggle.btn-outline.fc-next-button:active,
.open .dropdown-toggle.btn-outline.fc-next-button:focus,
.open .dropdown-toggle.btn-outline.fc-next-button:hover,
.open .dropdown-toggle.btn-outline.fc-prev-button:active,
.open .dropdown-toggle.btn-outline.fc-prev-button:focus,
.open .dropdown-toggle.btn-outline.fc-prev-button:hover,
.open .dropdown-toggle.btn-outline.fc-today-button:active,
.open .dropdown-toggle.btn-outline.fc-today-button:focus,
.open .dropdown-toggle.btn-outline.fc-today-button:hover,
.open .dropdown-toggle.btn.btn-outline:active,
.open .dropdown-toggle.btn.btn-outline:focus,
.open .dropdown-toggle.btn.btn-outline:hover,
.open .dt-buttons .dropdown-toggle.btn-outline.dt-button:active,
.open .dt-buttons .dropdown-toggle.btn-outline.dt-button:focus,
.open .dt-buttons .dropdown-toggle.btn-outline.dt-button:hover,
.open .dt-buttons .note-editor .dropdown-toggle.note-btn.btn-sm.dt-button:active,
.open .dt-buttons .note-editor .dropdown-toggle.note-btn.btn-sm.dt-button:focus,
.open .dt-buttons .note-editor .dropdown-toggle.note-btn.btn-sm.dt-button:hover,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button:active,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button:focus,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button:hover,
.open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.dt-button:active,
.open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.dt-button:focus,
.open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.dt-button:hover,
.open .note-editor .dropdown-toggle.btn.note-btn.btn-sm:active,
.open .note-editor .dropdown-toggle.btn.note-btn.btn-sm:focus,
.open .note-editor .dropdown-toggle.btn.note-btn.btn-sm:hover,
.open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-next-button:active,
.open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-next-button:focus,
.open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-next-button:hover,
.open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-prev-button:active,
.open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-prev-button:focus,
.open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-prev-button:hover,
.open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-today-button:active,
.open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-today-button:focus,
.open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-today-button:hover,
.open .note-editor .dt-buttons .dropdown-toggle.note-btn.btn-sm.dt-button:active,
.open .note-editor .dt-buttons .dropdown-toggle.note-btn.btn-sm.dt-button:focus,
.open .note-editor .dt-buttons .dropdown-toggle.note-btn.btn-sm.dt-button:hover,
.open .note-editor .owl-theme .owl-nav .dropdown-toggle.note-btn.btn-sm[class*=owl-]:active,
.open .note-editor .owl-theme .owl-nav .dropdown-toggle.note-btn.btn-sm[class*=owl-]:focus,
.open .note-editor .owl-theme .owl-nav .dropdown-toggle.note-btn.btn-sm[class*=owl-]:hover,
.open .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm:active,
.open .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm:focus,
.open .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm:hover,
.open .note-editor .wizard>.actions a.dropdown-toggle.note-btn.btn-sm:active,
.open .note-editor .wizard>.actions a.dropdown-toggle.note-btn.btn-sm:focus,
.open .note-editor .wizard>.actions a.dropdown-toggle.note-btn.btn-sm:hover,
.open .note-editor button.dropdown-toggle.note-btn.btn-sm.fc-agendaWeek-button:active,
.open .note-editor button.dropdown-toggle.note-btn.btn-sm.fc-agendaWeek-button:focus,
.open .note-editor button.dropdown-toggle.note-btn.btn-sm.fc-agendaWeek-button:hover,
.open .owl-theme .owl-nav .dropdown-toggle.btn-outline[class*=owl-]:active,
.open .owl-theme .owl-nav .dropdown-toggle.btn-outline[class*=owl-]:focus,
.open .owl-theme .owl-nav .dropdown-toggle.btn-outline[class*=owl-]:hover,
.open .owl-theme .owl-nav .note-editor .dropdown-toggle.note-btn.btn-sm[class*=owl-]:active,
.open .owl-theme .owl-nav .note-editor .dropdown-toggle.note-btn.btn-sm[class*=owl-]:focus,
.open .owl-theme .owl-nav .note-editor .dropdown-toggle.note-btn.btn-sm[class*=owl-]:hover,
.open .owl-theme .owl-nav button.dropdown-toggle[class*=owl-].fc-agendaWeek-button:active,
.open .owl-theme .owl-nav button.dropdown-toggle[class*=owl-].fc-agendaWeek-button:focus,
.open .owl-theme .owl-nav button.dropdown-toggle[class*=owl-].fc-agendaWeek-button:hover,
.open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle[class*=owl-]:active,
.open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle[class*=owl-]:focus,
.open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle[class*=owl-]:hover,
.open .sweet-alert .note-editor button.dropdown-toggle.note-btn.btn-sm:active,
.open .sweet-alert .note-editor button.dropdown-toggle.note-btn.btn-sm:focus,
.open .sweet-alert .note-editor button.dropdown-toggle.note-btn.btn-sm:hover,
.open .sweet-alert button.dropdown-toggle.btn-outline:active,
.open .sweet-alert button.dropdown-toggle.btn-outline:focus,
.open .sweet-alert button.dropdown-toggle.btn-outline:hover,
.open .sweet-alert button.dropdown-toggle.fc-agendaWeek-button:active,
.open .sweet-alert button.dropdown-toggle.fc-agendaWeek-button:focus,
.open .sweet-alert button.dropdown-toggle.fc-agendaWeek-button:hover,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:active,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:focus,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle:hover,
.open .wizard>.actions .note-editor a.dropdown-toggle.note-btn.btn-sm:active,
.open .wizard>.actions .note-editor a.dropdown-toggle.note-btn.btn-sm:focus,
.open .wizard>.actions .note-editor a.dropdown-toggle.note-btn.btn-sm:hover,
.open .wizard>.actions a.dropdown-toggle.btn-outline:active,
.open .wizard>.actions a.dropdown-toggle.btn-outline:focus,
.open .wizard>.actions a.dropdown-toggle.btn-outline:hover,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle:active,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle:focus,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle:hover,
.open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.open button.dropdown-toggle.fc-agendaWeek-button:active,
.open button.dropdown-toggle.fc-agendaWeek-button:focus,
.open button.dropdown-toggle.fc-agendaWeek-button:hover,
.open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left:active,
.open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left:focus,
.open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left:hover,
.open button.dropdown-toggle.fc-next-button.fc-agendaWeek-button:active,
.open button.dropdown-toggle.fc-next-button.fc-agendaWeek-button:focus,
.open button.dropdown-toggle.fc-next-button.fc-agendaWeek-button:hover,
.open button.dropdown-toggle.fc-prev-button.fc-agendaWeek-button:active,
.open button.dropdown-toggle.fc-prev-button.fc-agendaWeek-button:focus,
.open button.dropdown-toggle.fc-prev-button.fc-agendaWeek-button:hover,
.open button.dropdown-toggle.fc-today-button.fc-agendaWeek-button:active,
.open button.dropdown-toggle.fc-today-button.fc-agendaWeek-button:focus,
.open button.dropdown-toggle.fc-today-button.fc-agendaWeek-button:hover,
.open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.dt-button:active,
.open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.dt-button:focus,
.open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.dt-button:hover,
.open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle[class*=owl-]:active,
.open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle[class*=owl-]:focus,
.open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle[class*=owl-]:hover,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle:active,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle:focus,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle:hover,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn:active,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn:focus,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn:hover,
.open ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button:active,
.open ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button:focus,
.open ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button:hover,
.open ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button:active,
.open ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button:focus,
.open ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button:hover,
.open ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button:active,
.open ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button:focus,
.open ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button:hover,
.owl-theme .owl-nav .note-editor .open .dropdown-toggle.note-btn.btn-sm[class*=owl-]:active,
.owl-theme .owl-nav .note-editor .open .dropdown-toggle.note-btn.btn-sm[class*=owl-]:focus,
.owl-theme .owl-nav .note-editor .open .dropdown-toggle.note-btn.btn-sm[class*=owl-]:hover,
.owl-theme .owl-nav .open .dropdown-toggle.btn-outline[class*=owl-]:active,
.owl-theme .owl-nav .open .dropdown-toggle.btn-outline[class*=owl-]:focus,
.owl-theme .owl-nav .open .dropdown-toggle.btn-outline[class*=owl-]:hover,
.owl-theme .owl-nav .open button.dropdown-toggle[class*=owl-].fc-agendaWeek-button:active,
.owl-theme .owl-nav .open button.dropdown-toggle[class*=owl-].fc-agendaWeek-button:focus,
.owl-theme .owl-nav .open button.dropdown-toggle[class*=owl-].fc-agendaWeek-button:hover,
.owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle[class*=owl-]:active,
.owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle[class*=owl-]:focus,
.owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle[class*=owl-]:hover,
.sweet-alert .note-editor .open button.dropdown-toggle.note-btn.btn-sm:active,
.sweet-alert .note-editor .open button.dropdown-toggle.note-btn.btn-sm:focus,
.sweet-alert .note-editor .open button.dropdown-toggle.note-btn.btn-sm:hover,
.sweet-alert .open button.dropdown-toggle.btn-outline:active,
.sweet-alert .open button.dropdown-toggle.btn-outline:focus,
.sweet-alert .open button.dropdown-toggle.btn-outline:hover,
.sweet-alert .open button.dropdown-toggle.fc-agendaWeek-button:active,
.sweet-alert .open button.dropdown-toggle.fc-agendaWeek-button:focus,
.sweet-alert .open button.dropdown-toggle.fc-agendaWeek-button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle:active,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle:focus,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle:hover,
.wizard>.actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm:active,
.wizard>.actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm:focus,
.wizard>.actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm:hover,
.wizard>.actions .open a.dropdown-toggle.btn-outline:active,
.wizard>.actions .open a.dropdown-toggle.btn-outline:focus,
.wizard>.actions .open a.dropdown-toggle.btn-outline:hover,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle:active,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle:focus,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle:hover,
ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.dt-button:active,
ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.dt-button:focus,
ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.dt-button:hover,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn:active,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn:focus,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn:hover,
ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button:active,
ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button:focus,
ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button:hover,
ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button:active,
ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button:focus,
ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button:hover,
ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button:active,
ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button:focus,
ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button:hover,
ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle[class*=owl-]:active,
ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle[class*=owl-]:focus,
ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle[class*=owl-]:hover,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle:active,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle:focus,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle:hover {
    background: 0 0;
    border: 1px solid #dcdcdc
}

.dt-buttons .note-editor .open .dropdown-toggle.btn-success.note-btn.btn-sm.dt-button,
.dt-buttons .note-editor .open .dropdown-toggle.dt-button.note-btn.btn-sm.fc-next-button,
.dt-buttons .note-editor .open .dropdown-toggle.dt-button.note-btn.btn-sm.fc-prev-button,
.dt-buttons .note-editor .open .dropdown-toggle.dt-button.note-btn.btn-sm.fc-today-button,
.dt-buttons .open .dropdown-toggle.btn-outline.btn-success.dt-button,
.dt-buttons .open .dropdown-toggle.btn-outline.dt-button.fc-next-button,
.dt-buttons .open .dropdown-toggle.btn-outline.dt-button.fc-prev-button,
.dt-buttons .open .dropdown-toggle.btn-outline.dt-button.fc-today-button,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success.dt-button,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.dt-button.fc-next-button,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.dt-button.fc-prev-button,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.dt-button.fc-today-button,
.dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success.dt-button,
.dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success.dt-button.btn,
.dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.dt-button.fc-next-button,
.dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.dt-button.fc-prev-button,
.dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.dt-button.fc-today-button,
.note-editor .dt-buttons .open .dropdown-toggle.btn-success.note-btn.btn-sm.dt-button,
.note-editor .dt-buttons .open .dropdown-toggle.dt-button.note-btn.btn-sm.fc-next-button,
.note-editor .dt-buttons .open .dropdown-toggle.dt-button.note-btn.btn-sm.fc-prev-button,
.note-editor .dt-buttons .open .dropdown-toggle.dt-button.note-btn.btn-sm.fc-today-button,
.note-editor .open .dropdown-toggle.btn.btn-success.note-btn.btn-sm,
.note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-next-button,
.note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-prev-button,
.note-editor .open .dropdown-toggle.note-btn.btn-sm.fc-today-button,
.note-editor .open button.dropdown-toggle.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right,
.note-editor .open button.dropdown-toggle.note-btn.btn-sm.fc-agendaWeek-button,
.note-editor .open button.dropdown-toggle.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left,
.note-editor .owl-theme .owl-nav .open .dropdown-toggle.btn-success.note-btn.btn-sm[class*=owl-],
.note-editor .owl-theme .owl-nav .open .dropdown-toggle[class*=owl-].note-btn.btn-sm.fc-next-button,
.note-editor .owl-theme .owl-nav .open .dropdown-toggle[class*=owl-].note-btn.btn-sm.fc-prev-button,
.note-editor .owl-theme .owl-nav .open .dropdown-toggle[class*=owl-].note-btn.btn-sm.fc-today-button,
.note-editor .sweet-alert .open button.dropdown-toggle.btn-success.note-btn.btn-sm,
.note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm.fc-next-button,
.note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm.fc-prev-button,
.note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm.fc-today-button,
.note-editor .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success.note-btn.btn-sm,
.note-editor .wizard>.actions .disabled .open a.dropdown-toggle.btn-success.note-btn.btn-sm,
.note-editor .wizard>.actions .disabled .open a.dropdown-toggle.btn-success.note-btn.btn-sm:active,
.note-editor .wizard>.actions .disabled .open a.dropdown-toggle.btn-success.note-btn.btn-sm:hover,
.note-editor .wizard>.actions .disabled .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button,
.note-editor .wizard>.actions .disabled .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button:active,
.note-editor .wizard>.actions .disabled .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button:hover,
.note-editor .wizard>.actions .disabled .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button,
.note-editor .wizard>.actions .disabled .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:active,
.note-editor .wizard>.actions .disabled .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:hover,
.note-editor .wizard>.actions .disabled .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button,
.note-editor .wizard>.actions .disabled .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button:active,
.note-editor .wizard>.actions .disabled .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button:hover,
.note-editor .wizard>.actions .open a.dropdown-toggle.btn-success.note-btn.btn-sm,
.note-editor .wizard>.actions .open a.dropdown-toggle.btn-success.note-btn.btn-sm:active,
.note-editor .wizard>.actions .open a.dropdown-toggle.btn-success.note-btn.btn-sm:hover,
.note-editor .wizard>.actions .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button,
.note-editor .wizard>.actions .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button:active,
.note-editor .wizard>.actions .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button:hover,
.note-editor .wizard>.actions .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button,
.note-editor .wizard>.actions .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:active,
.note-editor .wizard>.actions .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:hover,
.note-editor .wizard>.actions .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button,
.note-editor .wizard>.actions .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button:active,
.note-editor .wizard>.actions .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button:hover,
.open .dropdown-toggle.btn-outline.fc-next-button,
.open .dropdown-toggle.btn-outline.fc-prev-button,
.open .dropdown-toggle.btn-outline.fc-today-button,
.open .dropdown-toggle.btn.btn-outline.btn-success,
.open .dt-buttons .dropdown-toggle.btn-outline.btn-success.dt-button,
.open .dt-buttons .dropdown-toggle.btn-outline.dt-button.fc-next-button,
.open .dt-buttons .dropdown-toggle.btn-outline.dt-button.fc-prev-button,
.open .dt-buttons .dropdown-toggle.btn-outline.dt-button.fc-today-button,
.open .dt-buttons .note-editor .dropdown-toggle.btn-success.note-btn.btn-sm.dt-button,
.open .dt-buttons .note-editor .dropdown-toggle.dt-button.note-btn.btn-sm.fc-next-button,
.open .dt-buttons .note-editor .dropdown-toggle.dt-button.note-btn.btn-sm.fc-prev-button,
.open .dt-buttons .note-editor .dropdown-toggle.dt-button.note-btn.btn-sm.fc-today-button,
.open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success.dt-button,
.open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.dt-button.fc-next-button,
.open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.dt-button.fc-prev-button,
.open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.dt-button.fc-today-button,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.btn-success.dt-button,
.open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.btn-success.dt-button.btn,
.open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.dt-button.fc-next-button,
.open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.dt-button.fc-prev-button,
.open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.dt-button.fc-today-button,
.open .note-editor .dropdown-toggle.btn.btn-success.note-btn.btn-sm,
.open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-next-button,
.open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-prev-button,
.open .note-editor .dropdown-toggle.note-btn.btn-sm.fc-today-button,
.open .note-editor .dt-buttons .dropdown-toggle.btn-success.note-btn.btn-sm.dt-button,
.open .note-editor .dt-buttons .dropdown-toggle.dt-button.note-btn.btn-sm.fc-next-button,
.open .note-editor .dt-buttons .dropdown-toggle.dt-button.note-btn.btn-sm.fc-prev-button,
.open .note-editor .dt-buttons .dropdown-toggle.dt-button.note-btn.btn-sm.fc-today-button,
.open .note-editor .owl-theme .owl-nav .dropdown-toggle.btn-success.note-btn.btn-sm[class*=owl-],
.open .note-editor .owl-theme .owl-nav .dropdown-toggle[class*=owl-].note-btn.btn-sm.fc-next-button,
.open .note-editor .owl-theme .owl-nav .dropdown-toggle[class*=owl-].note-btn.btn-sm.fc-prev-button,
.open .note-editor .owl-theme .owl-nav .dropdown-toggle[class*=owl-].note-btn.btn-sm.fc-today-button,
.open .note-editor .sweet-alert button.dropdown-toggle.btn-success.note-btn.btn-sm,
.open .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm.fc-next-button,
.open .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm.fc-prev-button,
.open .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm.fc-today-button,
.open .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success.note-btn.btn-sm,
.open .note-editor .wizard>.actions .disabled a.dropdown-toggle.btn-success.note-btn.btn-sm,
.open .note-editor .wizard>.actions .disabled a.dropdown-toggle.btn-success.note-btn.btn-sm:active,
.open .note-editor .wizard>.actions .disabled a.dropdown-toggle.btn-success.note-btn.btn-sm:hover,
.open .note-editor .wizard>.actions .disabled a.dropdown-toggle.note-btn.btn-sm.fc-next-button,
.open .note-editor .wizard>.actions .disabled a.dropdown-toggle.note-btn.btn-sm.fc-next-button:active,
.open .note-editor .wizard>.actions .disabled a.dropdown-toggle.note-btn.btn-sm.fc-next-button:hover,
.open .note-editor .wizard>.actions .disabled a.dropdown-toggle.note-btn.btn-sm.fc-prev-button,
.open .note-editor .wizard>.actions .disabled a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:active,
.open .note-editor .wizard>.actions .disabled a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:hover,
.open .note-editor .wizard>.actions .disabled a.dropdown-toggle.note-btn.btn-sm.fc-today-button,
.open .note-editor .wizard>.actions .disabled a.dropdown-toggle.note-btn.btn-sm.fc-today-button:active,
.open .note-editor .wizard>.actions .disabled a.dropdown-toggle.note-btn.btn-sm.fc-today-button:hover,
.open .note-editor .wizard>.actions a.dropdown-toggle.btn-success.note-btn.btn-sm,
.open .note-editor .wizard>.actions a.dropdown-toggle.btn-success.note-btn.btn-sm:active,
.open .note-editor .wizard>.actions a.dropdown-toggle.btn-success.note-btn.btn-sm:hover,
.open .note-editor .wizard>.actions a.dropdown-toggle.note-btn.btn-sm.fc-next-button,
.open .note-editor .wizard>.actions a.dropdown-toggle.note-btn.btn-sm.fc-next-button:active,
.open .note-editor .wizard>.actions a.dropdown-toggle.note-btn.btn-sm.fc-next-button:hover,
.open .note-editor .wizard>.actions a.dropdown-toggle.note-btn.btn-sm.fc-prev-button,
.open .note-editor .wizard>.actions a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:active,
.open .note-editor .wizard>.actions a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:hover,
.open .note-editor .wizard>.actions a.dropdown-toggle.note-btn.btn-sm.fc-today-button,
.open .note-editor .wizard>.actions a.dropdown-toggle.note-btn.btn-sm.fc-today-button:active,
.open .note-editor .wizard>.actions a.dropdown-toggle.note-btn.btn-sm.fc-today-button:hover,
.open .note-editor button.dropdown-toggle.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .note-editor button.dropdown-toggle.note-btn.btn-sm.fc-agendaWeek-button,
.open .note-editor button.dropdown-toggle.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left,
.open .owl-theme .owl-nav .dropdown-toggle.btn-outline.btn-success[class*=owl-],
.open .owl-theme .owl-nav .dropdown-toggle.btn-outline[class*=owl-].fc-next-button,
.open .owl-theme .owl-nav .dropdown-toggle.btn-outline[class*=owl-].fc-prev-button,
.open .owl-theme .owl-nav .dropdown-toggle.btn-outline[class*=owl-].fc-today-button,
.open .owl-theme .owl-nav .note-editor .dropdown-toggle.btn-success.note-btn.btn-sm[class*=owl-],
.open .owl-theme .owl-nav .note-editor .dropdown-toggle[class*=owl-].note-btn.btn-sm.fc-next-button,
.open .owl-theme .owl-nav .note-editor .dropdown-toggle[class*=owl-].note-btn.btn-sm.fc-prev-button,
.open .owl-theme .owl-nav .note-editor .dropdown-toggle[class*=owl-].note-btn.btn-sm.fc-today-button,
.open .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success[class*=owl-],
.open .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle[class*=owl-].fc-next-button,
.open .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle[class*=owl-].fc-prev-button,
.open .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle[class*=owl-].fc-today-button,
.open .owl-theme .owl-nav button.dropdown-toggle[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .owl-theme .owl-nav button.dropdown-toggle[class*=owl-].fc-agendaWeek-button,
.open .owl-theme .owl-nav button.dropdown-toggle[class*=owl-].fc-month-button.fc-state-default.fc-corner-left,
.open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle.btn-success[class*=owl-],
.open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle.btn-success[class*=owl-].btn,
.open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle[class*=owl-].fc-next-button,
.open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle[class*=owl-].fc-prev-button,
.open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle[class*=owl-].fc-today-button,
.open .sweet-alert .note-editor button.dropdown-toggle.btn-success.note-btn.btn-sm,
.open .sweet-alert .note-editor button.dropdown-toggle.note-btn.btn-sm.fc-next-button,
.open .sweet-alert .note-editor button.dropdown-toggle.note-btn.btn-sm.fc-prev-button,
.open .sweet-alert .note-editor button.dropdown-toggle.note-btn.btn-sm.fc-today-button,
.open .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success,
.open .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-next-button,
.open .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-prev-button,
.open .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-today-button,
.open .sweet-alert button.dropdown-toggle.btn-outline.btn-success,
.open .sweet-alert button.dropdown-toggle.btn-outline.fc-next-button,
.open .sweet-alert button.dropdown-toggle.btn-outline.fc-prev-button,
.open .sweet-alert button.dropdown-toggle.btn-outline.fc-today-button,
.open .sweet-alert button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .sweet-alert button.dropdown-toggle.fc-agendaWeek-button,
.open .sweet-alert button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left,
.open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.btn-success.dt-button,
.open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.dt-button.fc-next-button,
.open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.dt-button.fc-prev-button,
.open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.dt-button.fc-today-button,
.open .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.dropdown-toggle.btn-success.note-btn.btn-sm,
.open .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.dropdown-toggle.btn-success[class*=owl-],
.open .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.dropdown-toggle[class*=owl-].fc-next-button,
.open .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.dropdown-toggle[class*=owl-].fc-prev-button,
.open .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.dropdown-toggle[class*=owl-].fc-today-button,
.open .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dropdown-toggle.btn-success,
.open .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dropdown-toggle.fc-next-button,
.open .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dropdown-toggle.fc-prev-button,
.open .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dropdown-toggle.fc-today-button,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-success,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-agendaWeek-button,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-next-button,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-prev-button,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-today-button,
.open .wizard>.actions .disabled .note-editor a.dropdown-toggle.btn-success.note-btn.btn-sm,
.open .wizard>.actions .disabled .note-editor a.dropdown-toggle.btn-success.note-btn.btn-sm:active,
.open .wizard>.actions .disabled .note-editor a.dropdown-toggle.btn-success.note-btn.btn-sm:hover,
.open .wizard>.actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-next-button,
.open .wizard>.actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-next-button:active,
.open .wizard>.actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-next-button:hover,
.open .wizard>.actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-prev-button,
.open .wizard>.actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:active,
.open .wizard>.actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:hover,
.open .wizard>.actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-today-button,
.open .wizard>.actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-today-button:active,
.open .wizard>.actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-today-button:hover,
.open .wizard>.actions .disabled a.dropdown-toggle.btn-outline.btn-success,
.open .wizard>.actions .disabled a.dropdown-toggle.btn-outline.btn-success:active,
.open .wizard>.actions .disabled a.dropdown-toggle.btn-outline.btn-success:hover,
.open .wizard>.actions .disabled a.dropdown-toggle.btn-outline.fc-next-button,
.open .wizard>.actions .disabled a.dropdown-toggle.btn-outline.fc-next-button:active,
.open .wizard>.actions .disabled a.dropdown-toggle.btn-outline.fc-next-button:hover,
.open .wizard>.actions .disabled a.dropdown-toggle.btn-outline.fc-prev-button,
.open .wizard>.actions .disabled a.dropdown-toggle.btn-outline.fc-prev-button:active,
.open .wizard>.actions .disabled a.dropdown-toggle.btn-outline.fc-prev-button:hover,
.open .wizard>.actions .disabled a.dropdown-toggle.btn-outline.fc-today-button,
.open .wizard>.actions .disabled a.dropdown-toggle.btn-outline.fc-today-button:active,
.open .wizard>.actions .disabled a.dropdown-toggle.btn-outline.fc-today-button:hover,
.open .wizard>.actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.btn-success.btn,
.open .wizard>.actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.btn-success.btn:active,
.open .wizard>.actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.btn-success.btn:hover,
.open .wizard>.actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button,
.open .wizard>.actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button:active,
.open .wizard>.actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button:hover,
.open .wizard>.actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button,
.open .wizard>.actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button:active,
.open .wizard>.actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button:hover,
.open .wizard>.actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button,
.open .wizard>.actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button:active,
.open .wizard>.actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button:hover,
.open .wizard>.actions .note-editor a.dropdown-toggle.btn-success.note-btn.btn-sm,
.open .wizard>.actions .note-editor a.dropdown-toggle.btn-success.note-btn.btn-sm:active,
.open .wizard>.actions .note-editor a.dropdown-toggle.btn-success.note-btn.btn-sm:hover,
.open .wizard>.actions .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-next-button,
.open .wizard>.actions .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-next-button:active,
.open .wizard>.actions .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-next-button:hover,
.open .wizard>.actions .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-prev-button,
.open .wizard>.actions .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:active,
.open .wizard>.actions .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:hover,
.open .wizard>.actions .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-today-button,
.open .wizard>.actions .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-today-button:active,
.open .wizard>.actions .note-editor a.dropdown-toggle.note-btn.btn-sm.fc-today-button:hover,
.open .wizard>.actions a.dropdown-toggle.btn-outline.btn-success,
.open .wizard>.actions a.dropdown-toggle.btn-outline.btn-success:active,
.open .wizard>.actions a.dropdown-toggle.btn-outline.btn-success:hover,
.open .wizard>.actions a.dropdown-toggle.btn-outline.fc-next-button,
.open .wizard>.actions a.dropdown-toggle.btn-outline.fc-next-button:active,
.open .wizard>.actions a.dropdown-toggle.btn-outline.fc-next-button:hover,
.open .wizard>.actions a.dropdown-toggle.btn-outline.fc-prev-button,
.open .wizard>.actions a.dropdown-toggle.btn-outline.fc-prev-button:active,
.open .wizard>.actions a.dropdown-toggle.btn-outline.fc-prev-button:hover,
.open .wizard>.actions a.dropdown-toggle.btn-outline.fc-today-button,
.open .wizard>.actions a.dropdown-toggle.btn-outline.fc-today-button:active,
.open .wizard>.actions a.dropdown-toggle.btn-outline.fc-today-button:hover,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle.btn-success,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle.btn-success.btn,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle.btn-success.btn:active,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle.btn-success.btn:hover,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button:active,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button:hover,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button:active,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button:hover,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button:active,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button:hover,
.open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.fc-agendaWeek-button,
.open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.fc-next-button.fc-agendaWeek-button,
.open button.dropdown-toggle.fc-next-button.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.fc-prev-button.fc-agendaWeek-button,
.open button.dropdown-toggle.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.fc-today-button.fc-agendaWeek-button,
.open button.dropdown-toggle.fc-today-button.fc-month-button.fc-state-default.fc-corner-left,
.open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.btn-success.dt-button,
.open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.btn-success.dt-button.btn,
.open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.dt-button.fc-next-button,
.open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.dt-button.fc-prev-button,
.open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.dt-button.fc-today-button,
.open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.btn-success[class*=owl-],
.open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.btn-success[class*=owl-].btn,
.open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle[class*=owl-].fc-next-button,
.open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle[class*=owl-].fc-prev-button,
.open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle[class*=owl-].fc-today-button,
.open ul.wysihtml5-toolbar .wizard>.actions .disabled a.dropdown-toggle.btn-success.btn,
.open ul.wysihtml5-toolbar .wizard>.actions .disabled a.dropdown-toggle.btn-success.btn:active,
.open ul.wysihtml5-toolbar .wizard>.actions .disabled a.dropdown-toggle.btn-success.btn:hover,
.open ul.wysihtml5-toolbar .wizard>.actions .disabled a.dropdown-toggle.fc-next-button,
.open ul.wysihtml5-toolbar .wizard>.actions .disabled a.dropdown-toggle.fc-next-button:active,
.open ul.wysihtml5-toolbar .wizard>.actions .disabled a.dropdown-toggle.fc-next-button:hover,
.open ul.wysihtml5-toolbar .wizard>.actions .disabled a.dropdown-toggle.fc-prev-button,
.open ul.wysihtml5-toolbar .wizard>.actions .disabled a.dropdown-toggle.fc-prev-button:active,
.open ul.wysihtml5-toolbar .wizard>.actions .disabled a.dropdown-toggle.fc-prev-button:hover,
.open ul.wysihtml5-toolbar .wizard>.actions .disabled a.dropdown-toggle.fc-today-button,
.open ul.wysihtml5-toolbar .wizard>.actions .disabled a.dropdown-toggle.fc-today-button:active,
.open ul.wysihtml5-toolbar .wizard>.actions .disabled a.dropdown-toggle.fc-today-button:hover,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle.btn-success,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle.btn-success.btn,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle.btn-success.btn:active,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle.btn-success.btn:hover,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle.fc-next-button,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle.fc-next-button:active,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle.fc-next-button:hover,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle.fc-prev-button,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle.fc-prev-button:active,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle.fc-prev-button:hover,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle.fc-today-button,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle.fc-today-button:active,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle.fc-today-button:hover,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn.btn-success,
.open ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button,
.open ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button,
.open ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button,
.owl-theme .owl-nav .note-editor .open .dropdown-toggle.btn-success.note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav .note-editor .open .dropdown-toggle[class*=owl-].note-btn.btn-sm.fc-next-button,
.owl-theme .owl-nav .note-editor .open .dropdown-toggle[class*=owl-].note-btn.btn-sm.fc-prev-button,
.owl-theme .owl-nav .note-editor .open .dropdown-toggle[class*=owl-].note-btn.btn-sm.fc-today-button,
.owl-theme .owl-nav .open .dropdown-toggle.btn-outline.btn-success[class*=owl-],
.owl-theme .owl-nav .open .dropdown-toggle.btn-outline[class*=owl-].fc-next-button,
.owl-theme .owl-nav .open .dropdown-toggle.btn-outline[class*=owl-].fc-prev-button,
.owl-theme .owl-nav .open .dropdown-toggle.btn-outline[class*=owl-].fc-today-button,
.owl-theme .owl-nav .open button.dropdown-toggle[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right,
.owl-theme .owl-nav .open button.dropdown-toggle[class*=owl-].fc-agendaWeek-button,
.owl-theme .owl-nav .open button.dropdown-toggle[class*=owl-].fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success[class*=owl-],
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle[class*=owl-].fc-next-button,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle[class*=owl-].fc-prev-button,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle[class*=owl-].fc-today-button,
.owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success[class*=owl-],
.owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success[class*=owl-].btn,
.owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle[class*=owl-].fc-next-button,
.owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle[class*=owl-].fc-prev-button,
.owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle[class*=owl-].fc-today-button,
.sweet-alert .note-editor .open button.dropdown-toggle.btn-success.note-btn.btn-sm,
.sweet-alert .note-editor .open button.dropdown-toggle.note-btn.btn-sm.fc-next-button,
.sweet-alert .note-editor .open button.dropdown-toggle.note-btn.btn-sm.fc-prev-button,
.sweet-alert .note-editor .open button.dropdown-toggle.note-btn.btn-sm.fc-today-button,
.sweet-alert .open button.dropdown-toggle.btn-outline.btn-success,
.sweet-alert .open button.dropdown-toggle.btn-outline.fc-next-button,
.sweet-alert .open button.dropdown-toggle.btn-outline.fc-prev-button,
.sweet-alert .open button.dropdown-toggle.btn-outline.fc-today-button,
.sweet-alert .open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right,
.sweet-alert .open button.dropdown-toggle.fc-agendaWeek-button,
.sweet-alert .open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-next-button,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-prev-button,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-today-button,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.btn-success.dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.dt-button.fc-next-button,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.dt-button.fc-prev-button,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.dt-button.fc-today-button,
.tablesaw-sortable th.tablesaw-sortable-head .note-editor .open button.dropdown-toggle.btn-success.note-btn.btn-sm,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-success,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-agendaWeek-button,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-next-button,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-prev-button,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-today-button,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav .open button.dropdown-toggle.btn-success[class*=owl-],
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav .open button.dropdown-toggle[class*=owl-].fc-next-button,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav .open button.dropdown-toggle[class*=owl-].fc-prev-button,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav .open button.dropdown-toggle[class*=owl-].fc-today-button,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .open button.dropdown-toggle.btn-success,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .open button.dropdown-toggle.fc-next-button,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .open button.dropdown-toggle.fc-prev-button,
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .open button.dropdown-toggle.fc-today-button,
.wizard>.actions .disabled .note-editor .open a.dropdown-toggle.btn-success.note-btn.btn-sm,
.wizard>.actions .disabled .note-editor .open a.dropdown-toggle.btn-success.note-btn.btn-sm:active,
.wizard>.actions .disabled .note-editor .open a.dropdown-toggle.btn-success.note-btn.btn-sm:hover,
.wizard>.actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button,
.wizard>.actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button:active,
.wizard>.actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button:hover,
.wizard>.actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button,
.wizard>.actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:active,
.wizard>.actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:hover,
.wizard>.actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button,
.wizard>.actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button:active,
.wizard>.actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button:hover,
.wizard>.actions .disabled .open a.dropdown-toggle.btn-outline.btn-success,
.wizard>.actions .disabled .open a.dropdown-toggle.btn-outline.btn-success:active,
.wizard>.actions .disabled .open a.dropdown-toggle.btn-outline.btn-success:hover,
.wizard>.actions .disabled .open a.dropdown-toggle.btn-outline.fc-next-button,
.wizard>.actions .disabled .open a.dropdown-toggle.btn-outline.fc-next-button:active,
.wizard>.actions .disabled .open a.dropdown-toggle.btn-outline.fc-next-button:hover,
.wizard>.actions .disabled .open a.dropdown-toggle.btn-outline.fc-prev-button,
.wizard>.actions .disabled .open a.dropdown-toggle.btn-outline.fc-prev-button:active,
.wizard>.actions .disabled .open a.dropdown-toggle.btn-outline.fc-prev-button:hover,
.wizard>.actions .disabled .open a.dropdown-toggle.btn-outline.fc-today-button,
.wizard>.actions .disabled .open a.dropdown-toggle.btn-outline.fc-today-button:active,
.wizard>.actions .disabled .open a.dropdown-toggle.btn-outline.fc-today-button:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success.btn,
.wizard>.actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success.btn:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success.btn:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button,
.wizard>.actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button,
.wizard>.actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button,
.wizard>.actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button:hover,
.wizard>.actions .note-editor .open a.dropdown-toggle.btn-success.note-btn.btn-sm,
.wizard>.actions .note-editor .open a.dropdown-toggle.btn-success.note-btn.btn-sm:active,
.wizard>.actions .note-editor .open a.dropdown-toggle.btn-success.note-btn.btn-sm:hover,
.wizard>.actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button,
.wizard>.actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button:active,
.wizard>.actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-next-button:hover,
.wizard>.actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button,
.wizard>.actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:active,
.wizard>.actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-prev-button:hover,
.wizard>.actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button,
.wizard>.actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button:active,
.wizard>.actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm.fc-today-button:hover,
.wizard>.actions .open a.dropdown-toggle.btn-outline.btn-success,
.wizard>.actions .open a.dropdown-toggle.btn-outline.btn-success:active,
.wizard>.actions .open a.dropdown-toggle.btn-outline.btn-success:hover,
.wizard>.actions .open a.dropdown-toggle.btn-outline.fc-next-button,
.wizard>.actions .open a.dropdown-toggle.btn-outline.fc-next-button:active,
.wizard>.actions .open a.dropdown-toggle.btn-outline.fc-next-button:hover,
.wizard>.actions .open a.dropdown-toggle.btn-outline.fc-prev-button,
.wizard>.actions .open a.dropdown-toggle.btn-outline.fc-prev-button:active,
.wizard>.actions .open a.dropdown-toggle.btn-outline.fc-prev-button:hover,
.wizard>.actions .open a.dropdown-toggle.btn-outline.fc-today-button,
.wizard>.actions .open a.dropdown-toggle.btn-outline.fc-today-button:active,
.wizard>.actions .open a.dropdown-toggle.btn-outline.fc-today-button:hover,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success.btn,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success.btn:active,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-success.btn:hover,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button:active,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button:hover,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button:active,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button:hover,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button:active,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button:hover,
ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.btn-success.dt-button,
ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.btn-success.dt-button.btn,
ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.dt-button.fc-next-button,
ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.dt-button.fc-prev-button,
ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.dt-button.fc-today-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn.btn-success,
ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button,
ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.btn-success[class*=owl-],
ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.btn-success[class*=owl-].btn,
ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle[class*=owl-].fc-next-button,
ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle[class*=owl-].fc-prev-button,
ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle[class*=owl-].fc-today-button,
ul.wysihtml5-toolbar .wizard>.actions .disabled .open a.dropdown-toggle.btn-success.btn,
ul.wysihtml5-toolbar .wizard>.actions .disabled .open a.dropdown-toggle.btn-success.btn:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled .open a.dropdown-toggle.btn-success.btn:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled .open a.dropdown-toggle.fc-next-button,
ul.wysihtml5-toolbar .wizard>.actions .disabled .open a.dropdown-toggle.fc-next-button:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled .open a.dropdown-toggle.fc-next-button:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled .open a.dropdown-toggle.fc-prev-button,
ul.wysihtml5-toolbar .wizard>.actions .disabled .open a.dropdown-toggle.fc-prev-button:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled .open a.dropdown-toggle.fc-prev-button:hover,
ul.wysihtml5-toolbar .wizard>.actions .disabled .open a.dropdown-toggle.fc-today-button,
ul.wysihtml5-toolbar .wizard>.actions .disabled .open a.dropdown-toggle.fc-today-button:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled .open a.dropdown-toggle.fc-today-button:hover,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle.btn-success,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle.btn-success.btn,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle.btn-success.btn:active,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle.btn-success.btn:hover,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle.fc-next-button,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle.fc-next-button:active,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle.fc-next-button:hover,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle.fc-prev-button,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle.fc-prev-button:active,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle.fc-prev-button:hover,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle.fc-today-button,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle.fc-today-button:active,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle.fc-today-button:hover {
    color: #09a275;
    border: 1px solid #09a275
}

.dt-buttons .note-editor .open .dropdown-toggle.btn-warning.note-btn.btn-sm.dt-button,
.dt-buttons .open .dropdown-toggle.btn-outline.btn-warning.dt-button,
.dt-buttons .open button.dropdown-toggle.btn-warning.dt-button.fc-agendaWeek-button,
.dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-warning.dt-button,
.note-editor .dt-buttons .open .dropdown-toggle.btn-warning.note-btn.btn-sm.dt-button,
.note-editor .open .dropdown-toggle.btn-warning.note-btn.btn-sm.fc-next-button,
.note-editor .open .dropdown-toggle.btn-warning.note-btn.btn-sm.fc-prev-button,
.note-editor .open .dropdown-toggle.btn-warning.note-btn.btn-sm.fc-today-button,
.note-editor .open .dropdown-toggle.btn.btn-warning.note-btn.btn-sm,
.note-editor .open button.dropdown-toggle.btn-warning.note-btn.btn-sm.fc-agendaWeek-button,
.note-editor .owl-theme .owl-nav .open .dropdown-toggle.btn-warning.note-btn.btn-sm[class*=owl-],
.note-editor .sweet-alert .open button.dropdown-toggle.btn-warning.note-btn.btn-sm,
.note-editor .wizard>.actions .open a.dropdown-toggle.btn-warning.note-btn.btn-sm,
.open .dropdown-toggle.btn-outline.btn-warning.fc-next-button,
.open .dropdown-toggle.btn-outline.btn-warning.fc-prev-button,
.open .dropdown-toggle.btn-outline.btn-warning.fc-today-button,
.open .dropdown-toggle.btn.btn-outline.btn-warning,
.open .dt-buttons .dropdown-toggle.btn-outline.btn-warning.dt-button,
.open .dt-buttons .note-editor .dropdown-toggle.btn-warning.note-btn.btn-sm.dt-button,
.open .dt-buttons button.dropdown-toggle.btn-warning.dt-button.fc-agendaWeek-button,
.open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.btn-warning.dt-button,
.open .note-editor .dropdown-toggle.btn-warning.note-btn.btn-sm.fc-next-button,
.open .note-editor .dropdown-toggle.btn-warning.note-btn.btn-sm.fc-prev-button,
.open .note-editor .dropdown-toggle.btn-warning.note-btn.btn-sm.fc-today-button,
.open .note-editor .dropdown-toggle.btn.btn-warning.note-btn.btn-sm,
.open .note-editor .dt-buttons .dropdown-toggle.btn-warning.note-btn.btn-sm.dt-button,
.open .note-editor .owl-theme .owl-nav .dropdown-toggle.btn-warning.note-btn.btn-sm[class*=owl-],
.open .note-editor .sweet-alert button.dropdown-toggle.btn-warning.note-btn.btn-sm,
.open .note-editor .wizard>.actions a.dropdown-toggle.btn-warning.note-btn.btn-sm,
.open .note-editor button.dropdown-toggle.btn-warning.note-btn.btn-sm.fc-agendaWeek-button,
.open .owl-theme .owl-nav .dropdown-toggle.btn-outline.btn-warning[class*=owl-],
.open .owl-theme .owl-nav .note-editor .dropdown-toggle.btn-warning.note-btn.btn-sm[class*=owl-],
.open .owl-theme .owl-nav button.dropdown-toggle.btn-warning[class*=owl-].fc-agendaWeek-button,
.open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle.btn-warning[class*=owl-],
.open .sweet-alert .note-editor button.dropdown-toggle.btn-warning.note-btn.btn-sm,
.open .sweet-alert button.dropdown-toggle.btn-outline.btn-warning,
.open .sweet-alert button.dropdown-toggle.btn-warning.fc-agendaWeek-button,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-warning,
.open .wizard>.actions .note-editor a.dropdown-toggle.btn-warning.note-btn.btn-sm,
.open .wizard>.actions a.dropdown-toggle.btn-outline.btn-warning,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle.btn-warning,
.open button.dropdown-toggle.btn-warning.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-warning.fc-agendaWeek-button,
.open button.dropdown-toggle.btn-warning.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.btn-warning.fc-next-button.fc-agendaWeek-button,
.open button.dropdown-toggle.btn-warning.fc-prev-button.fc-agendaWeek-button,
.open button.dropdown-toggle.btn-warning.fc-today-button.fc-agendaWeek-button,
.open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.btn-warning.dt-button,
.open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.btn-warning[class*=owl-],
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle.btn-warning,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn-warning.fc-next-button,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn-warning.fc-prev-button,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn-warning.fc-today-button,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn.btn-warning,
.owl-theme .owl-nav .note-editor .open .dropdown-toggle.btn-warning.note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav .open .dropdown-toggle.btn-outline.btn-warning[class*=owl-],
.owl-theme .owl-nav .open button.dropdown-toggle.btn-warning[class*=owl-].fc-agendaWeek-button,
.owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-warning[class*=owl-],
.sweet-alert .note-editor .open button.dropdown-toggle.btn-warning.note-btn.btn-sm,
.sweet-alert .open button.dropdown-toggle.btn-outline.btn-warning,
.sweet-alert .open button.dropdown-toggle.btn-warning.fc-agendaWeek-button,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-warning,
.wizard>.actions .note-editor .open a.dropdown-toggle.btn-warning.note-btn.btn-sm,
.wizard>.actions .open a.dropdown-toggle.btn-outline.btn-warning,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-warning,
ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.btn-warning.dt-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-warning.fc-next-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-warning.fc-prev-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-warning.fc-today-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn.btn-warning,
ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.btn-warning[class*=owl-],
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle.btn-warning {
    color: #f2b701;
    border: 1px solid #f2b701
}

.dt-buttons .note-editor .open .dropdown-toggle.btn-info.note-btn.btn-sm.dt-button,
.dt-buttons .open .dropdown-toggle.btn-outline.btn-info.dt-button,
.dt-buttons .open button.dropdown-toggle.btn-info.dt-button.fc-agendaWeek-button,
.dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-info.dt-button,
.note-editor .dt-buttons .open .dropdown-toggle.btn-info.note-btn.btn-sm.dt-button,
.note-editor .open .dropdown-toggle.btn-info.note-btn.btn-sm.fc-next-button,
.note-editor .open .dropdown-toggle.btn-info.note-btn.btn-sm.fc-prev-button,
.note-editor .open .dropdown-toggle.btn-info.note-btn.btn-sm.fc-today-button,
.note-editor .open .dropdown-toggle.btn.btn-info.note-btn.btn-sm,
.note-editor .open button.dropdown-toggle.btn-info.note-btn.btn-sm.fc-agendaWeek-button,
.note-editor .owl-theme .owl-nav .open .dropdown-toggle.btn-info.note-btn.btn-sm[class*=owl-],
.note-editor .sweet-alert .open button.dropdown-toggle.btn-info.note-btn.btn-sm,
.note-editor .wizard>.actions .open a.dropdown-toggle.btn-info.note-btn.btn-sm,
.open .dropdown-toggle.btn-outline.btn-info.fc-next-button,
.open .dropdown-toggle.btn-outline.btn-info.fc-prev-button,
.open .dropdown-toggle.btn-outline.btn-info.fc-today-button,
.open .dropdown-toggle.btn.btn-outline.btn-info,
.open .dt-buttons .dropdown-toggle.btn-outline.btn-info.dt-button,
.open .dt-buttons .note-editor .dropdown-toggle.btn-info.note-btn.btn-sm.dt-button,
.open .dt-buttons button.dropdown-toggle.btn-info.dt-button.fc-agendaWeek-button,
.open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.btn-info.dt-button,
.open .note-editor .dropdown-toggle.btn-info.note-btn.btn-sm.fc-next-button,
.open .note-editor .dropdown-toggle.btn-info.note-btn.btn-sm.fc-prev-button,
.open .note-editor .dropdown-toggle.btn-info.note-btn.btn-sm.fc-today-button,
.open .note-editor .dropdown-toggle.btn.btn-info.note-btn.btn-sm,
.open .note-editor .dt-buttons .dropdown-toggle.btn-info.note-btn.btn-sm.dt-button,
.open .note-editor .owl-theme .owl-nav .dropdown-toggle.btn-info.note-btn.btn-sm[class*=owl-],
.open .note-editor .sweet-alert button.dropdown-toggle.btn-info.note-btn.btn-sm,
.open .note-editor .wizard>.actions a.dropdown-toggle.btn-info.note-btn.btn-sm,
.open .note-editor button.dropdown-toggle.btn-info.note-btn.btn-sm.fc-agendaWeek-button,
.open .owl-theme .owl-nav .dropdown-toggle.btn-outline.btn-info[class*=owl-],
.open .owl-theme .owl-nav .note-editor .dropdown-toggle.btn-info.note-btn.btn-sm[class*=owl-],
.open .owl-theme .owl-nav button.dropdown-toggle.btn-info[class*=owl-].fc-agendaWeek-button,
.open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle.btn-info[class*=owl-],
.open .sweet-alert .note-editor button.dropdown-toggle.btn-info.note-btn.btn-sm,
.open .sweet-alert button.dropdown-toggle.btn-info.fc-agendaWeek-button,
.open .sweet-alert button.dropdown-toggle.btn-outline.btn-info,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-info,
.open .wizard>.actions .note-editor a.dropdown-toggle.btn-info.note-btn.btn-sm,
.open .wizard>.actions a.dropdown-toggle.btn-outline.btn-info,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle.btn-info,
.open button.dropdown-toggle.btn-info.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-info.fc-agendaWeek-button,
.open button.dropdown-toggle.btn-info.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.btn-info.fc-next-button.fc-agendaWeek-button,
.open button.dropdown-toggle.btn-info.fc-prev-button.fc-agendaWeek-button,
.open button.dropdown-toggle.btn-info.fc-today-button.fc-agendaWeek-button,
.open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.btn-info.dt-button,
.open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.btn-info[class*=owl-],
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle.btn-info,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn-info.fc-next-button,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn-info.fc-prev-button,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn-info.fc-today-button,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn.btn-info,
.owl-theme .owl-nav .note-editor .open .dropdown-toggle.btn-info.note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav .open .dropdown-toggle.btn-outline.btn-info[class*=owl-],
.owl-theme .owl-nav .open button.dropdown-toggle.btn-info[class*=owl-].fc-agendaWeek-button,
.owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-info[class*=owl-],
.sweet-alert .note-editor .open button.dropdown-toggle.btn-info.note-btn.btn-sm,
.sweet-alert .open button.dropdown-toggle.btn-info.fc-agendaWeek-button,
.sweet-alert .open button.dropdown-toggle.btn-outline.btn-info,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-info,
.wizard>.actions .note-editor .open a.dropdown-toggle.btn-info.note-btn.btn-sm,
.wizard>.actions .open a.dropdown-toggle.btn-outline.btn-info,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-info,
ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.btn-info.dt-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-info.fc-next-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-info.fc-prev-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-info.fc-today-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn.btn-info,
ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.btn-info[class*=owl-],
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle.btn-info {
    color: #b10058;
    border: 1px solid #b10058
}

.dt-buttons .note-editor .open .dropdown-toggle.btn-danger.note-btn.btn-sm.dt-button,
.dt-buttons .open .dropdown-toggle.btn-outline.btn-danger.dt-button,
.dt-buttons .open button.dropdown-toggle.btn-danger.dt-button.fc-agendaWeek-button,
.dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-danger.dt-button,
.note-editor .dt-buttons .open .dropdown-toggle.btn-danger.note-btn.btn-sm.dt-button,
.note-editor .open .dropdown-toggle.btn-danger.note-btn.btn-sm.fc-next-button,
.note-editor .open .dropdown-toggle.btn-danger.note-btn.btn-sm.fc-prev-button,
.note-editor .open .dropdown-toggle.btn-danger.note-btn.btn-sm.fc-today-button,
.note-editor .open .dropdown-toggle.btn.btn-danger.note-btn.btn-sm,
.note-editor .open button.dropdown-toggle.btn-danger.note-btn.btn-sm.fc-agendaWeek-button,
.note-editor .owl-theme .owl-nav .open .dropdown-toggle.btn-danger.note-btn.btn-sm[class*=owl-],
.note-editor .sweet-alert .open button.dropdown-toggle.btn-danger.note-btn.btn-sm,
.note-editor .wizard>.actions .open a.dropdown-toggle.btn-danger.note-btn.btn-sm,
.open .dropdown-toggle.btn-outline.btn-danger.fc-next-button,
.open .dropdown-toggle.btn-outline.btn-danger.fc-prev-button,
.open .dropdown-toggle.btn-outline.btn-danger.fc-today-button,
.open .dropdown-toggle.btn.btn-outline.btn-danger,
.open .dt-buttons .dropdown-toggle.btn-outline.btn-danger.dt-button,
.open .dt-buttons .note-editor .dropdown-toggle.btn-danger.note-btn.btn-sm.dt-button,
.open .dt-buttons button.dropdown-toggle.btn-danger.dt-button.fc-agendaWeek-button,
.open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.btn-danger.dt-button,
.open .note-editor .dropdown-toggle.btn-danger.note-btn.btn-sm.fc-next-button,
.open .note-editor .dropdown-toggle.btn-danger.note-btn.btn-sm.fc-prev-button,
.open .note-editor .dropdown-toggle.btn-danger.note-btn.btn-sm.fc-today-button,
.open .note-editor .dropdown-toggle.btn.btn-danger.note-btn.btn-sm,
.open .note-editor .dt-buttons .dropdown-toggle.btn-danger.note-btn.btn-sm.dt-button,
.open .note-editor .owl-theme .owl-nav .dropdown-toggle.btn-danger.note-btn.btn-sm[class*=owl-],
.open .note-editor .sweet-alert button.dropdown-toggle.btn-danger.note-btn.btn-sm,
.open .note-editor .wizard>.actions a.dropdown-toggle.btn-danger.note-btn.btn-sm,
.open .note-editor button.dropdown-toggle.btn-danger.note-btn.btn-sm.fc-agendaWeek-button,
.open .owl-theme .owl-nav .dropdown-toggle.btn-outline.btn-danger[class*=owl-],
.open .owl-theme .owl-nav .note-editor .dropdown-toggle.btn-danger.note-btn.btn-sm[class*=owl-],
.open .owl-theme .owl-nav button.dropdown-toggle.btn-danger[class*=owl-].fc-agendaWeek-button,
.open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle.btn-danger[class*=owl-],
.open .sweet-alert .note-editor button.dropdown-toggle.btn-danger.note-btn.btn-sm,
.open .sweet-alert button.dropdown-toggle.btn-danger.fc-agendaWeek-button,
.open .sweet-alert button.dropdown-toggle.btn-outline.btn-danger,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-danger,
.open .wizard>.actions .note-editor a.dropdown-toggle.btn-danger.note-btn.btn-sm,
.open .wizard>.actions a.dropdown-toggle.btn-outline.btn-danger,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle.btn-danger,
.open button.dropdown-toggle.btn-danger.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-danger.fc-agendaWeek-button,
.open button.dropdown-toggle.btn-danger.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.btn-danger.fc-next-button.fc-agendaWeek-button,
.open button.dropdown-toggle.btn-danger.fc-prev-button.fc-agendaWeek-button,
.open button.dropdown-toggle.btn-danger.fc-today-button.fc-agendaWeek-button,
.open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.btn-danger.dt-button,
.open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.btn-danger[class*=owl-],
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle.btn-danger,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn-danger.fc-next-button,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn-danger.fc-prev-button,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn-danger.fc-today-button,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn.btn-danger,
.owl-theme .owl-nav .note-editor .open .dropdown-toggle.btn-danger.note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav .open .dropdown-toggle.btn-outline.btn-danger[class*=owl-],
.owl-theme .owl-nav .open button.dropdown-toggle.btn-danger[class*=owl-].fc-agendaWeek-button,
.owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-danger[class*=owl-],
.sweet-alert .note-editor .open button.dropdown-toggle.btn-danger.note-btn.btn-sm,
.sweet-alert .open button.dropdown-toggle.btn-danger.fc-agendaWeek-button,
.sweet-alert .open button.dropdown-toggle.btn-outline.btn-danger,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-danger,
.wizard>.actions .note-editor .open a.dropdown-toggle.btn-danger.note-btn.btn-sm,
.wizard>.actions .open a.dropdown-toggle.btn-outline.btn-danger,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-danger,
ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.btn-danger.dt-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-danger.fc-next-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-danger.fc-prev-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-danger.fc-today-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn.btn-danger,
ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.btn-danger[class*=owl-],
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle.btn-danger {
    color: #dc0030;
    border: 1px solid #dc0030
}

.dt-buttons .note-editor .open .dropdown-toggle.fc-next-button.note-btn.btn-sm.dt-button,
.dt-buttons .note-editor .open .dropdown-toggle.fc-prev-button.note-btn.btn-sm.dt-button,
.dt-buttons .note-editor .open .dropdown-toggle.fc-today-button.note-btn.btn-sm.dt-button,
.dt-buttons .note-editor .open .dropdown-toggle.note-btn.btn-sm.dt-button,
.dt-buttons .note-editor .owl-theme .owl-nav .open .dropdown-toggle[class*=owl-].note-btn.btn-sm.dt-button,
.dt-buttons .note-editor .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm.dt-button,
.dt-buttons .open .dropdown-toggle.btn-outline.dt-button,
.dt-buttons .open .dropdown-toggle.btn-outline.fc-next-button.dt-button,
.dt-buttons .open .dropdown-toggle.btn-outline.fc-prev-button.dt-button,
.dt-buttons .open .dropdown-toggle.btn-outline.fc-today-button.dt-button,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button,
.dt-buttons .open button.dropdown-toggle.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .open button.dropdown-toggle.fc-next-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons .open button.dropdown-toggle.fc-next-button.dt-button.fc-agendaWeek-button,
.dt-buttons .open button.dropdown-toggle.fc-next-button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .open button.dropdown-toggle.fc-prev-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons .open button.dropdown-toggle.fc-prev-button.dt-button.fc-agendaWeek-button,
.dt-buttons .open button.dropdown-toggle.fc-prev-button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .open button.dropdown-toggle.fc-today-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons .open button.dropdown-toggle.fc-today-button.dt-button.fc-agendaWeek-button,
.dt-buttons .open button.dropdown-toggle.fc-today-button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .owl-theme .owl-nav .open .dropdown-toggle.btn-outline[class*=owl-].dt-button,
.dt-buttons .owl-theme .owl-nav .open button.dropdown-toggle[class*=owl-].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons .owl-theme .owl-nav .open button.dropdown-toggle[class*=owl-].dt-button.fc-agendaWeek-button,
.dt-buttons .owl-theme .owl-nav .open button.dropdown-toggle[class*=owl-].dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .sweet-alert .open button.dropdown-toggle.btn-outline.dt-button,
.dt-buttons .sweet-alert .open button.dropdown-toggle.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.dt-buttons .sweet-alert .open button.dropdown-toggle.dt-button.fc-agendaWeek-button,
.dt-buttons .sweet-alert .open button.dropdown-toggle.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.dt-button,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-next-button.dt-button,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-prev-button.dt-button,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.fc-today-button.dt-button,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav .open button.dropdown-toggle[class*=owl-].dt-button,
.dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .open button.dropdown-toggle.dt-button,
.dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.dt-button,
.dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button.dt-button,
.dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button.dt-button,
.dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button.dt-button,
.dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle[class*=owl-].dt-button,
.note-editor .dt-buttons .open .dropdown-toggle.fc-next-button.note-btn.btn-sm.dt-button,
.note-editor .dt-buttons .open .dropdown-toggle.fc-prev-button.note-btn.btn-sm.dt-button,
.note-editor .dt-buttons .open .dropdown-toggle.fc-today-button.note-btn.btn-sm.dt-button,
.note-editor .dt-buttons .open .dropdown-toggle.note-btn.btn-sm.dt-button,
.note-editor .dt-buttons .owl-theme .owl-nav .open .dropdown-toggle[class*=owl-].note-btn.btn-sm.dt-button,
.note-editor .dt-buttons .sweet-alert .open button.dropdown-toggle.note-btn.btn-sm.dt-button,
.note-editor .open .dropdown-toggle.btn-primary.note-btn.btn-sm.fc-next-button,
.note-editor .open .dropdown-toggle.btn-primary.note-btn.btn-sm.fc-prev-button,
.note-editor .open .dropdown-toggle.btn-primary.note-btn.btn-sm.fc-today-button,
.note-editor .open .dropdown-toggle.btn.btn-primary.note-btn.btn-sm,
.note-editor .open button.dropdown-toggle.btn-primary.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right,
.note-editor .open button.dropdown-toggle.btn-primary.note-btn.btn-sm.fc-agendaWeek-button,
.note-editor .open button.dropdown-toggle.btn-primary.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left,
.note-editor .owl-theme .owl-nav .open .dropdown-toggle.btn-primary.note-btn.btn-sm[class*=owl-],
.note-editor .sweet-alert .open button.dropdown-toggle.btn-primary.note-btn.btn-sm,
.note-editor .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary.note-btn.btn-sm,
.note-editor .wizard>.actions .disabled .open a.dropdown-toggle.note-btn.btn-sm,
.note-editor .wizard>.actions .disabled .open a.dropdown-toggle.note-btn.btn-sm:active,
.note-editor .wizard>.actions .disabled .open a.dropdown-toggle.note-btn.btn-sm:hover,
.note-editor .wizard>.actions .open a.dropdown-toggle.fc-next-button.note-btn.btn-sm,
.note-editor .wizard>.actions .open a.dropdown-toggle.fc-prev-button.note-btn.btn-sm,
.note-editor .wizard>.actions .open a.dropdown-toggle.fc-today-button.note-btn.btn-sm,
.note-editor .wizard>.actions .open a.dropdown-toggle.note-btn.btn-sm,
.note-editor .wizard>.actions .open a.dropdown-toggle.note-btn.btn-sm:active,
.note-editor .wizard>.actions .open a.dropdown-toggle.note-btn.btn-sm:hover,
.note-editor .wizard>.actions .owl-theme .owl-nav .open a.dropdown-toggle[class*=owl-].note-btn.btn-sm,
.open .dropdown-toggle.btn-outline.btn-primary.fc-next-button,
.open .dropdown-toggle.btn-outline.btn-primary.fc-prev-button,
.open .dropdown-toggle.btn-outline.btn-primary.fc-today-button,
.open .dropdown-toggle.btn.btn-outline.btn-primary,
.open .dt-buttons .dropdown-toggle.btn-outline.dt-button,
.open .dt-buttons .dropdown-toggle.btn-outline.fc-next-button.dt-button,
.open .dt-buttons .dropdown-toggle.btn-outline.fc-prev-button.dt-button,
.open .dt-buttons .dropdown-toggle.btn-outline.fc-today-button.dt-button,
.open .dt-buttons .note-editor .dropdown-toggle.fc-next-button.note-btn.btn-sm.dt-button,
.open .dt-buttons .note-editor .dropdown-toggle.fc-prev-button.note-btn.btn-sm.dt-button,
.open .dt-buttons .note-editor .dropdown-toggle.fc-today-button.note-btn.btn-sm.dt-button,
.open .dt-buttons .note-editor .dropdown-toggle.note-btn.btn-sm.dt-button,
.open .dt-buttons .note-editor .owl-theme .owl-nav .dropdown-toggle[class*=owl-].note-btn.btn-sm.dt-button,
.open .dt-buttons .note-editor .sweet-alert button.dropdown-toggle.note-btn.btn-sm.dt-button,
.open .dt-buttons .owl-theme .owl-nav .dropdown-toggle.btn-outline[class*=owl-].dt-button,
.open .dt-buttons .owl-theme .owl-nav button.dropdown-toggle[class*=owl-].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .dt-buttons .owl-theme .owl-nav button.dropdown-toggle[class*=owl-].dt-button.fc-agendaWeek-button,
.open .dt-buttons .owl-theme .owl-nav button.dropdown-toggle[class*=owl-].dt-button.fc-month-button.fc-state-default.fc-corner-left,
.open .dt-buttons .sweet-alert button.dropdown-toggle.btn-outline.dt-button,
.open .dt-buttons .sweet-alert button.dropdown-toggle.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .dt-buttons .sweet-alert button.dropdown-toggle.dt-button.fc-agendaWeek-button,
.open .dt-buttons .sweet-alert button.dropdown-toggle.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.dropdown-toggle[class*=owl-].dt-button,
.open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dropdown-toggle.dt-button,
.open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.dt-button,
.open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-next-button.dt-button,
.open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-prev-button.dt-button,
.open .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.fc-today-button.dt-button,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button,
.open .dt-buttons button.dropdown-toggle.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.open .dt-buttons button.dropdown-toggle.fc-next-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .dt-buttons button.dropdown-toggle.fc-next-button.dt-button.fc-agendaWeek-button,
.open .dt-buttons button.dropdown-toggle.fc-next-button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.open .dt-buttons button.dropdown-toggle.fc-prev-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .dt-buttons button.dropdown-toggle.fc-prev-button.dt-button.fc-agendaWeek-button,
.open .dt-buttons button.dropdown-toggle.fc-prev-button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.open .dt-buttons button.dropdown-toggle.fc-today-button.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .dt-buttons button.dropdown-toggle.fc-today-button.dt-button.fc-agendaWeek-button,
.open .dt-buttons button.dropdown-toggle.fc-today-button.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.open .dt-buttons ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle[class*=owl-].dt-button,
.open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.dt-button,
.open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button.dt-button,
.open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button.dt-button,
.open .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button.dt-button,
.open .note-editor .dropdown-toggle.btn-primary.note-btn.btn-sm.fc-next-button,
.open .note-editor .dropdown-toggle.btn-primary.note-btn.btn-sm.fc-prev-button,
.open .note-editor .dropdown-toggle.btn-primary.note-btn.btn-sm.fc-today-button,
.open .note-editor .dropdown-toggle.btn.btn-primary.note-btn.btn-sm,
.open .note-editor .dt-buttons .dropdown-toggle.fc-next-button.note-btn.btn-sm.dt-button,
.open .note-editor .dt-buttons .dropdown-toggle.fc-prev-button.note-btn.btn-sm.dt-button,
.open .note-editor .dt-buttons .dropdown-toggle.fc-today-button.note-btn.btn-sm.dt-button,
.open .note-editor .dt-buttons .dropdown-toggle.note-btn.btn-sm.dt-button,
.open .note-editor .dt-buttons .owl-theme .owl-nav .dropdown-toggle[class*=owl-].note-btn.btn-sm.dt-button,
.open .note-editor .dt-buttons .sweet-alert button.dropdown-toggle.note-btn.btn-sm.dt-button,
.open .note-editor .owl-theme .owl-nav .dropdown-toggle.btn-primary.note-btn.btn-sm[class*=owl-],
.open .note-editor .sweet-alert button.dropdown-toggle.btn-primary.note-btn.btn-sm,
.open .note-editor .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary.note-btn.btn-sm,
.open .note-editor .wizard>.actions .disabled a.dropdown-toggle.note-btn.btn-sm,
.open .note-editor .wizard>.actions .disabled a.dropdown-toggle.note-btn.btn-sm:active,
.open .note-editor .wizard>.actions .disabled a.dropdown-toggle.note-btn.btn-sm:hover,
.open .note-editor .wizard>.actions .owl-theme .owl-nav a.dropdown-toggle[class*=owl-].note-btn.btn-sm,
.open .note-editor .wizard>.actions a.dropdown-toggle.fc-next-button.note-btn.btn-sm,
.open .note-editor .wizard>.actions a.dropdown-toggle.fc-prev-button.note-btn.btn-sm,
.open .note-editor .wizard>.actions a.dropdown-toggle.fc-today-button.note-btn.btn-sm,
.open .note-editor .wizard>.actions a.dropdown-toggle.note-btn.btn-sm,
.open .note-editor .wizard>.actions a.dropdown-toggle.note-btn.btn-sm:active,
.open .note-editor .wizard>.actions a.dropdown-toggle.note-btn.btn-sm:hover,
.open .note-editor button.dropdown-toggle.btn-primary.note-btn.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .note-editor button.dropdown-toggle.btn-primary.note-btn.btn-sm.fc-agendaWeek-button,
.open .note-editor button.dropdown-toggle.btn-primary.note-btn.btn-sm.fc-month-button.fc-state-default.fc-corner-left,
.open .owl-theme .owl-nav .dropdown-toggle.btn-outline.btn-primary[class*=owl-],
.open .owl-theme .owl-nav .dt-buttons .dropdown-toggle.btn-outline[class*=owl-].dt-button,
.open .owl-theme .owl-nav .dt-buttons .note-editor .dropdown-toggle[class*=owl-].note-btn.btn-sm.dt-button,
.open .owl-theme .owl-nav .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle[class*=owl-].dt-button,
.open .owl-theme .owl-nav .dt-buttons button.dropdown-toggle[class*=owl-].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .owl-theme .owl-nav .dt-buttons button.dropdown-toggle[class*=owl-].dt-button.fc-agendaWeek-button,
.open .owl-theme .owl-nav .dt-buttons button.dropdown-toggle[class*=owl-].dt-button.fc-month-button.fc-state-default.fc-corner-left,
.open .owl-theme .owl-nav .dt-buttons ul.wysihtml5-toolbar a.dropdown-toggle[class*=owl-].dt-button,
.open .owl-theme .owl-nav .note-editor .dropdown-toggle.btn-primary.note-btn.btn-sm[class*=owl-],
.open .owl-theme .owl-nav .note-editor .dt-buttons .dropdown-toggle[class*=owl-].note-btn.btn-sm.dt-button,
.open .owl-theme .owl-nav .note-editor .wizard>.actions a.dropdown-toggle[class*=owl-].note-btn.btn-sm,
.open .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle[class*=owl-].dt-button,
.open .owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary[class*=owl-],
.open .owl-theme .owl-nav .wizard>.actions .note-editor a.dropdown-toggle[class*=owl-].note-btn.btn-sm,
.open .owl-theme .owl-nav .wizard>.actions a.dropdown-toggle.btn-outline[class*=owl-],
.open .owl-theme .owl-nav .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle[class*=owl-],
.open .owl-theme .owl-nav button.dropdown-toggle.btn-primary[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .owl-theme .owl-nav button.dropdown-toggle.btn-primary[class*=owl-].fc-agendaWeek-button,
.open .owl-theme .owl-nav button.dropdown-toggle.btn-primary[class*=owl-].fc-month-button.fc-state-default.fc-corner-left,
.open .owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle[class*=owl-].dt-button,
.open .owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle[class*=owl-],
.open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle.btn-primary[class*=owl-],
.open .owl-theme .owl-nav ul.wysihtml5-toolbar a.dropdown-toggle.btn-primary[class*=owl-].btn,
.open .sweet-alert .dt-buttons .note-editor button.dropdown-toggle.note-btn.btn-sm.dt-button,
.open .sweet-alert .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.dt-button,
.open .sweet-alert .dt-buttons button.dropdown-toggle.btn-outline.dt-button,
.open .sweet-alert .dt-buttons button.dropdown-toggle.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .sweet-alert .dt-buttons button.dropdown-toggle.dt-button.fc-agendaWeek-button,
.open .sweet-alert .dt-buttons button.dropdown-toggle.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.open .sweet-alert .note-editor .dt-buttons button.dropdown-toggle.note-btn.btn-sm.dt-button,
.open .sweet-alert .note-editor button.dropdown-toggle.btn-primary.note-btn.btn-sm,
.open .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.dt-button,
.open .sweet-alert .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary,
.open .sweet-alert button.dropdown-toggle.btn-outline.btn-primary,
.open .sweet-alert button.dropdown-toggle.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open .sweet-alert button.dropdown-toggle.btn-primary.fc-agendaWeek-button,
.open .sweet-alert button.dropdown-toggle.btn-primary.fc-month-button.fc-state-default.fc-corner-left,
.open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .owl-theme .owl-nav button.dropdown-toggle[class*=owl-].dt-button,
.open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .sweet-alert button.dropdown-toggle.dt-button,
.open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.dt-button,
.open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.fc-next-button.dt-button,
.open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.fc-prev-button.dt-button,
.open .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons button.dropdown-toggle.fc-today-button.dt-button,
.open .tablesaw-sortable th.tablesaw-sortable-head .note-editor button.dropdown-toggle.btn-primary.note-btn.btn-sm,
.open .tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav button.dropdown-toggle.btn-primary[class*=owl-],
.open .tablesaw-sortable th.tablesaw-sortable-head .sweet-alert button.dropdown-toggle.btn-primary,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary.fc-next-button,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary.fc-prev-button,
.open .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle.btn-primary.fc-today-button,
.open .wizard>.actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm,
.open .wizard>.actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm:active,
.open .wizard>.actions .disabled .note-editor a.dropdown-toggle.note-btn.btn-sm:hover,
.open .wizard>.actions .disabled a.dropdown-toggle.btn-outline,
.open .wizard>.actions .disabled a.dropdown-toggle.btn-outline:active,
.open .wizard>.actions .disabled a.dropdown-toggle.btn-outline:hover,
.open .wizard>.actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle,
.open .wizard>.actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle:active,
.open .wizard>.actions .disabled ul.wysihtml5-toolbar a.dropdown-toggle:hover,
.open .wizard>.actions .note-editor .owl-theme .owl-nav a.dropdown-toggle[class*=owl-].note-btn.btn-sm,
.open .wizard>.actions .note-editor a.dropdown-toggle.fc-next-button.note-btn.btn-sm,
.open .wizard>.actions .note-editor a.dropdown-toggle.fc-prev-button.note-btn.btn-sm,
.open .wizard>.actions .note-editor a.dropdown-toggle.fc-today-button.note-btn.btn-sm,
.open .wizard>.actions .note-editor a.dropdown-toggle.note-btn.btn-sm,
.open .wizard>.actions .note-editor a.dropdown-toggle.note-btn.btn-sm:active,
.open .wizard>.actions .note-editor a.dropdown-toggle.note-btn.btn-sm:hover,
.open .wizard>.actions .owl-theme .owl-nav a.dropdown-toggle.btn-outline[class*=owl-],
.open .wizard>.actions a.dropdown-toggle.btn-outline,
.open .wizard>.actions a.dropdown-toggle.btn-outline.fc-next-button,
.open .wizard>.actions a.dropdown-toggle.btn-outline.fc-prev-button,
.open .wizard>.actions a.dropdown-toggle.btn-outline.fc-today-button,
.open .wizard>.actions a.dropdown-toggle.btn-outline:active,
.open .wizard>.actions a.dropdown-toggle.btn-outline:hover,
.open .wizard>.actions ul.wysihtml5-toolbar .disabled a.dropdown-toggle,
.open .wizard>.actions ul.wysihtml5-toolbar .disabled a.dropdown-toggle:active,
.open .wizard>.actions ul.wysihtml5-toolbar .disabled a.dropdown-toggle:hover,
.open .wizard>.actions ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle[class*=owl-],
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-next-button,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-prev-button,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle.fc-today-button,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle:active,
.open .wizard>.actions ul.wysihtml5-toolbar a.dropdown-toggle:hover,
.open button.dropdown-toggle.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-primary.fc-agendaWeek-button,
.open button.dropdown-toggle.btn-primary.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.btn-primary.fc-next-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-primary.fc-next-button.fc-agendaWeek-button,
.open button.dropdown-toggle.btn-primary.fc-next-button.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.btn-primary.fc-prev-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-primary.fc-prev-button.fc-agendaWeek-button,
.open button.dropdown-toggle.btn-primary.fc-prev-button.fc-month-button.fc-state-default.fc-corner-left,
.open button.dropdown-toggle.btn-primary.fc-today-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.open button.dropdown-toggle.btn-primary.fc-today-button.fc-agendaWeek-button,
.open button.dropdown-toggle.btn-primary.fc-today-button.fc-month-button.fc-state-default.fc-corner-left,
.open ul.wysihtml5-toolbar .dt-buttons .owl-theme .owl-nav a.dropdown-toggle[class*=owl-].dt-button,
.open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.dt-button,
.open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.fc-next-button.dt-button,
.open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.fc-prev-button.dt-button,
.open ul.wysihtml5-toolbar .dt-buttons a.dropdown-toggle.fc-today-button.dt-button,
.open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.btn-primary[class*=owl-],
.open ul.wysihtml5-toolbar .owl-theme .owl-nav a.dropdown-toggle.btn-primary[class*=owl-].btn,
.open ul.wysihtml5-toolbar .wizard>.actions .disabled a.dropdown-toggle,
.open ul.wysihtml5-toolbar .wizard>.actions .disabled a.dropdown-toggle:active,
.open ul.wysihtml5-toolbar .wizard>.actions .disabled a.dropdown-toggle:hover,
.open ul.wysihtml5-toolbar .wizard>.actions .owl-theme .owl-nav a.dropdown-toggle[class*=owl-],
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle.fc-next-button,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle.fc-prev-button,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle.fc-today-button,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle:active,
.open ul.wysihtml5-toolbar .wizard>.actions a.dropdown-toggle:hover,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn-primary.fc-next-button,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn-primary.fc-next-button.btn,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn-primary.fc-prev-button,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn-primary.fc-prev-button.btn,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn-primary.fc-today-button,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn-primary.fc-today-button.btn,
.open ul.wysihtml5-toolbar a.dropdown-toggle.btn.btn-primary,
.owl-theme .owl-nav .dt-buttons .note-editor .open .dropdown-toggle[class*=owl-].note-btn.btn-sm.dt-button,
.owl-theme .owl-nav .dt-buttons .open .dropdown-toggle.btn-outline[class*=owl-].dt-button,
.owl-theme .owl-nav .dt-buttons .open button.dropdown-toggle[class*=owl-].dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.owl-theme .owl-nav .dt-buttons .open button.dropdown-toggle[class*=owl-].dt-button.fc-agendaWeek-button,
.owl-theme .owl-nav .dt-buttons .open button.dropdown-toggle[class*=owl-].dt-button.fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle[class*=owl-].dt-button,
.owl-theme .owl-nav .dt-buttons ul.wysihtml5-toolbar .open a.dropdown-toggle[class*=owl-].dt-button,
.owl-theme .owl-nav .note-editor .dt-buttons .open .dropdown-toggle[class*=owl-].note-btn.btn-sm.dt-button,
.owl-theme .owl-nav .note-editor .open .dropdown-toggle.btn-primary.note-btn.btn-sm[class*=owl-],
.owl-theme .owl-nav .note-editor .wizard>.actions .open a.dropdown-toggle[class*=owl-].note-btn.btn-sm,
.owl-theme .owl-nav .open .dropdown-toggle.btn-outline.btn-primary[class*=owl-],
.owl-theme .owl-nav .open button.dropdown-toggle.btn-primary[class*=owl-].fc-agendaDay-button.fc-state-default.fc-corner-right,
.owl-theme .owl-nav .open button.dropdown-toggle.btn-primary[class*=owl-].fc-agendaWeek-button,
.owl-theme .owl-nav .open button.dropdown-toggle.btn-primary[class*=owl-].fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle[class*=owl-].dt-button,
.owl-theme .owl-nav .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary[class*=owl-],
.owl-theme .owl-nav .wizard>.actions .note-editor .open a.dropdown-toggle[class*=owl-].note-btn.btn-sm,
.owl-theme .owl-nav .wizard>.actions .open a.dropdown-toggle.btn-outline[class*=owl-],
.owl-theme .owl-nav .wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle[class*=owl-],
.owl-theme .owl-nav ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle[class*=owl-].dt-button,
.owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-primary[class*=owl-],
.owl-theme .owl-nav ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-primary[class*=owl-].btn,
.owl-theme .owl-nav ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle[class*=owl-],
.sweet-alert .dt-buttons .note-editor .open button.dropdown-toggle.note-btn.btn-sm.dt-button,
.sweet-alert .dt-buttons .open button.dropdown-toggle.btn-outline.dt-button,
.sweet-alert .dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.sweet-alert .dt-buttons .open button.dropdown-toggle.dt-button.fc-agendaWeek-button,
.sweet-alert .dt-buttons .open button.dropdown-toggle.dt-button.fc-month-button.fc-state-default.fc-corner-left,
.sweet-alert .dt-buttons .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.dt-button,
.sweet-alert .note-editor .dt-buttons .open button.dropdown-toggle.note-btn.btn-sm.dt-button,
.sweet-alert .note-editor .open button.dropdown-toggle.btn-primary.note-btn.btn-sm,
.sweet-alert .open button.dropdown-toggle.btn-outline.btn-primary,
.sweet-alert .open button.dropdown-toggle.btn-primary.fc-agendaDay-button.fc-state-default.fc-corner-right,
.sweet-alert .open button.dropdown-toggle.btn-primary.fc-agendaWeek-button,
.sweet-alert .open button.dropdown-toggle.btn-primary.fc-month-button.fc-state-default.fc-corner-left,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.dt-button,
.sweet-alert .tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.fc-next-button.dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.fc-prev-button.dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .open button.dropdown-toggle.fc-today-button.dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .owl-theme .owl-nav .open button.dropdown-toggle[class*=owl-].dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .dt-buttons .sweet-alert .open button.dropdown-toggle.dt-button,
.tablesaw-sortable th.tablesaw-sortable-head .note-editor .open button.dropdown-toggle.btn-primary.note-btn.btn-sm,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary.fc-next-button,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary.fc-prev-button,
.tablesaw-sortable th.tablesaw-sortable-head .open button.dropdown-toggle.btn-primary.fc-today-button,
.tablesaw-sortable th.tablesaw-sortable-head .owl-theme .owl-nav .open button.dropdown-toggle.btn-primary[class*=owl-],
.tablesaw-sortable th.tablesaw-sortable-head .sweet-alert .open button.dropdown-toggle.btn-primary,
.wizard>.actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm,
.wizard>.actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm:active,
.wizard>.actions .disabled .note-editor .open a.dropdown-toggle.note-btn.btn-sm:hover,
.wizard>.actions .disabled .open a.dropdown-toggle.btn-outline,
.wizard>.actions .disabled .open a.dropdown-toggle.btn-outline:active,
.wizard>.actions .disabled .open a.dropdown-toggle.btn-outline:hover,
.wizard>.actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle,
.wizard>.actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle:active,
.wizard>.actions .disabled ul.wysihtml5-toolbar .open a.dropdown-toggle:hover,
.wizard>.actions .note-editor .open a.dropdown-toggle.fc-next-button.note-btn.btn-sm,
.wizard>.actions .note-editor .open a.dropdown-toggle.fc-prev-button.note-btn.btn-sm,
.wizard>.actions .note-editor .open a.dropdown-toggle.fc-today-button.note-btn.btn-sm,
.wizard>.actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm,
.wizard>.actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm:active,
.wizard>.actions .note-editor .open a.dropdown-toggle.note-btn.btn-sm:hover,
.wizard>.actions .note-editor .owl-theme .owl-nav .open a.dropdown-toggle[class*=owl-].note-btn.btn-sm,
.wizard>.actions .open a.dropdown-toggle.btn-outline,
.wizard>.actions .open a.dropdown-toggle.btn-outline.fc-next-button,
.wizard>.actions .open a.dropdown-toggle.btn-outline.fc-prev-button,
.wizard>.actions .open a.dropdown-toggle.btn-outline.fc-today-button,
.wizard>.actions .open a.dropdown-toggle.btn-outline:active,
.wizard>.actions .open a.dropdown-toggle.btn-outline:hover,
.wizard>.actions .owl-theme .owl-nav .open a.dropdown-toggle.btn-outline[class*=owl-],
.wizard>.actions ul.wysihtml5-toolbar .disabled .open a.dropdown-toggle,
.wizard>.actions ul.wysihtml5-toolbar .disabled .open a.dropdown-toggle:active,
.wizard>.actions ul.wysihtml5-toolbar .disabled .open a.dropdown-toggle:hover,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-next-button,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-prev-button,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle.fc-today-button,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle:active,
.wizard>.actions ul.wysihtml5-toolbar .open a.dropdown-toggle:hover,
.wizard>.actions ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle[class*=owl-],
ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.dt-button,
ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.fc-next-button.dt-button,
ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.fc-prev-button.dt-button,
ul.wysihtml5-toolbar .dt-buttons .open a.dropdown-toggle.fc-today-button.dt-button,
ul.wysihtml5-toolbar .dt-buttons .owl-theme .owl-nav .open a.dropdown-toggle[class*=owl-].dt-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-primary.fc-next-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-primary.fc-next-button.btn,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-primary.fc-prev-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-primary.fc-prev-button.btn,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-primary.fc-today-button,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn-primary.fc-today-button.btn,
ul.wysihtml5-toolbar .open a.dropdown-toggle.btn.btn-primary,
ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.btn-primary[class*=owl-],
ul.wysihtml5-toolbar .owl-theme .owl-nav .open a.dropdown-toggle.btn-primary[class*=owl-].btn,
ul.wysihtml5-toolbar .wizard>.actions .disabled .open a.dropdown-toggle,
ul.wysihtml5-toolbar .wizard>.actions .disabled .open a.dropdown-toggle:active,
ul.wysihtml5-toolbar .wizard>.actions .disabled .open a.dropdown-toggle:hover,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle.fc-next-button,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle.fc-prev-button,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle.fc-today-button,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle:active,
ul.wysihtml5-toolbar .wizard>.actions .open a.dropdown-toggle:hover,
ul.wysihtml5-toolbar .wizard>.actions .owl-theme .owl-nav .open a.dropdown-toggle[class*=owl-] {
    color: #0f4fa8;
    border: 1px solid #0f4fa8
}

.button-list .btn,
.button-list .dt-buttons .dt-button,
.button-list .fc-next-button,
.button-list .fc-prev-button,
.button-list .fc-today-button,
.button-list .owl-theme .owl-nav [class*=owl-],
.button-list .sweet-alert button,
.button-list .tablesaw-sortable th.tablesaw-sortable-head button,
.button-list .wizard>.actions a,
.button-list button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.button-list button.fc-agendaWeek-button,
.button-list button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .button-list .dt-button,
.owl-theme .owl-nav .button-list [class*=owl-],
.sweet-alert .button-list button,
.tablesaw-sortable th.tablesaw-sortable-head .button-list button,
.wizard>.actions .button-list a {
    margin-top: 15px;
    margin-right: 10px
}

#setting_panel_btn.shadow-2dp:active,
#setting_panel_btn.shadow-2dp:focus,
.shadow-2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.shadow-3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

#setting_panel_btn.shadow-4dp:active,
#setting_panel_btn.shadow-4dp:focus,
.shadow-4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}

.shadow-6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}

#setting_panel_btn.shadow-8dp:active,
#setting_panel_btn.shadow-8dp:focus,
.shadow-8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}

.fixed-sidebar-left {
    position: fixed;
    top: 66px;
    left: 0;
    width: 225px;
    margin-left: 0;
    bottom: 0;
    z-index: 100;
    border-right: 1px solid rgba(33, 33, 33, .1);
    transition: all .4s ease
}

.fixed-sidebar-left .right-nav-text {
    opacity: 1;
    -webkit-transition: opacity .2s ease 0s;
    -moz-transition: opacity .2s ease 0s;
    transition: opacity .2s ease 0s
}

.fixed-sidebar-left .side-nav {
    border: none;
    height: 100%;
    width: 100%;
    position: relative;
    border-radius: 0;
    margin: 0;
    overflow-y: auto;
    background-color: #fff;
    backface-visibility: hidden
}

.fixed-sidebar-left .side-nav li a[aria-expanded=true],
.fixed-sidebar-left .side-nav>li a.active-page,
.fixed-sidebar-left .side-nav>li>a:active,
.fixed-sidebar-left .side-nav>li>a:focus,
.fixed-sidebar-left .side-nav>li>a:hover {
    background:  #afc953;
}

.fixed-sidebar-left .side-nav li {
    width: 225px
}

.fixed-sidebar-left .side-nav li.navigation-header>i,
.fixed-sidebar-left .side-nav li.navigation-header>span {
    padding: 11px 15px
}

.fixed-sidebar-left .side-nav li.navigation-header>span {
    font-size: 11px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    color: #009EA6;
}

.fixed-sidebar-left .side-nav li.navigation-header>i {
    display: none;
    font-size: 16px
}

.fixed-sidebar-left .side-nav li a[aria-expanded=true]>i {
    color: #e2724c
}

.fixed-sidebar-left .side-nav li a[aria-expanded=true] .pull-right i:before {
    content: '\f2f8'
}

.fixed-sidebar-left .side-nav li a {
    width: 100%;
    text-transform: capitalize;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease
}

.fixed-sidebar-left .side-nav li a .pull-left>i {
    font-size: 18px;
    width: 18px
}

.fixed-sidebar-left .side-nav li a .pull-right i {
    color: #878787
}

.fixed-sidebar-left .side-nav>li>a {
    color: #212121;
    padding: 7px 15px
}

.fixed-sidebar-left .side-nav>li>a:active,
.fixed-sidebar-left .side-nav>li>a:focus {
    color: #212121
}

.fixed-sidebar-left .side-nav>li>a:active>i,
.fixed-sidebar-left .side-nav>li>a:focus>i {
    color: #e2724c
}

.fixed-sidebar-left .side-nav>li>ul>li a {
    padding: 7px 15px 7px 51px;
    display: block;
    color: #878787
}

.fixed-sidebar-left .side-nav>li>ul>li a:active,
.fixed-sidebar-left .side-nav>li>ul>li a:focus,
.fixed-sidebar-left .side-nav>li>ul>li a:hover {
    background: rgba(33, 33, 33, .05);
    color: #878787
}

.fixed-sidebar-left .side-nav>li>ul>li>ul>li a {
    padding-left: 62px;
    color: #878787
}

.fixed-sidebar-left .side-nav>li>ul>li>ul>li a:active,
.fixed-sidebar-left .side-nav>li>ul>li>ul>li a:focus,
.fixed-sidebar-left .side-nav>li>ul>li>ul>li a:hover {
    color: #878787
}

.fixed-sidebar-left .side-nav>li>a.active {
    background: #dc0030;
    color: #fff
}

.fixed-sidebar-left .side-nav>li>a.active .pull-right>i,
.fixed-sidebar-left .side-nav>li>a.active>i {
    color: #fff
}

.fixed-sidebar-left .side-nav>li ul.collapse li a.active {
    color: #212121
}

a#toggle_mobile_nav,
a#toggle_mobile_search,
a.toggle-left-nav-btn {
    color: #878787;
    position: relative;
    line-height: 66px
}

a#toggle_mobile_nav i,
a#toggle_mobile_search i,
a.toggle-left-nav-btn i {
    font-size: 21px;
    vertical-align: middle
}

a#toggle_mobile_nav {
    display: inline-block
}

.top-fixed-nav .page-wrapper {
    margin-left: 0;
    padding-top: 134px
}

.top-fixed-nav .fixed-sidebar-left {
    width: 100%;
    bottom: inherit
}

.top-fixed-nav .fixed-sidebar-left:hover {
    width: 100%
}

.top-fixed-nav .fixed-sidebar-left:hover .collapse.in {
    display: none
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv {
    overflow: visible!important
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv .slimScrollBar {
    display: none!important
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul {
    overflow: visible!important;
    width: 100%!important;
    height: auto!important
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul>li {
    width: auto
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul>li>a {
    text-align: center
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul>li>a>i {
    display: block;
    margin-bottom: 10px;
    margin-right: 0!important
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul>li>a>.pull-right {
    display: none
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul li {
    position: relative
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul .collapse-level-1 {
    background: #ebebeb;
    height: auto!important;
    left: 0;
    position: absolute!important;
    z-index: 1;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul .collapse-level-1.two-col-list {
    width: 450px
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul .collapse-level-1 li {
    float: left
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul .collapse-level-1 li>a i:before {
    content: "\f105"
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul .collapse-level-1 li>ul {
    background: #ebebeb;
    left: 225px;
    position: absolute;
    top: 0;
    z-index: 1;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul>li:hover>ul,
.top-fixed-nav .fixed-sidebar-left>.slimScrollDiv>ul>li>ul>li:hover>ul {
    display: block
}

.top-fixed-nav.slide-nav-toggle .page-wrapper {
    margin-left: 0;
    padding-top: 60px
}

.top-fixed-nav.slide-nav-toggle .fixed-sidebar-left {
    top: -14px;
    width: 100%
}

.top-fixed-nav.slide-nav-toggle .fixed-sidebar-left:hover {
    width: 100%
}

.scrollable-nav {
    position: relative
}

.scrollable-nav .fixed-sidebar-left {
    position: absolute;
    left: 0t
}

.fixed-sidebar-right,
.setting-panel {
    position: fixed;
    top: 66px;
    right: 0;
    width: 300px;
    margin-right: -300px;
    bottom: 0;
    z-index: 101;
    transition: all .4s ease
}

.setting-panel {
    z-index: 1030;
    margin-right: -290px;
    width: 290px;
    top: 0
}

.setting-panel .setting-panel-title {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 17px;
    padding-left: 20px;
    padding-top: 17px;
    color: #fff;
    background: #09a275;
    text-transform: capitalize
}

.setting-panel .layout-switcher-wrap>ul {
    padding-left: 20px;
    padding-top: 35px
}

.setting-panel .layout-switcher-wrap>ul .layout-title {
    color: #444;
    display: inline-block;
    font-size: 14px;
    margin-right: 15px;
    text-transform: capitalize;
    width: 130px
}

.setting-panel .layout-switcher-wrap>ul .layout-switcher {
    display: inline-block
}

.setting-panel .layout-switcher-wrap>ul .layout-switcher .switchery {
    margin: 0
}

.setting-panel .layout-switcher-wrap>ul>li {
    margin-bottom: 30px
}

.setting-panel .theme-option-wrap>li {
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    height: 38px;
    margin-bottom: 15px;
    margin-right: 18px;
    width: 38px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(33, 33, 33, .1);
    background: rgba(33, 33, 33, .05)
}

.open-right-sidebar .fixed-sidebar-right,
.open-setting-panel .setting-panel {
    margin-right: 0
}

.setting-panel .theme-option-wrap>li i {
    font-size: 25px;
    padding-top: 9px;
    padding-left: 15px;
    color: #dc0030;
    opacity: 0
}

.wrapper.theme-3-active .navbar.navbar-inverse. -top .nav-header .logo-wrap .brand-text,
.wrapper.theme-3-active .navbar.navbar-inverse.navbar-fixed-top .nav>li>a:active,
.wrapper.theme-3-active .navbar.navbar-inverse.navbar-fixed-top .nav>li>a:focus,
.wrapper.theme-3-active .navbar.navbar-inverse.navbar-fixed-top .nav>li>a:hover,
.wrapper.theme-4-active .fixed-sidebar-left .side-nav>li>a,
.wrapper.theme-4-active .fixed-sidebar-left .side-nav>li>a:active,
.wrapper.theme-4-active .fixed-sidebar-left .side-nav>li>a:focus,
.wrapper.theme-4-active .fixed-sidebar-left .side-nav>li>a:hover,
.wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text,
.wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .nav>li>a:active,
.wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .nav>li>a:focus,
.wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .nav>li>a:hover,
.wrapper.theme-5-active .fixed-sidebar-left .side-nav>li>a,
.wrapper.theme-5-active .fixed-sidebar-left .side-nav>li>a:active,
.wrapper.theme-5-active .fixed-sidebar-left .side-nav>li>a:focus,
.wrapper.theme-5-active .fixed-sidebar-left .side-nav>li>a:hover,
.wrapper.theme-5-active .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text,
.wrapper.theme-5-active .navbar.navbar-inverse.navbar-fixed-top .nav>li>a:active,
.wrapper.theme-5-active .navbar.navbar-inverse.navbar-fixed-top .nav>li>a:focus,
.wrapper.theme-5-active .navbar.navbar-inverse.navbar-fixed-top .nav>li>a:hover,
.wrapper.theme-6-active .fixed-sidebar-left .side-nav>li>a,
.wrapper.theme-6-active .fixed-sidebar-left .side-nav>li>a:active,
.wrapper.theme-6-active .fixed-sidebar-left .side-nav>li>a:focus,
.wrapper.theme-6-active .fixed-sidebar-left .side-nav>li>a:hover,
.wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text,
.wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .nav>li>a:active,
.wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .nav>li>a:focus,
.wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .nav>li>a:hover {
    color: #111
}

.setting-panel .theme-option-wrap>li.active-theme i {
    opacity: 1
}

.setting-panel .theme-option-wrap>li::after {
    content: "";
    height: 10px;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.setting-panel .theme-option-wrap>li::before {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 10px
}

.aktif{
    background:#afc953;
    color:#fff;
}

.setting-panel .theme-option-wrap>li#theme-1::after,
.setting-panel .theme-option-wrap>li#theme-1::before {
    background: #fff
}

.setting-panel .theme-option-wrap>li#theme-2::after {
    background: #eaedee
}

.setting-panel .theme-option-wrap>li#theme-2::before {
    background: #fff
}

.setting-panel .theme-option-wrap>li#theme-3::after {
    background: #464341
}

.setting-panel .theme-option-wrap>li#theme-3::before {
    background: #fff
}

.setting-panel .theme-option-wrap>li#theme-4::after {
    background: #212121
}

.setting-panel .theme-option-wrap>li#theme-4::before {
    background: #333
}

.setting-panel .theme-option-wrap>li#theme-5::after {
    background: #284152
}

.setting-panel .theme-option-wrap>li#theme-5::before {
    background: #375468
}

.setting-panel .theme-option-wrap>li#theme-6::after {
    background: #351e27
}

.setting-panel .theme-option-wrap>li#theme-6::before {
    background: #462b36
}

#setting_panel_btn {
    position: fixed;
    right: 10px;
    bottom: 25px;
    z-index: 1031
}

.right-sidebar {
    width: 100%;
    height: 100%;
    position: relative;
    border-left: 1px solid rgba(33, 33, 33, .1);
    border-radius: 0;
    background: #fff;
    overflow: hidden
}

.right-sidebar .card-view:hover {
    box-shadow: none
}

.right-sidebar .custom-tab-1 .nav-tabs {
    border-bottom: 1px solid rgba(33, 33, 33, .1)
}

.right-sidebar .custom-tab-1 .nav-tabs>li {
    margin-right: 0;
    text-align: center;
    width: 33.33%
}

.right-sidebar .custom-tab-1 .nav-tabs>li>a {
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 500;
    border-bottom: none
}

.right-sidebar .custom-tab-1 .nav-tabs>li.active>a {
    border-bottom: none
}

.right-sidebar-backdrop {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1031;
    display: none;
    pointer-events: none
}

.open-right-sidebar .right-sidebar-backdrop,
.open-setting-panel .right-sidebar-backdrop {
    display: block
}

.page-wrapper {
    margin-left: 225px;
    padding: 30px 6px;
    background: #f0f4f5;
    position: relative;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    left: 0
}

.wrapper.box-layout,
.wrapper.box-layout .navbar-fixed-top {
    margin: 0 auto;
    max-width: 1400px
}

.wrapper {
    background: #fff
}

.wrapper.no-transition .fixed-sidebar-left,
.wrapper.no-transition .page-wrapper {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    transition: all 0s ease
}

.wrapper.box-layout .fixed-sidebar-left {
    left: auto
}

.wrapper.box-layout .fixed-sidebar-right {
    width: 0;
    overflow: hidden
}

.wrapper.box-layout .fixed-sidebar-right .right-sidebar {
    width: 300px
}

.wrapper.box-layout.open-right-sidebar .fixed-sidebar-right {
    margin-right: -300px;
    width: 300px
}

.wrapper.box-layout.top-fixed-nav .fixed-sidebar-left {
    max-width: 1300px
}

.wrapper.darkmode .card-view {
    background: #212121
}

.wrapper.theme-1-active .fixed-sidebar-left .side-nav,
.wrapper.theme-1-active .navbar.navbar-inverse {
    background: #fff
}

.wrapper.theme-2-active .navbar.navbar-inverse,
.wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
    background: #eaedee
}

.wrapper.theme-2-active .fixed-sidebar-left .side-nav {
    background: #fff
}

.wrapper.theme-3-active .navbar.navbar-inverse,
.wrapper.theme-3-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
    background: #464341
}

.wrapper.theme-3-active .fixed-sidebar-left .side-nav {
    background: #fff
}

.wrapper.theme-4-active .navbar.navbar-inverse,
.wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
    background: #212121
}

.wrapper.theme-4-active .fixed-sidebar-left .side-nav {
    background: #333
}

.wrapper.theme-5-active .navbar.navbar-inverse,
.wrapper.theme-5-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
    background: #284152
}

.wrapper.theme-5-active .fixed-sidebar-left .side-nav {
    background: #375468
}

.wrapper.theme-6-active .navbar.navbar-inverse,
.wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
    background: #351e27
}

.wrapper.theme-6-active .fixed-sidebar-left .side-nav {
    background: #462b36
}

.wrapper.theme-4-active .fixed-sidebar-left,
.wrapper.theme-5-active .fixed-sidebar-left,
.wrapper.theme-6-active .fixed-sidebar-left {
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.wrapper.theme-4-active .fixed-sidebar-left .side-nav li a.active-page,
.wrapper.theme-4-active .fixed-sidebar-left .side-nav li a:active,
.wrapper.theme-4-active .fixed-sidebar-left .side-nav li a:focus,
.wrapper.theme-4-active .fixed-sidebar-left .side-nav li a:hover,
.wrapper.theme-4-active .fixed-sidebar-left .side-nav li a[aria-expanded=true],
.wrapper.theme-5-active .fixed-sidebar-left .side-nav li a.active-page,
.wrapper.theme-5-active .fixed-sidebar-left .side-nav li a:active,
.wrapper.theme-5-active .fixed-sidebar-left .side-nav li a:focus,
.wrapper.theme-5-active .fixed-sidebar-left .side-nav li a:hover,
.wrapper.theme-5-active .fixed-sidebar-left .side-nav li a[aria-expanded=true],
.wrapper.theme-6-active .fixed-sidebar-left .side-nav li a.active-page,
.wrapper.theme-6-active .fixed-sidebar-left .side-nav li a:active,
.wrapper.theme-6-active .fixed-sidebar-left .side-nav li a:focus,
.wrapper.theme-6-active .fixed-sidebar-left .side-nav li a:hover,
.wrapper.theme-6-active .fixed-sidebar-left .side-nav li a[aria-expanded=true] {
    background: rgba(255, 255, 255, .05)
}

.wrapper.theme-4-active .fixed-sidebar-left hr.light-grey-hr,
.wrapper.theme-5-active .fixed-sidebar-left hr.light-grey-hr,
.wrapper.theme-6-active .fixed-sidebar-left hr.light-grey-hr {
    border-color: rgba(255, 255, 255, .1)
}

.wrapper.theme-3-active .navbar.navbar-inverse.navbar-fixed-top,
.wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top,
.wrapper.theme-5-active .navbar.navbar-inverse.navbar-fixed-top,
.wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.wrapper.theme-1-active.pimary-color-red .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-2-active.pimary-color-red .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-3-active.pimary-color-red .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-4-active.pimary-color-red .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-5-active.pimary-color-red .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-6-active.pimary-color-red .fixed-sidebar-left .side-nav li.navigation-header>span {
    color: #dc0030
}

.wrapper.theme-1-active.pimary-color-red .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-2-active.pimary-color-red .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-3-active.pimary-color-red .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-4-active.pimary-color-red .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-5-active.pimary-color-red .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-6-active.pimary-color-red .fixed-sidebar-left .side-nav>li>a.active {
    background: #dc0030
}

.wrapper.theme-1-active.pimary-color-blue .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-2-active.pimary-color-blue .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-3-active.pimary-color-blue .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-4-active.pimary-color-blue .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-5-active.pimary-color-blue .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-6-active.pimary-color-blue .fixed-sidebar-left .side-nav li.navigation-header>span {
    color: #0f4fa8
}

.wrapper.theme-1-active.pimary-color-blue .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-2-active.pimary-color-blue .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-3-active.pimary-color-blue .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-4-active.pimary-color-blue .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-5-active.pimary-color-blue .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-6-active.pimary-color-blue .fixed-sidebar-left .side-nav>li>a.active {
    background: #0f4fa8
}

.wrapper.theme-1-active.pimary-color-green .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-2-active.pimary-color-green .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-3-active.pimary-color-green .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-4-active.pimary-color-green .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-5-active.pimary-color-green .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-6-active.pimary-color-green .fixed-sidebar-left .side-nav li.navigation-header>span {
    color: #09a275
}

.wrapper.theme-1-active.pimary-color-green .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-2-active.pimary-color-green .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-3-active.pimary-color-green .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-4-active.pimary-color-green .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-5-active.pimary-color-green .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-6-active.pimary-color-green .fixed-sidebar-left .side-nav>li>a.active {
    background: #09a275
}

.wrapper.theme-1-active.pimary-color-yellow .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-2-active.pimary-color-yellow .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-3-active.pimary-color-yellow .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-4-active.pimary-color-yellow .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-5-active.pimary-color-yellow .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-6-active.pimary-color-yellow .fixed-sidebar-left .side-nav li.navigation-header>span {
    color: #f2b701
}

.wrapper.theme-1-active.pimary-color-yellow .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-2-active.pimary-color-yellow .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-3-active.pimary-color-yellow .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-4-active.pimary-color-yellow .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-5-active.pimary-color-yellow .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-6-active.pimary-color-yellow .fixed-sidebar-left .side-nav>li>a.active {
    background: #f2b701
}

.wrapper.theme-1-active.pimary-color-pink .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-2-active.pimary-color-pink .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-3-active.pimary-color-pink .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-4-active.pimary-color-pink .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-5-active.pimary-color-pink .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-6-active.pimary-color-pink .fixed-sidebar-left .side-nav li.navigation-header>span {
    color: #b10058
}

.wrapper.theme-1-active.pimary-color-pink .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-2-active.pimary-color-pink .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-3-active.pimary-color-pink .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-4-active.pimary-color-pink .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-5-active.pimary-color-pink .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-6-active.pimary-color-pink .fixed-sidebar-left .side-nav>li>a.active {
    background: #b10058
}

.wrapper.theme-1-active.pimary-color-orange .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-2-active.pimary-color-orange .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-3-active.pimary-color-orange .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-4-active.pimary-color-orange .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-5-active.pimary-color-orange .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-6-active.pimary-color-orange .fixed-sidebar-left .side-nav li.navigation-header>span {
    color: #e57d04
}

.wrapper.theme-1-active.pimary-color-orange .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-2-active.pimary-color-orange .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-3-active.pimary-color-orange .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-4-active.pimary-color-orange .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-5-active.pimary-color-orange .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-6-active.pimary-color-orange .fixed-sidebar-left .side-nav>li>a.active {
    background: #e57d04
}

.wrapper.theme-1-active.pimary-color-gold .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-2-active.pimary-color-gold .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-3-active.pimary-color-gold .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-4-active.pimary-color-gold .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-5-active.pimary-color-gold .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-6-active.pimary-color-gold .fixed-sidebar-left .side-nav li.navigation-header>span {
    color: #c4996d
}

.wrapper.theme-1-active.pimary-color-gold .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-2-active.pimary-color-gold .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-3-active.pimary-color-gold .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-4-active.pimary-color-gold .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-5-active.pimary-color-gold .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-6-active.pimary-color-gold .fixed-sidebar-left .side-nav>li>a.active {
    background: #c4996d
}

.wrapper.theme-1-active.pimary-color-silver .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-2-active.pimary-color-silver .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-3-active.pimary-color-silver .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-4-active.pimary-color-silver .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-5-active.pimary-color-silver .fixed-sidebar-left .side-nav li.navigation-header>span,
.wrapper.theme-6-active.pimary-color-silver .fixed-sidebar-left .side-nav li.navigation-header>span {
    color: #83878d
}

.wrapper.theme-1-active.pimary-color-silver .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-2-active.pimary-color-silver .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-3-active.pimary-color-silver .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-4-active.pimary-color-silver .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-5-active.pimary-color-silver .fixed-sidebar-left .side-nav>li>a.active,
.wrapper.theme-6-active.pimary-color-silver .fixed-sidebar-left .side-nav>li>a.active {
    background: #83878d
}

@media (max-width:1024px) {
    .wrapper.theme-3-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav,
    .wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav,
    .wrapper.theme-5-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav,
    .wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav {
        background: #292929
    }
    .wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group input {
        background: #eaedee
    }
    .wrapper.theme-3-active .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group input {
        background: #464341;
        color: #fff
    }
    .wrapper.theme-4-active .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group input {
        background: #212121;
        color: #fff
    }
    .wrapper.theme-5-active .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group input {
        background: #284152;
        color: #fff
    }
    .wrapper.theme-6-active .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group input {
        background: #351e27;
        color: #fff
    }
}

.navbar.navbar-inverse {
    background: #fff
}

.navbar.navbar-inverse.navbar-fixed-top {
    border-bottom: 1px solid rgba(33, 33, 33, .1);
    margin-bottom: 0;
    min-height: 66px;
    padding: 0 15px 0 0
}

.navbar.navbar-inverse.navbar-fixed-top .nav-header {
    width: 225px;
    padding-left: 15px;
    height: 66px;
    -webkit-transition: .4s ease;
    -moz-transition: .4s ease;
    transition: .4s ease;
    overflow: hidden
}

.navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap {
    width: 225px;
    padding-top: 19px
}

.navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-img {
    margin-right: 10px;
    position: relative;
    top: 2px
}

.navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
    display: inline-block;
    font-family: Poppins, sans-serif;
    color: #212121;
    font-size: 21px;
    text-transform: capitalize;
    opacity: 1;
    visibility: visible
}

.navbar.navbar-inverse.navbar-fixed-top .top-nav-search {
    padding-top: 14px;
    width: 320px;
    margin-left: 25px
}

.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group {
    width: 100%
}

.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group input {
    border-radius: 50px;
    height: 36px;
    background: #fff;
    padding-right: 30px
}

.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn {
    position: absolute;
    right: 22px;
    top: 8px;
    z-index: 4
}

.dt-buttons .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>.dt-button,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .dt-buttons .input-group-btn>.dt-button,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>.btn,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>.fc-next-button,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>.fc-prev-button,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>.fc-today-button,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>button.fc-agendaWeek-button,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>button.fc-month-button.fc-state-default.fc-corner-left,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .owl-theme .owl-nav .input-group-btn>[class*=owl-],
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .sweet-alert .input-group-btn>button,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn>button,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .wizard>.actions .disabled .input-group-btn>a,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .wizard>.actions .input-group-btn>a,
.owl-theme .owl-nav .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>[class*=owl-],
.sweet-alert .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>button,
.tablesaw-sortable th.tablesaw-sortable-head .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>button,
.wizard>.actions .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>a {
    background: 0 0;
    border: none;
    padding: 0
}

.dt-buttons .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>.dt-button i,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .dt-buttons .input-group-btn>.dt-button i,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>.btn i,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>.fc-next-button i,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>.fc-prev-button i,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>.fc-today-button i,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>button.fc-agendaDay-button.fc-state-default.fc-corner-right i,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>button.fc-agendaWeek-button i,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>button.fc-month-button.fc-state-default.fc-corner-left i,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .owl-theme .owl-nav .input-group-btn>[class*=owl-] i,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .sweet-alert .input-group-btn>button i,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn>button i,
.navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .wizard>.actions .input-group-btn>a i,
.owl-theme .owl-nav .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>[class*=owl-] i,
.sweet-alert .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>button i,
.tablesaw-sortable th.tablesaw-sortable-head .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>button i,
.wizard>.actions .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn>a i {
    color: #878787;
    font-size: 20px
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li.dropdown {
    position: relative
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li.full-width-drp {
    position: static
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li>a {
    color: #878787;
    background: 0 0!important;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    padding: 0 9px;
    line-height: 66px
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li>a:active,
.navbar.navbar-inverse.navbar-fixed-top .nav>li>a:focus,
.navbar.navbar-inverse.navbar-fixed-top .nav>li>a:hover {
    color: #212121
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li>a .user-auth-img {
    height: 43px;
    width: 43px;
    vertical-align: middle
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li>a .user-online-status {
    background: #09a275;
    border-radius: 50%;
    bottom: 10px;
    height: 10px;
    border: 2px solid #fff;
    position: absolute;
    right: 0;
    width: 10px
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.app-dropdown {
    min-width: 270px
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.app-dropdown .connection-item {
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    color: #878787;
    text-transform: capitalize;
    width: 80px
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.app-dropdown .connection-item i {
    font-size: 25px;
    padding-bottom: 5px
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.app-dropdown .connection-item:hover {
    color: #878787;
    background: rgba(33, 33, 33, .05)
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.app-dropdown .app-icon-wrap {
    text-align: center
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.app-dropdown .app-icon-wrap>li {
    display: inline-block
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.app-dropdown .app-box-bottom-wrap .read-all {
    padding: 5px 15px 0;
    font-size: 13px;
    color: #878787;
    text-transform: capitalize
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown {
    width: 400px
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .notification-box-head-wrap .notification-box-head {
    font-size: 16px;
    color: #212121;
    display: block;
    text-transform: capitalize;
    padding: 7px 15px 10px
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .notification-box-head-wrap .clear-notifications {
    padding: 12px 15px 10px;
    text-transform: uppercase;
    font-size: 11px
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .notification-box-bottom-wrap .read-all {
    padding: 5px 15px 0;
    font-size: 13px;
    color: #878787;
    text-transform: capitalize
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline {
    height: 229px;
    position: relative
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item {
    margin-left: 0;
    border-left: none;
    padding: 7px 15px 0;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease
}

.breadcrumb a,
.icon-container {
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item:hover {
    background: rgba(33, 33, 33, .05)
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item:before {
    display: none
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item>a {
    display: block
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item .icon {
    height: 44px;
    position: absolute;
    text-align: center;
    width: 44px;
    display: table
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item .icon i {
    font-size: 24px;
    vertical-align: middle;
    display: table-cell;
    color: #fff
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-avatar {
    left: auto;
    height: 44px;
    width: 44px
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-avatar img {
    height: 44px;
    width: 44px
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-content {
    margin-left: 60px
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-content>.head-notifications {
    width: 230px;
    font-size: 13px;
    font-weight: 500
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-content .notifications-time {
    color: #878787
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown .streamline .sl-item .sl-content>p {
    font-size: 13px;
    color: #878787
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.user-auth-dropdown {
    min-width: 175px;
    text-transform: capitalize
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu {
    right: 23px;
    width: calc(100% - 270px);
    display: block;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu li.col-menu-list>a {
    font-size: 16px;
    padding: 10px 0;
    display: block;
    background: 0 0;
    text-transform: capitalize
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu li.col-menu-list>a .pull-left i {
    color: #212121;
    font-size: 18px;
    margin-right: 10px;
    width: 18px
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu li.col-menu-list>a .pull-right i {
    color: #212121;
    font-size: inherit;
    margin-right: 0;
    width: auto
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu li.col-menu-list>ul>li>a {
    display: block;
    text-transform: capitalize;
    padding: 8px 0 8px 39px;
    color: #878787
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu li.preview-carousel>a {
    font-size: 16px;
    padding: 10px 0;
    background: 0 0;
    display: inline-block;
    text-transform: capitalize
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu li.preview-carousel .product-carousel a>span {
    font-size: 12px;
    color: #212121;
    text-transform: uppercase;
    font-weight: 500
}

.breadcrumb a,
.breadcrumb span,
.control-label,
.nav-pills>li>a,
.nav-tabs>li>a,
.tabcontrol>.steps>ul>li>a,
footer .navbar-nav>li>a {
    text-transform: capitalize
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu li.preview-carousel .product-carousel.owl-theme>.owl-nav {
    margin: 0;
    position: absolute;
    right: 0;
    top: -40px
}

.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu li.preview-carousel .product-carousel.owl-theme>.owl-nav .owl-next,
.navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu li.preview-carousel .product-carousel.owl-theme>.owl-nav .owl-prev {
    padding: 0;
    border: none;
    background: 0 0
}

.navbar.navbar-inverse.navbar-fixed-top .nav .open>a,
.navbar.navbar-inverse.navbar-fixed-top .nav .open>a:active,
.navbar.navbar-inverse.navbar-fixed-top .nav .open>a:focus,
.navbar.navbar-inverse.navbar-fixed-top .nav .open>a:hover {
    background: #fff
}

.navbar.navbar-inverse.navbar-fixed-top .nav .open>.dropdown-menu.mega-menu {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: auto
}

.navbar.navbar-inverse.navbar-fixed-top .nav.top-nav>li {
    display: inline-block;
    float: left
}

.navbar.navbar-inverse.navbar-fixed-top .nav.top-nav>li>a i.top-nav-icon {
    font-size: 24px;
    vertical-align: middle
}

.navbar.navbar-inverse.navbar-fixed-top .nav.top-nav>li>a .top-nav-icon-badge {
    background: #b10058;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 16px;
    width: 16px
}

.navbar.navbar-inverse.navbar-fixed-top .nav.navbar-right {
    margin-right: 0
}

.navbar.navbar-inverse.navbar-fixed-top .navbar-search-overlap {
    background-color: #fff;
    left: 0;
    position: absolute!important;
    right: 0;
    top: 0
}

.navbar.navbar-inverse.navbar-fixed-top .navbar-search-overlap input {
    border: none!important;
    min-height: 59px
}

.navbar.navbar-inverse.navbar-fixed-top .navbar-right .dropdown-menu {
    left: auto;
    right: 0
}

.slide-nav-toggle .navbar.navbar-inverse.navbar-fixed-top .nav-header {
    width: 44px
}

.slide-nav-toggle .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
    opacity: 0;
    visibility: hidden
}

.slide-nav-toggle.sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header {
    width: 225px
}

.slide-nav-toggle.sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
    opacity: 1;
    visibility: visible
}

.slide-nav-toggle .fixed-sidebar-left {
    width: 44px
}

.slide-nav-toggle .fixed-sidebar-left .side-nav li.navigation-header>span {
    display: none
}

.slide-nav-toggle .fixed-sidebar-left .side-nav li.navigation-header>i {
    display: block
}

.slide-nav-toggle .fixed-sidebar-left .collapse.in {
    display: none
}

.slide-nav-toggle .fixed-sidebar-left:hover {
    width: 225px
}

.slide-nav-toggle .fixed-sidebar-left:hover .side-nav li.navigation-header>span {
    display: block
}

.slide-nav-toggle .fixed-sidebar-left:hover .side-nav li.navigation-header>i {
    display: none
}

.slide-nav-toggle .fixed-sidebar-left:hover .collapse.in,
footer .brand,
footer p {
    display: block
}

.slide-nav-toggle .fixed-sidebar-left:hover .right-nav-text {
    opacity: 1
}

.slide-nav-toggle .fixed-sidebar-left .right-nav-text {
    opacity: 0
}

.slide-nav-toggle .page-wrapper {
    margin-left: 44px
}

.card-view {
    background: #fff;
    margin-bottom: 12px;
    border: 1px solid rgba(33, 33, 33, .1);
    border-radius: 2px;
    box-shadow: none;
    padding: 15px 15px 0;
    margin-left: -9px;
    margin-right: -9px
}

.card-view.panel>.panel-heading {
    border: none;
    color: inherit;
    border-radius: 0;
    margin: -15px -15px 0;
    padding: 20px 15px
}

.card-view.panel>.panel-heading.small-panel-heading {
    padding: 11px 15px
}

.card-view.panel>.panel-heading .head-overlay {
    background: rgba(255, 255, 255, .2);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.card-view.panel .panel-body {
    padding: 5px 0 20px
}

.card-view.panel.panel-default>.panel-heading {
    background: 0 0
}

.card-view.panel.panel-default.border-panel>.panel-heading,
.card-view.panel.panel-default.panel-tabs>.panel-heading {
    border-bottom: 1px solid rgba(33, 33, 33, .1)
}

.card-view.panel.panel-default.border-panel .panel-body,
.card-view.panel.panel-default.panel-tabs .panel-body {
    padding-top: 20px
}

.card-view.panel.panel-default.panel-tabs>.panel-heading {
    padding-bottom: 0
}

.card-view.panel.panel-default.panel-tabs .nav-tabs {
    border-bottom: none
}

.card-view.panel.panel-default.panel-tabs .nav-tabs>li>a {
    padding: 0 5px 12px;
    float: left
}

.card-view.panel.panel-danger .panel-body,
.card-view.panel.panel-info .panel-body,
.card-view.panel.panel-inverse .panel-body,
.card-view.panel.panel-primary .panel-body,
.card-view.panel.panel-success .panel-body,
.card-view.panel.panel-warning .panel-body {
    padding-top: 20px
}

.card-view.panel.fullscreen {
    height: 100%;
    left: 0;
    margin: 0;
    position: fixed;
    overflow-y: auto;
    top: 0;
    width: 100%;
    z-index: 1040
}

.card-view.panel.fullscreen>.panel-heading .pull-right .dropdown,
.card-view.panel.fullscreen>.panel-heading .pull-right>a {
    opacity: 0;
    visibility: hidden
}

.card-view.panel.fullscreen>.panel-heading .pull-right .dropdown.full-screen,
.card-view.panel.fullscreen>.panel-heading .pull-right>a.full-screen {
    opacity: 1;
    visibility: visible
}

.card-view.panel.fullscreen>.panel-heading .pull-right .dropdown.full-screen i.zmdi-fullscreen::before,
.card-view.panel.fullscreen>.panel-heading .pull-right>a.full-screen i.zmdi-fullscreen::before {
    content: "\f16c"
}

.heading-bg {
    height: 67px;
    margin: 0 -39px 10px;
    padding: 30px 30px;
}

.heading-bg h5 {
    padding-top: 6px
}

.breadcrumb {
    background-color: transparent;
    float: right;
    margin-bottom: 0;
    padding: 9px 0 0;
    font-size: 13px
}

.breadcrumb a {
    color: #212121;
    opacity: .5;
    transition: .3s ease
}

.breadcrumb a:hover {
    opacity: 1
}

.breadcrumb span {
    color: #212121
}

.breadcrumb>li+li::before {
    color: #212121;
    opacity: .5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 9px
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    left: 0
}

footer p {
    font-size: 12px;
    line-height: 40px
}

footer .brand {
    float: left;
    padding-top: 4px
}

footer .navbar-nav>li>a {
    padding-bottom: 0;
    padding-top: 5px;
    padding-left: 10px;
    font-size: 12px
}

footer .nav>li>a:focus,
footer .nav>li>a:hover {
    background: 0 0;
    opacity: .8
}

.font-icon-detail span {
    border-radius: 0!important
}

.app-search .dataTables_wrapper .dataTables_filter input:focus,
.app-search .dataTables_wrapper .dataTables_length select:focus,
.app-search .dd-handle:focus,
.app-search .dd3-content:focus,
.app-search .form-control:focus,
.app-search .jsgrid-cell input:focus,
.app-search .jsgrid-cell select:focus,
.app-search .mce-floatpanel .mce-btn:focus,
.app-search .mce-floatpanel .mce-textbox:focus,
.app-search .select2-container--default .select2-selection--single:focus,
.app-search .select2-selection.select2-selection--multiple:focus,
.app-search .tablesaw-bar .btn-select select:focus,
.dataTables_wrapper .dataTables_filter .app-search input:focus,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length .app-search select:focus,
.dataTables_wrapper .dataTables_length select,
.dd-handle,
.dd3-content,
.form-control,
.jsgrid-cell .app-search input:focus,
.jsgrid-cell .app-search select:focus,
.jsgrid-cell input,
.jsgrid-cell select,
.mce-floatpanel .app-search .mce-btn:focus,
.mce-floatpanel .app-search .mce-textbox:focus,
.mce-floatpanel .mce-btn,
.mce-floatpanel .mce-textbox,
.select2-container--default .app-search .select2-selection--single:focus,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-selection.select2-selection--multiple,
.tablesaw-bar .btn-select .app-search select:focus,
.tablesaw-bar .btn-select select,
.wizard .content>.body input {
    border: 1px solid rgba(33, 33, 33, .12);
    border-radius: 0;
    background-color: #fff;
    box-shadow: none;
    color: #212121;
    height: 42px
}

.app-search .dd-handle:focus,
.app-search .dd3-content:focus,
.app-search .form-control:focus,
.app-search .jsgrid-cell input:focus,
.app-search .jsgrid-cell select:focus,
.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length select:focus,
.dd-handle:focus,
.dd3-content:focus,
.form-control:focus,
.jsgrid-cell .app-search input:focus,
.jsgrid-cell .app-search select:focus,
.jsgrid-cell input:focus,
.jsgrid-cell select:focus,
.mce-floatpanel .mce-btn:focus,
.mce-floatpanel .mce-textbox:focus,
.select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.select2-container--default .select2-selection--single:focus,
.select2-selection.select2-selection--multiple:focus,
.tablesaw-bar .btn-select select:focus,
.wizard .content>.body input:focus {
    border-color: rgba(33, 33, 33, .3);
    box-shadow: none;
    outline: 0
}

.app-search .dataTables_wrapper .dataTables_filter input:focus::-webkit-input-placeholder,
.app-search .dataTables_wrapper .dataTables_length select:focus::-webkit-input-placeholder,
.app-search .dd-handle:focus::-webkit-input-placeholder,
.app-search .dd3-content:focus::-webkit-input-placeholder,
.app-search .form-control:focus::-webkit-input-placeholder,
.app-search .jsgrid-cell input:focus::-webkit-input-placeholder,
.app-search .jsgrid-cell select:focus::-webkit-input-placeholder,
.app-search .mce-floatpanel .mce-btn:focus::-webkit-input-placeholder,
.app-search .mce-floatpanel .mce-textbox:focus::-webkit-input-placeholder,
.app-search .select2-container--default .select2-selection--single:focus::-webkit-input-placeholder,
.app-search .select2-selection.select2-selection--multiple:focus::-webkit-input-placeholder,
.app-search .tablesaw-bar .btn-select select:focus::-webkit-input-placeholder,
.dataTables_wrapper .dataTables_filter .app-search input:focus::-webkit-input-placeholder,
.dataTables_wrapper .dataTables_filter input::-webkit-input-placeholder,
.dataTables_wrapper .dataTables_length .app-search select:focus::-webkit-input-placeholder,
.dataTables_wrapper .dataTables_length select::-webkit-input-placeholder,
.dd-handle::-webkit-input-placeholder,
.dd3-content::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
.jsgrid-cell .app-search input:focus::-webkit-input-placeholder,
.jsgrid-cell .app-search select:focus::-webkit-input-placeholder,
.jsgrid-cell input::-webkit-input-placeholder,
.jsgrid-cell select::-webkit-input-placeholder,
.mce-floatpanel .app-search .mce-btn:focus::-webkit-input-placeholder,
.mce-floatpanel .app-search .mce-textbox:focus::-webkit-input-placeholder,
.mce-floatpanel .mce-btn::-webkit-input-placeholder,
.mce-floatpanel .mce-textbox::-webkit-input-placeholder,
.select2-container--default .app-search .select2-selection--single:focus::-webkit-input-placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered::-webkit-input-placeholder,
.select2-container--default .select2-selection--single::-webkit-input-placeholder,
.select2-selection.select2-selection--multiple::-webkit-input-placeholder,
.tablesaw-bar .btn-select .app-search select:focus::-webkit-input-placeholder,
.tablesaw-bar .btn-select select::-webkit-input-placeholder,
.wizard .content>.body input::-webkit-input-placeholder {
    text-transform: capitalize
}

.app-search .dd-handle:-moz-placeholder:focus,
.app-search .dd3-content:-moz-placeholder:focus,
.app-search .form-control:-moz-placeholder:focus,
.app-search .jsgrid-cell input:-moz-placeholder:focus,
.app-search .jsgrid-cell select:-moz-placeholder:focus,
.dataTables_wrapper .dataTables_filter input:-moz-placeholder,
.dataTables_wrapper .dataTables_length select:-moz-placeholder,
.dd-handle:-moz-placeholder,
.dd3-content:-moz-placeholder,
.form-control:-moz-placeholder,
.jsgrid-cell .app-search input:-moz-placeholder:focus,
.jsgrid-cell .app-search select:-moz-placeholder:focus,
.jsgrid-cell input:-moz-placeholder,
.jsgrid-cell select:-moz-placeholder,
.mce-floatpanel .mce-btn:-moz-placeholder,
.mce-floatpanel .mce-textbox:-moz-placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered:-moz-placeholder,
.select2-container--default .select2-selection--single:-moz-placeholder,
.select2-selection.select2-selection--multiple:-moz-placeholder,
.tablesaw-bar .btn-select select:-moz-placeholder,
.wizard .content>.body input:-moz-placeholder {
    text-transform: capitalize
}

.app-search .dataTables_wrapper .dataTables_filter input:focus::-moz-placeholder,
.app-search .dataTables_wrapper .dataTables_length select:focus::-moz-placeholder,
.app-search .dd-handle:focus::-moz-placeholder,
.app-search .dd3-content:focus::-moz-placeholder,
.app-search .form-control:focus::-moz-placeholder,
.app-search .jsgrid-cell input:focus::-moz-placeholder,
.app-search .jsgrid-cell select:focus::-moz-placeholder,
.app-search .mce-floatpanel .mce-btn:focus::-moz-placeholder,
.app-search .mce-floatpanel .mce-textbox:focus::-moz-placeholder,
.app-search .select2-container--default .select2-selection--single:focus::-moz-placeholder,
.app-search .select2-selection.select2-selection--multiple:focus::-moz-placeholder,
.app-search .tablesaw-bar .btn-select select:focus::-moz-placeholder,
.dataTables_wrapper .dataTables_filter .app-search input:focus::-moz-placeholder,
.dataTables_wrapper .dataTables_filter input::-moz-placeholder,
.dataTables_wrapper .dataTables_length .app-search select:focus::-moz-placeholder,
.dataTables_wrapper .dataTables_length select::-moz-placeholder,
.dd-handle::-moz-placeholder,
.dd3-content::-moz-placeholder,
.form-control::-moz-placeholder,
.jsgrid-cell .app-search input:focus::-moz-placeholder,
.jsgrid-cell .app-search select:focus::-moz-placeholder,
.jsgrid-cell input::-moz-placeholder,
.jsgrid-cell select::-moz-placeholder,
.mce-floatpanel .app-search .mce-btn:focus::-moz-placeholder,
.mce-floatpanel .app-search .mce-textbox:focus::-moz-placeholder,
.mce-floatpanel .mce-btn::-moz-placeholder,
.mce-floatpanel .mce-textbox::-moz-placeholder,
.select2-container--default .app-search .select2-selection--single:focus::-moz-placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered::-moz-placeholder,
.select2-container--default .select2-selection--single::-moz-placeholder,
.select2-selection.select2-selection--multiple::-moz-placeholder,
.tablesaw-bar .btn-select .app-search select:focus::-moz-placeholder,
.tablesaw-bar .btn-select select::-moz-placeholder,
.wizard .content>.body input::-moz-placeholder {
    text-transform: capitalize
}

.app-search .dd-handle:-ms-input-placeholder:focus,
.app-search .dd3-content:-ms-input-placeholder:focus,
.app-search .form-control:-ms-input-placeholder:focus,
.app-search .jsgrid-cell input:-ms-input-placeholder:focus,
.app-search .jsgrid-cell select:-ms-input-placeholder:focus,
.dataTables_wrapper .dataTables_filter input:-ms-input-placeholder,
.dataTables_wrapper .dataTables_length select:-ms-input-placeholder,
.dd-handle:-ms-input-placeholder,
.dd3-content:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
.jsgrid-cell .app-search input:-ms-input-placeholder:focus,
.jsgrid-cell .app-search select:-ms-input-placeholder:focus,
.jsgrid-cell input:-ms-input-placeholder,
.jsgrid-cell select:-ms-input-placeholder,
.mce-floatpanel .mce-btn:-ms-input-placeholder,
.mce-floatpanel .mce-textbox:-ms-input-placeholder,
.select2-container--default .select2-selection--single .select2-selection__rendered:-ms-input-placeholder,
.select2-container--default .select2-selection--single:-ms-input-placeholder,
.select2-selection.select2-selection--multiple:-ms-input-placeholder,
.tablesaw-bar .btn-select select:-ms-input-placeholder,
.wizard .content>.body input:-ms-input-placeholder {
    text-transform: capitalize
}

.app-search .filled-input.dd-handle:focus,
.app-search .filled-input.dd3-content:focus,
.app-search .filled-input.form-control:focus,
.app-search .jsgrid-cell input.filled-input:focus,
.app-search .jsgrid-cell select.filled-input:focus,
.dataTables_wrapper .dataTables_filter input.filled-input,
.dataTables_wrapper .dataTables_length select.filled-input,
.filled-input.dd-handle,
.filled-input.dd3-content,
.filled-input.select2-selection.select2-selection--multiple,
.form-control.filled-input,
.jsgrid-cell .app-search input.filled-input:focus,
.jsgrid-cell .app-search select.filled-input:focus,
.jsgrid-cell input.filled-input,
.jsgrid-cell select.filled-input,
.mce-floatpanel .filled-input.mce-btn,
.mce-floatpanel .filled-input.mce-textbox,
.select2-container--default .filled-input.select2-selection--single,
.select2-container--default .select2-selection--single .filled-input.select2-selection__rendered,
.tablesaw-bar .btn-select select.filled-input,
.wizard .content>.body input.filled-input {
    background: #f7f7f9;
    border: none
}

.dataTables_wrapper .dataTables_filter input.filled-input:focus,
.dataTables_wrapper .dataTables_length select.filled-input:focus,
.filled-input.dd-handle:focus,
.filled-input.dd3-content:focus,
.filled-input.select2-selection.select2-selection--multiple:focus,
.form-control.filled-input:focus,
.jsgrid-cell input.filled-input:focus,
.jsgrid-cell select.filled-input:focus,
.mce-floatpanel .filled-input.mce-btn:focus,
.mce-floatpanel .filled-input.mce-textbox:focus,
.select2-container--default .filled-input.select2-selection--single:focus,
.select2-container--default .select2-selection--single .filled-input.select2-selection__rendered:focus,
.tablesaw-bar .btn-select select.filled-input:focus,
.wizard .content>.body input.filled-input:focus {
    background: rgba(247, 247, 249, .8)
}

.app-search .jsgrid-cell input.rounded-input:focus,
.app-search .jsgrid-cell select.rounded-input:focus,
.app-search .rounded-input.dd-handle:focus,
.app-search .rounded-input.dd3-content:focus,
.app-search .rounded-input.form-control:focus,
.dataTables_wrapper .dataTables_filter input.rounded-input,
.dataTables_wrapper .dataTables_length select.rounded-input,
.form-control.rounded-input,
.jsgrid-cell .app-search input.rounded-input:focus,
.jsgrid-cell .app-search select.rounded-input:focus,
.jsgrid-cell input.rounded-input,
.jsgrid-cell select.rounded-input,
.mce-floatpanel .rounded-input.mce-btn,
.mce-floatpanel .rounded-input.mce-textbox,
.rounded-input.dd-handle,
.rounded-input.dd3-content,
.rounded-input.select2-selection.select2-selection--multiple,
.select2-container--default .rounded-input.select2-selection--single,
.select2-container--default .select2-selection--single .rounded-input.select2-selection__rendered,
.tablesaw-bar .btn-select select.rounded-input,
.wizard .content>.body input.rounded-input {
    border-radius: 60px
}

.app-search .jsgrid-cell input.rounded-outline-input:focus,
.app-search .jsgrid-cell select.rounded-outline-input:focus,
.app-search .rounded-outline-input.dd-handle:focus,
.app-search .rounded-outline-input.dd3-content:focus,
.app-search .rounded-outline-input.form-control:focus,
.dataTables_wrapper .dataTables_filter input.rounded-outline-input,
.dataTables_wrapper .dataTables_length select.rounded-outline-input,
.form-control.rounded-outline-input,
.jsgrid-cell .app-search input.rounded-outline-input:focus,
.jsgrid-cell .app-search select.rounded-outline-input:focus,
.jsgrid-cell input.rounded-outline-input,
.jsgrid-cell select.rounded-outline-input,
.mce-floatpanel .rounded-outline-input.mce-btn,
.mce-floatpanel .rounded-outline-input.mce-textbox,
.rounded-outline-input.dd-handle,
.rounded-outline-input.dd3-content,
.rounded-outline-input.select2-selection.select2-selection--multiple,
.select2-container--default .rounded-outline-input.select2-selection--single,
.select2-container--default .select2-selection--single .rounded-outline-input.select2-selection__rendered,
.tablesaw-bar .btn-select select.rounded-outline-input,
.wizard .content>.body input.rounded-outline-input {
    background: 0 0;
    border: 1px solid rgba(33, 33, 33, .1)
}

.control-label {
    color: #212121
}

.input-group-addon {
    background: 0 0;
    border-color: rgba(33, 33, 33, .1);
    border-radius: 0;
    color: #212121;
    min-width: 42px
}

.dt-buttons .input-group-addon.dt-button,
.input-group-addon.btn,
.input-group-addon.fc-next-button,
.input-group-addon.fc-prev-button,
.input-group-addon.fc-today-button,
.owl-theme .owl-nav .input-group-addon[class*=owl-],
.sweet-alert button.input-group-addon,
.tablesaw-sortable th.tablesaw-sortable-head button.input-group-addon,
.wizard>.actions a.input-group-addon,
button.input-group-addon.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.input-group-addon.fc-agendaWeek-button,
button.input-group-addon.fc-month-button.fc-state-default.fc-corner-left {
    color: #fff
}

.form-inline .checkbox label,
.form-inline .radio label {
    padding-left: 3px
}

.select2-container--default .select2-results__group,
.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__options--nested li,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 12px
}

.checkbox,
.radio {
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 27px;
    margin-top: 0;
    margin-bottom: 0
}

.form-inline .checkbox,
.form-inline .radio {
    padding-top: 0;
    padding-bottom: 0
}

.form-control-feedback {
    line-height: 42px;
    height: 42px
}

.help-block {
    color: #878787
}

.app-search .has-success .dd-handle:focus,
.app-search .has-success .dd3-content:focus,
.app-search .has-success .form-control:focus,
.app-search .jsgrid-cell .has-success input:focus,
.app-search .jsgrid-cell .has-success select:focus,
.dataTables_wrapper .dataTables_filter .has-success input,
.dataTables_wrapper .dataTables_length .has-success select,
.has-success .app-search .dd-handle:focus,
.has-success .app-search .dd3-content:focus,
.has-success .app-search .form-control:focus,
.has-success .app-search .jsgrid-cell input:focus,
.has-success .app-search .jsgrid-cell select:focus,
.has-success .dataTables_wrapper .dataTables_filter input,
.has-success .dataTables_wrapper .dataTables_length select,
.has-success .dd-handle,
.has-success .dd3-content,
.has-success .form-control,
.has-success .jsgrid-cell .app-search input:focus,
.has-success .jsgrid-cell .app-search select:focus,
.has-success .jsgrid-cell input,
.has-success .jsgrid-cell select,
.has-success .mce-floatpanel .mce-btn,
.has-success .mce-floatpanel .mce-textbox,
.has-success .select2-container--default .select2-selection--single,
.has-success .select2-container--default .select2-selection--single .select2-selection__rendered,
.has-success .select2-selection.select2-selection--multiple,
.has-success .tablesaw-bar .btn-select select,
.has-success .wizard .content>.body input,
.jsgrid-cell .app-search .has-success input:focus,
.jsgrid-cell .app-search .has-success select:focus,
.jsgrid-cell .has-success input,
.jsgrid-cell .has-success select,
.mce-floatpanel .has-success .mce-btn,
.mce-floatpanel .has-success .mce-textbox,
.select2-container--default .has-success .select2-selection--single,
.select2-container--default .select2-selection--single .has-success .select2-selection__rendered,
.tablesaw-bar .btn-select .has-success select,
.wizard .content>.body .has-success input {
    border-color: rgba(9, 162, 117, .5)
}

.dataTables_wrapper .dataTables_filter .has-success input:focus,
.dataTables_wrapper .dataTables_length .has-success select:focus,
.has-success .dataTables_wrapper .dataTables_filter input:focus,
.has-success .dataTables_wrapper .dataTables_length select:focus,
.has-success .dd-handle:focus,
.has-success .dd3-content:focus,
.has-success .form-control:focus,
.has-success .jsgrid-cell input:focus,
.has-success .jsgrid-cell select:focus,
.has-success .mce-floatpanel .mce-btn:focus,
.has-success .mce-floatpanel .mce-textbox:focus,
.has-success .select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.has-success .select2-container--default .select2-selection--single:focus,
.has-success .select2-selection.select2-selection--multiple:focus,
.has-success .tablesaw-bar .btn-select select:focus,
.has-success .wizard .content>.body input:focus,
.jsgrid-cell .has-success input:focus,
.jsgrid-cell .has-success select:focus,
.mce-floatpanel .has-success .mce-btn:focus,
.mce-floatpanel .has-success .mce-textbox:focus,
.select2-container--default .has-success .select2-selection--single:focus,
.select2-container--default .select2-selection--single .has-success .select2-selection__rendered:focus,
.tablesaw-bar .btn-select .has-success select:focus,
.wizard .content>.body .has-success input:focus {
    border-color: #09a275
}

.app-search .has-warning .dd-handle:focus,
.app-search .has-warning .dd3-content:focus,
.app-search .has-warning .form-control:focus,
.app-search .jsgrid-cell .has-warning input:focus,
.app-search .jsgrid-cell .has-warning select:focus,
.dataTables_wrapper .dataTables_filter .has-warning input,
.dataTables_wrapper .dataTables_length .has-warning select,
.has-warning .app-search .dd-handle:focus,
.has-warning .app-search .dd3-content:focus,
.has-warning .app-search .form-control:focus,
.has-warning .app-search .jsgrid-cell input:focus,
.has-warning .app-search .jsgrid-cell select:focus,
.has-warning .dataTables_wrapper .dataTables_filter input,
.has-warning .dataTables_wrapper .dataTables_length select,
.has-warning .dd-handle,
.has-warning .dd3-content,
.has-warning .form-control,
.has-warning .jsgrid-cell .app-search input:focus,
.has-warning .jsgrid-cell .app-search select:focus,
.has-warning .jsgrid-cell input,
.has-warning .jsgrid-cell select,
.has-warning .mce-floatpanel .mce-btn,
.has-warning .mce-floatpanel .mce-textbox,
.has-warning .select2-container--default .select2-selection--single,
.has-warning .select2-container--default .select2-selection--single .select2-selection__rendered,
.has-warning .select2-selection.select2-selection--multiple,
.has-warning .tablesaw-bar .btn-select select,
.has-warning .wizard .content>.body input,
.jsgrid-cell .app-search .has-warning input:focus,
.jsgrid-cell .app-search .has-warning select:focus,
.jsgrid-cell .has-warning input,
.jsgrid-cell .has-warning select,
.mce-floatpanel .has-warning .mce-btn,
.mce-floatpanel .has-warning .mce-textbox,
.select2-container--default .has-warning .select2-selection--single,
.select2-container--default .select2-selection--single .has-warning .select2-selection__rendered,
.tablesaw-bar .btn-select .has-warning select,
.wizard .content>.body .has-warning input {
    border-color: rgba(242, 183, 1, .5)
}

.dataTables_wrapper .dataTables_filter .has-warning input:focus,
.dataTables_wrapper .dataTables_length .has-warning select:focus,
.has-warning .dataTables_wrapper .dataTables_filter input:focus,
.has-warning .dataTables_wrapper .dataTables_length select:focus,
.has-warning .dd-handle:focus,
.has-warning .dd3-content:focus,
.has-warning .form-control:focus,
.has-warning .jsgrid-cell input:focus,
.has-warning .jsgrid-cell select:focus,
.has-warning .mce-floatpanel .mce-btn:focus,
.has-warning .mce-floatpanel .mce-textbox:focus,
.has-warning .select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.has-warning .select2-container--default .select2-selection--single:focus,
.has-warning .select2-selection.select2-selection--multiple:focus,
.has-warning .tablesaw-bar .btn-select select:focus,
.has-warning .wizard .content>.body input:focus,
.jsgrid-cell .has-warning input:focus,
.jsgrid-cell .has-warning select:focus,
.mce-floatpanel .has-warning .mce-btn:focus,
.mce-floatpanel .has-warning .mce-textbox:focus,
.select2-container--default .has-warning .select2-selection--single:focus,
.select2-container--default .select2-selection--single .has-warning .select2-selection__rendered:focus,
.tablesaw-bar .btn-select .has-warning select:focus,
.wizard .content>.body .has-warning input:focus {
    border-color: #f2b701
}

.app-search .has-error .dd-handle:focus,
.app-search .has-error .dd3-content:focus,
.app-search .has-error .form-control:focus,
.app-search .jsgrid-cell .has-error input:focus,
.app-search .jsgrid-cell .has-error select:focus,
.dataTables_wrapper .dataTables_filter .has-error input,
.dataTables_wrapper .dataTables_length .has-error select,
.has-error .app-search .dd-handle:focus,
.has-error .app-search .dd3-content:focus,
.has-error .app-search .form-control:focus,
.has-error .app-search .jsgrid-cell input:focus,
.has-error .app-search .jsgrid-cell select:focus,
.has-error .dataTables_wrapper .dataTables_filter input,
.has-error .dataTables_wrapper .dataTables_length select,
.has-error .dd-handle,
.has-error .dd3-content,
.has-error .form-control,
.has-error .jsgrid-cell .app-search input:focus,
.has-error .jsgrid-cell .app-search select:focus,
.has-error .jsgrid-cell input,
.has-error .jsgrid-cell select,
.has-error .mce-floatpanel .mce-btn,
.has-error .mce-floatpanel .mce-textbox,
.has-error .select2-container--default .select2-selection--single,
.has-error .select2-container--default .select2-selection--single .select2-selection__rendered,
.has-error .select2-selection.select2-selection--multiple,
.has-error .tablesaw-bar .btn-select select,
.has-error .wizard .content>.body input,
.jsgrid-cell .app-search .has-error input:focus,
.jsgrid-cell .app-search .has-error select:focus,
.jsgrid-cell .has-error input,
.jsgrid-cell .has-error select,
.mce-floatpanel .has-error .mce-btn,
.mce-floatpanel .has-error .mce-textbox,
.select2-container--default .has-error .select2-selection--single,
.select2-container--default .select2-selection--single .has-error .select2-selection__rendered,
.tablesaw-bar .btn-select .has-error select,
.wizard .content>.body .has-error input {
    border-color: rgba(220, 0, 48, .5)
}

.dataTables_wrapper .dataTables_filter .has-error input:focus,
.dataTables_wrapper .dataTables_length .has-error select:focus,
.has-error .dataTables_wrapper .dataTables_filter input:focus,
.has-error .dataTables_wrapper .dataTables_length select:focus,
.has-error .dd-handle:focus,
.has-error .dd3-content:focus,
.has-error .form-control:focus,
.has-error .jsgrid-cell input:focus,
.has-error .jsgrid-cell select:focus,
.has-error .mce-floatpanel .mce-btn:focus,
.has-error .mce-floatpanel .mce-textbox:focus,
.has-error .select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.has-error .select2-container--default .select2-selection--single:focus,
.has-error .select2-selection.select2-selection--multiple:focus,
.has-error .tablesaw-bar .btn-select select:focus,
.has-error .wizard .content>.body input:focus,
.jsgrid-cell .has-error input:focus,
.jsgrid-cell .has-error select:focus,
.mce-floatpanel .has-error .mce-btn:focus,
.mce-floatpanel .has-error .mce-textbox:focus,
.select2-container--default .has-error .select2-selection--single:focus,
.select2-container--default .select2-selection--single .has-error .select2-selection__rendered:focus,
.tablesaw-bar .btn-select .has-error select:focus,
.wizard .content>.body .has-error input:focus {
    border-color: #dc0030
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #09a275
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #f2b701
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #dc0030
}

.has-error .input-group-addon {
    background-color: transparent;
    color: #dc0030;
    border-color: rgba(220, 0, 48, .5)
}

.has-success .input-group-addon {
    background-color: transparent;
    color: #09a275;
    border-color: rgba(9, 162, 117, .5)
}

.has-success .form-control-feedback {
    color: #09a275
}

.has-warning .form-control-feedback {
    color: #f2b701
}

.has-error .form-control-feedback {
    color: #dc0030
}

.colorpicker {
    z-index: 10
}

.colorpicker.colorpicker-component::before {
    display: none
}

.daterangepicker .input-mini,
.daterangepicker .input-mini.active {
    border-color: rgba(33, 33, 33, .1);
    border-radius: 0;
    color: #212121
}

.daterangepicker .input-mini:focus {
    border-color: #878787;
    box-shadow: none!important;
    outline: 0
}

.daterangepicker td {
    border-radius: 0!important
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover,
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: #09a275
}

.bootstrap-datetimepicker-widget table td.day {
    border-radius: 0
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px
}

.select2-container--default .select2-selection--single {
    border: none
}

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

.select2-container--default.select2-container--open .select2-selection__rendered {
    border-color: #878787
}

.select2-container--default .select2-selection__arrow {
    height: 40px!important
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding-left: 12px;
    line-height: 40px
}

.select2-container .select2-selection--multiple .select2-search__field {
    margin-top: 0
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 0;
    color: #fff;
    padding: 8px 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    background: #09a275;
    border: none;
    line-height: 10px;
    font-size: 12px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus {
    outline: 0!important
}

.bootstrap-select .btn.dropdown-toggle,
.bootstrap-select .dropdown-toggle.fc-next-button,
.bootstrap-select .dropdown-toggle.fc-prev-button,
.bootstrap-select .dropdown-toggle.fc-today-button,
.bootstrap-select .dt-buttons .dropdown-toggle.dt-button,
.bootstrap-select .owl-theme .owl-nav .dropdown-toggle[class*=owl-],
.bootstrap-select .sweet-alert button.dropdown-toggle,
.bootstrap-select .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle,
.bootstrap-select .wizard>.actions a.dropdown-toggle,
.bootstrap-select button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right,
.bootstrap-select button.dropdown-toggle.fc-agendaWeek-button,
.bootstrap-select button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .bootstrap-select .dropdown-toggle.dt-button,
.owl-theme .owl-nav .bootstrap-select .dropdown-toggle[class*=owl-],
.sweet-alert .bootstrap-select button.dropdown-toggle,
.tablesaw-sortable th.tablesaw-sortable-head .bootstrap-select button.dropdown-toggle,
.wizard>.actions .bootstrap-select a.dropdown-toggle {
    box-shadow: none;
    border: 1px solid rgba(33, 33, 33, .12)
}

.bootstrap-select .btn .filter-option,
.bootstrap-select .dt-buttons .dt-button .filter-option,
.bootstrap-select .fc-next-button .filter-option,
.bootstrap-select .fc-prev-button .filter-option,
.bootstrap-select .fc-today-button .filter-option,
.bootstrap-select .owl-theme .owl-nav [class*=owl-] .filter-option,
.bootstrap-select .sweet-alert button .filter-option,
.bootstrap-select .tablesaw-sortable th.tablesaw-sortable-head button .filter-option,
.bootstrap-select .wizard>.actions a .filter-option,
.bootstrap-select button.fc-agendaDay-button.fc-state-default.fc-corner-right .filter-option,
.bootstrap-select button.fc-agendaWeek-button .filter-option,
.bootstrap-select button.fc-month-button.fc-state-default.fc-corner-left .filter-option,
.dt-buttons .bootstrap-select .dt-button .filter-option,
.owl-theme .owl-nav .bootstrap-select [class*=owl-] .filter-option,
.sweet-alert .bootstrap-select button .filter-option,
.tablesaw-sortable th.tablesaw-sortable-head .bootstrap-select button .filter-option,
.wizard>.actions .bootstrap-select a .filter-option {
    color: #212121
}

.dt-buttons .sm-bootstrap-select .bootstrap-select .dropdown-toggle.dt-button,
.owl-theme .owl-nav .sm-bootstrap-select .bootstrap-select .dropdown-toggle[class*=owl-],
.sm-bootstrap-select .bootstrap-select .btn.dropdown-toggle,
.sm-bootstrap-select .bootstrap-select .dropdown-toggle.fc-next-button,
.sm-bootstrap-select .bootstrap-select .dropdown-toggle.fc-prev-button,
.sm-bootstrap-select .bootstrap-select .dropdown-toggle.fc-today-button,
.sm-bootstrap-select .bootstrap-select .dt-buttons .dropdown-toggle.dt-button,
.sm-bootstrap-select .bootstrap-select .owl-theme .owl-nav .dropdown-toggle[class*=owl-],
.sm-bootstrap-select .bootstrap-select .sweet-alert button.dropdown-toggle,
.sm-bootstrap-select .bootstrap-select .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle,
.sm-bootstrap-select .bootstrap-select .wizard>.actions a.dropdown-toggle,
.sm-bootstrap-select .bootstrap-select button.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right,
.sm-bootstrap-select .bootstrap-select button.dropdown-toggle.fc-agendaWeek-button,
.sm-bootstrap-select .bootstrap-select button.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left,
.sweet-alert .sm-bootstrap-select .bootstrap-select button.dropdown-toggle,
.tablesaw-sortable th.tablesaw-sortable-head .sm-bootstrap-select .bootstrap-select button.dropdown-toggle,
.wizard>.actions .sm-bootstrap-select .bootstrap-select a.dropdown-toggle {
    font-size: 12px;
    height: 27px;
    padding: 3px 25px 3px 15px
}

.sm-bootstrap-select .bootstrap-select .dropdown-menu li a span.text {
    font-size: 12px
}

.switchery {
    margin-right: 10px;
    margin-top: 15px
}

.no-margin-switcher .switchery {
    margin-top: 0
}

.bootstrap-touchspin .dt-buttons .input-group-btn-vertical>.dt-button,
.bootstrap-touchspin .input-group-btn-vertical>.btn,
.bootstrap-touchspin .input-group-btn-vertical>.fc-next-button,
.bootstrap-touchspin .input-group-btn-vertical>.fc-prev-button,
.bootstrap-touchspin .input-group-btn-vertical>.fc-today-button,
.bootstrap-touchspin .input-group-btn-vertical>button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.bootstrap-touchspin .input-group-btn-vertical>button.fc-agendaWeek-button,
.bootstrap-touchspin .input-group-btn-vertical>button.fc-month-button.fc-state-default.fc-corner-left,
.bootstrap-touchspin .owl-theme .owl-nav .input-group-btn-vertical>[class*=owl-],
.bootstrap-touchspin .sweet-alert .input-group-btn-vertical>button,
.bootstrap-touchspin .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn-vertical>button,
.bootstrap-touchspin .wizard>.actions .disabled .input-group-btn-vertical>a,
.bootstrap-touchspin .wizard>.actions .input-group-btn-vertical>a,
.dt-buttons .bootstrap-touchspin .input-group-btn-vertical>.dt-button,
.owl-theme .owl-nav .bootstrap-touchspin .input-group-btn-vertical>[class*=owl-],
.sweet-alert .bootstrap-touchspin .input-group-btn-vertical>button,
.tablesaw-sortable th.tablesaw-sortable-head .bootstrap-touchspin .input-group-btn-vertical>button,
.wizard>.actions .bootstrap-touchspin .input-group-btn-vertical>a {
    border-radius: 0;
    padding: 10px
}

.bootstrap-touchspin .dt-buttons .input-group-btn-vertical>.dt-button i,
.bootstrap-touchspin .input-group-btn-vertical>.btn i,
.bootstrap-touchspin .input-group-btn-vertical>.fc-next-button i,
.bootstrap-touchspin .input-group-btn-vertical>.fc-prev-button i,
.bootstrap-touchspin .input-group-btn-vertical>.fc-today-button i,
.bootstrap-touchspin .input-group-btn-vertical>button.fc-agendaDay-button.fc-state-default.fc-corner-right i,
.bootstrap-touchspin .input-group-btn-vertical>button.fc-agendaWeek-button i,
.bootstrap-touchspin .input-group-btn-vertical>button.fc-month-button.fc-state-default.fc-corner-left i,
.bootstrap-touchspin .owl-theme .owl-nav .input-group-btn-vertical>[class*=owl-] i,
.bootstrap-touchspin .sweet-alert .input-group-btn-vertical>button i,
.bootstrap-touchspin .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn-vertical>button i,
.bootstrap-touchspin .wizard>.actions .input-group-btn-vertical>a i,
.dt-buttons .bootstrap-touchspin .input-group-btn-vertical>.dt-button i,
.owl-theme .owl-nav .bootstrap-touchspin .input-group-btn-vertical>[class*=owl-] i,
.sweet-alert .bootstrap-touchspin .input-group-btn-vertical>button i,
.tablesaw-sortable th.tablesaw-sortable-head .bootstrap-touchspin .input-group-btn-vertical>button i,
.wizard>.actions .bootstrap-touchspin .input-group-btn-vertical>a i {
    top: 6px
}

.bootstrap-touchspin .btn-default.dropdown-toggle.fc-next-button,
.bootstrap-touchspin .btn-default.dropdown-toggle.fc-prev-button,
.bootstrap-touchspin .btn-default.dropdown-toggle.fc-today-button,
.bootstrap-touchspin .btn.btn-default.dropdown-toggle,
.bootstrap-touchspin .dt-buttons .btn-default.dropdown-toggle.dt-button,
.bootstrap-touchspin .owl-theme .owl-nav .dropdown-toggle[class*=owl-],
.bootstrap-touchspin .sweet-alert button.btn-default.dropdown-toggle,
.bootstrap-touchspin .tablesaw-sortable th.tablesaw-sortable-head button.dropdown-toggle,
.bootstrap-touchspin .wizard>.actions a.btn-default.dropdown-toggle,
.bootstrap-touchspin button.btn-default.dropdown-toggle.fc-agendaDay-button.fc-state-default.fc-corner-right,
.bootstrap-touchspin button.btn-default.dropdown-toggle.fc-agendaWeek-button,
.bootstrap-touchspin button.btn-default.dropdown-toggle.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .bootstrap-touchspin .btn-default.dropdown-toggle.dt-button,
.owl-theme .owl-nav .bootstrap-touchspin .dropdown-toggle[class*=owl-],
.sweet-alert .bootstrap-touchspin button.btn-default.dropdown-toggle,
.tablesaw-sortable th.tablesaw-sortable-head .bootstrap-touchspin button.dropdown-toggle,
.wizard>.actions .bootstrap-touchspin a.btn-default.dropdown-toggle {
    color: #fff!important
}

.ms-container .ms-list {
    border: 1px solid rgba(33, 33, 33, .1);
    border-radius: 0;
    box-shadow: none
}

.bootstrap-switch,
.bootstrap-switch.bootstrap-switch-focused {
    border-color: rgba(33, 33, 33, .1);
    box-shadow: none
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover {
    background: #09a275
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background: #09a275;
    border-radius: 0
}

.bootstrap-switch {
    border-radius: 0
}

.bootstrap-tagsinput {
    border: 1px solid rgba(33, 33, 33, .1);
    border-radius: 0;
    box-shadow: none;
    color: #878787
}

.bootstrap-tagsinput .tag {
    border-radius: 0;
    color: #fff;
    background: #09a275
}

.dropify-wrapper,
.dropzone {
    border: 1px solid rgba(33, 33, 33, .1)
}

.dropzone,
.dropzone .dz-preview.dz-image-preview,
.wizard .content {
    background: 0 0
}

.tag.jvectormap-tip,
.tag.label {
    padding: 8px 10px;
    margin-bottom: 10px;
    margin-right: 5px;
    display: inline-block;
    font-size: 12px;
    font-weight: 400
}

.dt-buttons .editableform .editable-buttons .btn-sm.dt-button,
.editableform .editable-buttons .btn-sm.fc-next-button,
.editableform .editable-buttons .btn-sm.fc-prev-button,
.editableform .editable-buttons .btn-sm.fc-today-button,
.editableform .editable-buttons .btn.btn-sm,
.editableform .editable-buttons .dt-buttons .btn-sm.dt-button,
.editableform .editable-buttons .owl-theme .owl-nav .btn-sm[class*=owl-],
.editableform .editable-buttons .sweet-alert button.btn-sm,
.editableform .editable-buttons .tablesaw-sortable th.tablesaw-sortable-head button.btn-sm,
.editableform .editable-buttons .wizard>.actions a.btn-sm,
.editableform .editable-buttons button.btn-sm.fc-agendaDay-button.fc-state-default.fc-corner-right,
.editableform .editable-buttons button.btn-sm.fc-agendaWeek-button,
.editableform .editable-buttons button.btn-sm.fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .editableform .editable-buttons .btn-sm[class*=owl-],
.sweet-alert .editableform .editable-buttons button.btn-sm,
.tablesaw-sortable th.tablesaw-sortable-head .editableform .editable-buttons button.btn-sm,
.wizard>.actions .editableform .editable-buttons a.btn-sm {
    padding: 9px 25px
}

.dataTables_wrapper .dataTables_filter .editableform input.input-sm,
.dataTables_wrapper .dataTables_length .editableform select.input-sm,
.editableform .dataTables_wrapper .dataTables_filter input.input-sm,
.editableform .dataTables_wrapper .dataTables_length select.input-sm,
.editableform .form-control.input-sm,
.editableform .input-sm.dd-handle,
.editableform .input-sm.dd3-content,
.editableform .input-sm.select2-selection.select2-selection--multiple,
.editableform .jsgrid-cell input.input-sm,
.editableform .jsgrid-cell select.input-sm,
.editableform .mce-floatpanel .input-sm.mce-btn,
.editableform .mce-floatpanel .input-sm.mce-textbox,
.editableform .select2-container--default .input-sm.select2-selection--single,
.editableform .select2-container--default .select2-selection--single .input-sm.select2-selection__rendered,
.editableform .tablesaw-bar .btn-select select.input-sm,
.editableform .wizard .content>.body input.input-sm,
.jsgrid-cell .editableform input.input-sm,
.jsgrid-cell .editableform select.input-sm,
.mce-floatpanel .editableform .input-sm.mce-btn,
.mce-floatpanel .editableform .input-sm.mce-textbox,
.select2-container--default .editableform .input-sm.select2-selection--single,
.select2-container--default .select2-selection--single .editableform .input-sm.select2-selection__rendered,
.tablesaw-bar .btn-select .editableform select.input-sm,
.wizard .content>.body .editableform input.input-sm {
    padding: 6px 12px;
    font-size: 14px
}

.dataTables_wrapper .dataTables_length .editableform select.input-sm,
.editableform .dataTables_wrapper .dataTables_length select.input-sm,
.editableform .jsgrid-cell select.input-sm,
.editableform .mce-floatpanel select.input-sm.mce-btn,
.editableform .mce-floatpanel select.input-sm.mce-textbox,
.editableform .select2-container--default .select2-selection--single select.input-sm.select2-selection__rendered,
.editableform .select2-container--default select.input-sm.select2-selection--single,
.editableform .tablesaw-bar .btn-select select.input-sm,
.editableform select.form-control.input-sm,
.editableform select.input-sm.dd-handle,
.editableform select.input-sm.dd3-content,
.editableform select.input-sm.select2-selection.select2-selection--multiple,
.jsgrid-cell .editableform select.input-sm,
.mce-floatpanel .editableform select.input-sm.mce-btn,
.mce-floatpanel .editableform select.input-sm.mce-textbox,
.select2-container--default .editableform select.input-sm.select2-selection--single,
.select2-container--default .select2-selection--single .editableform select.input-sm.select2-selection__rendered,
.tablesaw-bar .btn-select .editableform select.input-sm {
    height: 42px;
    line-height: 1.428
}

.dropzone {
    min-height: 200px
}

.wizard .content {
    border-radius: 0;
    min-height: 100px;
    margin: 0 0 30px;
    border: none;
    border-top: none
}

.wizard .content .table-responsive {
    margin: 0 -30px
}

.wizard .content>.body {
    width: 100%;
    height: auto;
    padding: 30px;
    position: relative
}

.wizard .steps ul>li>a,
.wizard .steps ul>li>a:active,
.wizard .steps ul>li>a:focus,
.wizard .steps ul>li>a:hover {
    margin: 0;
    padding: 14px 20px
}

.wizard .content>.body input.error {
    border-color: rgba(241, 91, 38, .5)!important;
    background: 0 0
}

.wizard .steps .number {
    font-size: 18px;
    color: #878787
}

.wizard .steps ul {
    display: table;
    width: 100%
}

.wizard .steps ul>li {
    display: table-cell;
    background: rgba(33, 33, 33, .1)
}

.wizard .steps ul>li.done {
    background: #09a275
}

.wizard .steps ul>li.current {
    background: #f2b701!important
}

.wizard .steps ul>li>a {
    background: 0 0!important
}

.wizard .steps ul>li span.number {
    border-radius: 100%;
    border: 2px solid rgba(255, 255, 255, .2);
    width: 35px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 3px;
    margin-right: 8px;
    text-align: center;
    background: #fff
}

.wizard .steps ul>li.disabled a {
    cursor: not-allowed!important
}

.wizard>.actions {
    padding-right: 15px
}

.wizard>.actions>ul>li {
    background: 0 0;
    display: inline-block;
    float: none;
    margin: 0 0 0 10px;
    padding: 0
}

.wizard .bootstrap-touchspin {
    width: 70px
}

.wizard>.actions .disabled a,
.wizard>.actions .disabled a:hover {
    box-shadow: none;
    cursor: not-allowed;
    opacity: .65
}

.accordion-struct.accordion-style-1.panel-group .panel .panel-heading.activestate .icon-ac-wrap .minus-ac,
.bootstrap-wysihtml5-insert-link-modal .checkbox input[type=checkbox],
.note-editor .checkbox input[type=checkbox] {
    opacity: 1
}

.wizard>.content>.body label.error {
    display: none!important
}

.current {
    color: inherit!important
}

.wizard>.content>.body ul.cards>li {
    display: inline-block
}

.bootstrap-wysihtml5-insert-link-modal .checkbox label::before,
.note-editor .checkbox label::before {
    display: none
}

.tabcontrol>.content {
    border-top: medium none;
    height: auto;
    padding-top: 0
}

.tabcontrol>.content>.body {
    position: relative;
    height: auto;
    padding: 15px 0 0;
    width: 100%
}

.tabcontrol>.steps>ul {
    border-bottom: 1px solid #f7f7f9;
    margin-top: 0;
    float: left;
    width: 100%;
    top: 0
}

.tabcontrol>.steps>ul>li,
.tabcontrol>.steps>ul>li:active,
.tabcontrol>.steps>ul>li:focus,
.tabcontrol>.steps>ul>li:hover,
.tabcontrol>.steps>ul>li>a {
    background: 0 0;
    border: none
}

.tabcontrol>.steps>ul>li {
    margin: 0 5px 0 0;
    padding: 0
}

.tabcontrol>.steps>ul>li>a {
    padding: 10px 20px;
    color: #878787;
    margin: 0;
    border-radius: 0
}

.tabcontrol>.steps>ul>li.current>a:active,
.tabcontrol>.steps>ul>li.current>a:focus,
.tabcontrol>.steps>ul>li.current>a:hover,
.tabcontrol>.steps>ul>li>a:active,
.tabcontrol>.steps>ul>li>a:focus,
.tabcontrol>.steps>ul>li>a:hover {
    color: #212121
}

.tabcontrol>.steps>ul>li.current {
    border: none;
    padding: 0
}

.tabcontrol>.steps>ul>li.current>a {
    color: #212121;
    padding: 10px 20px;
    border-bottom: 3px solid #09a275
}

.tabcontrol>.steps>ul>li:first-child>a {
    border-top-left-radius: 10px
}

.tabcontrol>.steps>ul>li:last-child {
    margin-right: 0
}

.tabcontrol>.steps>ul>li:last-child>a {
    border-top-right-radius: 10px
}

.review-tag {
    font-size: 18px
}

.item-big>img {
    border-radius: 2px
}

.product-detail-wrap .product-price {
    font-size: 18px;
    color: #09a275
}

.product-detail-wrap .bootstrap-touchspin {
    float: left;
    margin-right: 15px;
    width: 70px
}

.product-rating a {
    color: #dc0030;
    margin-right: 5px
}

.product-overview .bootstrap-touchspin {
    width: 70px
}

.popover {
    border: none;
    border-radius: 0;
    padding: 0
}

.popover .popover-title.error-comment,
.popover h3.popover-title {
    background-color: #09a275;
    border-bottom: 1px solid rgba(33, 33, 33, .1);
    border-radius: 0;
    font-family: Roboto, sans-serif;
    color: #fff;
    font-size: 15px
}

.popover .popover-content {
    font-family: Roboto, sans-serif
}

.popover.bottom>.arrow::after {
    border-bottom-color: #09a275
}

.tt-hint,
.tt-query,
.typeahead {
    width: 396px
}

.tt-menu {
    width: 422px;
    margin: 12px 0;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid rgba(33, 33, 33, .1);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.tt-suggestion {
    padding: 3px 20px;
    border-radius: 0
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #09a275
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf
}

#custom-templates .empty-message {
    padding: 5px 10px;
    text-align: center
}

#multiple-datasets .league-name {
    margin: 0 20px 5px;
    padding: 3px 0;
    border-bottom: 1px solid #ccc
}

.bootstrap-wysihtml5-insert-link-modal .checkbox,
.note-editor .checkbox {
    margin-bottom: inherit;
    margin-top: inherit;
    padding-bottom: inherit;
    padding-top: inherit;
    min-height: inherit
}

#scrollable-dropdown-menu .tt-menu {
    max-height: 150px;
    overflow-y: auto
}

#rtl-support .tt-menu {
    text-align: right
}

.bootstrap-wysihtml5-insert-image-modal .error-comment,
.bootstrap-wysihtml5-insert-image-modal h3,
.bootstrap-wysihtml5-insert-link-modal .error-comment,
.bootstrap-wysihtml5-insert-link-modal h3 {
    font-size: 18px
}

.dt-buttons ul.wysihtml5-toolbar a.wysihtml5-command-active.dt-button,
.owl-theme .owl-nav ul.wysihtml5-toolbar a.wysihtml5-command-active[class*=owl-],
.wizard>.actions ul.wysihtml5-toolbar a.wysihtml5-command-active,
ul.wysihtml5-toolbar .dt-buttons a.wysihtml5-command-active.dt-button,
ul.wysihtml5-toolbar .owl-theme .owl-nav a.wysihtml5-command-active[class*=owl-],
ul.wysihtml5-toolbar .wizard>.actions a.wysihtml5-command-active,
ul.wysihtml5-toolbar a.btn.wysihtml5-command-active,
ul.wysihtml5-toolbar a.wysihtml5-command-active.fc-next-button,
ul.wysihtml5-toolbar a.wysihtml5-command-active.fc-prev-button,
ul.wysihtml5-toolbar a.wysihtml5-command-active.fc-today-button {
    box-shadow: none
}

.mce-container,
.mce-container *,
.mce-reset,
.mce-widget,
.mce-widget * {
    font-family: Roboto, sans-serif!important
}

.mce-ico {
    font-family: tinymce, Arial!important
}

.mce-floatpanel .mce-btn,
.mce-floatpanel .mce-btn:hover {
    background: 0 0
}

.mce-floatpanel .mce-btn.mce-active {
    background-color: transparent!important
}

.mce-floatpanel .mce-btn.mce-active:hover {
    background-color: transparent;
    border-color: rgba(33, 33, 33, .1)
}

.mce-floatpanel .mce-window-body .mce-listbox {
    border-color: rgba(33, 33, 33, .1)
}

.mce-floatpanel .mce-window-head .mce-title {
    font-size: 18px;
    font-weight: 400
}

.mce-floatpanel .mce-primary button {
    background: #09a275;
    border: 2px solid #09a275
}

.mce-floatpanel .mce-primary button:active,
.mce-floatpanel .mce-primary button:focus,
.mce-floatpanel .mce-primary button:hover {
    background: rgba(9, 162, 117, .85);
    border: 2px solid rgba(9, 162, 117, .1)
}

.mce-floatpanel .mce-menu-item-normal.mce-active,
.mce-floatpanel .mce-menu-item.mce-selected,
.mce-floatpanel .mce-menu-item:focus,
.mce-floatpanel .mce-menu-item:hover {
    background-color: #09a275
}

.mce-foot button {
    background: #dc0030;
    color: #fff!important;
    border: 2px solid #dc0030
}

.mce-foot button:active,
.mce-foot button:focus,
.mce-foot button:hover {
    background: rgba(220, 0, 48, .85);
    border: 2px solid rgba(220, 0, 48, .1)
}

.mce-panel {
    border-color: rgba(33, 33, 33, .1)!important
}

.btn-group.open .note-btn.dropdown-toggle {
    box-shadow: none
}

.note-editor.panel {
    border-radius: 0;
    box-shadow: none
}

.note-editor.panel .panel-heading {
    background: 0 0
}

.note-editor .note-btn.btn-sm {
    padding: 9px 25px;
    font-size: 14px
}

.note-editor .note-toolbar.panel-heading,
.note-editor.note-frame {
    border: 1px solid rgba(33, 33, 33, .1)
}

.note-editor h4 {
    font-size: 18px
}

.accordion-struct.panel-group .panel {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    margin-top: 0;
    box-shadow: none
}

.accordion-struct.panel-group .panel .panel-heading {
    border-radius: 0;
    padding: 0;
    background: rgba(33, 33, 33, .05);
    border-bottom: 1px solid rgba(33, 33, 33, .1)
}

.accordion-struct.panel-group .panel .panel-heading.activestate {
    background: #09a275;
    border-bottom: 1px solid #09a275
}

.accordion-struct.panel-group .panel .panel-heading.activestate a {
    color: #fff
}

.accordion-struct.panel-group .panel .panel-heading a {
    color: #878787;
    text-transform: capitalize;
    padding: 10px 20px;
    width: 100%;
    display: block
}

.accordion-struct.panel-group .panel:last-child .panel-heading {
    border-bottom: none
}

.accordion-struct.panel-group .panel .panel-body {
    border: none
}

.accordion-struct.accordion-style-1.panel-group .panel .panel-heading {
    background: 0 0;
    border-bottom: 1px solid rgba(33, 33, 33, .1)
}

.accordion-struct.accordion-style-1.panel-group .panel .panel-heading.activestate {
    background: 0 0
}

.accordion-struct.accordion-style-1.panel-group .panel .panel-heading.activestate .icon-ac-wrap .plus-ac {
    opacity: 0
}

.accordion-struct.accordion-style-1.panel-group .panel .panel-heading a,
.accordion-struct.accordion-style-1.panel-group .panel .panel-heading.activestate a {
    color: #878787
}

.accordion-struct.accordion-style-1 .icon-ac-wrap {
    display: inline;
    position: relative;
    color: #09a275
}

.accordion-struct.accordion-style-1 .icon-ac-wrap .minus-ac {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}

.accordion-struct.accordion-style-1 .icon-ac-wrap .plus-ac {
    opacity: 1
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    border: none
}

.tab-struct .tab-pane {
    padding-top: 15px
}

.tab-struct.vertical-tab .tab-pane {
    padding-top: 0;
    padding-left: 15px
}

.tab-struct.vertical-tab-reverse .tab-pane {
    padding-left: 0;
    padding-right: 15px
}

.pills-struct .tab-pane {
    padding-top: 15px
}

.pills-struct.vertical-pills .tab-pane {
    padding-top: 0;
    padding-left: 15px
}

.pills-struct.vertical-pills-reverse .tab-pane {
    padding-left: 0;
    padding-right: 15px
}

.nav-tabs {
    border-bottom: 1px solid rgba(33, 33, 33, .1)
}

.nav-tabs>li {
    margin-right: 5px
}

.nav-tabs>li>a {
    background: rgba(33, 33, 33, .1);
    border: none;
    padding: 10px 20px;
    color: #878787;
    margin: 0;
    border-radius: 0;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease
}

.nav-tabs>li>a:active,
.nav-tabs>li>a:focus,
.nav-tabs>li>a:hover {
    background: #f2f2f2;
    color: #212121
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:active,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.open>a,
.nav-tabs>li.open>a:active,
.nav-tabs>li.open>a:focus,
.nav-tabs>li.open>a:hover {
    background: #f2f2f2;
    color: #212121;
    border-color: transparent
}

.nav-tabs>li:first-child>a {
    border-top-left-radius: 10px
}

.nav-tabs>li:last-child {
    margin-right: 0
}

.nav-tabs>li:last-child>a {
    border-top-right-radius: 10px
}

.nav-tab-reverse .nav-tabs>li {
    float: right;
    margin-right: 0;
    margin-left: 5px
}

.nav-tab-reverse .nav-tabs>li:first-child>a {
    border-top-left-radius: 0;
    border-top-right-radius: 10px
}

.nav-tab-reverse .nav-tabs>li:last-child {
    margin-left: 0
}

.nav-tab-reverse .nav-tabs>li:last-child>a {
    border-top-right-radius: 0;
    border-top-left-radius: 10px
}

.vertical-tab .tab-content {
    overflow: hidden;
    border-left: 1px solid rgba(33, 33, 33, .1)
}

.vertical-tab .ver-nav-tab {
    float: left;
    border-bottom: none
}

.vertical-tab .ver-nav-tab>li {
    margin-bottom: 5px;
    margin-right: -1px;
    float: none
}

.vertical-tab .ver-nav-tab>li>a {
    border: none
}

.vertical-tab .ver-nav-tab>li:first-child>a {
    border-top-left-radius: 10px
}

.vertical-tab .ver-nav-tab>li:last-child {
    margin-bottom: 0
}

.vertical-tab .ver-nav-tab>li:last-child>a {
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0
}

.vertical-tab.vertical-tab-reverse .tab-content {
    border-left: none;
    border-right: 1px solid rgba(33, 33, 33, .1)
}

.vertical-tab.vertical-tab-reverse .ver-nav-tab {
    float: right
}

.vertical-tab.vertical-tab-reverse .ver-nav-tab>li:first-child>a {
    border-top-left-radius: 0;
    border-top-right-radius: 10px
}

.vertical-tab.vertical-tab-reverse .ver-nav-tab>li:last-child>a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 0
}

.custom-tab-1 .nav-tabs>li>a {
    background: 0 0!important;
    border: none
}

.custom-tab-1 .nav-tabs>li.active>a {
    border-bottom: 3px solid #09a275
}

.custom-tab-1.vertical-tab .ver-nav-tab>li {
    background: 0 0!important
}

.custom-tab-1.vertical-tab .ver-nav-tab>li.active>a {
    border-bottom: none;
    border-right: 3px solid #09a275
}

.custom-tab-1.vertical-tab.vertical-tab-reverse>li.active>a {
    border-right: none;
    border-left: 3px solid #09a275
}

.custom-tab-2 .nav-tabs {
    border: none
}

.custom-tab-2 .nav-tabs>li>a {
    background: 0 0;
    border-radius: 0
}

.custom-tab-2 .nav-tabs>li>a:active,
.custom-tab-2 .nav-tabs>li>a:focus,
.custom-tab-2 .nav-tabs>li>a:hover {
    color: #09a275
}

.custom-tab-2 .nav-tabs>li.active>a,
.custom-tab-2 .nav-tabs>li.active>a:active,
.custom-tab-2 .nav-tabs>li.active>a:focus,
.custom-tab-2 .nav-tabs>li.active>a:hover,
.custom-tab-2 .nav-tabs>li.open>a,
.custom-tab-2 .nav-tabs>li.open>a:active,
.custom-tab-2 .nav-tabs>li.open>a:focus,
.custom-tab-2 .nav-tabs>li.open>a:hover {
    color: #09a275;
    background: #f2f2f2
}

.custom-tab-2 .nav-tabs>li:first-child>a,
.custom-tab-2 .nav-tabs>li:last-child>a,
.custom-tab-2.nav-tab-reverse .nav-tabs>li:first-child>a,
.custom-tab-2.nav-tab-reverse .nav-tabs>li:last-child>a {
    border-radius: 0
}

.custom-tab-2 .tab-pane {
    background: #f2f2f2;
    padding: 15px!important
}

.nav-pills>li {
    margin-right: 5px
}

.nav-pills>li>a {
    background: #f7f7f9;
    border: none;
    padding: 10px 20px;
    color: #878787;
    margin: 0;
    border-radius: 0
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:active,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover,
.nav-pills>li.open>a,
.nav-pills>li.open>a:active,
.nav-pills>li.open>a:focus,
.nav-pills>li.open>a:hover,
.nav-pills>li>a:active,
.nav-pills>li>a:focus,
.nav-pills>li>a:hover {
    background: #09a275;
    color: #fff
}

.nav-pills>li:last-child {
    margin-right: 0
}

.nav-pills-reverse .nav-pills>li {
    float: right;
    margin-right: 0;
    margin-left: 5px
}

.nav-pills-reverse .nav-pills>li:last-child {
    margin-left: 0
}

.vertical-pills .tab-content {
    overflow: hidden;
    padding-left: 15px
}

.vertical-pills .ver-nav-pills {
    float: left
}

.vertical-pills .ver-nav-pills>li {
    margin: 0 0 5px;
    float: none
}

.vertical-pills .ver-nav-pills>li:last-child {
    margin-bottom: 0
}

.vertical-pills.vertical-pills-reverse .tab-content {
    padding-left: 0;
    padding-right: 15px
}

.vertical-pills.vertical-pills-reverse .ver-nav-pills {
    float: right
}

.nav-pills-rounded.nav-pills>li>a {
    border-radius: 60px
}

.nav-pills-outline.nav-pills>li>a {
    background-color: transparent!important;
    border: 2px solid #f7f7f9;
    color: #878787
}

.nav-pills-outline.nav-pills>li>a:active,
.nav-pills-outline.nav-pills>li>a:focus,
.nav-pills-outline.nav-pills>li>a:hover {
    border-color: #09a275;
    color: #212121
}

.nav-pills-outline.nav-pills>li.active>a {
    background-color: transparent!important;
    border: 2px solid #09a275;
    color: #212121
}

.nav-pills-outline.nav-pills>li.active>a:active,
.nav-pills-outline.nav-pills>li.active>a:focus,
.nav-pills-outline.nav-pills>li.active>a:hover {
    border: 2px solid #09a275;
    color: #212121
}

.jsgrid-table>tbody>tr.active>td,
.jsgrid-table>tbody>tr.active>th,
.jsgrid-table>tbody>tr>td.active,
.jsgrid-table>tbody>tr>th.active,
.jsgrid-table>tfoot>tr.active>td,
.jsgrid-table>tfoot>tr.active>th,
.jsgrid-table>tfoot>tr>td.active,
.jsgrid-table>tfoot>tr>th.active,
.jsgrid-table>thead>tr.active>td,
.jsgrid-table>thead>tr.active>th,
.jsgrid-table>thead>tr>td.active,
.jsgrid-table>thead>tr>th.active,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background: rgba(220, 220, 220, .08)
}

.jsgrid-table>tbody>tr.success>td,
.jsgrid-table>tbody>tr.success>th,
.jsgrid-table>tbody>tr>td.success,
.jsgrid-table>tbody>tr>th.success,
.jsgrid-table>tfoot>tr.success>td,
.jsgrid-table>tfoot>tr.success>th,
.jsgrid-table>tfoot>tr>td.success,
.jsgrid-table>tfoot>tr>th.success,
.jsgrid-table>thead>tr.success>td,
.jsgrid-table>thead>tr.success>th,
.jsgrid-table>thead>tr>td.success,
.jsgrid-table>thead>tr>th.success,
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background: rgba(9, 162, 117, .08)
}

.jsgrid-table>tbody>tr.info>td,
.jsgrid-table>tbody>tr.info>th,
.jsgrid-table>tbody>tr>td.info,
.jsgrid-table>tbody>tr>th.info,
.jsgrid-table>tfoot>tr.info>td,
.jsgrid-table>tfoot>tr.info>th,
.jsgrid-table>tfoot>tr>td.info,
.jsgrid-table>tfoot>tr>th.info,
.jsgrid-table>thead>tr.info>td,
.jsgrid-table>thead>tr.info>th,
.jsgrid-table>thead>tr>td.info,
.jsgrid-table>thead>tr>th.info,
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background: rgba(177, 0, 88, .08)
}

.jsgrid-table>tbody>tr.warning>td,
.jsgrid-table>tbody>tr.warning>th,
.jsgrid-table>tbody>tr>td.warning,
.jsgrid-table>tbody>tr>th.warning,
.jsgrid-table>tfoot>tr.warning>td,
.jsgrid-table>tfoot>tr.warning>th,
.jsgrid-table>tfoot>tr>td.warning,
.jsgrid-table>tfoot>tr>th.warning,
.jsgrid-table>thead>tr.warning>td,
.jsgrid-table>thead>tr.warning>th,
.jsgrid-table>thead>tr>td.warning,
.jsgrid-table>thead>tr>th.warning,
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background: rgba(242, 183, 1, .08)
}

.jsgrid-table>tbody>tr.danger>td,
.jsgrid-table>tbody>tr.danger>th,
.jsgrid-table>tbody>tr>td.danger,
.jsgrid-table>tbody>tr>th.danger,
.jsgrid-table>tfoot>tr.danger>td,
.jsgrid-table>tfoot>tr.danger>th,
.jsgrid-table>tfoot>tr>td.danger,
.jsgrid-table>tfoot>tr>th.danger,
.jsgrid-table>thead>tr.danger>td,
.jsgrid-table>thead>tr.danger>th,
.jsgrid-table>thead>tr>td.danger,
.jsgrid-table>thead>tr>th.danger,
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background: rgba(220, 0, 48, .08)
}

.table-responsive {
    border: none
}

.table-responsive .jsgrid-table,
.table-responsive .table {
    max-width: none;
    -webkit-overflow-scrolling: touch!important
}

.jsgrid-table,
.table {
    border-color: rgba(33, 33, 33, .1)!important
}

.jsgrid-table>tbody>tr>td,
.jsgrid-table>tbody>tr>th,
.jsgrid-table>tfoot>tr>td,
.jsgrid-table>tfoot>tr>th,
.jsgrid-table>thead>tr>td,
.jsgrid-table>thead>tr>th,
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 16px;
    border-top: 1px solid rgba(33, 33, 33, .1);
    vertical-align: middle
}

.jsgrid-table>tfoot>tr>th,
.jsgrid-table>thead>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>th {
    border-bottom: 2px solid rgba(33, 33, 33, .1)!important;
    color: #212121;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase
}

.jsgrid-table>tfoot>tr>th,
.table>tfoot>tr>th {
    border-bottom: 1px solid rgba(33, 33, 33, .1)!important
}

.table-hover>tbody>tr:hover {
    background-color: rgba(33, 33, 33, .05)!important
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid rgba(33, 33, 33, .1)
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: rgba(33, 33, 33, .05)
}

.color-bg-table .jsgrid-table>caption+thead>tr:first-child>td,
.color-bg-table .jsgrid-table>caption+thead>tr:first-child>th,
.color-bg-table .jsgrid-table>colgroup+thead>tr:first-child>td,
.color-bg-table .jsgrid-table>colgroup+thead>tr:first-child>th,
.color-bg-table .jsgrid-table>thead:first-child>tr:first-child>td,
.color-bg-table .jsgrid-table>thead:first-child>tr:first-child>th,
.color-bg-table .table>caption+thead>tr:first-child>td,
.color-bg-table .table>caption+thead>tr:first-child>th,
.color-bg-table .table>colgroup+thead>tr:first-child>td,
.color-bg-table .table>colgroup+thead>tr:first-child>th,
.color-bg-table .table>thead:first-child>tr:first-child>td,
.color-bg-table .table>thead:first-child>tr:first-child>th {
    background: #09a275
}

.color-bg-table .jsgrid-table>thead>tr>th,
.color-bg-table .table>thead>tr>th {
    color: #fff
}

.bootstrap-table .fixed-table-container {
    border: 1px solid rgba(33, 33, 33, .1);
    border-radius: 0
}

.bootstrap-table .fixed-table-container tbody td {
    border: 1px solid rgba(33, 33, 33, .1)
}

.fixed-table-body .card-view {
    background: 0 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0
}

.fixed-table-body .card-view .title {
    font-weight: 400
}

.fixed-table-body .card-view:hover {
    box-shadow: none
}

table.dataTable tbody tr {
    background-color: transparent
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: inherit
}

table.dataTable.display.table-striped>tbody>tr:nth-of-type(2n+1) {
    background: rgba(33, 33, 33, .05)
}

table.dataTable.display tbody tr.odd,
table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.display tbody tr:hover,
table.dataTable.display tbody tr>.sorting_1,
table.dataTable.display tbody tr>.sorting_2,
table.dataTable.display tbody tr>.sorting_3,
table.dataTable.hover tbody tr:hover,
table.dataTable.order-column tbody tr>.sorting_1,
table.dataTable.order-column tbody tr>.sorting_2,
table.dataTable.order-column tbody tr>.sorting_3,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1,
table.dataTable.stripe tbody tr.odd {
    background-color: inherit
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.display.table-striped tbody tr>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
    background: 0 0
}

table.dataTable.display tbody td,
table.dataTable.display tbody th,
table.dataTable.row-border tbody td,
table.dataTable.row-border tbody th {
    border-color: rgba(33, 33, 33, .1);
    border-left: none;
    border-bottom: none
}

.jsgrid-table>colgroup+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
table.dataTable>caption+thead>tr:first-child>td,
table.dataTable>caption+thead>tr:first-child>th,
table.dataTable>colgroup+thead>tr:first-child>td,
table.dataTable>tfoot>tr>th,
table.dataTable>thead:first-child>tr:first-child>td,
table.dataTable>thead:first-child>tr:first-child>th {
    border-left: medium none!important
}

table.dataTable>tfoot>tr>th {
    border-bottom: 0 solid rgba(33, 33, 33, .1)!important
}

table.dataTable {
    border-right: medium none!important
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length {
    padding-top: 20px;
    margin-bottom: 14px
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length {
    padding-left: 15px
}

.dataTables_wrapper .dataTables_filter {
    padding-right: 15px
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    height: 25px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #09a275;
    border-color: #09a275;
    color: #fff!important;
    box-shadow: none
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_paginate,
.dataTables_wrapper .dataTables_processing {
    color: #212121
}

.sorting,
.sorting_asc,
.sorting_desc {
    position: relative
}

table.dataTable thead .sorting::after {
    content: "\f0dc";
    opacity: .2
}

table.dataTable thead .sorting_asc::after {
    content: "\f0de"
}

table.dataTable thead .sorting_desc::after {
    content: "\f0dd"
}

table.dataTable thead .sorting::after,
table.dataTable thead .sorting_asc::after,
table.dataTable thead .sorting_desc::after {
    display: block;
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
    top: 15px;
    font-size: 14px
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background: 0 0;
    border-left: medium none;
    border-top: medium none
}

.dt-buttons {
    float: left
}

.dt-buttons .dt-button {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

#filters:last-child,
.dt-buttons .dt-button:last-child {
    margin-right: 0
}

.dt-buttons .dt-button:hover {
    color: #fff
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child::before {
    background-color: #09a275;
    box-shadow: none
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child::before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child::before {
    background-color: #dc0030;
    box-shadow: none
}

table.footable>tbody>tr>td.footable-sortable,
table.footable>tbody>tr>th.footable-sortable,
table.footable>tfoot>tr>td.footable-sortable,
table.footable>tfoot>tr>th.footable-sortable,
table.footable>thead>tr>td.footable-sortable,
table.footable>thead>tr>th.footable-sortable {
    padding: 16px;
    border-top: none
}

table.footable>thead>tr.footable-filtering>th,
table.footable>tr.footable-filtering>th {
    border: none!important
}

tr.footable-header>th {
    border-top: none!important
}

.footable-details.jsgrid-table,
.footable-details.table {
    background: 0 0
}

.dt-buttons .footable-editing .footable-delete.dt-button,
.dt-buttons .footable-editing .footable-edit.dt-button,
.footable-editing .btn.footable-delete,
.footable-editing .btn.footable-edit,
.footable-editing .dt-buttons .footable-delete.dt-button,
.footable-editing .dt-buttons .footable-edit.dt-button,
.footable-editing .footable-delete.fc-next-button,
.footable-editing .footable-delete.fc-prev-button,
.footable-editing .footable-delete.fc-today-button,
.footable-editing .footable-edit.fc-next-button,
.footable-editing .footable-edit.fc-prev-button,
.footable-editing .footable-edit.fc-today-button,
.footable-editing .owl-theme .owl-nav .footable-delete[class*=owl-],
.footable-editing .owl-theme .owl-nav .footable-edit[class*=owl-],
.footable-editing .sweet-alert button.footable-delete,
.footable-editing .sweet-alert button.footable-edit,
.footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-delete,
.footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-edit,
.footable-editing .wizard>.actions a.footable-delete,
.footable-editing .wizard>.actions a.footable-edit,
.footable-editing button.footable-delete.fc-agendaDay-button.fc-state-default.fc-corner-right,
.footable-editing button.footable-delete.fc-agendaWeek-button,
.footable-editing button.footable-delete.fc-month-button.fc-state-default.fc-corner-left,
.footable-editing button.footable-edit.fc-agendaDay-button.fc-state-default.fc-corner-right,
.footable-editing button.footable-edit.fc-agendaWeek-button,
.footable-editing button.footable-edit.fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .footable-editing .footable-delete[class*=owl-],
.owl-theme .owl-nav .footable-editing .footable-edit[class*=owl-],
.sweet-alert .footable-editing button.footable-delete,
.sweet-alert .footable-editing button.footable-edit,
.tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-delete,
.tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-edit,
.wizard>.actions .footable-editing a.footable-delete,
.wizard>.actions .footable-editing a.footable-edit {
    background: 0 0;
    border: none!important
}

.dt-buttons .footable-editing .footable-delete.dt-button .fooicon.fooicon-pencil,
.dt-buttons .footable-editing .footable-edit.dt-button .fooicon.fooicon-pencil,
.footable-editing .btn.footable-delete .fooicon.fooicon-pencil,
.footable-editing .btn.footable-edit .fooicon.fooicon-pencil,
.footable-editing .dt-buttons .footable-delete.dt-button .fooicon.fooicon-pencil,
.footable-editing .dt-buttons .footable-edit.dt-button .fooicon.fooicon-pencil,
.footable-editing .footable-delete.fc-next-button .fooicon.fooicon-pencil,
.footable-editing .footable-delete.fc-prev-button .fooicon.fooicon-pencil,
.footable-editing .footable-delete.fc-today-button .fooicon.fooicon-pencil,
.footable-editing .footable-edit.fc-next-button .fooicon.fooicon-pencil,
.footable-editing .footable-edit.fc-prev-button .fooicon.fooicon-pencil,
.footable-editing .footable-edit.fc-today-button .fooicon.fooicon-pencil,
.footable-editing .owl-theme .owl-nav .footable-delete[class*=owl-] .fooicon.fooicon-pencil,
.footable-editing .owl-theme .owl-nav .footable-edit[class*=owl-] .fooicon.fooicon-pencil,
.footable-editing .sweet-alert button.footable-delete .fooicon.fooicon-pencil,
.footable-editing .sweet-alert button.footable-edit .fooicon.fooicon-pencil,
.footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-delete .fooicon.fooicon-pencil,
.footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-edit .fooicon.fooicon-pencil,
.footable-editing .wizard>.actions a.footable-delete .fooicon.fooicon-pencil,
.footable-editing .wizard>.actions a.footable-edit .fooicon.fooicon-pencil,
.footable-editing button.footable-delete.fc-agendaDay-button.fc-state-default.fc-corner-right .fooicon.fooicon-pencil,
.footable-editing button.footable-delete.fc-agendaWeek-button .fooicon.fooicon-pencil,
.footable-editing button.footable-delete.fc-month-button.fc-state-default.fc-corner-left .fooicon.fooicon-pencil,
.footable-editing button.footable-edit.fc-agendaDay-button.fc-state-default.fc-corner-right .fooicon.fooicon-pencil,
.footable-editing button.footable-edit.fc-agendaWeek-button .fooicon.fooicon-pencil,
.footable-editing button.footable-edit.fc-month-button.fc-state-default.fc-corner-left .fooicon.fooicon-pencil,
.owl-theme .owl-nav .footable-editing .footable-delete[class*=owl-] .fooicon.fooicon-pencil,
.owl-theme .owl-nav .footable-editing .footable-edit[class*=owl-] .fooicon.fooicon-pencil,
.sweet-alert .footable-editing button.footable-delete .fooicon.fooicon-pencil,
.sweet-alert .footable-editing button.footable-edit .fooicon.fooicon-pencil,
.tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-delete .fooicon.fooicon-pencil,
.tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-edit .fooicon.fooicon-pencil,
.wizard>.actions .footable-editing a.footable-delete .fooicon.fooicon-pencil,
.wizard>.actions .footable-editing a.footable-edit .fooicon.fooicon-pencil {
    color: #09a275
}

.dt-buttons .footable-editing .footable-delete.dt-button .fooicon.fooicon-trash,
.dt-buttons .footable-editing .footable-edit.dt-button .fooicon.fooicon-trash,
.footable-editing .btn.footable-delete .fooicon.fooicon-trash,
.footable-editing .btn.footable-edit .fooicon.fooicon-trash,
.footable-editing .dt-buttons .footable-delete.dt-button .fooicon.fooicon-trash,
.footable-editing .dt-buttons .footable-edit.dt-button .fooicon.fooicon-trash,
.footable-editing .footable-delete.fc-next-button .fooicon.fooicon-trash,
.footable-editing .footable-delete.fc-prev-button .fooicon.fooicon-trash,
.footable-editing .footable-delete.fc-today-button .fooicon.fooicon-trash,
.footable-editing .footable-edit.fc-next-button .fooicon.fooicon-trash,
.footable-editing .footable-edit.fc-prev-button .fooicon.fooicon-trash,
.footable-editing .footable-edit.fc-today-button .fooicon.fooicon-trash,
.footable-editing .owl-theme .owl-nav .footable-delete[class*=owl-] .fooicon.fooicon-trash,
.footable-editing .owl-theme .owl-nav .footable-edit[class*=owl-] .fooicon.fooicon-trash,
.footable-editing .sweet-alert button.footable-delete .fooicon.fooicon-trash,
.footable-editing .sweet-alert button.footable-edit .fooicon.fooicon-trash,
.footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-delete .fooicon.fooicon-trash,
.footable-editing .tablesaw-sortable th.tablesaw-sortable-head button.footable-edit .fooicon.fooicon-trash,
.footable-editing .wizard>.actions a.footable-delete .fooicon.fooicon-trash,
.footable-editing .wizard>.actions a.footable-edit .fooicon.fooicon-trash,
.footable-editing button.footable-delete.fc-agendaDay-button.fc-state-default.fc-corner-right .fooicon.fooicon-trash,
.footable-editing button.footable-delete.fc-agendaWeek-button .fooicon.fooicon-trash,
.footable-editing button.footable-delete.fc-month-button.fc-state-default.fc-corner-left .fooicon.fooicon-trash,
.footable-editing button.footable-edit.fc-agendaDay-button.fc-state-default.fc-corner-right .fooicon.fooicon-trash,
.footable-editing button.footable-edit.fc-agendaWeek-button .fooicon.fooicon-trash,
.footable-editing button.footable-edit.fc-month-button.fc-state-default.fc-corner-left .fooicon.fooicon-trash,
.owl-theme .owl-nav .footable-editing .footable-delete[class*=owl-] .fooicon.fooicon-trash,
.owl-theme .owl-nav .footable-editing .footable-edit[class*=owl-] .fooicon.fooicon-trash,
.sweet-alert .footable-editing button.footable-delete .fooicon.fooicon-trash,
.sweet-alert .footable-editing button.footable-edit .fooicon.fooicon-trash,
.tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-delete .fooicon.fooicon-trash,
.tablesaw-sortable th.tablesaw-sortable-head .footable-editing button.footable-edit .fooicon.fooicon-trash,
.wizard>.actions .footable-editing a.footable-delete .fooicon.fooicon-trash,
.wizard>.actions .footable-editing a.footable-edit .fooicon.fooicon-trash {
    color: #dc0030
}

.footable-show .fooicon.fooicon-pencil {
    padding-right: 6px
}

.footable-filtering .checkbox {
    margin-bottom: inherit;
    margin-top: inherit;
    min-height: inherit;
    padding: 3px 20px!important;
    font-family: Roboto, sans-serif;
    text-transform: capitalize
}

.footable-filtering .checkbox input[type=checkbox] {
    opacity: 1
}

.footable-filtering .checkbox label::before {
    display: none
}

.fooicon.fooicon-sort,
.fooicon.fooicon-sort-asc,
.fooicon.fooicon-sort-desc {
    font-family: FontAwesome!important;
    font-size: 14px
}

.legendLabel,
.morris-hover.morris-default-style,
.tablesaw-bar .btn-select select {
    font-family: Roboto, sans-serif
}

.fooicon.fooicon-sort:before {
    content: "\f0dc"
}

.fooicon.fooicon-sort-asc:before {
    content: "\f0de"
}

.fooicon.fooicon-sort-desc:before {
    content: "\f0dd"
}

table.footable>tbody>tr.footable-empty>td {
    font-size: 18px
}

.jsgrid-alt-row>.jsgrid-cell,
.jsgrid-row>.jsgrid-cell {
    background: 0 0;
    border-color: rgba(33, 33, 33, .1)
}

.jsgrid-header-row>.jsgrid-header-cell {
    font-size: 12px;
    color: #212121;
    text-align: left;
    text-transform: uppercase
}

.jsgrid-filter-row>.jsgrid-cell,
.jsgrid-header-row>.jsgrid-header-cell,
.jsgrid-insert-row>.jsgrid-cell {
    border-bottom: 1px solid rgba(33, 33, 33, .1)
}

.jsgrid-edit-row>.jsgrid-cell,
.jsgrid-filter-row>.jsgrid-cell,
.jsgrid-grid-body,
.jsgrid-grid-header,
.jsgrid-header-row>.jsgrid-header-cell,
.jsgrid-insert-row>.jsgrid-cell,
.jsgrid-selected-row>.jsgrid-cell {
    background: inherit;
    border-color: rgba(33, 33, 33, .1)
}

.jsgrid-alt-row>.jsgrid-cell {
    background: inherit
}

.jsgrid-pager,
.jsgrid-pager a {
    color: #212121
}

.jsgrid-align-center,
.jsgrid-align-center input,
.jsgrid-align-center select,
.jsgrid-align-center textarea,
.jsgrid-align-right,
.jsgrid-align-right input,
.jsgrid-align-right select,
.jsgrid-align-right textarea {
    text-align: left
}

.jsgrid-pager-current-page,
.jsgrid-pager-page a:active,
.jsgrid-pager-page a:focus,
.jsgrid-pager-page a:hover {
    background: #09a275;
    border: 1px solid #09a275;
    color: #fff;
    font-weight: 400
}

.jsgrid-pager-page,
.jsgrid-pager-page a {
    padding: 5px 10px;
    border: 1px solid transparent
}

.tablesaw-swipe .tablesaw-cell-persist {
    box-shadow: none;
    border-right: inherit
}

.tablesaw-sortable th.tablesaw-sortable-head button {
    padding: 0;
    border: none!important;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase
}

.tablesaw {
    margin-bottom: 0!important
}

.tablesaw thead {
    background: 0 0;
    border: none
}

.tablesaw thead tr:first-child th {
    border-right: medium none;
    padding: 16px!important
}

.tablesaw td a {
    color: #878787!important
}

.tablesaw tbody th,
.tablesaw td {
    vertical-align: middle;
    font-size: inherit;
    color: #878787!important
}

.tablesaw-toolbar {
    font-size: 100%;
    margin-bottom: 30px
}

.tablesaw-toolbar label {
    color: #212121;
    display: block;
    margin-right: 0;
    padding: 0;
    text-transform: uppercase
}

.tablesaw-bar .btn-select select {
    opacity: 1;
    color: #212121!important;
    font-size: 14px!important;
    font-weight: 400;
    text-transform: capitalize;
    filter: alpha(opacity=1);
    display: inline-block;
    background: 0 0;
    position: static
}

.file-control,
.file-manager h5,
.skill-head {
    text-transform: uppercase
}

.dt-buttons .tablesaw-enhanced .tablesaw-bar .dt-button:focus,
.dt-buttons .tablesaw-enhanced .tablesaw-bar .dt-button:hover,
.owl-theme .owl-nav .tablesaw-enhanced .tablesaw-bar [class*=owl-]:focus,
.owl-theme .owl-nav .tablesaw-enhanced .tablesaw-bar [class*=owl-]:hover,
.sweet-alert .tablesaw-enhanced .tablesaw-bar button:focus,
.sweet-alert .tablesaw-enhanced .tablesaw-bar button:hover,
.tablesaw-enhanced .tablesaw-bar .btn:focus,
.tablesaw-enhanced .tablesaw-bar .btn:hover,
.tablesaw-enhanced .tablesaw-bar .dt-buttons .dt-button:focus,
.tablesaw-enhanced .tablesaw-bar .dt-buttons .dt-button:hover,
.tablesaw-enhanced .tablesaw-bar .fc-next-button:focus,
.tablesaw-enhanced .tablesaw-bar .fc-next-button:hover,
.tablesaw-enhanced .tablesaw-bar .fc-prev-button:focus,
.tablesaw-enhanced .tablesaw-bar .fc-prev-button:hover,
.tablesaw-enhanced .tablesaw-bar .fc-today-button:focus,
.tablesaw-enhanced .tablesaw-bar .fc-today-button:hover,
.tablesaw-enhanced .tablesaw-bar .owl-theme .owl-nav [class*=owl-]:focus,
.tablesaw-enhanced .tablesaw-bar .owl-theme .owl-nav [class*=owl-]:hover,
.tablesaw-enhanced .tablesaw-bar .sweet-alert button:focus,
.tablesaw-enhanced .tablesaw-bar .sweet-alert button:hover,
.tablesaw-enhanced .tablesaw-bar .tablesaw-sortable th.tablesaw-sortable-head button:focus,
.tablesaw-enhanced .tablesaw-bar .tablesaw-sortable th.tablesaw-sortable-head button:hover,
.tablesaw-enhanced .tablesaw-bar .wizard>.actions a:focus,
.tablesaw-enhanced .tablesaw-bar .wizard>.actions a:hover,
.tablesaw-enhanced .tablesaw-bar button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.tablesaw-enhanced .tablesaw-bar button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.tablesaw-enhanced .tablesaw-bar button.fc-agendaWeek-button:focus,
.tablesaw-enhanced .tablesaw-bar button.fc-agendaWeek-button:hover,
.tablesaw-enhanced .tablesaw-bar button.fc-month-button.fc-state-default.fc-corner-left:focus,
.tablesaw-enhanced .tablesaw-bar button.fc-month-button.fc-state-default.fc-corner-left:hover,
.tablesaw-sortable th.tablesaw-sortable-head .tablesaw-enhanced .tablesaw-bar button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .tablesaw-enhanced .tablesaw-bar button:hover,
.wizard>.actions .tablesaw-enhanced .tablesaw-bar a:focus,
.wizard>.actions .tablesaw-enhanced .tablesaw-bar a:hover {
    background: 0 0
}

.dt-buttons .tablesaw-bar .tablesaw-toolbar .dt-button,
.owl-theme .owl-nav .tablesaw-bar .tablesaw-toolbar [class*=owl-],
.sweet-alert .tablesaw-bar .tablesaw-toolbar button,
.tablesaw-bar .tablesaw-toolbar .btn,
.tablesaw-bar .tablesaw-toolbar .dt-buttons .dt-button,
.tablesaw-bar .tablesaw-toolbar .fc-next-button,
.tablesaw-bar .tablesaw-toolbar .fc-prev-button,
.tablesaw-bar .tablesaw-toolbar .fc-today-button,
.tablesaw-bar .tablesaw-toolbar .owl-theme .owl-nav [class*=owl-],
.tablesaw-bar .tablesaw-toolbar .sweet-alert button,
.tablesaw-bar .tablesaw-toolbar .tablesaw-sortable th.tablesaw-sortable-head button,
.tablesaw-bar .tablesaw-toolbar .wizard>.actions a,
.tablesaw-bar .tablesaw-toolbar button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.tablesaw-bar .tablesaw-toolbar button.fc-agendaWeek-button,
.tablesaw-bar .tablesaw-toolbar button.fc-month-button.fc-state-default.fc-corner-left,
.tablesaw-sortable th.tablesaw-sortable-head .tablesaw-bar .tablesaw-toolbar button,
.wizard>.actions .tablesaw-bar .tablesaw-toolbar a {
    font-size: 0!important
}

.btn-small.btn-select.fc-next-button,
.btn-small.btn-select.fc-prev-button,
.btn-small.btn-select.fc-today-button,
.btn.btn-small.btn-select,
.dt-buttons .btn-small.btn-select.dt-button,
.owl-theme .owl-nav .btn-small.btn-select[class*=owl-],
.sweet-alert button.btn-small.btn-select,
.tablesaw-sortable th.tablesaw-sortable-head button.btn-small.btn-select,
.wizard>.actions a.btn-small.btn-select,
button.btn-small.btn-select.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.btn-small.btn-select.fc-agendaWeek-button,
button.btn-small.btn-select.fc-month-button.fc-state-default.fc-corner-left {
    padding-left: 20px;
    padding-right: 20px!important
}

.tablesaw-bar .btn-select::after {
    display: none
}

.dt-buttons .tablesaw-enhanced .tablesaw-bar .dt-button:active,
.owl-theme .owl-nav .tablesaw-enhanced .tablesaw-bar [class*=owl-]:active,
.sweet-alert .tablesaw-enhanced .tablesaw-bar button:active,
.tablesaw-enhanced .tablesaw-bar .btn:active,
.tablesaw-enhanced .tablesaw-bar .dt-buttons .dt-button:active,
.tablesaw-enhanced .tablesaw-bar .fc-next-button:active,
.tablesaw-enhanced .tablesaw-bar .fc-prev-button:active,
.tablesaw-enhanced .tablesaw-bar .fc-today-button:active,
.tablesaw-enhanced .tablesaw-bar .owl-theme .owl-nav [class*=owl-]:active,
.tablesaw-enhanced .tablesaw-bar .sweet-alert button:active,
.tablesaw-enhanced .tablesaw-bar .tablesaw-sortable th.tablesaw-sortable-head button:active,
.tablesaw-enhanced .tablesaw-bar .wizard>.actions a:active,
.tablesaw-enhanced .tablesaw-bar button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.tablesaw-enhanced .tablesaw-bar button.fc-agendaWeek-button:active,
.tablesaw-enhanced .tablesaw-bar button.fc-month-button.fc-state-default.fc-corner-left:active,
.tablesaw-sortable th.tablesaw-sortable-head .tablesaw-enhanced .tablesaw-bar button:active,
.wizard>.actions .tablesaw-enhanced .tablesaw-bar a:active {
    background-image: none;
    box-shadow: none!important
}

.dt-buttons .tablesaw-bar .dt-button select option,
.owl-theme .owl-nav .tablesaw-bar [class*=owl-] select option,
.sweet-alert .tablesaw-bar button select option,
.tablesaw-bar .btn select option,
.tablesaw-bar .dt-buttons .dt-button select option,
.tablesaw-bar .fc-next-button select option,
.tablesaw-bar .fc-prev-button select option,
.tablesaw-bar .fc-today-button select option,
.tablesaw-bar .owl-theme .owl-nav [class*=owl-] select option,
.tablesaw-bar .sweet-alert button select option,
.tablesaw-bar .tablesaw-sortable th.tablesaw-sortable-head button select option,
.tablesaw-bar .wizard>.actions a select option,
.tablesaw-bar button.fc-agendaDay-button.fc-state-default.fc-corner-right select option,
.tablesaw-bar button.fc-agendaWeek-button select option,
.tablesaw-bar button.fc-month-button.fc-state-default.fc-corner-left select option,
.tablesaw-sortable th.tablesaw-sortable-head .tablesaw-bar button select option,
.wizard>.actions .tablesaw-bar a select option {
    color: #212121;
    font-family: Roboto, sans-serif;
    font-weight: 400
}

.label-chatrs .clabels {
    width: 10px;
    height: 10px
}

.label-chatrs .clabels.clabels-lg {
    width: 12px;
    height: 12px
}

.label-chatrs .clabels.circular-clabels {
    border-radius: 50%
}

.label-chatrs .clabels-text span:first-child {
    line-height: 13px
}

.label-chatrs i.big-rpsn-icon {
    font-size: 35px
}

.morris-chart,
.morris-chart svg {
    width: 100%
}

.morris-chart.donut-chart svg path {
    stroke: transparent
}

.morris-hover.morris-default-style {
    background: #212121;
    border: none;
    border-radius: 0;
    color: #212121;
    font-size: 12px
}

.morris-hover.morris-default-style .morris-hover-row-label {
    color: #fff;
    font-weight: 400
}

.flot-container {
    width: 100%;
    height: 400px
}

.flot-container .legendColorBox>div {
    border: none!important
}

.demo-placeholder {
    width: 100%;
    height: 100%
}

.flotTip {
    padding: 8px 12px;
    background: rgba(47, 44, 44, .9);
    z-index: 100;
    color: #fff;
    font-size: 12px
}

.legendLabel {
    color: #212121;
    font-size: 12px;
    padding-left: 9px
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end,
.ct-label {
    color: #878787
}

.ct-line {
    stroke-width: 2px
}

.ct-point {
    stroke-width: 7px
}

.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
    stroke: #f2b701
}

.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
    stroke: #09a275
}

.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
    stroke: #0f4fa8
}

.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
    stroke: #b10058
}

.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
    fill: #09a275
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
    fill: #0f4fa8
}

.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
    fill: #f2b701
}

.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
    fill: #dc0030
}

.ct-area {
    fill-opacity: .8
}

.ct-grid {
    stroke: #878787;
    stroke-dasharray: 0;
    stroke-width: 1px
}

.ct-label {
    fill: #fff
}

.ct-chart-before-pad-zero:before {
    padding-bottom: 0
}

.easypiechart {
    display: inline-block;
    height: 100px;
    position: relative;
    text-align: center;
    width: 100px
}

.easypiechart canvas {
    left: 0;
    position: absolute;
    top: 0
}

.easypiechart>span>img,
.pie-chart>span {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    text-align: center
}

.easypiechart .percent {
    color: #212121;
    display: inline-block;
    font-size: 14px;
    line-height: 100px;
    z-index: 2
}

.category-list li,
.dd3-content,
.dd3-handle:before,
.folder-list li,
.folder-list li a,
.skill-circle,
.skill-head,
.tag-list li a {
    display: block
}

.easypiechart .percent:after {
    content: "%";
    font-size: 14px;
    margin-left: 1px
}

.easypiechart.easypiechart-widget-pie {
    margin-bottom: 5px;
    margin-top: 5px
}

.pie-chart>span {
    margin-top: -2px
}

.easypiechart>span>img {
    height: 60%;
    margin: 0 auto;
    width: 60%
}

.skill-head {
    font-size: 10px;
    text-align: center
}

.skill-head.skill-head-inside {
    line-height: 100px
}

.skill-circle {
    margin-left: auto;
    margin-right: auto
}

.skill-circle.skill-circle-fill {
    background: #f7f7f9;
    border-radius: 50%
}

.dd-handle {
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 14px;
    padding-top: 10px;
    background: 0 0;
    color: #878787
}

.dd-handle:active,
.dd-handle:focus,
.dd-handle:hover {
    color: #212121
}

.dd-item>button {
    margin: 0;
    height: 42px
}

.dd-placeholder {
    background: 0 0;
    border-color: rgba(33, 33, 33, .1)
}

.dd3-content {
    color: #878787;
    margin: 0 0 15px;
    font-size: 14px;
    padding: 10px 10px 5px 52px
}

.dd3-content:active,
.dd3-content:focus,
.dd3-content:hover {
    color: #212121
}

.dd-dragel>.dd3-item>.dd3-content {
    margin: 0
}

.dd3-item>button {
    margin-left: 30px
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 42px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden
}

.dd3-handle:before {
    font-family: FontAwesome;
    content: "\f047";
    color: #878787;
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    text-align: center;
    text-indent: 0
}

.treeview .list-group {
    margin-bottom: 0
}

.treeview .list-group .list-group-item {
    border: 1px solid rgba(33, 33, 33, .1);
    height: 42px;
    padding: 10px 12px
}

.treeview .list-group .list-group-item.node-selected {
    background: #0f4fa8!important
}

.treeview .list-group .list-group-item:hover {
    background: #f7f7f9
}

.treeview .list-group .list-group-item:first-child,
.treeview .list-group .list-group-item:last-child {
    border-radius: 0
}

.modal-dialog .modal-content {
    border-radius: 2px;
    border: none
}

.modal-dialog .modal-footer {
    border: none
}

.sweet-alert {
    border-radius: 2px;
    font-family: inherit
}

.sweet-alert h2 {
    font-weight: 400;
    color: #212121
}

.sweet-alert button {
    box-shadow: none!important;
    font-size: inherit
}

.alert {
    border-radius: 2px;
    border: none;
    color: #fff
}

.alert i {
    font-size: 24px
}

.alert.alert-success {
    background: #09a275
}

.alert.alert-info {
    background: #b10058
}

.alert.alert-danger {
    background: #dc0030
}

.alert.alert-warning {
    background: #f2b701
}

.alert.alert-style-1 {
    padding-left: 70px;
    background: #fff;
    position: relative;
    color: #212121;
    border: 1px solid rgba(33, 33, 33, .1)
}

.alert.alert-style-1 i {
    height: 100%;
    left: 0;
    margin: 0;
    padding-top: 13px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 50px;
    color: #fff
}

.alert.alert-style-1.alert-success i {
    color: #09a275;
    background: #f7f7f7
}

.alert.alert-style-1.alert-info i {
    color: #b10058;
    background: #f7f7f7
}

.alert.alert-style-1.alert-danger i {
    color: #dc0030;
    background: #f7f7f7
}

.alert.alert-style-1.alert-warning i {
    color: #f2b701;
    background: #f7f7f7
}

.alert-dismissable .close,
.alert-dismissible .close {
    top: 0
}

.jq-toast-wrap {
    width: 300px
}

.jq-toast-wrap .jq-toast-single {
    color: #fff;
    border-radius: 2px;
    margin: 0;
    font-family: Roboto, sans-serif;
    background: #212121
}

.jq-toast-wrap .jq-toast-single .jq-toast-loader {
    border-radius: 2px 2px 0 0;
    height: 3px
}

.jq-toast-wrap .jq-toast-single .jq-toast-heading {
    font-size: 16px!important
}

.jq-toast-wrap .jq-toast-single.jq-has-icon {
    padding: 13px 10px 13px 15px
}

.jq-toast-wrap .jq-toast-single.jq-has-icon:before {
    position: absolute;
    font-family: themify;
    font-size: 22px;
    left: 12px;
    top: 13px
}

.fileupload,
.icon-container {
    position: relative;
    overflow: hidden
}

.jq-toast-wrap .jq-toast-single.jq-icon-info {
    background: #b10058;
    padding-left: 50px
}

.jq-toast-wrap .jq-toast-single.jq-icon-info:before {
    content: "\e717"
}

.jq-toast-wrap .jq-toast-single.jq-icon-error {
    background: #dc0030;
    padding-left: 50px
}

.jq-toast-wrap .jq-toast-single.jq-icon-error:before {
    content: "\e620"
}

.jq-toast-wrap .jq-toast-single.jq-icon-success {
    background: #09a275;
    padding-left: 50px
}

.jq-toast-wrap .jq-toast-single.jq-icon-success:before {
    content: "\e64c"
}

.jq-toast-wrap .jq-toast-single.jq-icon-warning {
    background: #f2b701;
    padding-left: 50px
}

.jq-toast-wrap .jq-toast-single.jq-icon-warning:before {
    content: "\e6c5"
}

.bottom-center-fullwidth .jq-toast-wrap {
    left: 0!important;
    right: 0!important;
    width: 100%!important;
    bottom: 0!important
}

.testimonial-slider-wrap .carousel-indicators,
.twitter-slider-wrap .carousel-indicators {
    bottom: -50px
}

.top-center-fullwidth .jq-toast-wrap {
    left: 0!important;
    right: 0!important;
    width: 100%!important;
    top: 2px!important
}

.tooltip-inner {
    border-radius: 0;
    font-family: Roboto, sans-serif;
    background: #212121
}

.tooltip.left .tooltip-arrow {
    border-left-color: #212121
}

.tooltip.right .tooltip-arrow {
    border-right-color: #212121
}

.tooltip.top .tooltip-arrow {
    border-top-color: #212121
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #212121
}

.icon-container {
    padding-bottom: 20px;
    padding-top: 20px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .3s ease
}

.icon-container:hover {
    color: #212121
}

.icon-container i,
.icon-container span.glyphicon {
    margin-right: 20px;
    font-size: 18px
}

.glyphs.character-mapping input:focus,
.glyphs.character-mapping input:hover,
.glyphs.character-mapping li {
    color: #212121;
    border-color: #212121
}

.font-icon-detail span:first-child {
    color: #212121;
    border: 1px solid rgba(33, 33, 33, .1)
}

.font-icon-detail.zeroclipboard-is-hover span:first-child,
.font-icon-list:hover .font-icon-detail span:first-child {
    background-color: #212121
}

.checkbox label:before {
    border-radius: 0
}

.checkbox input[type=checkbox]:focus+label::before,
.checkbox input[type=radio]:focus+label::before,
.radio input[type=radio]:focus+label::before {
    outline: 0
}

.checkbox-primary input[type=checkbox]:checked+label::before,
.checkbox-primary input[type=radio]:checked+label::before {
    background-color: #0f4fa8;
    border-color: #0f4fa8
}

.checkbox-danger input[type=checkbox]:checked+label::before,
.checkbox-danger input[type=radio]:checked+label::before {
    background-color: #dc0030;
    border-color: #dc0030
}

.checkbox-info input[type=checkbox]:checked+label::before,
.checkbox-info input[type=radio]:checked+label::before {
    background-color: #b10058;
    border-color: #b10058
}

.checkbox-warning input[type=checkbox]:checked+label::before,
.checkbox-warning input[type=radio]:checked+label::before {
    background-color: #f2b701;
    border-color: #f2b701
}

.checkbox-success input[type=checkbox]:checked+label::before,
.checkbox-success input[type=radio]:checked+label::before {
    background-color: #09a275;
    border-color: #09a275
}

.checkbox-primary input[type=checkbox]:indeterminate+label::before,
.checkbox-primary input[type=radio]:indeterminate+label::before {
    background-color: #0f4fa8;
    border-color: #0f4fa8
}

.checkbox-danger input[type=checkbox]:indeterminate+label::before,
.checkbox-danger input[type=radio]:indeterminate+label::before {
    background-color: #dc0030;
    border-color: #dc0030
}

.checkbox-info input[type=checkbox]:indeterminate+label::before,
.checkbox-info input[type=radio]:indeterminate+label::before {
    background-color: #b10058;
    border-color: #b10058
}

.checkbox-warning input[type=checkbox]:indeterminate+label::before,
.checkbox-warning input[type=radio]:indeterminate+label::before {
    background-color: #f2b701;
    border-color: #f2b701
}

.checkbox-success input[type=checkbox]:indeterminate+label::before,
.checkbox-success input[type=radio]:indeterminate+label::before {
    background-color: #09a275;
    border-color: #09a275
}

.radio-primary input[type=radio]+label::after,
.radio-primary input[type=radio]:checked+label::after {
    background-color: #0f4fa8
}

.radio-primary input[type=radio]:checked+label::before {
    border-color: #0f4fa8
}

.radio-danger input[type=radio]+label::after,
.radio-danger input[type=radio]:checked+label::after {
    background-color: #dc0030
}

.radio-danger input[type=radio]:checked+label::before {
    border-color: #dc0030
}

.radio-info input[type=radio]+label::after,
.radio-info input[type=radio]:checked+label::after {
    background-color: #b10058
}

.radio-info input[type=radio]:checked+label::before {
    border-color: #b10058
}

.radio-warning input[type=radio]+label::after,
.radio-warning input[type=radio]:checked+label::after {
    background-color: #f2b701
}

.radio-warning input[type=radio]:checked+label::before {
    border-color: #f2b701
}

.radio-success input[type=radio]+label::after,
.radio-success input[type=radio]:checked+label::after {
    background-color: #09a275
}

.radio-success input[type=radio]:checked+label::before {
    border-color: #09a275
}

.folder-list li a:hover,
.folder-list li.active a {
    background: rgba(33, 33, 33, .05)
}

.fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: -3px;
    top: -3px;
    padding: 5px
}

.file-box {
    float: left;
    margin-bottom: 20px
}

.file-sec {
    border-left: 1px solid rgba(33, 33, 33, .05)
}

.file,
.tag-list li a {
    border: 1px solid rgba(33, 33, 33, .1)
}

.file-manager {
    margin: 0;
    padding: 0
}

.folder-list li a {
    padding: 10px 15px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease
}

.folder-list li i {
    margin-right: 8px;
    color: #878787
}

.category-list li a {
    color: #666;
    display: block;
    padding: 5px 0
}

.category-list li i {
    margin-right: 8px;
    color: #3d4d5d
}

.file-manager h5.tag-title {
    margin-top: 20px
}

.tag-list li {
    float: left
}

.tag-list li a {
    font-size: 12px;
    background-color: rgba(33, 33, 33, .1);
    padding: 5px 12px;
    margin-right: 5px;
    margin-top: 5px
}

.file-manager .hr-line-dashed {
    margin: 15px 0
}

.file {
    border-radius: 2px;
    padding: 0;
    background-color: #fff;
    position: relative
}

.file .icon,
.file .image {
    height: 150px;
    overflow: hidden;
    background-size: cover;
    background-position: top
}

.file .icon {
    padding: 15px 10px;
    display: table;
    width: 100%;
    text-align: center
}

.file .icon i {
    color: #0f4fa8;
    display: table-cell;
    font-size: 30px;
    vertical-align: middle
}

.file .file-name {
    padding: 10px;
    background-color: rgba(33, 33, 33, .05);
    border-top: 1px solid rgba(33, 33, 33, .05)
}

.ibox-content,
.ibox-title {
    background-color: #fff;
    color: inherit
}

.file .file-name span {
    font-size: 12px;
    color: #878787
}

.file-control {
    font-size: 13px;
    margin-right: 10px
}

.file-control.active {
    color: #dc0030
}

.file-name small {
    color: #878787
}

a.compose-mail {
    padding: 8px 10px
}

.mail-search {
    max-width: 300px
}

.docs-cropped .modal-body>canvas,
.docs-cropped .modal-body>img,
.img-container>img,
.img-preview>img {
    max-width: 100%
}

.ibox {
    margin-bottom: 25px;
    margin-top: 0;
    padding: 0
}

.ibox.collapsed .ibox-content {
    display: none
}

.ibox.collapsed .fa.fa-chevron-up:before {
    content: "\f078"
}

.ibox.collapsed .fa.fa-chevron-down:before {
    content: "\f077"
}

.ibox:after,
.ibox:before {
    display: table
}

.ibox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 3px 0 0;
    margin-bottom: 0;
    padding: 14px 15px 7px;
    min-height: 48px
}

.ibox-footer {
    color: inherit;
    border-top: 1px solid rgba(33, 33, 33, .1);
    font-size: 90%;
    background: #fff;
    padding: 10px 15px
}

.carousel-control.left,
.carousel-control.right,
.carousel-control:hover.left,
.carousel-control:hover.right {
    background: 0 0;
    text-shadow: none
}

.carousel-control span {
    display: inline-block;
    position: absolute;
    top: 50%;
    z-index: 5
}

.carousel-indicators {
    z-index: 1
}

.carousel-indicators li {
    background: #878787;
    opacity: .6
}

.carousel-indicators li:hover {
    background: #fff
}

.carousel-indicators li,
.carousel-indicators li.active {
    height: 8px;
    width: 8px;
    border-radius: 100%;
    border: none
}

.carousel-indicators li.active {
    margin: 1px;
    opacity: 1
}

.text-slider .carousel-indicators li {
    border: none
}

.text-slider .carousel-indicators li:hover {
    background: #09a275;
    opacity: 1
}

.text-slider .carousel-indicators li.active {
    border: none;
    background: #09a275
}

.owl-theme .owl-dots .owl-dot span {
    height: 8px;
    margin: 5px 3px;
    width: 8px;
    background: #878787;
    opacity: .6
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
    background: #09a275
}

.twitter-icon-wrap i {
    font-size: 30px;
    color: #fff
}

.twitter-slider-wrap .carousel-indicators li {
    border: none;
    background: #fff;
    opacity: .4
}

.twitter-slider-wrap .carousel-indicators li:hover {
    background: #fff;
    opacity: .4
}

.twitter-slider-wrap .carousel-indicators li.active {
    background: #fff;
    opacity: 1
}

.instagram-lite>li {
    display: inline-block;
    float: left;
    font-size: 0;
    height: auto;
    width: 25%;
    border: 1px solid #fff
}

.instagram-lite>li>a {
    display: block;
    width: 100%;
    height: 100%
}

.instagram-lite>li>a img {
    height: auto;
    width: 100%
}

.irs-bar,
.irs-bar-edge,
.irs-line-left,
.irs-line-mid,
.irs-line-right,
.irs-slider {
    background: url(../img/range/sprite-skin-modern.png)
}

.irs-slider {
    background-position: 0 -120px
}

.irs-bar {
    background-position: 0 -60px
}

.irs-from,
.irs-single,
.irs-to {
    font-size: 10px;
    padding: 4px 8px;
    background: #212121;
    border-radius: 0
}

.irs-from::after,
.irs-single::after,
.irs-to::after {
    border-color: #212121 transparent transparent
}

.irs-grid-text {
    font-size: 10px
}

.project-gallery a {
    display: block;
    overflow: hidden;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .2);
    z-index: 1;
    width: 100%;
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all .1s ease 0s;
    -moz-transition: all .1s ease 0s;
    transition: all .1s ease 0s
}

.project-gallery a img {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    image-rendering: optimizeQuality
}

.project-gallery a .hover-cap {
    font-size: 12px;
    font-weight: 400;
    background: #fff;
    bottom: 0;
    color: #000;
    height: 65px;
    padding-top: 25px;
    left: 0;
    overflow: hidden;
    perspective: 1px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateY(75px);
    -moz-transform: translateY(75px);
    -ms-transform: translateY(75px);
    -o-transform: translateY(75px);
    transform: translateY(75px);
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    width: 100%
}

.project-gallery a:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, .2)
}

.project-gallery a:hover img {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px)
}

.project-gallery a:hover .hover-cap {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.lg-sub-html .panel-title,
.lg-sub-html h6 {
    margin-bottom: 0
}

#filters li {
    margin-right: 5px
}

#filters li a {
    background: #f7f7f9;
    border-radius: 60px;
    color: #878787;
    display: inline-block;
    padding: 10px 20px;
    text-transform: capitalize;
    font-size: 14px
}

#filters li a.active,
#filters li a:active,
#filters li a:focus,
#filters li a:hover {
    background: #09a275;
    color: #fff
}

.grid-block [class^=col-] {
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid rgba(33, 33, 33, .1);
    border-radius: 0;
    box-shadow: none!important;
    color: #878787;
    height: 42px
}

.panel-title>small {
    color: #878787;
    font-size: 14px
}

.panel .panel-heading a {
    position: relative
}

.panel .panel-heading a i {
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.panel .panel-heading a i.zmdi-chevron-down {
    opacity: 1;
    position: absolute;
    top: 1px
}

.panel .panel-heading a i.zmdi-chevron-up,
.panel .panel-heading a.collapsed i.zmdi-chevron-down {
    opacity: 0
}

.panel .panel-heading a.collapsed i.zmdi-chevron-up {
    opacity: 1
}

.panel .panel-heading .pull-right i {
    font-size: 20px;
    color: #878787
}

.panel .panel-heading .pull-right .dropdown i {
    font-size: 16px
}

.panel .panel-heading .pull-right .dropdown i.caret-down {
    position: static;
    margin-left: 2px
}

.panel .panel-heading .pull-right.right-float-sub-text {
    font-size: 11px;
    padding-top: 2px;
    text-transform: uppercase
}

.panel .panel-footer {
    background-color: transparent;
    border-top: 1px solid rgba(33, 33, 33, .1);
    margin: 0 -15px;
    padding: 5px 20px 0
}

.panel.panel-refresh {
    position: relative
}

.panel.panel-refresh .refresh-container {
    background: rgba(255, 255, 255, .8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
    z-index: 5;
    cursor: wait;
    overflow: hidden
}

.panel.panel-refresh .refresh-container .la-anim-1 {
    position: absolute
}

.panel.panel-refresh .refresh-container .la-anim-1.la-animate {
    -webkit-transition: -webkit-transform 2s ease;
    -moz-transition: -moz-transform 2s ease;
    transition: transform 2s ease
}

.panel-info>.panel-heading {
    background-color: #b10058
}

.panel-danger>.panel-heading {
    background-color: #dc0030
}

.panel-warning>.panel-heading {
    background-color: #f2b701
}

.panel-success>.panel-heading {
    background-color: #09a275
}

.panel-primary>.panel-heading {
    background-color: #0f4fa8
}

.panel-inverse>.panel-heading {
    background-color: rgba(33, 33, 33, .1);
    color: #212121!important
}

.well {
    border-radius: 0;
    box-shadow: none;
    padding: 20px
}

.well.well-lg {
    padding: 25px
}

.well.well-sm {
    padding: 15px
}

.panel-pricing {
    background: #f7f7f9;
    border-radius: 0;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease
}

.panel-pricing:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05)
}

.panel-pricing .list-group-item {
    background: 0 0;
    border: none;
    border-radius: 0
}

.panel-pricing .panel-body hr {
    border-color: rgba(33, 33, 33, .1);
    border-width: 2px
}

.panel-pricing .panel-body .list-group hr {
    border-width: 1px
}

.panel-pricing .panel-body .list-group .list-group-item i {
    color: #09a275;
    padding-right: 15px
}

.panel-pricing .panel-heading i {
    display: block;
    font-size: 50px;
    margin-bottom: 25px;
    margin-top: 50px;
    color: #212121
}

.panel-pricing .panel-heading .panel-price {
    font-size: 60px;
    color: #212121;
    font-weight: 700;
    display: block;
    margin-top: 20px;
    text-transform: capitalize
}

.panel-pricing .panel-heading .panel-price .pricing-dolor {
    display: inline-block;
    font-size: 18px;
    padding-top: 10px;
    vertical-align: top
}

.panel-pricing .panel-footer {
    border: none
}

.dt-buttons .panel-pricing .panel-footer .dt-button,
.owl-theme .owl-nav .panel-pricing .panel-footer [class*=owl-],
.panel-pricing .panel-footer .btn,
.panel-pricing .panel-footer .dt-buttons .dt-button,
.panel-pricing .panel-footer .fc-next-button,
.panel-pricing .panel-footer .fc-prev-button,
.panel-pricing .panel-footer .fc-today-button,
.panel-pricing .panel-footer .owl-theme .owl-nav [class*=owl-],
.panel-pricing .panel-footer .sweet-alert button,
.panel-pricing .panel-footer .tablesaw-sortable th.tablesaw-sortable-head button,
.panel-pricing .panel-footer .wizard>.actions a,
.panel-pricing .panel-footer button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.panel-pricing .panel-footer button.fc-agendaWeek-button,
.panel-pricing .panel-footer button.fc-month-button.fc-state-default.fc-corner-left,
.sweet-alert .panel-pricing .panel-footer button,
.tablesaw-sortable th.tablesaw-sortable-head .panel-pricing .panel-footer button,
.wizard>.actions .panel-pricing .panel-footer a {
    font-size: 14px
}

.show-on-hover:hover>ul.dropdown-menu {
    display: block
}

.dropdown-menu {
    border-radius: 2px;
    border: none;
    box-shadow: 0 2px 15px rgba(0, 0, 0, .175)
}

.dropdown-menu>li>a {
    color: #212121
}

.dropdown-menu>li>a:hover {
    color: #212121;
    background: rgba(33, 33, 33, .05)
}

.dropdown-menu>li>a i {
    color: #878787;
    font-size: 18px;
    margin-right: 10px;
    width: 18px
}

.dropdown-menu>li.sub-menu {
    position: relative
}

.dropdown-menu>li.sub-menu .dropdown-menu:after,
.dropdown-menu>li.sub-menu .dropdown-menu:before {
    display: none!important
}

.dropdown-menu>li.sub-menu>ul {
    top: 0
}

.dropdown-menu>li.sub-menu>ul.open-left-side {
    right: 100%!important
}

.dropdown-menu>li.sub-menu>ul.open-right-side {
    left: 100%!important
}

.dropdown-menu .divider {
    background-color: rgba(33, 33, 33, .1)
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: #09a275
}

.dropdown-menu.animated {
    -webkit-animation-duration: .55s;
    animation-duration: .55s;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
}

.forcast-days>li {
    display: inline-block;
    font-size: 12px;
    text-align: center;
    width: 14.28%
}

.forcast-days>li:last-child {
    margin-right: 0
}

.forcast-days>li span.forcast-high-deg {
    color: #dc0030
}

.forcast-days>li img {
    width: 50px;
    margin: 0 auto
}

.temprature {
    font-size: 60px;
    color: #212121
}

.temprature .unit {
    display: inline-block;
    font-size: 14px;
    padding-top: 10px;
    vertical-align: top
}

.currently {
    font-size: 16px;
    color: #212121
}

.other-details {
    border-top: 1px solid rgba(33, 33, 33, .1);
    border-bottom: 1px solid rgba(33, 33, 33, .1);
    margin: 15px -15px;
    padding: 15px
}

.other-details li {
    display: table;
    width: 100%
}

.other-details li span {
    display: table-cell;
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: capitalize;
    width: 25%
}

.other-details li span:nth-child(2),
.other-details li span:nth-child(4) {
    color: #212121;
    text-transform: capitalize
}

.weather-danger .left-block-wrap,
.weather-danger .left-block-wrap .temprature,
.weather-danger .left-block-wrap h5,
.weather-info .left-block-wrap,
.weather-info .left-block-wrap .temprature,
.weather-info .left-block-wrap h5,
.weather-success .left-block-wrap,
.weather-success .left-block-wrap .temprature,
.weather-success .left-block-wrap h5,
.weather-warning .left-block-wrap .temprature,
.weather-warning .left-block-wrap h5 {
    color: #fff!important
}

.left-block-wrap,
.right-block-wrap {
    min-height: 175px
}

.right-block-wrap {
    text-align: center
}

.right-block-wrap .right-block .temprature-icon img {
    width: 80px
}

.left-block-wrap .left-block .temprature {
    font-size: 40px
}

.weather-inverse .panel-body {
    background: #f7f7f9
}

.weather-inverse .left-block-wrap {
    background: #fff
}

.weather-info .left-block-wrap {
    background: #b10058
}

.weather-warning .left-block-wrap {
    background: #f2b701;
    color: #fff!important
}

.weather-danger .left-block-wrap {
    background: #dc0030
}

.weather-success .left-block-wrap {
    background: #09a275
}

.jqstooltip {
    width: auto!important;
    height: auto!important;
    background: #2f2c2c!important;
    border: none!important
}

.pagination>li>a,
.pagination>li>span {
    border-color: rgba(33, 33, 33, .1);
    border-radius: 0!important;
    color: #09a275
}

.pagination>li>a:active,
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:active,
.pagination>li>span:focus,
.pagination>li>span:hover {
    border-color: rgba(33, 33, 33, .1);
    background-color: rgba(33, 33, 33, .1)
}

.pagination>li.active>a,
.pagination>li.active>a:active,
.pagination>li.active>a:focus,
.pagination>li.active>a:hover,
.pagination>li.active>span,
.pagination>li.active>span:active,
.pagination>li.active>span:focus,
.pagination>li.active>span:hover {
    background: #09a275;
    border-color: rgba(33, 33, 33, .1)
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    border-color: rgba(33, 33, 33, .1);
    color: #09a275
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #878787
}

.pager li>a,
.pager li>span {
    border: 1px solid rgba(33, 33, 33, .1);
    border-radius: 60px
}

.jvectormap-tip,
.label {
    padding: 3px 6px;
    font-size: 11px;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 400
}

.label-info.jvectormap-tip,
.label.label-info {
    background: #b10058
}

.label-primary.jvectormap-tip,
.label.label-primary {
    background: #0f4fa8
}

.label-success.jvectormap-tip,
.label.label-success {
    background: #09a275
}

.label-danger.jvectormap-tip,
.label.label-danger {
    background: #dc0030
}

.label-warning.jvectormap-tip,
.label.label-warning {
    background: #f2b701
}

.badge {
    background-color: #DCDCDC;
    font-weight: 400;
    padding: 5px 10px;
    color: #212121
}

.badge.badge-info {
    background: #b10058;
    color: #fff
}

.badge.badge-primary {
    background: #0f4fa8;
    color: #fff
}

.badge.badge-success {
    background: #09a275;
    color: #fff
}

.badge.badge-danger {
    background: #dc0030;
    color: #fff
}

.badge.badge-warning {
    background: #f2b701;
    color: #fff
}

.badge.transparent-badge {
    background: 0 0;
    padding-left: 0;
    padding-right: 0
}

.badge.transparent-badge.badge-info {
    color: #b10058
}

.badge.transparent-badge.badge-primary {
    color: #0f4fa8
}

.badge.transparent-badge.badge-success {
    color: #09a275
}

.badge.transparent-badge.badge-danger {
    color: #dc0030
}

.badge.transparent-badge.badge-warning {
    color: #f2b701
}

.task-panel a.list-group-item {
    background-color: transparent;
    color: #212121;
    border-color: rgba(33, 33, 33, .1);
    border-image: none;
    border-radius: 0!important;
    border-style: solid none;
    border-width: 1px medium;
    border-bottom: none;
    padding: 15px
}

.task-panel a.list-group-item i {
    color: #878787;
    padding-right: 10px;
    font-size: 18px;
    width: 25px;
    line-height: 24px
}

.task-panel a.list-group-item:first-child {
    border-top: none
}

.task-panel a.list-group-item:hover {
    background: rgba(33, 33, 33, .05)
}

.progress {
    -webkit-box-shadow: none!important;
    background-color: rgba(120, 130, 140, .13);
    box-shadow: none!important;
    height: 6px;
    border-radius: 50px;
    margin-bottom: 18px;
    overflow: hidden
}

.progress .progress-bar {
    box-shadow: none;
    font-size: 8px;
    font-weight: 600;
    line-height: 12px
}

.progress .progress-bar:last-child {
    border-radius: 0 60px 60px 0
}

.progress.progress-xs {
    height: 5px!important
}

.progress.progress-sm {
    height: 8px!important
}

.progress.progress-md {
    height: 15px!important
}

.progress.progress-md .progress-bar {
    font-size: 8px;
    font-weight: 400;
    line-height: 14.4px
}

.progress.progress-lg {
    height: 20px!important
}

.progress-vertical,
.progress-vertical-bottom {
    min-height: 250px;
    height: 250px;
    position: relative;
    margin-bottom: 0;
    margin-right: 20px;
    display: inline-block
}

.progress.progress-lg .progress-bar {
    font-size: 10px;
    font-weight: 400;
    line-height: 20px
}

.progress-bar-info {
    background: #b10058
}

.progress-bar-primary {
    background: #0f4fa8
}



.progress-bar-danger {
    background: #dc0030
}

.progress-bar-warning {
    background: #f2b701
}

.progress-bar-success {
    background: #09a275
}

.progress-vertical {
    width: 8px
}

.progress-vertical .progress-bar {
    width: 100%
}

.progress-vertical .progress-bar:last-child {
    border-radius: 0 60px 60px
}

.progress-vertical-bottom {
    width: 8px
}

.progress-vertical-bottom .progress-bar {
    width: 100%;
    position: absolute;
    bottom: 0
}

.progress-vertical-bottom .progress-bar:last-child {
    border-radius: 60px 60px 60px 0!important
}

.progress-vertical-bottom.progress-sm,
.progress-vertical.progress-sm {
    width: 8px!important
}

.progress-vertical-bottom.progress-sm .progress-bar,
.progress-vertical.progress-sm .progress-bar {
    font-size: 8px;
    line-height: 5px
}

.progress-vertical-bottom.progress-md,
.progress-vertical.progress-md {
    width: 15px!important
}

.progress-vertical-bottom.progress-md .progress-bar,
.progress-vertical.progress-md .progress-bar {
    font-size: 10.8px;
    line-height: 14.4px
}

.progress-vertical-bottom.progress-lg,
.progress-vertical.progress-lg {
    width: 20px!important
}

.progress-vertical-bottom.progress-lg .progress-bar,
.progress-vertical.progress-lg .progress-bar {
    font-size: 12px;
    line-height: 20px
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)!important;
    background-size: 40px 40px!important
}

.app-search {
    margin: 0;
    position: relative
}

.app-search a {
    color: #4c5667;
    position: absolute;
    right: 10px;
    top: 15px
}

.app-search .dataTables_wrapper .dataTables_filter input,
.app-search .dataTables_wrapper .dataTables_filter input:focus,
.app-search .dataTables_wrapper .dataTables_length select,
.app-search .dataTables_wrapper .dataTables_length select:focus,
.app-search .dd-handle,
.app-search .dd-handle:focus,
.app-search .dd3-content,
.app-search .dd3-content:focus,
.app-search .form-control,
.app-search .form-control:focus,
.app-search .jsgrid-cell input,
.app-search .jsgrid-cell input:focus,
.app-search .jsgrid-cell select,
.app-search .jsgrid-cell select:focus,
.app-search .mce-floatpanel .mce-btn,
.app-search .mce-floatpanel .mce-btn:focus,
.app-search .mce-floatpanel .mce-textbox,
.app-search .mce-floatpanel .mce-textbox:focus,
.app-search .select2-container--default .select2-selection--single,
.app-search .select2-container--default .select2-selection--single .select2-selection__rendered,
.app-search .select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.app-search .select2-container--default .select2-selection--single:focus,
.app-search .select2-selection.select2-selection--multiple,
.app-search .select2-selection.select2-selection--multiple:focus,
.app-search .tablesaw-bar .btn-select select,
.app-search .tablesaw-bar .btn-select select:focus,
.app-search .wizard .content>.body input,
.app-search .wizard .content>.body input:focus,
.dataTables_wrapper .dataTables_filter .app-search input,
.dataTables_wrapper .dataTables_filter .app-search input:focus,
.dataTables_wrapper .dataTables_length .app-search select,
.dataTables_wrapper .dataTables_length .app-search select:focus,
.jsgrid-cell .app-search input,
.jsgrid-cell .app-search input:focus,
.jsgrid-cell .app-search select,
.jsgrid-cell .app-search select:focus,
.mce-floatpanel .app-search .mce-btn,
.mce-floatpanel .app-search .mce-btn:focus,
.mce-floatpanel .app-search .mce-textbox,
.mce-floatpanel .app-search .mce-textbox:focus,
.select2-container--default .app-search .select2-selection--single,
.select2-container--default .app-search .select2-selection--single:focus,
.select2-container--default .select2-selection--single .app-search .select2-selection__rendered,
.select2-container--default .select2-selection--single .app-search .select2-selection__rendered:focus,
.tablesaw-bar .btn-select .app-search select,
.tablesaw-bar .btn-select .app-search select:focus,
.wizard .content>.body .app-search input,
.wizard .content>.body .app-search input:focus {
    background: rgba(255, 255, 255, .9);
    border: none;
    border-radius: 40px;
    box-shadow: none;
    color: #4c5667;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 40px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    width: 180px
}

.app-search .dataTables_wrapper .dataTables_filter input:focus,
.app-search .dataTables_wrapper .dataTables_filter input:focus:focus,
.app-search .dataTables_wrapper .dataTables_length select:focus,
.app-search .dataTables_wrapper .dataTables_length select:focus:focus,
.app-search .dd-handle:focus,
.app-search .dd-handle:focus:focus,
.app-search .dd3-content:focus,
.app-search .dd3-content:focus:focus,
.app-search .form-control:focus,
.app-search .form-control:focus:focus,
.app-search .jsgrid-cell input:focus,
.app-search .jsgrid-cell input:focus:focus,
.app-search .jsgrid-cell select:focus,
.app-search .jsgrid-cell select:focus:focus,
.app-search .mce-floatpanel .mce-btn:focus,
.app-search .mce-floatpanel .mce-btn:focus:focus,
.app-search .mce-floatpanel .mce-textbox:focus,
.app-search .mce-floatpanel .mce-textbox:focus:focus,
.app-search .select2-container--default .select2-selection--single .select2-selection__rendered:focus,
.app-search .select2-container--default .select2-selection--single .select2-selection__rendered:focus:focus,
.app-search .select2-container--default .select2-selection--single:focus,
.app-search .select2-container--default .select2-selection--single:focus:focus,
.app-search .select2-selection.select2-selection--multiple:focus,
.app-search .select2-selection.select2-selection--multiple:focus:focus,
.app-search .tablesaw-bar .btn-select select:focus,
.app-search .tablesaw-bar .btn-select select:focus:focus,
.app-search .wizard .content>.body input:focus,
.app-search .wizard .content>.body input:focus:focus,
.dataTables_wrapper .dataTables_filter .app-search input:focus,
.dataTables_wrapper .dataTables_filter .app-search input:focus:focus,
.dataTables_wrapper .dataTables_length .app-search select:focus,
.dataTables_wrapper .dataTables_length .app-search select:focus:focus,
.jsgrid-cell .app-search input:focus,
.jsgrid-cell .app-search input:focus:focus,
.jsgrid-cell .app-search select:focus,
.jsgrid-cell .app-search select:focus:focus,
.mce-floatpanel .app-search .mce-btn:focus,
.mce-floatpanel .app-search .mce-btn:focus:focus,
.mce-floatpanel .app-search .mce-textbox:focus,
.mce-floatpanel .app-search .mce-textbox:focus:focus,
.select2-container--default .app-search .select2-selection--single:focus,
.select2-container--default .app-search .select2-selection--single:focus:focus,
.select2-container--default .select2-selection--single .app-search .select2-selection__rendered:focus,
.select2-container--default .select2-selection--single .app-search .select2-selection__rendered:focus:focus,
.tablesaw-bar .btn-select .app-search select:focus,
.tablesaw-bar .btn-select .app-search select:focus:focus,
.wizard .content>.body .app-search input:focus,
.wizard .content>.body .app-search input:focus:focus {
    width: 300px
}

.chat-search {
    width: 100%;
    border-bottom: 1px solid rgba(33, 33, 33, .1)
}

.chat-search .input-group {
    width: 100%
}

.chat-search .input-group .dataTables_wrapper .dataTables_filter input,
.chat-search .input-group .dataTables_wrapper .dataTables_length select,
.chat-search .input-group .dd-handle,
.chat-search .input-group .dd3-content,
.chat-search .input-group .form-control,
.chat-search .input-group .jsgrid-cell input,
.chat-search .input-group .jsgrid-cell select,
.chat-search .input-group .mce-floatpanel .mce-btn,
.chat-search .input-group .mce-floatpanel .mce-textbox,
.chat-search .input-group .select2-container--default .select2-selection--single,
.chat-search .input-group .select2-container--default .select2-selection--single .select2-selection__rendered,
.chat-search .input-group .select2-selection.select2-selection--multiple,
.chat-search .input-group .tablesaw-bar .btn-select select,
.chat-search .input-group .wizard .content>.body input,
.dataTables_wrapper .dataTables_filter .chat-search .input-group input,
.dataTables_wrapper .dataTables_length .chat-search .input-group select,
.jsgrid-cell .chat-search .input-group input,
.jsgrid-cell .chat-search .input-group select,
.mce-floatpanel .chat-search .input-group .mce-btn,
.mce-floatpanel .chat-search .input-group .mce-textbox,
.select2-container--default .chat-search .input-group .select2-selection--single,
.select2-container--default .select2-selection--single .chat-search .input-group .select2-selection__rendered,
.tablesaw-bar .btn-select .chat-search .input-group select,
.wizard .content>.body .chat-search .input-group input {
    height: 36px;
    border-radius: 50px;
    padding-right: 30px;
    background: #fff
}

.chat-search .input-group .input-group-btn {
    position: absolute;
    right: 22px;
    top: 8px;
    z-index: 4
}

.chat-search .input-group .dt-buttons .input-group-btn>.dt-button,
.chat-search .input-group .input-group-btn>.btn,
.chat-search .input-group .input-group-btn>.fc-next-button,
.chat-search .input-group .input-group-btn>.fc-prev-button,
.chat-search .input-group .input-group-btn>.fc-today-button,
.chat-search .input-group .input-group-btn>button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.chat-search .input-group .input-group-btn>button.fc-agendaWeek-button,
.chat-search .input-group .input-group-btn>button.fc-month-button.fc-state-default.fc-corner-left,
.chat-search .input-group .owl-theme .owl-nav .input-group-btn>[class*=owl-],
.chat-search .input-group .sweet-alert .input-group-btn>button,
.chat-search .input-group .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn>button,
.chat-search .input-group .wizard>.actions .disabled .input-group-btn>a,
.chat-search .input-group .wizard>.actions .input-group-btn>a,
.dt-buttons .chat-search .input-group .input-group-btn>.dt-button,
.owl-theme .owl-nav .chat-search .input-group .input-group-btn>[class*=owl-],
.sweet-alert .chat-search .input-group .input-group-btn>button,
.tablesaw-sortable th.tablesaw-sortable-head .chat-search .input-group .input-group-btn>button,
.wizard>.actions .chat-search .input-group .input-group-btn>a {
    background: 0 0;
    border: none;
    padding: 0
}

.chat-search .input-group .dt-buttons .input-group-btn>.dt-button i,
.chat-search .input-group .input-group-btn>.btn i,
.chat-search .input-group .input-group-btn>.fc-next-button i,
.chat-search .input-group .input-group-btn>.fc-prev-button i,
.chat-search .input-group .input-group-btn>.fc-today-button i,
.chat-search .input-group .input-group-btn>button.fc-agendaDay-button.fc-state-default.fc-corner-right i,
.chat-search .input-group .input-group-btn>button.fc-agendaWeek-button i,
.chat-search .input-group .input-group-btn>button.fc-month-button.fc-state-default.fc-corner-left i,
.chat-search .input-group .owl-theme .owl-nav .input-group-btn>[class*=owl-] i,
.chat-search .input-group .sweet-alert .input-group-btn>button i,
.chat-search .input-group .tablesaw-sortable th.tablesaw-sortable-head .input-group-btn>button i,
.chat-search .input-group .wizard>.actions .input-group-btn>a i,
.dt-buttons .chat-search .input-group .input-group-btn>.dt-button i,
.owl-theme .owl-nav .chat-search .input-group .input-group-btn>[class*=owl-] i,
.sweet-alert .chat-search .input-group .input-group-btn>button i,
.tablesaw-sortable th.tablesaw-sortable-head .chat-search .input-group .input-group-btn>button i,
.wizard>.actions .chat-search .input-group .input-group-btn>a i {
    color: #878787;
    font-size: 20px
}

.add-friend {
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px
}

.add-friend span {
    text-transform: capitalize;
    font-size: 16px;
    width: 33.33%;
    float: left;
    text-align: center;
    vertical-align: middle
}

.add-friend a {
    width: 33.33%;
    float: left;
    font-size: 18px
}

.chat-list-wrap .chat-body>a {
    border-bottom: 1px solid rgba(33, 33, 33, .1);
    display: block
}

.chat-list-wrap .chat-body .chat-data {
    padding: 10px 15px;
    position: relative;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease
}

.chat-list-wrap .chat-body .chat-data.active-user,
.chat-list-wrap .chat-body .chat-data:hover {
    background: rgba(33, 33, 33, .05)
}

.chat-list-wrap .chat-body .chat-data .user-img {
    height: 35px;
    width: 35px;
    float: left;
    margin-right: 15px
}

.chat-list-wrap .chat-body .chat-data .user-data {
    float: left
}

.chat-list-wrap .chat-body .chat-data .user-data .time {
    font-size: 12px;
    margin-top: 2px;
    width: 165px
}

.chat-list-wrap .chat-body .chat-data .status {
    border: 2px solid #fff;
    border-radius: 50%;
    height: 10px;
    position: absolute;
    left: 40px;
    top: 37px;
    width: 10px
}

.chat-list-wrap .chat-body .chat-data .status.away {
    background: #f2b701
}

.chat-list-wrap .chat-body .chat-data .status.offline {
    background: #dc0030
}

.chat-list-wrap .chat-body .chat-data .status.online {
    background: #09a275
}

.recent-chat-wrap .panel-heading {
    padding: 0;
    background: 0 0
}

.recent-chat-wrap .panel-heading .goto-back {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid rgba(33, 33, 33, .1)
}

.recent-chat-wrap .panel-heading .goto-back span {
    text-transform: capitalize;
    font-size: 16px;
    width: 33.33%;
    float: left;
    text-align: center;
    vertical-align: middle
}

.recent-chat-wrap .panel-heading .goto-back a {
    width: 33.33%;
    float: left;
    font-size: 18px
}

.recent-chat-wrap.card-view {
    border: none;
    padding: 0;
    margin: 0
}

.recent-chat-wrap .input-group {
    width: 100%;
    display: block
}

.recent-chat-wrap .input-group .input-msg-send {
    background: rgba(33, 33, 33, .05);
    border: none;
    height: 60px;
    padding-right: 60px
}

.recent-chat-wrap .input-group .input-group-btn {
    position: absolute;
    right: 22px;
    top: 20px;
    z-index: 4
}

.dt-buttons .recent-chat-wrap .input-group .input-group-btn .dt-button,
.owl-theme .owl-nav .recent-chat-wrap .input-group .input-group-btn [class*=owl-],
.recent-chat-wrap .input-group .input-group-btn .btn,
.recent-chat-wrap .input-group .input-group-btn .dt-buttons .dt-button,
.recent-chat-wrap .input-group .input-group-btn .fc-next-button,
.recent-chat-wrap .input-group .input-group-btn .fc-prev-button,
.recent-chat-wrap .input-group .input-group-btn .fc-today-button,
.recent-chat-wrap .input-group .input-group-btn .owl-theme .owl-nav [class*=owl-],
.recent-chat-wrap .input-group .input-group-btn .sweet-alert button,
.recent-chat-wrap .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button,
.recent-chat-wrap .input-group .input-group-btn .wizard>.actions a,
.recent-chat-wrap .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.recent-chat-wrap .input-group .input-group-btn button.fc-agendaWeek-button,
.recent-chat-wrap .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left,
.sweet-alert .recent-chat-wrap .input-group .input-group-btn button,
.tablesaw-sortable th.tablesaw-sortable-head .recent-chat-wrap .input-group .input-group-btn button,
.wizard>.actions .recent-chat-wrap .input-group .input-group-btn a {
    background: 0 0;
    border: none;
    padding: 0
}

.dt-buttons .recent-chat-wrap .input-group .input-group-btn .dt-button:active,
.dt-buttons .recent-chat-wrap .input-group .input-group-btn .dt-button:focus,
.dt-buttons .recent-chat-wrap .input-group .input-group-btn .dt-button:hover,
.owl-theme .owl-nav .recent-chat-wrap .input-group .input-group-btn [class*=owl-]:active,
.owl-theme .owl-nav .recent-chat-wrap .input-group .input-group-btn [class*=owl-]:focus,
.owl-theme .owl-nav .recent-chat-wrap .input-group .input-group-btn [class*=owl-]:hover,
.recent-chat-wrap .input-group .input-group-btn .btn:active,
.recent-chat-wrap .input-group .input-group-btn .btn:focus,
.recent-chat-wrap .input-group .input-group-btn .btn:hover,
.recent-chat-wrap .input-group .input-group-btn .dt-buttons .dt-button:active,
.recent-chat-wrap .input-group .input-group-btn .dt-buttons .dt-button:focus,
.recent-chat-wrap .input-group .input-group-btn .dt-buttons .dt-button:hover,
.recent-chat-wrap .input-group .input-group-btn .fc-next-button:active,
.recent-chat-wrap .input-group .input-group-btn .fc-next-button:focus,
.recent-chat-wrap .input-group .input-group-btn .fc-next-button:hover,
.recent-chat-wrap .input-group .input-group-btn .fc-prev-button:active,
.recent-chat-wrap .input-group .input-group-btn .fc-prev-button:focus,
.recent-chat-wrap .input-group .input-group-btn .fc-prev-button:hover,
.recent-chat-wrap .input-group .input-group-btn .fc-today-button:active,
.recent-chat-wrap .input-group .input-group-btn .fc-today-button:focus,
.recent-chat-wrap .input-group .input-group-btn .fc-today-button:hover,
.recent-chat-wrap .input-group .input-group-btn .owl-theme .owl-nav [class*=owl-]:active,
.recent-chat-wrap .input-group .input-group-btn .owl-theme .owl-nav [class*=owl-]:focus,
.recent-chat-wrap .input-group .input-group-btn .owl-theme .owl-nav [class*=owl-]:hover,
.recent-chat-wrap .input-group .input-group-btn .sweet-alert button:active,
.recent-chat-wrap .input-group .input-group-btn .sweet-alert button:focus,
.recent-chat-wrap .input-group .input-group-btn .sweet-alert button:hover,
.recent-chat-wrap .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:active,
.recent-chat-wrap .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:focus,
.recent-chat-wrap .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:hover,
.recent-chat-wrap .input-group .input-group-btn .wizard>.actions a:active,
.recent-chat-wrap .input-group .input-group-btn .wizard>.actions a:focus,
.recent-chat-wrap .input-group .input-group-btn .wizard>.actions a:hover,
.recent-chat-wrap .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.recent-chat-wrap .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.recent-chat-wrap .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.recent-chat-wrap .input-group .input-group-btn button.fc-agendaWeek-button:active,
.recent-chat-wrap .input-group .input-group-btn button.fc-agendaWeek-button:focus,
.recent-chat-wrap .input-group .input-group-btn button.fc-agendaWeek-button:hover,
.recent-chat-wrap .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left:active,
.recent-chat-wrap .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left:focus,
.recent-chat-wrap .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left:hover,
.sweet-alert .recent-chat-wrap .input-group .input-group-btn button:active,
.sweet-alert .recent-chat-wrap .input-group .input-group-btn button:focus,
.sweet-alert .recent-chat-wrap .input-group .input-group-btn button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .recent-chat-wrap .input-group .input-group-btn button:active,
.tablesaw-sortable th.tablesaw-sortable-head .recent-chat-wrap .input-group .input-group-btn button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .recent-chat-wrap .input-group .input-group-btn button:hover,
.wizard>.actions .recent-chat-wrap .input-group .input-group-btn a:active,
.wizard>.actions .recent-chat-wrap .input-group .input-group-btn a:focus,
.wizard>.actions .recent-chat-wrap .input-group .input-group-btn a:hover {
    background: 0 0
}

.dt-buttons .recent-chat-wrap .input-group .input-group-btn .dt-button i,
.owl-theme .owl-nav .recent-chat-wrap .input-group .input-group-btn [class*=owl-] i,
.recent-chat-wrap .input-group .input-group-btn .btn i,
.recent-chat-wrap .input-group .input-group-btn .dt-buttons .dt-button i,
.recent-chat-wrap .input-group .input-group-btn .fc-next-button i,
.recent-chat-wrap .input-group .input-group-btn .fc-prev-button i,
.recent-chat-wrap .input-group .input-group-btn .fc-today-button i,
.recent-chat-wrap .input-group .input-group-btn .owl-theme .owl-nav [class*=owl-] i,
.recent-chat-wrap .input-group .input-group-btn .sweet-alert button i,
.recent-chat-wrap .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button i,
.recent-chat-wrap .input-group .input-group-btn .wizard>.actions a i,
.recent-chat-wrap .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right i,
.recent-chat-wrap .input-group .input-group-btn button.fc-agendaWeek-button i,
.recent-chat-wrap .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left i,
.sweet-alert .recent-chat-wrap .input-group .input-group-btn button i,
.tablesaw-sortable th.tablesaw-sortable-head .recent-chat-wrap .input-group .input-group-btn button i,
.wizard>.actions .recent-chat-wrap .input-group .input-group-btn a i {
    color: rgba(33, 33, 33, .2);
    font-size: 20px
}

.recent-chat-wrap .input-group .input-group-btn.emojis {
    right: 50px
}

.recent-chat-wrap .chat-content .user-img {
    height: 27px;
    width: 27px;
    position: absolute
}

.recent-chat-wrap .chat-content ul li {
    padding: 0 15px;
    margin-bottom: 20px;
    position: relative
}

.recent-chat-wrap .chat-content .msg {
    padding: 7px 15px;
    color: #212121;
    max-width: 100%;
    overflow-wrap: break-word;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3)
}

.col-item .photo,
.flex-stat,
.img-preview {
    overflow: hidden
}

.recent-chat-wrap .chat-content .msg .msg-per-detail span {
    font-size: 10px;
    text-transform: uppercase
}

.recent-chat-wrap .chat-content .friend .friend-msg-wrap .msg {
    margin-left: 37px;
    background: rgba(33, 33, 33, .04);
    border-radius: 15px
}

.recent-chat-wrap .chat-content .self .self-msg-wrap .msg {
    background: rgba(80, 181, 0, .24);
    margin-left: 100px;
    border-radius: 15px
}

.chat-cmplt-wrap {
    position: relative
}

.chat-cmplt-wrap .chat-box-wrap {
    left: 0;
    position: relative;
    -webkit-transition: left .4s ease 0s;
    -moz-transition: left .4s ease 0s;
    transition: left .4s ease 0s
}

.chat-cmplt-wrap .recent-chat-box-wrap {
    position: absolute;
    right: -300px;
    top: 0;
    -webkit-transition: right .4s ease 0s;
    -moz-transition: right .4s ease 0s;
    transition: right .4s ease 0s;
    width: 100%;
    z-index: 101
}

.chat-cmplt-wrap.chat-box-slide .chat-box-wrap {
    left: -300px
}

.chat-cmplt-wrap.chat-box-slide .recent-chat-box-wrap {
    right: 0
}

.chat-cmplt-wrap.chat-for-widgets,
.chat-cmplt-wrap.chat-for-widgets-1 {
    height: 370px;
    overflow: hidden
}

.chat-cmplt-wrap.chat-for-widgets .recent-chat-box-wrap,
.chat-cmplt-wrap.chat-for-widgets-1 .recent-chat-box-wrap {
    position: absolute;
    right: -100%
}

.chat-cmplt-wrap.chat-box-slide.chat-for-widgets-1 .chat-box-wrap,
.chat-cmplt-wrap.chat-for-widgets.chat-box-slide .chat-box-wrap {
    left: -100%
}

.chat-cmplt-wrap.chat-box-slide.chat-for-widgets-1 .recent-chat-box-wrap,
.chat-cmplt-wrap.chat-for-widgets.chat-box-slide .recent-chat-box-wrap {
    right: 0
}

.chat-cmplt-wrap.chat-for-widgets-1 {
    height: 596px
}

.chat-cmplt-wrap.chat-for-widgets-1 .chat-search {
    padding: 0
}

.chat-cmplt-wrap.chat-for-widgets-1 .chat-search .input-group input {
    height: 52px;
    border-radius: 0;
    border: none
}

.chat-cmplt-wrap.chat-for-widgets-1 .chat-search .input-group .input-group-btn {
    top: 18px
}

.chat-cmplt-wrap.chat-for-widgets-1 .chat-box-wrap {
    float: left;
    width: 30%
}

.chat-cmplt-wrap.chat-for-widgets-1 .recent-chat-box-wrap {
    border-left: 1px solid rgba(33, 33, 33, .05);
    float: left;
    position: relative;
    right: 0;
    width: 70%
}

.top-countries img {
    width: 20px
}

.dt-buttons .profile-box .fileupload.dt-button,
.owl-theme .owl-nav .profile-box .fileupload[class*=owl-],
.profile-box .dt-buttons .fileupload.dt-button,
.profile-box .fileupload.btn,
.profile-box .fileupload.fc-next-button,
.profile-box .fileupload.fc-prev-button,
.profile-box .fileupload.fc-today-button,
.profile-box .owl-theme .owl-nav .fileupload[class*=owl-],
.profile-box .sweet-alert button.fileupload,
.profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload,
.profile-box .wizard>.actions a.fileupload,
.profile-box button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right,
.profile-box button.fileupload.fc-agendaWeek-button,
.profile-box button.fileupload.fc-month-button.fc-state-default.fc-corner-left,
.sweet-alert .profile-box button.fileupload,
.tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload,
.wizard>.actions .profile-box a.fileupload {
    background: rgba(33, 33, 33, .5);
    border-radius: 0;
    padding: 3px 10px;
    border: none
}

.dt-buttons .profile-box .fileupload.dt-button:active,
.dt-buttons .profile-box .fileupload.dt-button:focus,
.dt-buttons .profile-box .fileupload.dt-button:hover,
.owl-theme .owl-nav .profile-box .fileupload[class*=owl-]:active,
.owl-theme .owl-nav .profile-box .fileupload[class*=owl-]:focus,
.owl-theme .owl-nav .profile-box .fileupload[class*=owl-]:hover,
.profile-box .dt-buttons .fileupload.dt-button:active,
.profile-box .dt-buttons .fileupload.dt-button:focus,
.profile-box .dt-buttons .fileupload.dt-button:hover,
.profile-box .fileupload.btn:active,
.profile-box .fileupload.btn:focus,
.profile-box .fileupload.btn:hover,
.profile-box .fileupload.fc-next-button:active,
.profile-box .fileupload.fc-next-button:focus,
.profile-box .fileupload.fc-next-button:hover,
.profile-box .fileupload.fc-prev-button:active,
.profile-box .fileupload.fc-prev-button:focus,
.profile-box .fileupload.fc-prev-button:hover,
.profile-box .fileupload.fc-today-button:active,
.profile-box .fileupload.fc-today-button:focus,
.profile-box .fileupload.fc-today-button:hover,
.profile-box .owl-theme .owl-nav .fileupload[class*=owl-]:active,
.profile-box .owl-theme .owl-nav .fileupload[class*=owl-]:focus,
.profile-box .owl-theme .owl-nav .fileupload[class*=owl-]:hover,
.profile-box .sweet-alert button.fileupload:active,
.profile-box .sweet-alert button.fileupload:focus,
.profile-box .sweet-alert button.fileupload:hover,
.profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload:active,
.profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload:focus,
.profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload:hover,
.profile-box .wizard>.actions a.fileupload:active,
.profile-box .wizard>.actions a.fileupload:focus,
.profile-box .wizard>.actions a.fileupload:hover,
.profile-box button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.profile-box button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.profile-box button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.profile-box button.fileupload.fc-agendaWeek-button:active,
.profile-box button.fileupload.fc-agendaWeek-button:focus,
.profile-box button.fileupload.fc-agendaWeek-button:hover,
.profile-box button.fileupload.fc-month-button.fc-state-default.fc-corner-left:active,
.profile-box button.fileupload.fc-month-button.fc-state-default.fc-corner-left:focus,
.profile-box button.fileupload.fc-month-button.fc-state-default.fc-corner-left:hover,
.sweet-alert .profile-box button.fileupload:active,
.sweet-alert .profile-box button.fileupload:focus,
.sweet-alert .profile-box button.fileupload:hover,
.tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload:active,
.tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload:focus,
.tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload:hover,
.wizard>.actions .profile-box a.fileupload:active,
.wizard>.actions .profile-box a.fileupload:focus,
.wizard>.actions .profile-box a.fileupload:hover {
    background: rgba(33, 33, 33, .5)
}

.dt-buttons .profile-box .fileupload.dt-button .btn-text,
.owl-theme .owl-nav .profile-box .fileupload[class*=owl-] .btn-text,
.profile-box .dt-buttons .fileupload.dt-button .btn-text,
.profile-box .fileupload.btn .btn-text,
.profile-box .fileupload.fc-next-button .btn-text,
.profile-box .fileupload.fc-prev-button .btn-text,
.profile-box .fileupload.fc-today-button .btn-text,
.profile-box .owl-theme .owl-nav .fileupload[class*=owl-] .btn-text,
.profile-box .sweet-alert button.fileupload .btn-text,
.profile-box .tablesaw-sortable th.tablesaw-sortable-head button.fileupload .btn-text,
.profile-box .wizard>.actions a.fileupload .btn-text,
.profile-box button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right .btn-text,
.profile-box button.fileupload.fc-agendaWeek-button .btn-text,
.profile-box button.fileupload.fc-month-button.fc-state-default.fc-corner-left .btn-text,
.sweet-alert .profile-box button.fileupload .btn-text,
.tablesaw-sortable th.tablesaw-sortable-head .profile-box button.fileupload .btn-text,
.wizard>.actions .profile-box a.fileupload .btn-text {
    color: #fff;
    font-size: 13px
}

.profile-box .profile-cover-pic {
    position: relative;
    min-height: 197px;
    background-image: url(../img/gallery/mock6.jpg)
}

.profile-box .profile-cover-pic .profile-image-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #212121;
    opacity: .4
}

.dt-buttons .profile-box .profile-cover-pic .fileupload.dt-button,
.owl-theme .owl-nav .profile-box .profile-cover-pic .fileupload[class*=owl-],
.profile-box .profile-cover-pic .dt-buttons .fileupload.dt-button,
.profile-box .profile-cover-pic .fileupload.btn,
.profile-box .profile-cover-pic .fileupload.fc-next-button,
.profile-box .profile-cover-pic .fileupload.fc-prev-button,
.profile-box .profile-cover-pic .fileupload.fc-today-button,
.profile-box .profile-cover-pic .owl-theme .owl-nav .fileupload[class*=owl-],
.profile-box .profile-cover-pic .sweet-alert button.fileupload,
.profile-box .profile-cover-pic .tablesaw-sortable th.tablesaw-sortable-head button.fileupload,
.profile-box .profile-cover-pic .wizard>.actions a.fileupload,
.profile-box .profile-cover-pic button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right,
.profile-box .profile-cover-pic button.fileupload.fc-agendaWeek-button,
.profile-box .profile-cover-pic button.fileupload.fc-month-button.fc-state-default.fc-corner-left,
.sweet-alert .profile-box .profile-cover-pic button.fileupload,
.tablesaw-sortable th.tablesaw-sortable-head .profile-box .profile-cover-pic button.fileupload,
.wizard>.actions .profile-box .profile-cover-pic a.fileupload {
    position: relative;
    float: right;
    z-index: 1
}

.profile-box .profile-info {
    position: relative;
    z-index: 1
}

.profile-box .profile-info .profile-img-wrap {
    border-radius: 2px;
    height: 143px;
    margin: -80px auto 0;
    padding: 4px;
    position: relative;
    width: 143px;
    background: #fff
}

.profile-box .profile-info .profile-img-wrap img {
    width: 135px;
    height: 135px
}

.dt-buttons .profile-box .profile-info .profile-img-wrap .fileupload.dt-button,
.owl-theme .owl-nav .profile-box .profile-info .profile-img-wrap .fileupload[class*=owl-],
.profile-box .profile-info .profile-img-wrap .dt-buttons .fileupload.dt-button,
.profile-box .profile-info .profile-img-wrap .fileupload.btn,
.profile-box .profile-info .profile-img-wrap .fileupload.fc-next-button,
.profile-box .profile-info .profile-img-wrap .fileupload.fc-prev-button,
.profile-box .profile-info .profile-img-wrap .fileupload.fc-today-button,
.profile-box .profile-info .profile-img-wrap .owl-theme .owl-nav .fileupload[class*=owl-],
.profile-box .profile-info .profile-img-wrap .sweet-alert button.fileupload,
.profile-box .profile-info .profile-img-wrap .tablesaw-sortable th.tablesaw-sortable-head button.fileupload,
.profile-box .profile-info .profile-img-wrap .wizard>.actions a.fileupload,
.profile-box .profile-info .profile-img-wrap button.fileupload.fc-agendaDay-button.fc-state-default.fc-corner-right,
.profile-box .profile-info .profile-img-wrap button.fileupload.fc-agendaWeek-button,
.profile-box .profile-info .profile-img-wrap button.fileupload.fc-month-button.fc-state-default.fc-corner-left,
.sweet-alert .profile-box .profile-info .profile-img-wrap button.fileupload,
.tablesaw-sortable th.tablesaw-sortable-head .profile-box .profile-info .profile-img-wrap button.fileupload,
.wizard>.actions .profile-box .profile-info .profile-img-wrap a.fileupload {
    position: absolute;
    right: 4px;
    bottom: 4px
}

.profile-box .social-info {
    border-top: 1px solid rgba(33, 33, 33, .05);
    padding: 30px 15px;
    color: #212121
}

.profile-box .social-info .counts {
    font-size: 21px
}

.profile-box .social-info .counts-text {
    color: #878787
}

.followers-list-wrap .follo-body .follo-data {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(33, 33, 33, .1);
    display: block;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease
}

.followers-list-wrap .follo-body .follo-data .user-img {
    height: 35px;
    width: 35px;
    float: left;
    margin-right: 15px
}

.followers-list-wrap .follo-body .follo-data .user-data {
    float: left
}

.followers-list-wrap .follo-body .follo-data .user-data .name {
    color: #212121
}

.followers-list-wrap .follo-body .follo-data .user-data .time {
    font-size: 12px;
    margin-top: 2px;
    width: 165px
}

.flex-stat li {
    float: left;
    width: 33.33%;
    text-align: center
}

.flex-stat li>span {
    text-transform: capitalize
}

.sm-data-box .counter {
    font-size: 24px
}

.sm-data-box .data-wrap-left,
.sm-data-box .data-wrap-right {
    padding-top: 19px;
    min-height: 99px
}

.sm-data-box .data-wrap-right .data-right-rep-icon {
    font-size: 60px
}

.sm-data-box.data-with-border .data-wrap-left {
    border-right: 1px solid rgba(255, 255, 255, .2)
}

.sm-data-box-1 .cus-sat-stat {
    font-size: 42px
}

.sm-data-box-2 .jsgrid-table>tbody>tr>td,
.sm-data-box-2 .jsgrid-table>tbody>tr>th,
.sm-data-box-2 .jsgrid-table>tfoot>tr>td,
.sm-data-box-2 .jsgrid-table>tfoot>tr>th,
.sm-data-box-2 .jsgrid-table>thead>tr>td,
.sm-data-box-2 .jsgrid-table>thead>tr>th,
.sm-data-box-2 .table>tbody>tr>td,
.sm-data-box-2 .table>tbody>tr>th,
.sm-data-box-2 .table>tfoot>tr>td,
.sm-data-box-2 .table>tfoot>tr>th,
.sm-data-box-2 .table>thead>tr>td,
.sm-data-box-2 .table>thead>tr>th {
    padding: 12.5px 15px
}

.sm-data-box-3 .panel-heading .pull-left i.zmdi {
    padding-top: 11px
}

.sm-data-box-3 .easypiechart {
    height: 165px;
    width: 165px
}

.sm-data-box-3 .easypiechart .percent {
    font-size: 30px;
    line-height: 30px;
    margin-top: 56px
}

.sm-data-box-3 .easypiechart .percent::after {
    font-size: 30px
}

.sm-data-box-3 i.zmdi-caret-down,
.sm-data-box-3 i.zmdi-caret-up {
    position: relative;
    top: 2px
}

.lg-progress-box i {
    color: #e5e5e5;
    font-size: 56px
}

.timeline {
    padding: 10px 0;
    position: relative
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 1px;
    background: rgba(33, 33, 33, .1);
    left: 50%;
    margin-left: -1.5px
}

.timeline>li {
    margin-bottom: 150px;
    position: relative;
    width: 50%;
    float: left;
    clear: left
}

.timeline>li:last-child {
    margin-bottom: 0
}

.timeline>li>.timeline-panel {
    width: calc(100% - 50px);
    float: left;
    position: relative;
    border-radius: 2px;
    background-color: rgba(33, 33, 33, .05)
}

.timeline>li>.timeline-panel:after {
    position: absolute;
    top: 30px;
    right: -10px;
    display: inline-block;
    border-top: 10px solid transparent;
    border-left: 10px solid;
    border-right: 0 solid #fff;
    border-bottom: 10px solid transparent;
    border-left-color: rgba(33, 33, 33, .05);
    content: " "
}

.timeline>li>.timeline-panel.bg-yellow:after {
    border-left-color: #f2b701
}

.timeline>li>.timeline-panel.bg-red:after {
    border-left-color: #dc0030
}

.timeline>li>.timeline-panel.bg-blue:after {
    border-left-color: #0f4fa8
}

.timeline>li>.timeline-panel.bg-green:after {
    border-left-color: #09a275
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 16px;
    right: -22px;
    z-index: 100
}

.timeline>li>.timeline-badge i {
    font-size: 16px
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 10px;
    left: -10px;
    right: auto;
    border-right-color: rgba(33, 33, 33, .05)
}

.timeline>li.timeline-inverted>.timeline-panel.bg-yellow:after {
    border-right-color: #f2b701
}

.timeline>li.timeline-inverted>.timeline-panel.bg-pink:after {
    border-right-color: #b10058
}

.timeline>li.timeline-inverted>.timeline-panel.bg-red:after {
    border-right-color: #dc0030
}

.timeline>li.timeline-inverted>.timeline-panel.bg-blue:after {
    border-right-color: #0f4fa8
}

.timeline>li.timeline-inverted>.timeline-panel.bg-green:after {
    border-right-color: #09a275
}

.timeline>li.timeline-inverted {
    float: right;
    clear: right;
    margin-top: 150px
}

.timeline>li.timeline-inverted>.timeline-badge {
    left: -22px
}

.calendar-event {
    cursor: move;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px
}

.calendar-event a {
    color: #fff;
    font-size: 10px;
    margin: 4px 0 0 10px;
    opacity: .6
}

.fc button {
    height: auto!important;
    font-size: 14px!important;
    text-shadow: none!important
}

button.fc-agendaDay-button.fc-state-default.fc-corner-right,
button.fc-agendaWeek-button,
button.fc-month-button.fc-state-default.fc-corner-left {
    padding: 9px 25px
}

.fc-agendaWeek-button,
.fc-month-button {
    margin-right: 15px!important
}

.fc-event {
    background-color: rgba(9, 162, 117, .2);
    border: none;
    border-radius: 0;
    font-size: 12px;
    color: #212121
}

.fc-day-grid-event {
    margin: 5px 0 0;
    padding: 5px
}

.fc-next-button,
.fc-prev-button,
.fc-today-button {
    border-radius: 0!important
}

.fc-unthemed .fc-today {
    background: #09a275;
    color: #fff
}

.fc-event,
.fc-event:hover,
.ui-widget .fc-event {
    color: #212121
}

.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: rgba(33, 33, 33, .1)
}

.small-calendar .fc-left h2 {
    font-size: 16px;
    line-height: 20px
}

.small-calendar .fc-next-button,
.small-calendar .fc-prev-button {
    background: 0 0;
    border: none;
    color: #878787;
    font-size: 20px!important;
    padding: 0;
    line-height: 0
}

.small-calendar .fc-next-button .fc-icon,
.small-calendar .fc-prev-button .fc-icon {
    display: inline-block;
    font-family: Material-Design-Iconic-Font;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto
}

.small-calendar .fc-next-button .fc-icon-right-single-arrow:before {
    content: '\f2fb'
}

.small-calendar .fc-next-button .fc-icon-right-single-arrow:after {
    content: '';
    font-size: inherit;
    font-weight: inherit;
    top: inherit
}

.small-calendar .fc-prev-button {
    margin-right: 5px!important
}

.small-calendar .fc-prev-button .fc-icon-left-single-arrow:before {
    content: '\f2fa'
}

.small-calendar .fc-prev-button .fc-icon-left-single-arrow:after {
    content: '';
    font-size: inherit;
    font-weight: inherit;
    top: inherit
}

.contact-list .jsgrid-table>tbody>tr>td a,
.contact-list .table>tbody>tr>td a,
.message-box>a .sl-item.unread-message .sl-content .message-per,
.message-box>a .sl-item.unread-message .sl-content .message-subject,
.review-box>a .sl-item.unread-message .sl-content .message-per,
.review-box>a .sl-item.unread-message .sl-content .message-subject,
.table-inbox tr.unread td {
    font-weight: 500
}

.todo-box-wrap .add-todo {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid rgba(33, 33, 33, .1)
}

.todo-box-wrap .add-todo span {
    text-transform: capitalize;
    font-size: 16px;
    width: 33.33%;
    float: left;
    text-align: center;
    vertical-align: middle
}

.todo-box-wrap .add-todo a {
    width: 33.33%;
    float: left;
    font-size: 18px
}

.todo-box-wrap .new-todo .input-group {
    width: 100%;
    display: block
}

.todo-box-wrap .new-todo .input-group input {
    background: rgba(33, 33, 33, .05);
    border: none;
    height: 60px;
    padding-right: 60px
}

.todo-box-wrap .new-todo .input-group .input-group-btn {
    position: absolute;
    right: 22px;
    top: 20px;
    z-index: 4
}

.dt-buttons .todo-box-wrap .new-todo .input-group .input-group-btn .dt-button,
.owl-theme .owl-nav .todo-box-wrap .new-todo .input-group .input-group-btn [class*=owl-],
.sweet-alert .todo-box-wrap .new-todo .input-group .input-group-btn button,
.tablesaw-sortable th.tablesaw-sortable-head .todo-box-wrap .new-todo .input-group .input-group-btn button,
.todo-box-wrap .new-todo .input-group .input-group-btn .btn,
.todo-box-wrap .new-todo .input-group .input-group-btn .dt-buttons .dt-button,
.todo-box-wrap .new-todo .input-group .input-group-btn .fc-next-button,
.todo-box-wrap .new-todo .input-group .input-group-btn .fc-prev-button,
.todo-box-wrap .new-todo .input-group .input-group-btn .fc-today-button,
.todo-box-wrap .new-todo .input-group .input-group-btn .owl-theme .owl-nav [class*=owl-],
.todo-box-wrap .new-todo .input-group .input-group-btn .sweet-alert button,
.todo-box-wrap .new-todo .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button,
.todo-box-wrap .new-todo .input-group .input-group-btn .wizard>.actions a,
.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-agendaWeek-button,
.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left,
.wizard>.actions .todo-box-wrap .new-todo .input-group .input-group-btn a {
    background: 0 0;
    border: none;
    padding: 0
}

.dt-buttons .todo-box-wrap .new-todo .input-group .input-group-btn .dt-button:active,
.dt-buttons .todo-box-wrap .new-todo .input-group .input-group-btn .dt-button:focus,
.dt-buttons .todo-box-wrap .new-todo .input-group .input-group-btn .dt-button:hover,
.owl-theme .owl-nav .todo-box-wrap .new-todo .input-group .input-group-btn [class*=owl-]:active,
.owl-theme .owl-nav .todo-box-wrap .new-todo .input-group .input-group-btn [class*=owl-]:focus,
.owl-theme .owl-nav .todo-box-wrap .new-todo .input-group .input-group-btn [class*=owl-]:hover,
.sweet-alert .todo-box-wrap .new-todo .input-group .input-group-btn button:active,
.sweet-alert .todo-box-wrap .new-todo .input-group .input-group-btn button:focus,
.sweet-alert .todo-box-wrap .new-todo .input-group .input-group-btn button:hover,
.tablesaw-sortable th.tablesaw-sortable-head .todo-box-wrap .new-todo .input-group .input-group-btn button:active,
.tablesaw-sortable th.tablesaw-sortable-head .todo-box-wrap .new-todo .input-group .input-group-btn button:focus,
.tablesaw-sortable th.tablesaw-sortable-head .todo-box-wrap .new-todo .input-group .input-group-btn button:hover,
.todo-box-wrap .new-todo .input-group .input-group-btn .btn:active,
.todo-box-wrap .new-todo .input-group .input-group-btn .btn:focus,
.todo-box-wrap .new-todo .input-group .input-group-btn .btn:hover,
.todo-box-wrap .new-todo .input-group .input-group-btn .dt-buttons .dt-button:active,
.todo-box-wrap .new-todo .input-group .input-group-btn .dt-buttons .dt-button:focus,
.todo-box-wrap .new-todo .input-group .input-group-btn .dt-buttons .dt-button:hover,
.todo-box-wrap .new-todo .input-group .input-group-btn .fc-next-button:active,
.todo-box-wrap .new-todo .input-group .input-group-btn .fc-next-button:focus,
.todo-box-wrap .new-todo .input-group .input-group-btn .fc-next-button:hover,
.todo-box-wrap .new-todo .input-group .input-group-btn .fc-prev-button:active,
.todo-box-wrap .new-todo .input-group .input-group-btn .fc-prev-button:focus,
.todo-box-wrap .new-todo .input-group .input-group-btn .fc-prev-button:hover,
.todo-box-wrap .new-todo .input-group .input-group-btn .fc-today-button:active,
.todo-box-wrap .new-todo .input-group .input-group-btn .fc-today-button:focus,
.todo-box-wrap .new-todo .input-group .input-group-btn .fc-today-button:hover,
.todo-box-wrap .new-todo .input-group .input-group-btn .owl-theme .owl-nav [class*=owl-]:active,
.todo-box-wrap .new-todo .input-group .input-group-btn .owl-theme .owl-nav [class*=owl-]:focus,
.todo-box-wrap .new-todo .input-group .input-group-btn .owl-theme .owl-nav [class*=owl-]:hover,
.todo-box-wrap .new-todo .input-group .input-group-btn .sweet-alert button:active,
.todo-box-wrap .new-todo .input-group .input-group-btn .sweet-alert button:focus,
.todo-box-wrap .new-todo .input-group .input-group-btn .sweet-alert button:hover,
.todo-box-wrap .new-todo .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:active,
.todo-box-wrap .new-todo .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:focus,
.todo-box-wrap .new-todo .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button:hover,
.todo-box-wrap .new-todo .input-group .input-group-btn .wizard>.actions a:active,
.todo-box-wrap .new-todo .input-group .input-group-btn .wizard>.actions a:focus,
.todo-box-wrap .new-todo .input-group .input-group-btn .wizard>.actions a:hover,
.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right:active,
.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right:focus,
.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right:hover,
.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-agendaWeek-button:active,
.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-agendaWeek-button:focus,
.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-agendaWeek-button:hover,
.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left:active,
.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left:focus,
.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left:hover,
.wizard>.actions .todo-box-wrap .new-todo .input-group .input-group-btn a:active,
.wizard>.actions .todo-box-wrap .new-todo .input-group .input-group-btn a:focus,
.wizard>.actions .todo-box-wrap .new-todo .input-group .input-group-btn a:hover {
    background: 0 0
}

.dt-buttons .todo-box-wrap .new-todo .input-group .input-group-btn .dt-button i,
.owl-theme .owl-nav .todo-box-wrap .new-todo .input-group .input-group-btn [class*=owl-] i,
.sweet-alert .todo-box-wrap .new-todo .input-group .input-group-btn button i,
.tablesaw-sortable th.tablesaw-sortable-head .todo-box-wrap .new-todo .input-group .input-group-btn button i,
.todo-box-wrap .new-todo .input-group .input-group-btn .btn i,
.todo-box-wrap .new-todo .input-group .input-group-btn .dt-buttons .dt-button i,
.todo-box-wrap .new-todo .input-group .input-group-btn .fc-next-button i,
.todo-box-wrap .new-todo .input-group .input-group-btn .fc-prev-button i,
.todo-box-wrap .new-todo .input-group .input-group-btn .fc-today-button i,
.todo-box-wrap .new-todo .input-group .input-group-btn .owl-theme .owl-nav [class*=owl-] i,
.todo-box-wrap .new-todo .input-group .input-group-btn .sweet-alert button i,
.todo-box-wrap .new-todo .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button i,
.todo-box-wrap .new-todo .input-group .input-group-btn .wizard>.actions a i,
.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right i,
.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-agendaWeek-button i,
.todo-box-wrap .new-todo .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left i,
.wizard>.actions .todo-box-wrap .new-todo .input-group .input-group-btn a i {
    color: rgba(33, 33, 33, .2);
    font-size: 20px
}

.todo-list hr {
    margin: 0
}

.todo-list .todo-item {
    padding: 10px 15px;
    @iclude transition(.2s ease);
    cursor: pointer
}

.todo-list .todo-item:hover {
    background: rgba(33, 33, 33, .05)
}

.todo-list .todo-item .checkbox input[type=checkbox] {
    width: 100%
}

.todo-list .todo-item .checkbox input[type=checkbox]+label {
    color: #212121;
    padding-left: 10px
}

.todo-list .todo-item .checkbox input[type=checkbox]:checked+label {
    color: #878787;
    text-decoration: line-through
}

.sl-item {
    position: relative;
    padding-bottom: 18px;
    border-left: 1px solid rgba(33, 33, 33, .1);
    margin-left: 15px
}

.sl-item .sl-content {
    margin-left: 30px
}

.sl-item .sl-content p {
    margin: 0
}

.user-activity .sl-item .sl-content {
    border-bottom: 1px solid rgba(33, 33, 33, .05);
    padding-bottom: 15px
}

.user-activity .sl-item .sl-content .activity-thumbnail {
    margin-top: 5px
}

.user-activity .sl-item .sl-content .activity-thumbnail img {
    height: 65px;
    width: 65px;
    border-radius: 2px;
    margin-right: 10px
}

.user-activity .sl-item .sl-content .activity-thumbnail img:last-child {
    margin-right: 0
}

.user-activity .sl-item:last-child .sl-content {
    border-bottom: 0;
    padding-bottom: 0
}

.sl-avatar {
    position: absolute;
    left: -15px
}

.sl-avatar img {
    height: 30px;
    width: 30px
}

.message-box-wrap .msg-search {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid rgba(33, 33, 33, .1)
}

.message-box-wrap .msg-search span {
    text-transform: capitalize;
    font-size: 16px;
    width: 33.33%;
    float: left;
    text-align: center;
    vertical-align: middle
}

.message-box-wrap .msg-search a {
    width: 33.33%;
    float: left;
    font-size: 18px
}

.message-box-wrap .message-box-bottom-wrap .read-all {
    padding: 5px 15px;
    font-size: 13px;
    color: #878787;
    text-transform: capitalize
}

.message-box>a,
.review-box>a {
    display: block;
    border-bottom: 1px solid rgba(33, 33, 33, .1)
}

.message-box>a .sl-item:after,
.message-box>a .sl-item:before,
.review-box .sl-item:before,
.review-box>a .sl-item:after,
.review-box>a .sl-item:before {
    display: none
}

.message-box>a .sl-item,
.review-box>a .sl-item {
    border: none;
    padding: 10px 15px;
    margin-left: 0;
    background: rgba(33, 33, 33, .05);
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease
}

.message-box>a .sl-item .sl-avatar,
.review-box>a .sl-item .sl-avatar {
    left: auto
}

.message-box>a .sl-item .sl-avatar img,
.review-box>a .sl-item .sl-avatar img {
    width: 35px;
    height: 35px
}

.message-box>a .sl-item .sl-content,
.review-box>a .sl-item .sl-content {
    margin-left: 50px
}

.message-box>a .sl-item .sl-content .message-time,
.review-box>a .sl-item .sl-content .message-time {
    color: #878787
}

.message-box>a .sl-item .sl-content .message-subject,
.review-box>a .sl-item .sl-content .message-subject {
    font-size: 13px
}

.message-box>a .sl-item .sl-content>p,
.review-box>a .sl-item .sl-content>p {
    font-size: 13px;
    line-height: 16px
}

.message-box>a .sl-item.unread-message,
.review-box>a .sl-item.unread-message {
    background: 0 0
}

.message-box>a .sl-item.unread-message:hover,
.review-box>a .sl-item.unread-message:hover {
    background: rgba(33, 33, 33, .05)
}

.review-box hr {
    margin: 0
}

.review-box .per-rating a {
    color: #dc0030;
    margin-right: 4px;
    font-size: 17px
}

.review-box .per-rating span {
    font-size: 17px;
    color: #212121
}

.review-box .sl-item {
    margin-left: 0;
    border: none;
    padding: 20px 15px
}

.review-box .sl-item .sl-content {
    margin-left: 0
}

.mail-box .panel {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
    border-left: 1px solid rgba(33, 33, 33, .1);
    min-height: 1000px
}

.mail-box .inbox-search .input-group {
    width: 100%
}

.mail-box .inbox-search .input-group input {
    height: 25px;
    padding-right: 30px;
    width: 150px
}

.mail-option,
ul.inbox-nav,
ul.inbox-nav li,
ul.inbox-nav li a {
    width: 100%;
    display: inline-block
}

.mail-box .inbox-search .input-group .input-group-btn {
    position: absolute;
    right: 22px;
    top: 3px;
    z-index: 4;
    pointer-events: none
}

.dt-buttons .mail-box .inbox-search .input-group .input-group-btn .dt-button,
.mail-box .inbox-search .input-group .input-group-btn .btn,
.mail-box .inbox-search .input-group .input-group-btn .dt-buttons .dt-button,
.mail-box .inbox-search .input-group .input-group-btn .fc-next-button,
.mail-box .inbox-search .input-group .input-group-btn .fc-prev-button,
.mail-box .inbox-search .input-group .input-group-btn .fc-today-button,
.mail-box .inbox-search .input-group .input-group-btn .owl-theme .owl-nav [class*=owl-],
.mail-box .inbox-search .input-group .input-group-btn .sweet-alert button,
.mail-box .inbox-search .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button,
.mail-box .inbox-search .input-group .input-group-btn .wizard>.actions a,
.mail-box .inbox-search .input-group .input-group-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.mail-box .inbox-search .input-group .input-group-btn button.fc-agendaWeek-button,
.mail-box .inbox-search .input-group .input-group-btn button.fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .mail-box .inbox-search .input-group .input-group-btn [class*=owl-],
.sweet-alert .mail-box .inbox-search .input-group .input-group-btn button,
.tablesaw-sortable th.tablesaw-sortable-head .mail-box .inbox-search .input-group .input-group-btn button,
.wizard>.actions .mail-box .inbox-search .input-group .input-group-btn a {
    background: 0 0;
    border: none;
    padding: 0
}

.user-head {
    position: relative
}

.user-head .user-name h5 {
    margin-top: 15px
}

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

ul.inbox-nav li a {
    padding: 10px 15px;
    text-transform: capitalize;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease
}

ul.inbox-nav li a i {
    font-size: 16px;
    padding-right: 10px;
    color: #878787
}

ul.inbox-nav li a:focus,
ul.inbox-nav li a:hover,
ul.inbox-nav li.active a {
    background: rgba(33, 33, 33, .05)
}

.inbox-pagination {
    float: right
}

.inbox-pagination li {
    float: left
}

.inbox-head {
    color: #fff;
    min-height: 80px
}

.table-inbox tr td {
    padding: 7px 15px!important
}

.table-inbox tr td:hover {
    cursor: pointer
}

.table-inbox tr td .zmdi-star.inbox-started,
.table-inbox tr td .zmdi-star:hover {
    color: #dc0030
}

.table-inbox tr.unread td {
    color: #212121
}

.table-inbox tr.unread td i {
    color: #878787
}

.table-inbox.table-hover>tbody>tr {
    background: rgba(33, 33, 33, .05)!important
}

.table-inbox.table-hover>tbody>tr td {
    color: #212121
}

.table-inbox.table-hover>tbody>tr td i {
    color: #878787
}

.table-inbox.table-hover>tbody>tr.unread {
    background: 0 0!important
}

.table-inbox.table-hover>tbody>tr.unread:hover {
    background-color: rgba(33, 33, 33, .05)!important
}

.time-chat-history {
    min-width: 70px
}

.mail-option {
    margin-bottom: 10px
}

.mail-option .chk-all {
    display: inline-block;
    padding: 0
}

.dt-buttons .mail-option .chk-all .dt-button,
.mail-option .chk-all .btn,
.mail-option .chk-all .dropdown,
.mail-option .chk-all .dt-buttons .dt-button,
.mail-option .chk-all .fc-next-button,
.mail-option .chk-all .fc-prev-button,
.mail-option .chk-all .fc-today-button,
.mail-option .chk-all .owl-theme .owl-nav [class*=owl-],
.mail-option .chk-all .sweet-alert button,
.mail-option .chk-all .tablesaw-sortable th.tablesaw-sortable-head button,
.mail-option .chk-all .wizard>.actions a,
.mail-option .chk-all button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.mail-option .chk-all button.fc-agendaWeek-button,
.mail-option .chk-all button.fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .mail-option .chk-all [class*=owl-],
.sweet-alert .mail-option .chk-all button,
.tablesaw-sortable th.tablesaw-sortable-head .mail-option .chk-all button,
.wizard>.actions .mail-option .chk-all a {
    display: inline-block;
    padding: 0 5px;
    box-shadow: none;
    margin-right: 5px;
    background: 0 0;
    color: #212121
}

.dt-buttons .mail-option .chk-all .dt-button i,
.mail-option .chk-all .btn i,
.mail-option .chk-all .dropdown i,
.mail-option .chk-all .dt-buttons .dt-button i,
.mail-option .chk-all .fc-next-button i,
.mail-option .chk-all .fc-prev-button i,
.mail-option .chk-all .fc-today-button i,
.mail-option .chk-all .owl-theme .owl-nav [class*=owl-] i,
.mail-option .chk-all .sweet-alert button i,
.mail-option .chk-all .tablesaw-sortable th.tablesaw-sortable-head button i,
.mail-option .chk-all .wizard>.actions a i,
.mail-option .chk-all button.fc-agendaDay-button.fc-state-default.fc-corner-right i,
.mail-option .chk-all button.fc-agendaWeek-button i,
.mail-option .chk-all button.fc-month-button.fc-state-default.fc-corner-left i,
.owl-theme .owl-nav .mail-option .chk-all [class*=owl-] i,
.sweet-alert .mail-option .chk-all button i,
.tablesaw-sortable th.tablesaw-sortable-head .mail-option .chk-all button i,
.wizard>.actions .mail-option .chk-all a i {
    color: #878787
}

.mail-option .chk-all input[type=checkbox] {
    margin-top: 0
}

.mail-option .chk-all .checkbox {
    min-height: auto!important;
    padding-bottom: 0!important;
    padding-top: 0!important
}

.mail-option .btn-group {
    margin-right: 5px
}

.mail-option .btn-group a.all {
    border: none
}

.dt-buttons .heading-inbox .dt-button,
.heading-inbox .btn,
.heading-inbox .dropdown,
.heading-inbox .dt-buttons .dt-button,
.heading-inbox .fc-next-button,
.heading-inbox .fc-prev-button,
.heading-inbox .fc-today-button,
.heading-inbox .owl-theme .owl-nav [class*=owl-],
.heading-inbox .sweet-alert button,
.heading-inbox .tablesaw-sortable th.tablesaw-sortable-head button,
.heading-inbox .wizard>.actions a,
.heading-inbox button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.heading-inbox button.fc-agendaWeek-button,
.heading-inbox button.fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .heading-inbox [class*=owl-],
.sweet-alert .heading-inbox button,
.tablesaw-sortable th.tablesaw-sortable-head .heading-inbox button,
.wizard>.actions .heading-inbox a {
    display: inline-block;
    padding: 0 5px;
    box-shadow: none;
    background: 0 0
}

.dt-buttons .heading-inbox .dt-button i,
.heading-inbox .btn i,
.heading-inbox .dropdown i,
.heading-inbox .dt-buttons .dt-button i,
.heading-inbox .fc-next-button i,
.heading-inbox .fc-prev-button i,
.heading-inbox .fc-today-button i,
.heading-inbox .owl-theme .owl-nav [class*=owl-] i,
.heading-inbox .sweet-alert button i,
.heading-inbox .tablesaw-sortable th.tablesaw-sortable-head button i,
.heading-inbox .wizard>.actions a i,
.heading-inbox button.fc-agendaDay-button.fc-state-default.fc-corner-right i,
.heading-inbox button.fc-agendaWeek-button i,
.heading-inbox button.fc-month-button.fc-state-default.fc-corner-left i,
.owl-theme .owl-nav .heading-inbox [class*=owl-] i,
.sweet-alert .heading-inbox button i,
.tablesaw-sortable th.tablesaw-sortable-head .heading-inbox button i,
.wizard>.actions .heading-inbox a i {
    font-size: 17px;
    color: #878787
}

.dt-buttons .heading-inbox .dt-button i.zmdi-chevron-left,
.heading-inbox .btn i.zmdi-chevron-left,
.heading-inbox .dropdown i.zmdi-chevron-left,
.heading-inbox .dt-buttons .dt-button i.zmdi-chevron-left,
.heading-inbox .fc-next-button i.zmdi-chevron-left,
.heading-inbox .fc-prev-button i.zmdi-chevron-left,
.heading-inbox .fc-today-button i.zmdi-chevron-left,
.heading-inbox .owl-theme .owl-nav [class*=owl-] i.zmdi-chevron-left,
.heading-inbox .sweet-alert button i.zmdi-chevron-left,
.heading-inbox .tablesaw-sortable th.tablesaw-sortable-head button i.zmdi-chevron-left,
.heading-inbox .wizard>.actions a i.zmdi-chevron-left,
.heading-inbox button.fc-agendaDay-button.fc-state-default.fc-corner-right i.zmdi-chevron-left,
.heading-inbox button.fc-agendaWeek-button i.zmdi-chevron-left,
.heading-inbox button.fc-month-button.fc-state-default.fc-corner-left i.zmdi-chevron-left,
.owl-theme .owl-nav .heading-inbox [class*=owl-] i.zmdi-chevron-left,
.sweet-alert .heading-inbox button i.zmdi-chevron-left,
.tablesaw-sortable th.tablesaw-sortable-head .heading-inbox button i.zmdi-chevron-left,
.wizard>.actions .heading-inbox a i.zmdi-chevron-left {
    font-size: 27px
}

.file-name {
    color: #212121
}

.date {
    font-size: 13px
}

.download-blocks a {
    color: #878787
}

.sender-img-wrap img {
    width: 40px;
    height: 40px
}

.dt-buttons .heading-inbox .compose-btn .dt-button,
.heading-inbox .compose-btn .btn,
.heading-inbox .compose-btn .dt-buttons .dt-button,
.heading-inbox .compose-btn .fc-next-button,
.heading-inbox .compose-btn .fc-prev-button,
.heading-inbox .compose-btn .fc-today-button,
.heading-inbox .compose-btn .owl-theme .owl-nav [class*=owl-],
.heading-inbox .compose-btn .sweet-alert button,
.heading-inbox .compose-btn .tablesaw-sortable th.tablesaw-sortable-head button,
.heading-inbox .compose-btn .wizard>.actions a,
.heading-inbox .compose-btn button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.heading-inbox .compose-btn button.fc-agendaWeek-button,
.heading-inbox .compose-btn button.fc-month-button.fc-state-default.fc-corner-left,
.owl-theme .owl-nav .heading-inbox .compose-btn [class*=owl-],
.sweet-alert .heading-inbox .compose-btn button,
.tablesaw-sortable th.tablesaw-sortable-head .heading-inbox .compose-btn button,
.wizard>.actions .heading-inbox .compose-btn a {
    box-shadow: none;
    color: #878787;
    display: inline-block;
    padding: 0 5px;
    background: 0 0
}

.sender-info .pull-right .dropdown-toggle>i {
    font-size: 17px;
    color: #878787;
    vertical-align: middle
}

.attachment-mail li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px
}

.attachment-mail li .attached-img-container {
    width: 120px;
    height: 120px;
    display: block;
    background-position: center top;
    background-size: cover;
    margin-bottom: 10px;
    border-radius: 2px
}

.attachment-mail li:last-child {
    margin-right: 0
}

.contact-list .panel {
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
    border-left: 1px solid rgba(33, 33, 33, .1)
}

.contact-list .jsgrid-table>tbody>tr>td,
.contact-list .table>tbody>tr>td {
    padding: 12px 15px
}

.contact-list .create-label {
    display: block
}

.contact-card .card-user-img {
    height: 65px;
    width: 65px
}

.contact-card .panel-heading .user-detail-wrap {
    margin-top: 8px
}

.contact-card .panel-heading .user-detail-wrap .card-user-name {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff
}

.contact-card .panel-heading .user-detail-wrap .card-user-desn {
    color: #fff;
    text-transform: capitalize;
    font-size: 13px
}

.contact-card .panel-heading .pull-right {
    margin-top: 22px
}

.contact-card .card-user-email,
.contact-card .card-user-phone {
    color: #878787
}

.page-wrapper.auth-page {
    background: #fff
}

.sp-header {
    position: absolute;
    width: 100%;
    z-index: 1
}

.sp-logo-wrap {
    padding-top: 19px;
    padding-left: 15px
}

.sp-logo-wrap .brand-img {
    position: relative;
    top: 2px
}

.sp-logo-wrap .brand-text {
    color: #212121;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 21px;
    text-transform: capitalize
}

.form-group.pull-right {
    padding-top: 19px;
    padding-right: 15px
}

.auth-form-wrap {
    padding: 100px 0
}

.auth-form {
    width: 400px
}

.auth-form a.txt-danger:hover {
    color: #dc0030
}

.error-page .brand-text {
    color: #212121
}

.error-head {
    font-size: 112px;
    font-style: italic;
    line-height: 112px
}

.error-bg-img {
    background: url(../img/errorbg.jpg);
    background-size: cover
}

.col-item {
    background: #fff
}

.col-item .photo {
    position: relative
}

.col-item .photo .options {
    position: absolute;
    right: 10px;
    top: 5px
}

.col-item .photo img {
    margin: 0 auto;
    width: 85%
}

.col-item .info {
    background: #f7f7f9;
    padding: 15px 0 15px 15px
}

.img-container,
.img-preview {
    background-color: #f7f7f7;
    width: 100%;
    text-align: center
}

.img-container {
    min-height: 200px;
    max-height: 469px;
    margin-bottom: 16px
}

.docs-data>.input-group,
.docs-toggles>.btn,
.docs-toggles>.btn-group,
.docs-toggles>.dropdown,
.docs-toggles>.fc-next-button,
.docs-toggles>.fc-prev-button,
.docs-toggles>.fc-today-button,
.docs-toggles>button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.docs-toggles>button.fc-agendaWeek-button,
.docs-toggles>button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .docs-toggles>.dt-button,
.img-preview,
.owl-theme .owl-nav .docs-toggles>[class*=owl-],
.sweet-alert .docs-toggles>button,
.tablesaw-sortable th.tablesaw-sortable-head .docs-toggles>button,
.wizard>.actions .disabled .docs-toggles>a,
.wizard>.actions .docs-toggles>a {
    margin-bottom: 8px
}

.docs-preview {
    margin-right: -16px
}

.img-preview {
    float: left;
    margin-right: 8px
}

.preview-lg {
    width: 255px;
    height: 143px
}

.preview-md {
    width: 128px;
    height: 72px
}

.preview-sm {
    width: 72px;
    height: 41px
}

.preview-xs {
    width: 40px;
    height: 24px;
    margin-right: 0
}

.docs-data>.input-group>label {
    min-width: 80px
}

.docs-data>.input-group>span {
    min-width: 50px
}

.app-search .docs-buttons>.dd-handle:focus,
.app-search .docs-buttons>.dd3-content:focus,
.app-search .docs-buttons>.form-control:focus,
.app-search .docs-buttons>.select2-selection.select2-selection--multiple:focus,
.app-search .jsgrid-cell .docs-buttons>input:focus,
.app-search .jsgrid-cell .docs-buttons>select:focus,
.dataTables_wrapper .dataTables_filter .app-search .docs-buttons>input:focus,
.dataTables_wrapper .dataTables_filter .docs-buttons>input,
.dataTables_wrapper .dataTables_length .app-search .docs-buttons>select:focus,
.dataTables_wrapper .dataTables_length .docs-buttons>select,
.docs-buttons>.btn,
.docs-buttons>.btn-group,
.docs-buttons>.dd-handle,
.docs-buttons>.dd3-content,
.docs-buttons>.fc-next-button,
.docs-buttons>.fc-prev-button,
.docs-buttons>.fc-today-button,
.docs-buttons>.form-control,
.docs-buttons>.select2-selection.select2-selection--multiple,
.docs-buttons>button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.docs-buttons>button.fc-agendaWeek-button,
.docs-buttons>button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .docs-buttons>.dt-button,
.jsgrid-cell .app-search .docs-buttons>input:focus,
.jsgrid-cell .app-search .docs-buttons>select:focus,
.jsgrid-cell .docs-buttons>input,
.jsgrid-cell .docs-buttons>select,
.mce-floatpanel .app-search .docs-buttons>.mce-btn:focus,
.mce-floatpanel .app-search .docs-buttons>.mce-textbox:focus,
.mce-floatpanel .docs-buttons>.mce-btn,
.mce-floatpanel .docs-buttons>.mce-textbox,
.owl-theme .owl-nav .docs-buttons>[class*=owl-],
.select2-container--default .app-search .docs-buttons>.select2-selection--single:focus,
.select2-container--default .docs-buttons>.select2-selection--single,
.select2-container--default .select2-selection--single .app-search .docs-buttons>.select2-selection__rendered:focus,
.select2-container--default .select2-selection--single .docs-buttons>.select2-selection__rendered,
.sweet-alert .docs-buttons>button,
.tablesaw-bar .btn-select .app-search .docs-buttons>select:focus,
.tablesaw-bar .btn-select .docs-buttons>select,
.tablesaw-sortable th.tablesaw-sortable-head .docs-buttons>button,
.wizard .content>.body .app-search .docs-buttons>input:focus,
.wizard .content>.body .docs-buttons>input,
.wizard>.actions .disabled .docs-buttons>a,
.wizard>.actions .docs-buttons>a {
    margin-right: 4px;
    margin-bottom: 8px
}

.docs-tooltip {
    display: block;
    margin: -8px -12px;
    padding: 8px 12px
}

.docs-aspect-ratios,
.docs-view-modes {
    width: 100%
}

.docs-aspect-ratios>.btn,
.docs-aspect-ratios>.fc-next-button,
.docs-aspect-ratios>.fc-prev-button,
.docs-aspect-ratios>.fc-today-button,
.docs-aspect-ratios>button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.docs-aspect-ratios>button.fc-agendaWeek-button,
.docs-aspect-ratios>button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .docs-aspect-ratios>.dt-button,
.owl-theme .owl-nav .docs-aspect-ratios>[class*=owl-],
.sweet-alert .docs-aspect-ratios>button,
.tablesaw-sortable th.tablesaw-sortable-head .docs-aspect-ratios>button,
.wizard>.actions .disabled .docs-aspect-ratios>a,
.wizard>.actions .docs-aspect-ratios>a {
    width: 20%
}

.docs-view-modes>.btn,
.docs-view-modes>.fc-next-button,
.docs-view-modes>.fc-prev-button,
.docs-view-modes>.fc-today-button,
.docs-view-modes>button.fc-agendaDay-button.fc-state-default.fc-corner-right,
.docs-view-modes>button.fc-agendaWeek-button,
.docs-view-modes>button.fc-month-button.fc-state-default.fc-corner-left,
.dt-buttons .docs-view-modes>.dt-button,
.owl-theme .owl-nav .docs-view-modes>[class*=owl-],
.sweet-alert .docs-view-modes>button,
.tablesaw-sortable th.tablesaw-sortable-head .docs-view-modes>button,
.wizard>.actions .disabled .docs-view-modes>a,
.wizard>.actions .docs-view-modes>a {
    width: 25%
}

.docs-options .dropdown-menu {
    width: 100%
}

.docs-options .dropdown-menu>li {
    padding: 4px 16px
}

.docs-options .dropdown-menu>li:hover {
    background-color: #f7f7f7
}

.docs-options .dropdown-menu>li>label {
    margin-bottom: 0
}

.docs-cropped .modal-body {
    text-align: center
}

.common-credits>li {
    display: block;
    margin-bottom: 15px
}

.common-credits>li:last-child {
    margin-bottom: 0
}

.fixed-sidebar-left{
    display:none;
}
@media (min-width:800px) {

    .fixed-sidebar-left {
        display:block;
        width: 44px;
    }
    .fixed-sidebar-left .side-nav li.navigation-header>span {
        display: none
    }
    .fixed-sidebar-left .side-nav li.navigation-header>i {
        display: block
    }
    .fixed-sidebar-left .collapse.in {
        display: none
    }
    .fixed-sidebar-left:hover {
        width: 225px
    }
    .fixed-sidebar-left:hover .side-nav li.navigation-header>span {
        display: block
    }
    .fixed-sidebar-left:hover .side-nav li.navigation-header>i {
        display: none
    }
    .fixed-sidebar-left:hover .collapse.in,
    .slide-nav-toggle .fixed-sidebar-left .side-nav li.navigation-header>span {
        display: block
    }
    .fixed-sidebar-left:hover .right-nav-text {
        opacity: 1
    }
    .fixed-sidebar-left .right-nav-text {
        opacity: 0
    }
    .page-wrapper {
        margin-left: 44px
    }
    .navbar.navbar-inverse.navbar-fixed-top .nav-header {
        width: 44px
    }
    .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
        opacity: 0;
        visibility: hidden
    }
    .sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text,
    .slide-nav-toggle .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
        opacity: 1;
        visibility: visible
    }
    .navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu {
        width: calc(100% - 100px)
    }
    .sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header,
    .slide-nav-toggle .fixed-sidebar-left,
    .slide-nav-toggle .navbar.navbar-inverse.navbar-fixed-top .nav-header {
        width: 225px
    }
    .slide-nav-toggle .fixed-sidebar-left .side-nav li.navigation-header>i {
        display: none
    }
    .slide-nav-toggle .fixed-sidebar-left .collapse.in {
        display: block
    }
    .slide-nav-toggle .fixed-sidebar-left .right-nav-text {
        opacity: 1
    }
    .slide-nav-toggle .page-wrapper {
        margin-left: 0;
        left: 225px;
        margin-right: 225px;
    }
}

@media (max-width:1200px) {
    .table-responsive .jsgrid-table>tbody>tr>td,
    .table-responsive .jsgrid-table>tbody>tr>th,
    .table-responsive .jsgrid-table>tfoot>tr>td,
    .table-responsive .jsgrid-table>tfoot>tr>th,
    .table-responsive .jsgrid-table>thead>tr>td,
    .table-responsive .jsgrid-table>thead>tr>th,
    .table-responsive .table>tbody>tr>td,
    .table-responsive .table>tbody>tr>th,
    .table-responsive .table>tfoot>tr>td,
    .table-responsive .table>tfoot>tr>th,
    .table-responsive .table>thead>tr>td,
    .table-responsive .table>thead>tr>th {
        white-space: nowrap
    }
}

@media (min-width:1025px) {
    .mobile-only-nav.collapse,
    .navbar.navbar-inverse.navbar-fixed-top .top-nav-search.collapse {
        display: block;
        height: auto!important
    }
    .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn {
        pointer-events: none
    }
}

@media (max-width:1024px) {
    .mobile-only-view {
        display: block!important
    }
    .fixed-sidebar-left {
        margin-left: -225px;
        width: 225px
    }
    .fixed-sidebar-left .right-nav-text {
        opacity: 1
    }
    .mobile-nav-open .fixed-sidebar-left,
    .mobile-nav-open .fixed-sidebar-right {
        top: 132px
    }
    .page-wrapper {
        margin-left: 0;
        padding-left: 0;
        padding-right: 0
    }
    .slide-nav-toggle .fixed-sidebar-left {
        margin-left: 0
    }
    .slide-nav-toggle .page-wrapper {
        left: 225px;
        margin-left: 0
    }
    .slide-nav-toggle.sidebar-hover .navbar.navbar-inverse.navbar-fixed-top .nav-header {
        width: 100%
    }
    .navbar.navbar-inverse.navbar-fixed-top {
        padding: 0
    }
    .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand .nav-header {
        padding-left: 0;
        text-align: center;
        width: 100%
    }
    .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand .nav-header .logo-wrap {
        width: 100%
    }
    .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand .nav-header .logo-wrap .brand-text {
        opacity: 1;
        visibility: visible
    }
    .navbar.navbar-inverse.navbar-fixed-top a.toggle-left-nav-btn {
        left: 1px;
        position: absolute;
        top: 0
    }
    .navbar.navbar-inverse.navbar-fixed-top a#toggle_mobile_nav {
        position: absolute;
        right: 21px;
        top: 0
    }
    .navbar.navbar-inverse.navbar-fixed-top a#toggle_mobile_search {
        position: absolute;
        right: 50px;
        top: 0
    }
    .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
        width: 100%;
        background: #fff;
        position: relative;
        z-index: 2
    }
    .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav {
        float: left;
        width: 100%;
        -webkit-transition: .4s ease;
        -moz-transition: .4s ease;
        transition: .4s ease;
        position: absolute;
        left: 0;
        top: 0;
        padding: 0 15px;
        border-bottom: 1px solid rgba(33, 33, 33, .1);
        background: #f5f5f5
    }
    .navbar.navbar-inverse.navbar-fixed-top .top-nav-search {
        left: 0;
        margin-left: 0;
        position: absolute;
        width: 100%;
        padding-top: 0
    }
    .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group input {
        border-radius: 0;
        height: 66px;
        border: none
    }
    .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn {
        top: 25px
    }
    .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn .owl-theme .owl-nav button[class*=owl-] i:before,
    .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn .tablesaw-sortable th.tablesaw-sortable-head button i:before,
    .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn button.btn-default i:before,
    .owl-theme .owl-nav .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn button[class*=owl-] i:before,
    .tablesaw-sortable th.tablesaw-sortable-head .navbar.navbar-inverse.navbar-fixed-top .top-nav-search .input-group .input-group-btn button i:before {
        content: "\f136"
    }
    .navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu {
        right: 0;
        width: 100%
    }
    .mobile-nav-open .navbar.navbar-inverse.navbar-fixed-top .mobile-only-nav {
        top: 66px
    }
    .inbox-pagination li:first-child,
    .sender-info .inbox-detail-time-2 {
        display: none
    }
    .chat-cmplt-wrap.chat-for-widgets-1 .chat-box-wrap {
        float: none;
        width: auto
    }
    .chat-cmplt-wrap.chat-for-widgets-1 .recent-chat-box-wrap {
        border-left: medium none;
        float: none;
        position: absolute;
        right: -100%;
        width: 100%
    }
    .chat-cmplt-wrap.chat-for-widgets-1 .goto-back i.zmdi-account-add:before {
        content: "\f2fa"
    }
    .nav.nav-tabs.nav-tabs-responsive {
        text-align: center;
        position: relative
    }
    .nav.nav-tabs.nav-tabs-responsive>li {
        display: none;
        float: none
    }
    .nav.nav-tabs.nav-tabs-responsive>li.active,
    .nav.nav-tabs.nav-tabs-responsive>li.next,
    .nav.nav-tabs.nav-tabs-responsive>li.prev {
        display: inline-block
    }
    .nav.nav-tabs.nav-tabs-responsive>li.next,
    .nav.nav-tabs.nav-tabs-responsive>li.prev {
        position: absolute;
        top: 0;
        margin-left: 0;
        margin-right: 0
    }
    .nav.nav-tabs.nav-tabs-responsive>li.next>a:after,
    .nav.nav-tabs.nav-tabs-responsive>li.next>a:before,
    .nav.nav-tabs.nav-tabs-responsive>li.prev>a:after,
    .nav.nav-tabs.nav-tabs-responsive>li.prev>a:before {
        display: inline-block;
        font-family: Material-Design-Iconic-Font;
        font-feature-settings: normal;
        font-kerning: auto;
        font-language-override: normal;
        font-size-adjust: none;
        font-stretch: normal;
        font-style: normal;
        font-synthesis: weight style;
        font-variant: normal;
        font-weight: 400;
        text-rendering: auto;
        position: relative;
        top: 3px;
        font-size: 20px;
        line-height: 12px
    }
    .nav.nav-tabs.nav-tabs-responsive>li.prev {
        left: 0
    }
    .nav.nav-tabs.nav-tabs-responsive>li.prev>a:before {
        content: '\f2fa';
        margin-right: 10px
    }
    .nav.nav-tabs.nav-tabs-responsive>li.next {
        right: 0
    }
    .nav.nav-tabs.nav-tabs-responsive>li.next>a:after {
        content: '\f2fb';
        margin-left: 10px
    }
}

@media (max-width:991px) {
    .contact-list aside.col-lg-2.col-md-4,
    .mail-box aside.col-lg-3.col-md-4 {
        padding-right: 15px!important
    }
    .contact-list aside.col-lg-10.col-md-8,
    .mail-box aside.col-lg-9.col-md-8 {
        padding-left: 15px!important
    }
    .contact-list aside.col-lg-2.col-md-4 .inbox-nav,
    .contact-list aside.col-lg-2.col-md-4 a.create-label,
    .dataTables_wrapper .dataTables_length,
    .file-manager .panel-title,
    .file-manager .tag-list,
    .file-manager h6,
    .mail-box aside.col-lg-3.col-md-4 .chat-list-wrap,
    .mail-box aside.col-lg-3.col-md-4 .inbox-nav,
    .mail-box aside.col-lg-3.col-md-4 .panel-title,
    .mail-box aside.col-lg-3.col-md-4 h6,
    .mail-box aside.col-lg-9.col-md-8 .view-message .jvectormap-tip,
    .mail-box aside.col-lg-9.col-md-8 .view-message .label {
        display: none
    }
    .inbox-head,
    .product-detail-wrap {
        margin-top: 30px
    }
    .ibox {
        margin-bottom: 0
    }
}

@media (max-width:950px) {
    .panel-dropdown .panel-heading>.pull-left,
    .panel-dropdown .panel-heading>.pull-right,
    .panel-tabs .panel-heading>.pull-left,
    .panel-tabs .panel-heading>.pull-right {
        width: 100%
    }
    .panel-dropdown .panel-heading>.pull-right,
    .panel-tabs .panel-heading>.pull-right {
        margin-top: 10px
    }
    .panel-dropdown .panel-heading>.pull-right .dropdown-menu-right {
        left: 0;
        right: auto
    }
}

@media (max-width:828px) {
    .wizard .steps ul>li {
        width: 100%
    }
}

@media (max-width:796px) {
    footer.footer .col-sm-5 {
        display: none
    }
    footer.footer .col-sm-7 {
        width: 100%;
        text-align: center!important
    }
}

@media (max-width:767px) {
    .breadcrumb,
    .heading-bg .btn-outline-white.btn-rounded,
    .heading-bg button.btn-outline-white.fc-agendaDay-button.fc-state-default.fc-corner-right,
    .heading-bg button.btn-outline-white.fc-agendaWeek-button,
    .heading-bg button.btn-outline-white.fc-month-button.fc-state-default.fc-corner-left {
        display: none
    }
    ul.timeline:before {
        left: 23px
    }
    ul.timeline>li {
        margin-bottom: 0;
        position: relative;
        width: 100%;
        float: left;
        clear: left
    }
    ul.timeline>li>.timeline-panel {
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
        float: right
    }
    ul.timeline>li>.timeline-badge {
        left: 0;
        margin-left: 0;
        top: 16px
    }
    ul.timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 10px;
        left: -10px;
        right: auto
    }
    ul.timeline>li>.timeline-panel.bg-yellow:after {
        border-right-color: #f2b701
    }
    ul.timeline>li>.timeline-panel.bg-pink:after {
        border-right-color: #b10058
    }
    ul.timeline>li>.timeline-panel.bg-red:after {
        border-right-color: #dc0030
    }
    ul.timeline>li>.timeline-panel.bg-blue:after {
        border-right-color: #0f4fa8
    }
    ul.timeline>li>.timeline-panel.bg-green:after {
        border-right-color: #09a275
    }
    .timeline>li.timeline-inverted {
        float: left;
        clear: left;
        margin-top: 30px;
        margin-bottom: 30px
    }
    .timeline>li.timeline-inverted>.timeline-badge {
        left: 0
    }
}

@media (max-width:600px) {
    .product-detail-wrap {
        margin-top: 30px
    }
    .product-detail-wrap .btn-group {
        margin-top: 20px;
        width: 100%
    }
    .product-detail-description ul li {
        width: 100%
    }
    .product-detail-description ul li a {
        padding-left: 0!important
    }
    .clear-todo-btn {
        float: none!important
    }
}

@media (min-width:768px) {
    .img-container {
        min-height: 469px
    }
}

@media (max-width:768px) {
    .col-item .photo img {
        width: 100%
    }
}

@media (max-width:565px) {
    .clear-todo-btn {
        margin-top: 20px
    }
    .nav-tab-reverse .nav-tabs>li,
    .nav-tabs>li {
        float: none;
        margin-right: 0;
        margin-left: 0
    }
    .nav-tab-reverse .nav-tabs>li:first-child>a,
    .nav-tabs>li:first-child>a {
        border-radius: 10px 0 0
    }
    .nav-tab-reverse .nav-tabs>li:last-child,
    .nav-tabs>li:last-child {
        margin-bottom: -1px
    }
    .nav-tab-reverse .nav-tabs>li:last-child>a,
    .nav-tabs>li:last-child>a {
        border-radius: 0 0 0 10px
    }
    .custom-tab-1 .nav-tabs>li:first-child>a,
    .nav-tab-reverse .nav-tabs>li:first-child>a {
        border-top-left-radius: 0
    }
    .custom-tab-1 .nav-tabs>li:last-child>a,
    .nav-tab-reverse .nav-tabs>li:last-child>a {
        border-bottom-left-radius: 0
    }
    .nav.nav-tabs.nav-tabs-responsive>li.next a span,
    .nav.nav-tabs.nav-tabs-responsive>li.prev a span {
        display: none
    }
    .nav-pills>li {
        float: none;
        margin-bottom: 5px;
        margin-left: 0!important
    }
    .nav-pills>li:last-child {
        margin-bottom: 0
    }
    .fixed-sidebar-right .right-sidebar .nav-tab-reverse .nav-tabs>li,
    .fixed-sidebar-right .right-sidebar .nav-tabs>li {
        float: left
    }
    .navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.mega-menu li.col-menu-list {
        width: 100%
    }
    .navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.alert-dropdown {
        width: 100%;
        min-width: auto
    }
    .navbar.navbar-inverse.navbar-fixed-top .nav>li.alert-drp {
        position: static
    }
    .sp-header .form-group.pull-right span {
        display: none!important
    }
}

@media (max-width:458px) {
    .auth-form {
        width: 100%
    }
}

@media (max-width:414px) {
    .navbar.navbar-inverse.navbar-fixed-top .nav>li .dropdown-menu.app-dropdown {
        width: 100%;
        min-width: auto
    }
    .navbar.navbar-inverse.navbar-fixed-top .nav>li.app-drp {
        position: static
    }
}

@media (max-width:400px) {
    .btn-group-crop {
        margin-right: -16px!important
    }
    .btn-group-crop>.btn,
    .btn-group-crop>.fc-next-button,
    .btn-group-crop>.fc-prev-button,
    .btn-group-crop>.fc-today-button,
    .btn-group-crop>button.fc-agendaDay-button.fc-state-default.fc-corner-right,
    .btn-group-crop>button.fc-agendaWeek-button,
    .btn-group-crop>button.fc-month-button.fc-state-default.fc-corner-left,
    .dt-buttons .btn-group-crop>.dt-button,
    .owl-theme .owl-nav .btn-group-crop>[class*=owl-],
    .sweet-alert .btn-group-crop>button,
    .tablesaw-sortable th.tablesaw-sortable-head .btn-group-crop>button,
    .wizard>.actions .btn-group-crop>a,
    .wizard>.actions .disabled .btn-group-crop>a {
        padding-left: 8px;
        padding-right: 8px
    }
}

@media (max-width:378px) {
    .dt-buttons .form-actions button.btn-success.dt-button,
    .dt-buttons .form-actions button.dt-button.fc-agendaWeek-button,
    .dt-buttons .form-actions button.dt-button.fc-next-button,
    .dt-buttons .form-actions button.dt-button.fc-prev-button,
    .dt-buttons .form-actions button.dt-button.fc-today-button,
    .form-actions .dt-buttons button.btn-success.dt-button,
    .form-actions .dt-buttons button.dt-button.fc-agendaWeek-button,
    .form-actions .dt-buttons button.dt-button.fc-next-button,
    .form-actions .dt-buttons button.dt-button.fc-prev-button,
    .form-actions .dt-buttons button.dt-button.fc-today-button,
    .form-actions .owl-theme .owl-nav button.btn-success[class*=owl-],
    .form-actions .owl-theme .owl-nav button[class*=owl-].fc-agendaWeek-button,
    .form-actions .owl-theme .owl-nav button[class*=owl-].fc-next-button,
    .form-actions .owl-theme .owl-nav button[class*=owl-].fc-prev-button,
    .form-actions .owl-theme .owl-nav button[class*=owl-].fc-today-button,
    .form-actions .sweet-alert button.btn-success,
    .form-actions .sweet-alert button.fc-agendaWeek-button,
    .form-actions .sweet-alert button.fc-next-button,
    .form-actions .sweet-alert button.fc-prev-button,
    .form-actions .sweet-alert button.fc-today-button,
    .form-actions .tablesaw-sortable th.tablesaw-sortable-head button.btn-success,
    .form-actions .tablesaw-sortable th.tablesaw-sortable-head button.fc-agendaWeek-button,
    .form-actions .tablesaw-sortable th.tablesaw-sortable-head button.fc-next-button,
    .form-actions .tablesaw-sortable th.tablesaw-sortable-head button.fc-prev-button,
    .form-actions .tablesaw-sortable th.tablesaw-sortable-head button.fc-today-button,
    .form-actions button.btn.btn-success,
    .form-actions button.fc-agendaDay-button.fc-state-default.fc-corner-right,
    .form-actions button.fc-agendaWeek-button,
    .form-actions button.fc-month-button.fc-state-default.fc-corner-left,
    .form-actions button.fc-next-button,
    .form-actions button.fc-prev-button,
    .form-actions button.fc-today-button,
    .owl-theme .owl-nav .form-actions button.btn-success[class*=owl-],
    .owl-theme .owl-nav .form-actions button[class*=owl-].fc-agendaWeek-button,
    .owl-theme .owl-nav .form-actions button[class*=owl-].fc-next-button,
    .owl-theme .owl-nav .form-actions button[class*=owl-].fc-prev-button,
    .owl-theme .owl-nav .form-actions button[class*=owl-].fc-today-button,
    .sweet-alert .form-actions button.btn-success,
    .sweet-alert .form-actions button.fc-agendaWeek-button,
    .sweet-alert .form-actions button.fc-next-button,
    .sweet-alert .form-actions button.fc-prev-button,
    .sweet-alert .form-actions button.fc-today-button,
    .tablesaw-sortable th.tablesaw-sortable-head .form-actions button.btn-success,
    .tablesaw-sortable th.tablesaw-sortable-head .form-actions button.fc-agendaWeek-button,
    .tablesaw-sortable th.tablesaw-sortable-head .form-actions button.fc-next-button,
    .tablesaw-sortable th.tablesaw-sortable-head .form-actions button.fc-prev-button,
    .tablesaw-sortable th.tablesaw-sortable-head .form-actions button.fc-today-button {
        margin-bottom: 20px
    }
}