html, body {
    background-color: #f1f1f1;
    font-size: 13px;
}

li, p, ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none
}

a, a:hover {
    color: #7e57c2;
    text-decoration: none !important;
}

[data-direction=rtl] {
    direction: rtl;
    text-align: right
}

[data-direction=ltr] {
    direction: ltr;
    text-align: left
}

.text-size-large {
    font-size: 14px
}

.text-size-base {
    font-size: 13px
}

.text-size-small {
    font-size: 12px
}

.text-size-mini {
    font-size: 11px
}

.btn.text-size-small {
    line-height: 1.6666667
}

.btn.text-size-mini {
    line-height: 1.82
}

.btn, .btn:hover, .btn:focus, .btn:visited, .btn:active {
    border-radius: .2rem;
    outline: 0;
    border: 0;
    cursor: pointer;
    transition: .3s all;
}

.btn {
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, .07);
    font-weight: 300;
}

.btn:hover, .btn:focus, .btn:visited, .btn:active {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .17) !important;
}

.btn-group > .btn {
    border-radius: .2rem;
}

.btn-group > .btn {
    border-radius: .2rem;
}

.btn-primary {
    background-color: #00BCD4;
    background: linear-gradient(45deg, #33d9de 0%, #33d9de 55%, #00BCD4 90%);
    background-position: 0 0;
    background-size: 200% 200%;
    transition: .3s all;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:visited, .btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    background-color: #00bcd4;
    background-position: 100% 0;
    transition: .3s all;
}

.btn-secondary {
    background-color: #546e7a;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary:visited, .btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    background-color: #688592;
}

.btn-default {
    background-color: #888;
    color: #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default:visited, .btn-default:not([disabled]):not(.disabled):active, .btn-default:not([disabled]):not(.disabled).active, .show > .btn-default.dropdown-toggle {
    background-color: #888;
}

.btn-success {
    background-color: #18ce0f;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:visited, .btn-success:not([disabled]):not(.disabled):active, .btn-success:not([disabled]):not(.disabled).active, .show > .btn-success.dropdown-toggle {
    background-color: #1beb11;
}

.btn-danger {
    background-color: #FF3636;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger:visited, .btn-danger:not([disabled]):not(.disabled):active, .btn-danger:not([disabled]):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    background-color: #ff5555;
}

.btn-warning {
    background-color: #FFB236;
    color: #fff;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning:visited, .btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    background-color: #ffbe55;
    color: #fff;
}

.btn-info {
    background-color: #2CA8FF;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info:visited, .btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active, .show > .btn-info.dropdown-toggle {
    background-color: #4bb5ff;
}

.btn-simple {
    border: 1px solid !important;
    border-color: #888;
    color: #888;
    background-color: transparent !important;
    box-shadow: none !important;
}

.btn.btn-simple:hover,
.btn.btn-simple:focus,
.btn.btn-simple:active {
    background-color: transparent;
    color: #979797;
    border-color: #979797;
    box-shadow: none !important;
}

.btn-default.btn-simple {
    color: #888;
    border-color: #888;
}

.btn-primary.btn-simple {
    color: #00BCD4;
    border-color: #00BCD4;
}

.btn-primary.btn-simple:hover,
.btn-primary.btn-simple:focus,
.btn-primary.btn-simple:visited,
.btn-primary.btn-simple:active {
    background-color: transparent;
    color: #00bcd4 !important;
    border-color: #00bcd4 !important;
    box-shadow: none;
}

.btn-success.btn-simple {
    color: #18ce0f;
    border-color: #18ce0f;
}

.btn-success.btn-simple:hover,
.btn-success.btn-simple:focus,
.btn-success.btn-simple:visited,
.btn-success.btn-simple:active {
    background-color: transparent;
    color: #1beb11 !important;
    border-color: #1beb11 !important;
    box-shadow: none;
}

.btn-info.btn-simple {
    color: #2CA8FF;
    border-color: #2CA8FF;
}

.btn-info.btn-simple:hover,
.btn-info.btn-simple:focus,
.btn-info.btn-simple:visited,
.btn-info.btn-simple:active {
    background-color: transparent;
    color: #4bb5ff !important;
    border-color: #4bb5ff !important;
    box-shadow: none;
}

.btn-warning.btn-simple {
    color: #FFB236;
    border-color: #FFB236;
}

.btn-warning.btn-simple:hover,
.btn-warning.btn-simple:focus,
.btn-warning.btn-simple:visited,
.btn-warning.btn-simple:active {
    background-color: transparent;
    color: #ffbe55 !important;
    border-color: #ffbe55 !important;
    box-shadow: none;
}

.btn-danger.btn-simple {
    color: #FF3636;
    border-color: #FF3636;
}

.btn-danger.btn-simple:hover,
.btn-danger.btn-simple:focus,
.btn-danger.btn-simple:visited,
.btn-danger.btn-simple:active {
    background-color: transparent;
    color: #ff5555 !important;
    border-color: #ff5555 !important;
    box-shadow: none;
}

td, th {
    vertical-align: middle;
}

.fade-enter-active, .fade-leave-active {
    transition: opacity .2s
}

.fade-enter, .fade-leave-active {
    opacity: 0
}

.form-group {
    width: 100%;
}

select.form-control {
    cursor: pointer;
}

label {
    font-weight: 400;
    color: #98a3a9;
}

.card {
    border-radius: .2rem;
    border-color: #ececec;
    -webkit-box-shadow: 0 0 7px 5px rgba(0, 0, 0, .02);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, .02);
}

.card-title, .card-header, .card-footer {
    color: #777;
    border-color: #f1f1f1;
    background-color: #fbfbfb;
}

.navbar-toggler {
    cursor: pointer;
    margin-left: 1.5rem;
}

.list-group-item {
    border-color: #dde8f0;
}

.list-group-item:last-child {
    border-bottom-right-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.list-group-item:first-child {
    border-top-left-radius: .2rem;
    border-top-right-radius: .2rem;
}

.form-group.has-error input {
    border-color: #F44336;
}

.navbar {
    background-color: #fff;
    height: 55px;
    border-bottom: 1px solid #f1f1f1;
    padding: 1.2rem 0;
    -webkit-box-shadow: 0 0 7px 5px rgba(0, 0, 0, .02);
    box-shadow: 0 0 7px 5px rgba(0, 0, 0, .02);
    position: relative;
    z-index: 8;
}

.navbar > div {
    width: 100%;
}

.footer {
    font-size: 80%;
}

.footer p {
    color: #818181;
}

@media (max-width: 480px) {
    .footer {
        font-size: 75%;
        text-align: center !important;
    }
}

.circle {
    border-radius: 50%;
}

img {
    max-width: 100%;
}

.dropdown-menu {
    border: 0;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .1);
    border-radius: .125rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
    font-size: 14px;
}

.dropdown-menu.dropdown-menu-right:before {
    left: auto;
    right: 10px;
}

.dropdown-menu:before {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    vertical-align: middle;
    content: "";
    top: -5px;
    right: 10px;
    left: auto;
    color: #FFFFFF;
    border-bottom: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}

.dropdown-toggle:after {
    content: "\f107";
    border: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 6px;
    margin-left: 5px;
    width: auto;
    height: auto;
    transition: all 150ms ease 0s;
}

.dropdown-toggle[aria-expanded=true]:after {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg);
}

.dropdown-menu .dropdown-item {
    font-size: .8571em;
    padding-top: .5rem;
    padding-bottom: .5rem;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}
.dropdown-menu.extended.logout>li {
    float: left;
    width: 100%;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus {
    background-color: rgba(222, 222, 222, .3);
}

.dropdown-menu .dropdown-divider {
    background-color: rgba(222, 222, 222, .5);
}

.dropdown-menu .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(182, 182, 182, .6);
    font-size: .7142em;
    text-transform: uppercase;
    font-weight: 700;
}

.dropdown-menu.dropdown-primary {
    background-color: #f95823;
}

.dropdown-menu.dropdown-primary:before {
    color: #f95823;
}

.dropdown-menu.dropdown-primary .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, .8);
}

.dropdown-menu.dropdown-primary .dropdown-item {
    color: #FFFFFF;
}

.dropdown-menu.dropdown-primary .dropdown-item:hover,
.dropdown-menu.dropdown-primary .dropdown-item:focus {
    background-color: rgba(255, 255, 255, .2);
}

.dropdown-menu.dropdown-primary .dropdown-divider {
    background-color: rgba(255, 255, 255, .2);
}

.dropdown-menu.dropdown-info {
    background-color: #1da2ff;
}

.dropdown-menu.dropdown-info:before {
    color: #1da2ff;
}

.dropdown-menu.dropdown-info .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, .8);
}

.dropdown-menu.dropdown-info .dropdown-item {
    color: #FFFFFF;
}

.dropdown-menu.dropdown-info .dropdown-item:hover,
.dropdown-menu.dropdown-info .dropdown-item:focus {
    background-color: rgba(255, 255, 255, .2);
}

.dropdown-menu.dropdown-info .dropdown-divider {
    background-color: rgba(255, 255, 255, .2);
}

.dropdown-menu.dropdown-danger {
    background-color: #ff2727;
}

.dropdown-menu.dropdown-danger:before {
    color: #ff2727;
}

.dropdown-menu.dropdown-danger .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, .8);
}

.dropdown-menu.dropdown-danger .dropdown-item {
    color: #FFFFFF;
}

.dropdown-menu.dropdown-danger .dropdown-item:hover,
.dropdown-menu.dropdown-danger .dropdown-item:focus {
    background-color: rgba(255, 255, 255, .2);
}

.dropdown-menu.dropdown-danger .dropdown-divider {
    background-color: rgba(255, 255, 255, .2);
}

.dropdown-menu.dropdown-success {
    background-color: #16c00e;
}

.dropdown-menu.dropdown-success:before {
    color: #16c00e;
}

.dropdown-menu.dropdown-success .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, .8);
}

.dropdown-menu.dropdown-success .dropdown-item {
    color: #FFFFFF;
}

.dropdown-menu.dropdown-success .dropdown-item:hover,
.dropdown-menu.dropdown-success .dropdown-item:focus {
    background-color: rgba(255, 255, 255, .2);
}

.dropdown-menu.dropdown-success .dropdown-divider {
    background-color: rgba(255, 255, 255, .2);
}

.dropdown-menu.dropdown-warning {
    background-color: #ffac27;
}

.dropdown-menu.dropdown-warning:before {
    color: #ffac27;
}

.dropdown-menu.dropdown-warning .dropdown-header:not([href]):not([tabindex]) {
    color: rgba(255, 255, 255, .8);
}

.dropdown-menu.dropdown-warning .dropdown-item {
    color: #FFFFFF;
}

.dropdown-menu.dropdown-warning .dropdown-item:hover,
.dropdown-menu.dropdown-warning .dropdown-item:focus {
    background-color: rgba(255, 255, 255, .2);
}

.dropdown-menu.dropdown-warning .dropdown-divider {
    background-color: rgba(255, 255, 255, .2);
}

.dropdown .dropdown-menu {
    -webkit-transform: translate3d(0, -25px, 0);
    -moz-transform: translate3d(0, -25px, 0);
    -o-transform: translate3d(0, -25px, 0);
    -ms-transform: translate3d(0, -25px, 0);
    transform: translate3d(0, -25px, 0);
    visibility: hidden;
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
}

.dropdown.show .dropdown-menu,
.dropdown-menu.open {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.checkbox label,
.radio label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    line-height: 26px;
    margin-bottom: 0;
}

.radio label {
    padding-left: 28px;
}

.checkbox label::before,
.checkbox label::after {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 3px;
    cursor: pointer;
    border-radius: 3px;
    top: 0;
    background-color: transparent;
    border: 1px solid #bdbdbd;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.checkbox label::after {
    font-family: 'Nucleo Outline';
    content: "\ea22";
    top: -3px;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    color: #555555;
    border: 0;
    background-color: inherit;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    opacity: 0;
    position: absolute;
    visibility: hidden;
}

.checkbox input[type="checkbox"]:checked + label::after {
    opacity: 1;
}

.checkbox input[type="checkbox"]:disabled + label,
.radio input[type="radio"]:disabled + label {
    color: #9A9A9A;
    opacity: .5;
}

.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="checkbox"]:disabled + label::after {
    cursor: not-allowed;
}

.checkbox input[type="checkbox"]:disabled + label,
.radio input[type="radio"]:disabled + label {
    cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}

.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #00BCD4;
    border-color: #00BCD4;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #FF3636;
    border-color: #FF3636;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #2CA8FF;
    border-color: #2CA8FF;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #FFB236;
    border-color: #FFB236;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #18ce0f;
    border-color: #18ce0f;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.radio label::before,
.radio label::after {
    content: " ";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #bdbdbd;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 3px;
    padding: 1px;
    -webkit-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    transition: opacity .2s linear;
}

.radio input[type="radio"] + label:after,
.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:checked + label::after {
    width: 4px;
    height: 4px;
    background-color: #555555;
    border-color: #555555;
    top: 11px;
    left: 11px;
    opacity: 1;
}

.radio input[type="radio"]:checked + label::after {
    opacity: 1;
}

.radio input[type="radio"]:disabled + label {
    color: #9A9A9A;
}

.radio input[type="radio"]:disabled + label::before,
.radio input[type="radio"]:disabled + label::after {
    color: #9A9A9A;
}

.radio.radio-inline {
    margin-top: 0;
}

.pagination .page-item .page-link {
    border: 0;
    border-radius: 35px !important;
    transition: all .3s;
    padding: 0 11px;
    margin: 0 3px;
    min-width: 30px;
    text-align: center;
    height: 30px;
    line-height: 33px;
    color: #2c2c2c;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    background: transparent;
}

.pagination .page-item .page-link:hover,
.pagination .page-item .page-link:focus {
    color: #2c2c2c;
    background-color: rgba(222, 222, 222, .3);
    border: none;
}

.pagination .arrow-margin-left,
.pagination .arrow-margin-right {
    position: absolute;
}

.pagination .arrow-margin-right {
    right: 0;
}

.pagination .arrow-margin-left {
    left: 0;
}

.pagination .page-item.active > .page-link {
    color: #E3E3E3;
}

.pagination .page-item > .page-link {
    background-color: rgba(44, 168, 255, .7);
    border-color: rgba(44, 168, 255, .7);
    color: #fff;
}

.pagination .page-item.active > .page-link,
.pagination .page-item.active > .page-link:focus,
.pagination .page-item.active > .page-link:hover {
    background-color: #888;
    border-color: #888;
    color: #fff;
}

.pagination .page-item.disabled > .page-link {
    opacity: .5;
    color: #fff;
}

.pagination .page-item.disabled  {
    cursor: no-drop;
}

.pagination.pagination-info .page-item.active > .page-link,
.pagination.pagination-info .page-item.active > .page-link:focus,
.pagination.pagination-info .page-item.active > .page-link:hover {
    background-color: #2CA8FF;
    border-color: #2CA8FF;
}

.pagination.pagination-success .page-item.active > .page-link,
.pagination.pagination-success .page-item.active > .page-link:focus,
.pagination.pagination-success .page-item.active > .page-link:hover {
    background-color: #18ce0f;
    border-color: #18ce0f;
}

.pagination.pagination-primary .page-item.active > .page-link,
.pagination.pagination-primary .page-item.active > .page-link:focus,
.pagination.pagination-primary .page-item.active > .page-link:hover {
    background-color: #00BCD4;
    border-color: #00BCD4;
}

.pagination.pagination-warning .page-item.active > .page-link,
.pagination.pagination-warning .page-item.active > .page-link:focus,
.pagination.pagination-warning .page-item.active > .page-link:hover {
    background-color: #FFB236;
    border-color: #FFB236;
}

.pagination.pagination-danger .page-item.active > .page-link,
.pagination.pagination-danger .page-item.active > .page-link:focus,
.pagination.pagination-danger .page-item.active > .page-link:hover {
    background-color: #FF3636;
    border-color: #FF3636;
}

.pagination.pagination-neutral .page-item > .page-link {
    color: #fff;
}

.pagination.pagination-neutral .page-item > .page-link:focus,
.pagination.pagination-neutral .page-item > .page-link:hover {
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
}

.pagination.pagination-neutral .page-item.active > .page-link,
.pagination.pagination-neutral .page-item.active > .page-link:focus,
.pagination.pagination-neutral .page-item.active > .page-link:hover {
    background-color: #fff;
    border-color: #fff;
    color: #f96332;
}

.alert {
    border: 0;
    border-radius: 0;
    color: #fff;
    padding-top: .9rem;
    padding-bottom: .9rem;
    position: relative;
}

.alert.alert-primary {
    background-color: rgba(126, 87, 194, .8);
}

.alert.alert-secondary {
    background-color: rgba(84, 110, 122, .8);
}

.alert.alert-success {
    background-color: rgba(24, 206, 15, .8);
}

.alert.alert-danger {
    background-color: rgba(255, 54, 54, .8);
}

.alert.alert-warning {
    background-color: rgba(255, 178, 54, .8);
}

.alert.alert-info {
    background-color: rgba(44, 168, 255, .8);
}

.alert .alert-icon {
    display: block;
    float: left;
    margin-right: 15px;
    margin-top: -1px;
}

.alert strong {
    text-transform: uppercase;
    font-size: 12px;
}

.alert i.fa,
.alert i.nucleo-icons {
    font-size: 20px;
}

.alert .close {
    color: #fff;
    opacity: .9;
    text-shadow: none;
    line-height: 0;
    outline: 0;
    cursor: pointer;
}

@media screen and (max-width: 580px) {
    .alert button.close {
        position: absolute;
        left: 11px;
        top: 50%;
        width: 30px;
        transform: translateY(-50%);
    }
}

.modal-content {
    border-radius: .1875rem;
    border: none;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .5);
}

.modal-content .modal-header {
    border-bottom: none;
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 0;
    padding-left: 24px;
}

.modal-content .modal-header button {
    position: absolute;
    right: 9px;
    top: 7px;
    outline: 0;
}

.modal-content .modal-header .title {
    margin-top: 5px;
    margin-bottom: 0;
}

.modal-content .modal-body {
    padding-top: 24px;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    line-height: 1.9;
}

.modal-content .modal-footer {
    border-top: none;
    padding-right: 24px;
    padding-bottom: 16px;
    padding-left: 24px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.modal-content .modal-footer button {
    margin: 0;
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
}

.modal-content .modal-footer button.pull-left {
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
    left: -5px;
}

.modal-content .modal-body + .modal-footer {
    padding-top: 0;
}

.modal-backdrop {
    background: rgba(0, 0, 0, .3);
}

.modal.modal-mini p {
    text-align: center;
}

.modal.modal-mini .modal-dialog {
    max-width: 255px;
    margin: 0 auto;
}

.modal.modal-mini .modal-profile {
    width: 70px;
    height: 70px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 5.9;
    box-shadow: 0 5px 50px 0 rgba(0, 0, 0, .3);
}

.modal.modal-mini .modal-profile i {
    color: #f96332;
    font-size: 21px;
}

.modal.modal-mini .modal-profile[class*="modal-profile-"] i {
    color: #fff;
}

.modal.modal-mini .modal-profile.modal-profile-primary {
    background-color: #f96332;
}

.modal.modal-mini .modal-profile.modal-profile-danger {
    background-color: #FF3636;
}

.modal.modal-mini .modal-profile.modal-profile-warning {
    background-color: #FFB236;
}

.modal.modal-mini .modal-profile.modal-profile-success {
    background-color: #18ce0f;
}

.modal.modal-mini .modal-profile.modal-profile-info {
    background-color: #2CA8FF;
}

.modal.modal-mini .modal-footer button {
    text-transform: uppercase;
}

.modal.modal-mini .modal-footer button:first-child {
    opacity: .5;
}

.modal.modal-default .modal-content {
    background-color: #fff;
    color: #2c2c2c;
}

.modal.modal-default .modal-header .close {
    color: #2c2c2c;
}

.modal.modal-primary .modal-content {
    background-color: #f96332;
    color: #fff;
}

.modal.modal-primary .modal-header .close {
    color: #fff;
}

.modal.modal-danger .modal-content {
    background-color: #FF3636;
    color: #fff;
}

.modal.modal-danger .modal-header .close {
    color: #fff;
}

.modal.modal-warning .modal-content {
    background-color: #FFB236;
    color: #fff;
}

.modal.modal-warning .modal-header .close {
    color: #fff;
}

.modal.modal-success .modal-content {
    background-color: #18ce0f;
    color: #fff;
}

.modal.modal-success .modal-header .close {
    color: #fff;
}

.modal.modal-info .modal-content {
    background-color: #2CA8FF;
    color: #fff;
}

.modal.modal-info .modal-header .close {
    color: #fff;
}

.modal.show.modal-mini .modal-dialog {
    -webkit-transform: translate(0, 30%);
    -o-transform: translate(0, 30%);
    transform: translate(0, 30%);
}

.modal .modal-header .close {
    color: #FF3636;
    text-shadow: none;
    cursor: pointer;
}

.modal .modal-header .close:hover,
.modal .modal-header .close:focus {
    opacity: 1;
}

.badge {
    padding: 5px 8px 4px;
    text-transform: uppercase;
    font-size: .7142em;
    line-height: 1.2;
    background-color: transparent;
    border: 1px solid;
    border-radius: .875rem;
    position: relative;
    top: -1px;
    margin-bottom: -1px;
}

.badge-icon {
    padding: .4em .55em;
}

.badge-icon i {
    font-size: .8em;
}

.badge-default {
    border-color: #888;
    color: #888;
}

.badge-primary {
    border-color: #f96332;
    color: #f96332;
}

.badge-info {
    border-color: #2CA8FF;
    color: #2CA8FF;
}

.badge-success {
    border-color: #18ce0f;
    color: #18ce0f;
}

.badge-warning {
    border-color: #FFB236;
    color: #FFB236;
}

.badge-danger {
    border-color: #FF3636;
    color: #FF3636;
}

.badge-secondary {
    border-color: #868e96;
    color: #868e96;
}

.progress-container {
    position: relative;
}

.progress-container + .progress-container,
.progress-container ~ .progress-container {
    margin-top: 15px;
}

.progress-container .progress-badge {
    color: #888;
    font-size: .8571em;
    text-transform: uppercase;
}

.progress-container .progress {
    height: 2px;
    border-radius: 0;
    box-shadow: none;
    background: rgba(222, 222, 222, .8);
    margin-top: 14px;
}

.progress-container .progress .progress-bar {
    box-shadow: none;
    background-color: #888;
}

.progress-container .progress .progress-value {
    position: absolute;
    top: 2px;
    right: 0;
    color: #888;
    font-size: .8571em;
}

.progress-container.progress-neutral .progress {
    background: rgba(255, 255, 255, .3);
}

.progress-container.progress-neutral .progress-bar {
    background: #fff;
}

.progress-container.progress-neutral .progress-value,
.progress-container.progress-neutral .progress-badge {
    color: #fff;
}

.progress-container.progress-primary .progress {
    background: rgba(249, 99, 50, .3);
}

.progress-container.progress-primary .progress-bar {
    background: #f96332;
}

.progress-container.progress-primary .progress-value,
.progress-container.progress-primary .progress-badge {
    color: #f96332;
}

.progress-container.progress-info .progress {
    background: rgba(44, 168, 255, .3);
}

.progress-container.progress-info .progress-bar {
    background: #2CA8FF;
}

.progress-container.progress-info .progress-value,
.progress-container.progress-info .progress-badge {
    color: #2CA8FF;
}

.progress-container.progress-success .progress {
    background: rgba(24, 206, 15, .3);
}

.progress-container.progress-success .progress-bar {
    background: #18ce0f;
}

.progress-container.progress-success .progress-value,
.progress-container.progress-success .progress-badge {
    color: #18ce0f;
}

.progress-container.progress-warning .progress {
    background: rgba(255, 178, 54, .3);
}

.progress-container.progress-warning .progress-bar {
    background: #FFB236;
}

.progress-container.progress-warning .progress-value,
.progress-container.progress-warning .progress-badge {
    color: #FFB236;
}

.progress-container.progress-danger .progress {
    background: rgba(255, 54, 54, .3);
}

.progress-container.progress-danger .progress-bar {
    background: #FF3636;
}

.progress-container.progress-danger .progress-value,
.progress-container.progress-danger .progress-badge {
    color: #FF3636;
}

.form-control {
    background-color: transparent;
    border: 1px solid #E3E3E3;
    border-radius: .2rem;
    color: #2c2c2c;
    line-height: normal;
    font-size: .8571em;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border: 1px solid #00BCD4;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    color: #2c2c2c;
}

.form-control:focus + .input-group-addon,
.form-control:focus ~ .input-group-addon {
    border: 1px solid #00BCD4;
    border-left: none;
    background-color: transparent;
}

.has-success .form-control,
.has-error .form-control,
.has-success .form-control:focus,
.has-error .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.has-success .form-control {
    border-color: #1be611;
}

.form-group.form-group-no-border .form-control:focus,
.form-group.form-group-no-border .form-control:active,
.form-group.form-group-no-border .form-control:active,
.form-group.form-group-no-border .form-control + .input-group-addon:focus,
.form-group.form-group-no-border .form-control + .input-group-addon:active,
.form-group.form-group-no-border .form-control + .input-group-addon:active,
.input-group.form-group-no-border .form-control:focus,
.input-group.form-group-no-border .form-control:active,
.input-group.form-group-no-border .form-control:active,
.input-group.form-group-no-border .form-control + .input-group-addon:focus,
.input-group.form-group-no-border .form-control + .input-group-addon:active,
.input-group.form-group-no-border .form-control + .input-group-addon:active {
    border: medium none;
    background-color: rgba(222, 222, 222, .5);
}

.form-group.form-group-no-border .form-control:focus + .input-group-addon,
.input-group.form-group-no-border .form-control:focus + .input-group-addon {
    background-color: rgba(222, 222, 222, .5);
}

.has-danger .form-control:focus + .input-group-addon {
    color: #FF3636;
}

.has-success .form-control:focus + .input-group-addon {
    color: #18ce0f;
}

.form-group .form-control, .input-group .form-control {
    padding: 8px 15px;
}

.form-group .form-control + .input-group-addon,
.input-group .form-control + .input-group-addon {
    padding: 8px 15px 8px 0;
}

.form-group .input-group-addon,
.input-group .input-group-addon {
    padding: 8px 0 8px 15px;
}

.form-group .input-group-addon + .form-control,
.form-group .input-group-addon ~ .form-control,
.input-group .input-group-addon + .form-control,
.input-group .input-group-addon ~ .form-control {
    padding: 8px 16px 9px 14px;
}

.input-group,
.form-group {
    margin-bottom: 10px;
}

.input-group[disabled] .input-group-addon {
    background-color: #E3E3E3;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-right: 0 none;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
    border-left: 0 none;
}

.has-success:after, .has-danger:after {
    font-family: 'Nucleo Outline';
    content: "\ea22";
    display: inline-block;
    position: absolute;
    right: 30px;
    bottom: 20px;
    color: #18ce0f;
    font-size: 11px;
}

.has-danger:after {
    content: "\ea53";
    color: #FF3636;
}

.has-success.form-group .form-control, .has-success.form-group.form-group-no-border .form-control, .has-danger.form-group .form-control, .has-danger.form-group.form-group-no-border .form-control {
    padding-right: 40px;
}

.has-danger .form-control {
    border-color: #ffcfcf;
    color: #FF3636;
    background-color: rgba(222, 222, 222, .1);
}

.input-group-addon {
    background-color: #fff;
    border: 1px solid #E3E3E3;
    border-radius: .2rem;
    color: #555555;
    padding: -0.5rem 0 -0.5rem -0.3rem;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -ms-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
}

.input-group-addon i {
    width: 14px;
}

.input-group-focus .input-group-addon {
    background-color: #fff;
    border-color: #00BCD4;
}

.switch {
    display: inline-block;
    font-size: 1rem;
}

.switch input:empty {
    margin-left: -999px;
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.switch input:empty ~ span {
    display: inline-block;
    position: relative;
    float: left;
    text-indent: 0;
    cursor: pointer;
    user-select: none;
    line-height: 30px;
    margin: 2px 0;
    height: 30px;
    width: 57px;
    border-radius: 15px;
}

.switch input:empty ~ span:before, .switch input:empty ~ span:after {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: ' ';
    transition: all 100ms ease-in;
    width: 54px;
    border-radius: 15px;
}

.switch input:empty ~ span:before {
    background-color: #ebedf2;
}

.switch input:checked ~ span:before {
    background-color: #ebedf2;
    box-shadow: 0 3px 20px 0 rgba(235, 237, 242, .41);
}

.switch input:empty ~ span:after {
    height: 24px;
    width: 24px;
    line-height: 26px;
    top: 3px;
    bottom: 3px;
    margin-left: 3px;
    font-size: .9em;
    text-align: center;
    vertical-align: middle;
}

.switch input:checked ~ span:after {
    margin-left: 26px;
}

.switch input:empty ~ span:after {
    color: #f7f8fa;
    background-color: #dfe2ea;
}

.switch input:checked ~ span:after {
    color: #fff;
    background-color: #888;
    box-shadow: 0 3px 20px 0 rgba(136, 136, 136, .41);
}

.switch-primary input:checked ~ span:after {
    background-color: #00BCD4;
    box-shadow: 0 3px 20px 0 rgba(126, 87, 194, .41);
}

.switch-success input:checked ~ span:after {
    background-color: #18ce0f;
    box-shadow: 0 3px 20px 0 rgba(24, 206, 15, .41);
}

.switch-danger input:checked ~ span:after {
    background-color: #FF3636;
    box-shadow: 0 3px 20px 0 rgba(255, 54, 54, .41);
}

.switch-info input:checked ~ span:after {
    background-color: #2CA8FF;
    box-shadow: 0 3px 20px 0 rgba(44, 168, 255, .41);
}

.switch-warning input:checked ~ span:after {
    background-color: #FFB236;
    box-shadow: 0 3px 20px 0 rgba(255, 178, 54, .41);
}

.switch input:checked ~ span:after {
    font-family: "Nucleo Outline";
    text-decoration: inherit;
    text-rendering: optimizeLegibility;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    content: "\ea22";
}

.ui-datepicker td, .ui-datepicker th {
    padding: 2px;
    text-align: center;
    cursor: pointer;
}

.ui-widget-content {
    border: 0;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .2);
    border-radius: .125rem;
    font-size: 13px;
    width: 260px;
    z-index: 99 !important;
}

.ui-datepicker td {
    border: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    transition: all .3s ease 0s;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 2.2;
    border-radius: 50%;
    font-weight: 300;
    font-size: 13px;
    border: none;
    z-index: -1;
    position: relative;
    cursor: pointer;
    color: grey;
}

.ui-datepicker-today .ui-state-default {
    background-color: #00BCD4;
    color: #FFF;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    background-color: #2196F3;
    color: #FFF;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .2);
}

.ui-datepicker th {
    border: 0;
    width: 2em;
    color: #00BCD4;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .5em 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-title {
    color: #00BCD4;
    line-height: 2.8em;
}

.ui-widget-content:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-top: 0;
    position: absolute;
    left: 7px;
    top: -6px;
}

.ui-datepicker table {
    margin: 0 0 1.4em;
}

.ui-datepicker .ui-datepicker-next, .ui-datepicker .ui-datepicker-prev {
    position: absolute;
    top: 7px;
    width: 35px;
    height: 35px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    line-height: 2.8;
}

.ui-state-default:hover, .ui-widget-content .ui-state-default:hover {
    background-color: rgba(0, 0, 0, .06);
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid #E3E3E3;
    border-radius: .2rem;
    color: #2c2c2c;
    line-height: normal;
    font-size: .8571em;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out, background-color .3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 3.5px 15px;
    height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none;
}

.select2-selection__arrow:after {
    content: "\F107";
    border: 0;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 9px;
    right: 3px;
    width: auto;
    height: auto;
    -webkit-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

.select2-container--open .select2-selection__arrow:after {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e3e3e3;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: rgba(126, 87, 194, .8);
}

.dd {
    position: relative;
    display: block;
    margin: 1rem auto;
    padding: 0;
    max-width: 480px;
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}

.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.dd-list .dd-list {
    padding-right: 30px;
}

.dd-collapsed .dd-list {
    display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}

.dd-handle {
    display: block;
    margin: 5px 0;
    padding: 10px 10px;
    text-decoration: none;
    border: 1px solid #ebebeb;
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.dd-handle:hover {
    background: #fff;
}

.dd-item > button {
    display: block;
    position: relative;
    cursor: pointer;
    float: right;
    width: 25px;
    height: 30px;
    margin: 5px 0;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: transparent;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
}

.dd-item > button:before {
    content: '+';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
}

.dd-item > button[data-action="collapse"]:before {
    content: '-';
}

.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #e5e5e5;
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}

.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, .1);
}

.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

@media only screen and (min-width: 700px) {

    .dd + .dd {
        margin-right: 2%;
    }

}

.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}

.dd-dragel > .dd-item > .dd-content {
    margin: 0;
}

.dd-handle:hover {
    background: #f7f7f7;
}

.dd-item .btn-inline {
    float: left;
    position: relative;
    z-index: 9999;
    margin: -35px 0 0 10px;
}

.dd-item .btn-inline .btn {
    padding: 0;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #333;
    font-size: 12px;
}

.dd-item .btn-inline .btn-danger {
    color: #F44336;
}

.dd-item .btn-inline form {
    margin: auto;
}