﻿/*@import "custom-variables.less";
@import "bootstrap/mixins.less";
@import "select2.less";
@import "reset.less";
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,500);
/// <reference path="custom-variables.less" />
/// <reference path="mixins.less" />



.page-gecond {

    .navbar-default {
        background: #fff;
        border-bottom: 1px solid #E8E8E8;
        min-height: 40px;
        border: 0;
        border-radius: 0;
        transition: transform .3s ease-in-out,margin .3s ease-in-out;
        z-index: 2;

        a {
            color: @theme-color;
        }

        .company-logo {
            text-align: center;
            text-indent: 9px;
            padding: 9px 0;

            img {
                max-height: 22px;
                transition: transform .3s ease-in-out,margin .3s ease-in-out;
            }
        }

        .hamb {
            display: none;
            margin-left: 10px;

            a {
                line-height: 40px;
                padding: 9px;
                cursor: pointer;
            }
        }

        .condolist {
            display: inline-block;
            margin: 5px 30px;
            min-width: 240px;

            select {
                height: 30px;
                width: auto !important;
            }

            .select2-container--default {


                .select2-selection {
                    background: #fff;
                    border-color: #EFEFEF;
                    color: @clientarea-maincolor;
                    height: 30px;
                }

                .select2-selection--single .select2-selection__rendered {
                    line-height: 29px;
                    color: @clientarea-maincolor;
                }

                .select2-selection--single .select2-selection__arrow {
                    height: 29px;
                }

                .select2-selection--single .select2-selection__arrow b {
                    border-color: @clientarea-maincolor transparent transparent transparent;
                }

                &.select2-container--open .select2-selection--single .select2-selection__arrow b {
                    border-color: transparent transparent @clientarea-maincolor transparent;
                }
            }

            .select2-container--disabled {

                .select2-selection {
                    background: transparent;
                    border-color: transparent;
                }

                .select2-selection--single .select2-selection__arrow b {
                    border-color: transparent transparent transparent transparent;
                }

                &.select2-container--open .select2-selection--single .select2-selection__arrow b {
                    border-color: transparent transparent transparent transparent;
                }
            }
        }

        .logout {
            margin-right: 10px;

            a {
                padding: 9px;
                line-height: 40px;
            }
        }
    }

    &.sidebar-collapsed {

        .main-sidebar {
            width: 60px;
            transition-delay: 300ms;


            .user-actions {
                text-align: center;
            }

            .user-panel {
                opacity: 0;
                position: absolute;
                top: -9999px;
            }

            .menu-header {
                .hamb {
                    float: none;
                    text-align: center;

                    a {
                        display: block;
                        height: 42px;
                        line-height: 30px;
                    }
                }

                p {
                    opacity: 0;
                }
            }


            a span {
                opacity: 0;
                vertical-align: middle;
            }

            .submenu {
                li a {
                    padding: 10px 5px 10px 10px;

                    i {
                        text-align: center;
                    }
                }
            }
        }

        .content-wrapper {
            margin-left: 60px;
            transition-delay: 300ms;
        }
    }

    &.sidebar-hidden {

        &.sidebar-collapsed-back {
            .main-sidebar {
                display: block;
                width: 230px;
                transition-delay: 300ms;
            }

            .content-wrapper {
                position: relative;
                left: 230px;
            }
        }

        .navbar-default {
            .hamb {
                display: block;
            }

            .condolist {
                margin: 5px 0;
            }
        }

        .main-sidebar {
            display: none;
            width: 0;
            transition-delay: 300ms;
        }

        .content-wrapper {
            margin-left: 0;
            transition-delay: 0;
        }
    }

    .main-sidebar {
        position: absolute;
        height: 100%;
        top: 0;
        padding-top: 40px;
        left: 0;
        min-height: 100%;
        width: 230px;
        z-index: 4;
        -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
        -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
        -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
        transition: transform .3s ease-in-out,width .3s ease-in-out;
        background-color: @clientarea-maincolor;
        z-index: 1;


        .menu-header {
            padding: 5px 18px;
            font-size: 15px;
            font-weight: 300;
            color: #76838f;
            height: 30px;
            overflow: hidden;

            .hamb {
                float: left;

                a {
                    cursor: pointer;
                    padding: 0 5px;
                }
            }

            p {
                white-space: nowrap;
                transition: opacity 200ms ease;
                transition-delay: 300ms;
            }
        }

        ul {
            list-style: none;
            margin: 0;
            padding: 0;

            li {
                position: relative;
                overflow: hidden;
                float: left;
                width: 100%;

                a {
                    background-color: transparent;
                    color: rgba(163,175,183,.9);
                    display: block;
                    padding: 14px 22px;
                    text-decoration: none;
                    -moz-transition: all 200ms ease;
                    -o-transition: all 200ms ease;
                    -webkit-transition: all 200ms ease;
                    transition: all 200ms ease;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    height: 50px;

                    &:hover {
                        background: lighten(@clientarea-maincolor, 5%);
                        color: rgba(163,175,183,1);
                    }

                    &.submenu-indicator-minus {
                        color: #fff;
                        background: #1e282c;
                        border-left: 2px solid @theme-color;

                        > .submenu-indicator {
                            -moz-transform: rotate(180deg);
                            -ms-transform: rotate(180deg);
                            -o-transform: rotate(180deg);
                            -webkit-transform: rotate(180deg);
                            transform: rotate(180deg);
                        }
                    }

                    .submenu-indicator {
                        -moz-transition: "transform .3s linear";
                        -o-transition: "transform .3s linear";
                        -webkit-transition: "transform .3s linear";
                        transition: "transform .3s linear";
                        float: right;
                        font-size: 20px;
                        line-height: 19px;
                        position: absolute;
                        right: 22px;


                        i {
                            width: auto;
                        }
                    }

                    span {
                        transition: opacity 200ms ease;
                        transition-delay: 300ms;
                    }

                    i {
                        display: inline-block;
                        font-size: 16px;
                        line-height: 18px;
                        text-align: left;
                        width: 34px;
                    }
                }

                &.active > a, a.active {
                    background: darken(@clientarea-maincolor, 5%);
                    color: #fff;
                    border-left: 2px solid @theme-color;
                }
            }

            .submenu {
                display: none;
                position: static;
                width: 100%;

                li {
                    a {
                        padding: 10px 5px 10px 15px;
                        background: #2c3b41;
                        border-left: solid 1px transparent;
                        border-top: none;
                        float: left;
                        font-size: 11px;
                        position: relative;
                        width: 100%;
                        height: 38px;

                        &.active {
                            background: lighten(#2c3b41, 5%);
                            border-color: @theme-color;
                        }
                    }

                    &:hover > a {
                        background: lighten(#2c3b41, 5%);
                    }
                }
            }
        }
    }

    .content-wrapper {
        -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
        -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
        -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
        transition: transform .3s ease-in-out,margin .3s ease-in-out;
        margin-left: 230px;
        z-index: 820;
        background: #F1F4F5;

        .panel-wrap {

            [class*=col-] {
                padding-right: 30px;
                padding-left: 30px;
            }

            & > .row {
                padding-right: 30px;
                padding-left: 30px;

                &.commands {
                    padding: 0;
                }
            }
        }

        .page-header {
            padding: 30px 30px;
            margin-top: 0;
            margin-bottom: 0;
            background: 0 0;
            position: relative;
            border-bottom: none;

            &.banner {
                padding: 100px 0;
                margin: 0 30px 20px;
                visibility: inherit;
                background-color: rgba(0,0,0,0);
                background-position: 50% 0;
                background-size: cover !important;
                background-repeat: no-repeat;
                opacity: 1;
                border-bottom-right-radius: 4px;
                border-bottom-left-radius: 4px;

                h1, h2, h3, h4 {
                    color: #fff;
                    text-transform: uppercase;
                    font-weight: bold;
                    margin-bottom: 0;
                }

                h2 {
                    font-size: 2em;
                    margin: 0;
                }

                h3 {
                    margin-top: 10px;
                }

                .condname {
                    position: absolute;
                    bottom: 0px;
                    background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
                    border-top-right-radius: 4px;
                    border-bottom-left-radius: 4px;
                    color: #fff;

                    p {
                        margin: 0;
                        padding: 5px;
                    }
                }
            }

            .page-title {
                font-size: 26px;
                margin-top: 0;
                margin-bottom: 0;
            }

            .breadcrumb {
                padding: 0;
                margin: 0;
                border-radius: 3px;
                background: transparent;

                & > li {
                    display: inline-block;

                    a {
                        color: @theme-color;
                    }

                    + li:before {
                        content: "\f3d3";
                        padding: 0 7px 0 3px;
                        color: #ccc;
                        font-family: "Ionicons";
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale;
                    }
                }

                & > .active {
                    color: #76838f;
                }
            }

            .page-header-actions {
                position: absolute;
                right: 30px;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                -moz-transform: translateY(-50%);
                transform: translateY(-50%);
                margin: auto;

                .btn-icon {
                    margin-left: 6px;
                }
            }
        }

        .page-content {
            padding: 30px 30px;
            padding-top: 0;
            position: relative;
            overflow: hidden;


            .panel {
                position: relative;
                margin-bottom: 30px;
                border-width: 0;


                & > .nav-tabs-vertical .nav-tabs {
                    margin-left: -1px;
                }

                & > .nav-tabs-vertical .nav-tabs > li > a {
                    border-left: none;
                    border-radius: 0;
                }

                & > .nav-tabs-vertical .nav-tabs.nav-tabs-reverse {
                    margin-right: -1px;
                }

                & > .nav-tabs-vertical .nav-tabs.nav-tabs-reverse > li > a {
                    border-right: none;
                    border-radius: 0;
                }

                &:hover .panel-actions .show-on-hover {
                    display: inline-block;
                }

                & .panel-actions .show-on-hover {
                    display: none;
                }

                .panel.is-fullscreen {
                    position: fixed;
                    top: 0;
                    bottom: 0;
                    left: 0;
                    z-index: 9999;
                    width: 100%;
                    margin-bottom: 0;
                    border-radius: 0;
                }

                .panel.is-fullscreen .panel-loading {
                    border-radius: 0;
                }

                .panel.is-fullscreen .panel-actions [data-toggle=collapse] {
                    display: none;
                }

                .panel.is-fullscreen .panel-body {
                    max-height: 100%;
                    overflow: auto;
                }

                .panel.is-close {
                    display: none;
                }

                .panel.is-collapse .panel-body {
                    display: none;
                    height: 0;
                }

                & > .alert {
                    padding-right: 30px;
                    padding-left: 30px;
                }

                & > .alert-dismissible {
                    padding-right: 50px;
                }

                @media screen and (max-width: 480px) {
                    & > .alert {
                        padding-right: 20px;
                        padding-left: 20px;
                    }

                    & > .alert-dismissible {
                        padding-right: 40px;
                    }
                }

                & > .table-responsive > .table > tbody > tr > td:first-child, & > .table-responsive > .table > tbody > tr > th:first-child, & > .table-responsive > .table > tfoot > tr > td:first-child, & > .table-responsive > .table > tfoot > tr > th:first-child, & > .table-responsive > .table > thead > tr > td:first-child, & > .table-responsive > .table > thead > tr > th:first-child, & > .table-responsive > .table > tr > td:first-child, & > .table-responsive > .table > tr > th:first-child, & > .table > tbody > tr > td:first-child, & > .table > tbody > tr > th:first-child, & > .table > tfoot > tr > td:first-child, & > .table > tfoot > tr > th:first-child, & > .table > thead > tr > td:first-child, & > .table > thead > tr > th:first-child, & > .table > tr > td:first-child, & > .table > tr > th:first-child {
                    padding-left: 30px;
                }

                @media screen and (max-width: 480px) {
                    & > .table-responsive > .table > tbody > tr > td:first-child, & > .table-responsive > .table > tbody > tr > th:first-child, & > .table-responsive > .table > tfoot > tr > td:first-child, & > .table-responsive > .table > tfoot > tr > th:first-child, & > .table-responsive > .table > thead > tr > td:first-child, & > .table-responsive > .table > thead > tr > th:first-child, & > .table-responsive > .table > tr > td:first-child, & > .table-responsive > .table > tr > th:first-child, & > .table > tbody > tr > td:first-child, & > .table > tbody > tr > th:first-child, & > .table > tfoot > tr > td:first-child, & > .table > tfoot > tr > th:first-child, & > .table > thead > tr > td:first-child, & > .table > thead > tr > th:first-child, & > .table > tr > td:first-child, & > .table > tr > th:first-child {
                        padding-left: 20px;
                    }
                }

                & > .table-responsive > .table > tbody > tr > td:last-child, & > .table-responsive > .table > tbody > tr > th:last-child, & > .table-responsive > .table > tfoot > tr > td:last-child, & > .table-responsive > .table > tfoot > tr > th:last-child, & > .table-responsive > .table > thead > tr > td:last-child, & > .table-responsive > .table > thead > tr > th:last-child, & > .table-responsive > .table > tr > td:last-child, & > .table-responsive > .table > tr > th:last-child, & > .table > tbody > tr > td:last-child, & > .table > tbody > tr > th:last-child, & > .table > tfoot > tr > td:last-child, & > .table > tfoot > tr > th:last-child, & > .table > thead > tr > td:last-child, & > .table > thead > tr > th:last-child, & > .table > tr > td:last-child, & > .table > tr > th:last-child {
                    padding-right: 30px;
                }

                @media screen and (max-width: 480px) {
                    & > .table-responsive > .table > tbody > tr > td:last-child, & > .table-responsive > .table > tbody > tr > th:last-child, & > .table-responsive > .table > tfoot > tr > td:last-child, & > .table-responsive > .table > tfoot > tr > th:last-child, & > .table-responsive > .table > thead > tr > td:last-child, & > .table-responsive > .table > thead > tr > th:last-child, & > .table-responsive > .table > tr > td:last-child, & > .table-responsive > .table > tr > th:last-child, & > .table > tbody > tr > td:last-child, & > .table > tbody > tr > th:last-child, & > .table > tfoot > tr > td:last-child, & > .table > tfoot > tr > th:last-child, & > .table > thead > tr > td:last-child, & > .table > thead > tr > th:last-child, & > .table > tr > td:last-child, & > .table > tr > th:last-child {
                        padding-right: 20px;
                    }
                }

                & > .table > tbody:first-child > tr:first-child td, & > .table > tbody:first-child > tr:first-child th {
                    border-top: 1px solid #e4eaec;
                }

                & > .list-group > .list-group-item {
                    padding-right: 30px;
                    padding-left: 30px;
                }

                @media screen and (max-width: 480px) {
                    & > .list-group > .list-group-item {
                        padding-right: 20px;
                        padding-left: 20px;
                    }
                }
            }

            .panel-content {

                .panel-title {
                    padding-left: 0;
                    font-size: 14px;
                    text-transform: uppercase;
                }

                & > .row {
                    padding-right: 30px;
                    padding-left: 30px;
                }
            }

            .panel-heading {
                position: relative;
                padding: 0;
                border-bottom: 1px solid transparent;

                & + .alert {
                    border-radius: 0;
                }

                & > .nav-tabs {
                    border-bottom: none;
                }

                & + .nav-tabs {
                    margin-top: -10px;
                }

                & + .panel-body {
                    padding-top: 0;
                }
            }

            .panel-body {
                position: relative;

                & > :last-child {
                    margin-bottom: 0;
                }

                & > .list-group-dividered:only-child > .list-group-item:last-child {
                    border-bottom-color: transparent;
                }
            }

            .panel-footer {
                border-top: 1px solid transparent;
            }

            .table + .panel-footer {
                padding-top: 15px;
                border-color: #e4eaec;
            }

            .panel-title {
                display: block;
                padding-top: 20px;
                padding-bottom: 20px;
                font-size: 14px;
                color: #37474f;
                text-transform: uppercase;


                & > .icon {
                    margin-right: 10px;
                }

                & > .label {
                    margin-left: 10px;
                }

                small {
                    color: #76838f;
                }
            }

            .panel-desc {
                display: block;
                padding: 5px 0 0;
                margin: 0;
                font-size: 14px;
                color: #76838f;
            }

            .panel-actions {
                position: absolute;
                top: 50%;
                right: 30px;
                z-index: 1;
                margin: auto;
                -webkit-transform: translate(0,-50%);
                -ms-transform: translate(0,-50%);
                -o-transform: translate(0,-50%);
                -moz-transform: translate(0,-50%);
                transform: translate(0,-50%);

                a {
                    color: inherit;
                }

                .dropdown {
                    display: inline-block;
                }

                .dropdown-toggle {
                    display: inline-block;
                }

                .panel-action {
                    display: inline-block;
                    padding: 8px 10px;
                    color: #a3afb7;
                    text-decoration: none;
                    cursor: pointer;
                    background-color: transparent;

                    &:hover {
                        color: #526069;
                    }

                    &:active {
                        color: #526069;
                    }

                    &:focus {
                        outline: 0;
                    }
                }

                .progress {
                    width: 100px;
                    margin: 0;
                }

                .pagination {
                    margin: 0;
                }
            }

            ul.panel-actions {
                list-style: none;

                & > li {
                    display: inline-block;
                    margin-left: 8px;

                    &:first-child {
                        margin-left: 0;
                    }
                }
            }

            .panel-toolbar {
                padding: 5px 15px;
                margin: 0;
                background-color: transparent;
                border-top: 1px solid #e4eaec;
                border-bottom: 1px solid #e4eaec;

                & .btn {
                    padding: 5px 10px;
                    color: #a3afb7;
                }

                & .btn.icon {
                    width: 1em;
                    text-align: center;
                }

                & .btn.active, & .btn:active, & .btn:hover {
                    color: #76838f;
                }
            }

            .panel-loading {
                position: absolute;
                top: 0;
                left: 0;
                z-index: 6;
                display: none;
                width: 100%;
                height: 100%;
                border-radius: 4px;
                opacity: .6;

                .loader {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%,-50%);
                    -ms-transform: translate(-50%,-50%);
                    -o-transform: translate(-50%,-50%);
                    -moz-transform: translate(-50%,-50%);
                    transform: translate(-50%,-50%);
                }
            }

            .panel-footer-chart {
                padding: 0;
            }

            .panel-control {
                padding: 0;
                border: none;
                border-radius: 0;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

            .content {
                padding: 20px;

                label {
                    display: block;
                    height: 18px;
                }

                .input-daterange {
                    label {
                        display: table-caption;
                    }
                }

                .btn-command {
                    padding: 0;
                    text-align: left;
                    margin-bottom: 10px;

                    i {
                        display: inline-block;
                        height: 35px;
                        padding: 7px;
                        font-size: 2em;
                        text-align: left;
                        border-right: 1px solid rgba(0, 0, 0, 0.2);
                    }

                    span {
                        position: relative;
                        top: -3px;
                        left: 10px;
                    }
                }


                textarea {
                    height: 75px;
                }
            }
        }
    }
}*/
/* #region 1) GENERAL */
/** {
        margin: 0;
    }

    html, body {
        -webkit-font-smoothing: antialiased;
        height: 100%;
        text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
        font-family: @font-family;
        font-size: 14px;
        line-height: 1.57142857;
        font-weight: 300;
        color: #76838f;
        background-color: @clientarea-maincolor;
    }

    .list-group-item {
        border: 0;
    }*/
/* #region 1.1) Buttons */
/*.btn {
        padding: 6px 15px;
        font-size: 14px;
        line-height: 1.57142857;
        border-radius: 3px;
        -webkit-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
        -o-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
        -moz-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
        transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
        -webkit-font-smoothing: subpixel-antialiased;


        &.active:focus, &:active:focus, &:focus {
            outline: 0;
        }

        &.active, &:active {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        & .icon {
            width: 1em;
            margin: -1px 3px 0;
            line-height: inherit;
            text-align: center;
        }

        &.btn-primary {
            color: #fff;
            background-color: @theme-color;
            border-color: @theme-color;

            &:hover {
                color: #fff;
                background-color: lighten(@theme-color, 5%);
                border-color: lighten(@theme-color, 5%);
            }

            &:active {
                color: #fff;
                background-color: lighten(@theme-color, 5%);
                border-color: lighten(@theme-color, 5%);
            }
        }

        &.btn-lg {
            padding: 10px 18px;
            font-size: 18px;
            line-height: 1.3333333;
            border-radius: 4px;
        }

        &.btn-sm {
            padding: 6px 13px;
            font-size: 12px;
            line-height: 1.5;
            border-radius: 2px;
        }

        &.btn-xs {
            padding: 1px 5px;
            font-size: 12px;
            line-height: 1.5;
            border-radius: 2px;
        }
    }

    .btn-block {
        white-space: normal;
    }

    .btn-outline {

        &.btn-default {
            color: #76838f;
            background-color: transparent;
        }

        &.btn-default.active, &.btn-default:active, &.btn-default:focus, &.btn-default:hover, .open > .dropdown-toggle&.btn-default {
            color: #76838f;
            background-color: rgba(118,131,143,.1);
            border-color: #e4eaec;
        }

        &.btn-default.active .badge, &.btn-default:active .badge, &.btn-default:focus .badge, &.btn-default:hover .badge, .open > .dropdown-toggle&.btn-default .badge {
            color: #76838f;
            background-color: #76838f;
        }

        &.btn-primary {
            color: lighten(@theme-color, 5%);
            background-color: transparent;
        }

        &.btn-primary.active, &.btn-primary:active, &.btn-primary:focus, &.btn-primary:hover, .open > .dropdown-toggle&.btn-primary {
            color: #fff;
            background-color: lighten(@theme-color, 10%);
            border-color: lighten(@theme-color, 10%);
        }

        &.btn-primary.active .badge, &.btn-primary:active .badge, &.btn-primary:focus .badge, &.btn-primary:hover .badge, .open > .dropdown-toggle&.btn-primary .badge {
            color: #62a8ea;
            background-color: #fff;
        }

        &.btn-success {
            color: #46be8a;
            background-color: transparent;
        }

        &.btn-success.active, &.btn-success:active, &.btn-success:focus, &.btn-success:hover, .open > .dropdown-toggle&.btn-success {
            color: #fff;
            background-color: #46be8a;
            border-color: #46be8a;
        }

        &.btn-success.active .badge, &.btn-success:active .badge, &.btn-success:focus .badge, &.btn-success:hover .badge, .open > .dropdown-toggle&.btn-success .badge {
            color: #46be8a;
            background-color: #fff;
        }

        &.btn-info {
            color: #57c7d4;
            background-color: transparent;
        }

        &.btn-info.active, &.btn-info:active, &.btn-info:focus, &.btn-info:hover, .open > .dropdown-toggle&.btn-info {
            color: #fff;
            background-color: #57c7d4;
            border-color: #57c7d4;
        }

        &.btn-info.active .badge, &.btn-info:active .badge, &.btn-info:focus .badge, &.btn-info:hover .badge, .open > .dropdown-toggle&.btn-info .badge {
            color: #57c7d4;
            background-color: #fff;
        }

        &.btn-warning {
            color: #f2a654;
            background-color: transparent;
        }

        &.btn-warning.active, &.btn-warning:active, &.btn-warning:focus, &.btn-warning:hover, .open > .dropdown-toggle&.btn-warning {
            color: #fff;
            background-color: #f2a654;
            border-color: #f2a654;
        }

        &.btn-warning.active .badge, &.btn-warning:active .badge, &.btn-warning:focus .badge, &.btn-warning:hover .badge, .open > .dropdown-toggle&.btn-warning .badge {
            color: #f2a654;
            background-color: #fff;
        }

        &.btn-danger {
            color: #f96868;
            background-color: transparent;
        }

        &.btn-danger.active, &.btn-danger:active, &.btn-danger:focus, &.btn-danger:hover, .open > .dropdown-toggle&.btn-danger {
            color: #fff;
            background-color: #f96868;
            border-color: #f96868;
        }

        &.btn-danger.active .badge, &.btn-danger:active .badge, &.btn-danger:focus .badge, &.btn-danger:hover .badge, .open > .dropdown-toggle&.btn-danger .badge {
            color: #f96868;
            background-color: #fff;
        }

        &.btn-dark {
            color: #526069;
            background-color: transparent;
        }

        &.btn-dark.active, &.btn-dark:active, &.btn-dark:focus, &.btn-dark:hover, .open > .dropdown-toggle&.btn-dark {
            color: #fff;
            background-color: #526069;
            border-color: #526069;
        }

        &.btn-dark.active .badge, &.btn-dark:active .badge, &.btn-dark:focus .badge, &.btn-dark:hover .badge, .open > .dropdown-toggle&.btn-dark .badge {
            color: #526069;
            background-color: #fff;
        }

        &.btn-inverse {
            color: #fff;
            background-color: transparent;
        }

        &.btn-inverse.active, &.btn-inverse:active, &.btn-inverse:focus, &.btn-inverse:hover, .open > .dropdown-toggle&.btn-inverse {
            color: #76838f;
            background-color: #fff;
            border-color: #fff;
        }

        &.btn-inverse.active .badge, &.btn-inverse:active .badge, &.btn-inverse:focus .badge, &.btn-inverse:hover .badge, .open > .dropdown-toggle&.btn-inverse .badge {
            color: #fff;
            background-color: #76838f;
        }
    }

    .btn-round {
        border-radius: 100% !important;
    }

    .btn-icon {
        &, .btn.icon {
            padding: 10px;
            line-height: 1em;
        }

        &.btn-xs, .btn.icon.btn-xs {
            padding: 4px;
            font-size: 12px;
        }

        &.btn-sm, .btn.icon.btn-sm {
            padding: 8px 9px;
            font-size: 14px;
        }

        &.btn-lg, .btn.icon.btn-lg {
            padding: 12px;
            font-size: 20px;
        }

        &.disabled, .btn.icon.disabled {
            color: #a3afb7;
        }

        & .icon {
            margin: -1px 0 0;
        }
    }*/
/* #endregion*/
/* #region 1.2) Typography */
/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        text-shadow: rgba(0,0,0,.15) 0 0 1px;
        font-weight: 400;
        line-height: 1.2;
        color: #37474f;
    }

    a {
        color: #62a8ea;
        text-decoration: none;

        &:focus, &:hover {
            color: lighten(#62a8ea, 5%);
            text-decoration: underline;
        }

        &.dropdown-toggle {
            text-decoration: none;
        }
    }

    .text-lefti {
        text-align: left !important;
    }*/
/* #endregion*/
/* #region 1.3) Inputs */
/*.form-control {
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: -webkit-box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
        -o-transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
        -moz-transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
        transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;

        &:not(select) {
            -webkit-appearance: none;
        }

        &[disabled], &[readonly] {
            background-color: #f3f7f9;
            cursor: not-allowed;
            opacity: 1;
        }

        &:focus {
            border-color: @theme-color;
            outline: 0;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
        }
    }

    textarea.form-control {
        resize: none;
        height: 100px;
    }

    .has-warning {

        .form-control {
            border-color: @color-warning !important;
        }

        .input-group-addon {
            background: @color-warning !important;
            border-color: @color-warning !important;
            color: #fff;
        }

        .select2-container .select2-selection--single {
            border-color: @color-warning !important;
        }
    }

    .has-error {
        .form-control {
            border-color: @color-error !important;
        }

        .input-group-addon {
            background: @color-error !important;
            border-color: @color-error !important;
            color: #fff;
        }

        .select2-container .select2-selection--single {
            border-color: @color-error !important;
        }
    }

    .has-success {
        .form-control {
            border-color: @color-success !important;
        }

        .input-group-addon {
            background: @color-success !important;
            border-color: @color-success !important;
            color: #fff;
        }

        .select2-container .select2-selection--single {
            border-color: @color-success !important;
        }
    }*/
/* #endregion*/
/* #region 1.4) Widgets */
/*.info-box {
        position: relative;
        display: block;
        min-height: 90px;
        background: #fff;
        width: 100%;
        box-shadow: 0 1px 1px rgba(0,0,0,0.1);
        border-radius: 2px;
        margin-bottom: 15px;

        small {
            font-size: 14px;
        }


        &.bg-blue {
            background: #4686F1;
            color: #fff;
        }

        &.bg-orange {
            background: #FF9800;
            color: #fff;
        }

        &.bg-green {
            background: #388E3C;
            color: #fff;
        }

        &.bg-green-light {
            background: #16a085;
            color: #fff;

            &:hover {
                background: darken(#16a085, 5%);
            }
        }

        .info-box-icon {
            font-size: 60px;
            position: absolute;
            opacity: .1;
            right: 0;
            bottom: 0;
            line-height: 1;
            color: #000;
            margin: 15px 10px 0;
        }


        .info-box-content {
            padding: 20px;

            .info-box-number {
                display: block;
                font-size: 30px;
            }

            .info-box-text {
                display: block;
                font-size: 14px;
                white-space: nowrap;
                overflow: hidden;
                -ms-text-overflow: ellipsis;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                text-transform: uppercase;
            }
        }
    }

    .avatar {
        position: relative;
        display: inline-block;
        width: 40px;
        white-space: nowrap;
        border-radius: 1000px;
        vertical-align: bottom;

        img {
            width: 100%;
            max-width: 100%;
            height: auto;
            border: 0 none;
            border-radius: 1000px;
        }

        i {
            font-size: 40px;
            color: @theme-color;
        }
    }*/
/* #endregion*/
/* #region 1.5) Paddings */
/*.paddingv-10 {
        padding: 0 10px !important;
    }

    .paddingv-15 {
        padding: 0 15px !important;
    }

    .paddingv-20 {
        padding: 0 20px !important;
    }

    .paddingv-30 {
        padding: 0 30px !important;
    }

    .paddingv-40 {
        padding: 0 40px !important;
    }

    .paddingv-50 {
        padding: 0 50px !important;
    }

    .paddingv-60 {
        padding: 0 60px !important;
    }

    .paddingv-70 {
        padding: 0 70px !important;
    }

    .paddingv-80 {
        padding: 0 80px !important;
    }

    .paddingv-90 {
        padding: 0 90px !important;
    }

    .paddingv-100 {
        padding: 0 100px !important;
    }*/
/* #endregion*/
/* #region 1.6) Checkbox */
/*[type="checkbox"] {*/
/* Remove default checkbox */
/*&:not(:checked), &:checked {
            position: absolute;
            left: -9999px;
            visibility: hidden;
        }*/
/* checkbox aspect */
/*& + label {
            position: relative;
            cursor: pointer;
            font-size: 1rem;
            padding-left: 20px;
            -webkit-user-select: none;*/
/* webkit (safari, chrome) browsers */
/*-moz-user-select: none;*/
/* mozilla browsers */
/*-khtml-user-select: none;*/
/* webkit (konqueror) browsers */
/*-ms-user-select: none;
            user-select: none;*/
/* IE10+ */
/*}

        & + label:before {
            content: '';
            position: absolute;
            top: 2px;
            left: 0;
            width: 18px;
            height: 18px;
            z-index: 0;
            border: 2px solid #5a5a5a;
            border-radius: 1px;
            margin-top: 2px;
            -webkit-transition: 0.2s;
            -moz-transition: 0.2s;
            -o-transition: 0.2s;
            -ms-transition: 0.2s;
            transition: 0.2s;
        }

        &:not(:checked):disabled + label:before {
            border: none;
            background-color: rgba(0, 0, 0, 0.26);
        }

        &:checked + label:before {
            top: 2px;
            left: 1px;
            width: 6px;
            height: 11px;
            border-top: 2px solid transparent;
            border-left: 2px solid transparent;
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
            -webkit-transform: rotateZ(40deg);
            -moz-transform: rotateZ(40deg);
            -ms-transform: rotateZ(40deg);
            -o-transform: rotateZ(40deg);
            transform: rotateZ(40deg);
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transform-origin: 100% 100%;
            -moz-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            -o-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

        &:checked:disabled + label:before {
            border-right: 2px solid rgba(0, 0, 0, 0.26);
            border-bottom: 2px solid rgba(0, 0, 0, 0.26);
        }


        & + label:after {
            border-radius: 2px;
        }

        & + label:before, & + label:after {
            content: '';
            left: 0;
            position: absolute;*/
/* .1s delay is for check animation */
/*-moz-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
            -o-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
            -webkit-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
            transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
            z-index: 1;
        }

        &:not(:checked) + label:before {
            width: 0;
            height: 0;
            border: 3px solid transparent;
            left: 10px;
            top: 10px;
            -webkit-transform: rotateZ(40deg);
            -moz-transform: rotateZ(40deg);
            -ms-transform: rotateZ(40deg);
            -o-transform: rotateZ(40deg);
            transform: rotateZ(40deg);
            -webkit-transform-origin: 100% 100%;
            -moz-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            -o-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }

        &:not(:checked) + label:after {
            height: 16px;
            width: 16px;
            background-color: transparent;
            border: 2px solid #5a5a5a;
            top: 2px;
            z-index: 0;
        }

        &:checked + label:after {
            width: 16px;
            height: 16px;
            border: 2px solid @theme-color;
            background-color: @theme-color;
            top: 2px;
            z-index: 0;
        }

        &:disabled:not(:checked) + label:before {
            background-color: transparent;
            border: 2px solid transparent;
        }

        &:disabled:not(:checked) + label:after {
            border-color: transparent;
            background-color: #BDBDBD;
        }

        &:disabled:checked + label:before {
            background-color: transparent;
        }

        &:disabled:checked + label:after {
            background-color: #BDBDBD;
            border-color: #BDBDBD;
        }
    }*/
/* #endregion*/
/* #region 1.7) Tooltip */
/*.tooltip {
    .tooltip-inner {
        background: rgba(0,0,0,0.8);
        border-radius: 0;
    }

    .tooltip-arrow {
        border-right-color: rgba(0,0,0,0.8);
    }
}*/
/* #endregion*/
/* #endregion*/
/* #region 2) PLUGINS */
/* #region 2.1) Datepicker */
/*.datepicker {
        border-radius: @datepicker-border-radius;

        &-inline {
            width: 220px;
        }

        direction: ltr;

        &&-rtl {
            direction: rtl;

            table tr td span {
                float: right;
            }
        }

        &-dropdown {
            top: 0;
            left: 0;
            padding: 4px;

            &:before {
                content: '';
                display: inline-block;
                border-left: 7px solid transparent;
                border-right: 7px solid transparent;
                border-bottom: 7px solid @datepicker-dropdown-border;
                border-top: 0;
                border-bottom-color: rgba(0,0,0,.2);
                position: absolute;
            }

            &:after {
                content: '';
                display: inline-block;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-bottom: 6px solid @dropdown-bg;
                border-top: 0;
                position: absolute;
            }

            &.datepicker-orient-left:before {
                left: 6px;
            }

            &.datepicker-orient-left:after {
                left: 7px;
            }

            &.datepicker-orient-right:before {
                right: 6px;
            }

            &.datepicker-orient-right:after {
                right: 7px;
            }

            &.datepicker-orient-bottom:before {
                top: -7px;
            }

            &.datepicker-orient-bottom:after {
                top: -6px;
            }

            &.datepicker-orient-top:before {
                bottom: -7px;
                border-bottom: 0;
                border-top: 7px solid @datepicker-dropdown-border;
            }

            &.datepicker-orient-top:after {
                bottom: -6px;
                border-bottom: 0;
                border-top: 6px solid @datepicker-dropdown-bg;
            }
        }

        > div {
            display: none;
        }

        table {
            margin: 0;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            -khtml-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;

            tr {
                td, th {
                    text-align: center;
                    width: 30px;
                    height: 30px;
                    border-radius: 1px;
                    border: none;
                }
            }
        }
        // Inline display inside a table presents some problems with
        // border and background colors.
        .table-striped & table tr {
            td, th {
                background-color: transparent;
            }
        }

        table tr td {
            &.old,
            &.new {
                color: @datepicker-disabled-color;
            }

            &.day:hover,
            &.focused {
                background: @datepicker-gray-lighter;
                cursor: pointer;
            }

            &.disabled,
            &.disabled:hover {
                background: none;
                color: @datepicker-disabled-color;
                cursor: default;
            }

            &.highlighted {
                .button-variant(#000, @datepicker-highlighted-bg, darken(@datepicker-highlighted-bg, 20%));
                border-radius: 0;

                &.focused {
                    background: darken(@datepicker-highlighted-bg, 10%);
                }

                &.disabled,
                &.disabled:active {
                    background: @datepicker-highlighted-bg;
                    color: @datepicker-disabled-color;
                }
            }

            &.today {
                .button-variant(#000, @datepicker-today-bg, darken(@datepicker-today-bg, 20%));

                &.focused {
                    background: darken(@datepicker-today-bg, 10%);
                }

                &.disabled,
                &.disabled:active {
                    background: @datepicker-today-bg;
                    color: @datepicker-disabled-color;
                }
            }

            &.range {
                color: #000;
                background-color: lighten(@range-startend-bg, 10%);
                border-color: darken(@range-startend-bg, 5%);
                border-radius: 0;

                &.focused, &:hover {
                    background: lighten(@range-startend-bg, 8%);
                }

                &.disabled,
                &.disabled:active {
                    background: @datepicker-range-bg;
                    color: @datepicker-disabled-color;
                }
            }

            &.range.highlighted {
                .button-variant(#000, @range-highlighted-bg, darken(@range-highlighted-bg, 20%));

                &.focused {
                    background: darken(@range-highlighted-bg, 10%);
                }

                &.disabled,
                &.disabled:active {
                    background: @range-highlighted-bg;
                    color: @datepicker-disabled-color;
                }
            }

            &.range.today {
                .button-variant(#000, @range-today-bg, darken(@range-today-bg, 20%));

                &.disabled,
                &.disabled:active {
                    background: @range-today-bg;
                    color: @datepicker-disabled-color;
                }
            }

            &.selected,
            &.selected.highlighted {
                color: @range-startend-color;
                background-color: @range-startend-bg;
                border-color: darken(@range-startend-bg, 5%);
                text-shadow: 0 -1px 0 rgba(0,0,0,.25);

                &:hover {
                    color: @range-startend-color;
                    background-color: darken(@range-startend-bg,5%);
                    border-color: darken(@range-startend-bg, 10%);
                    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
                }
            }

            &.active,
            &.active.highlighted {
                color: @range-startend-color;
                background-color: @range-startend-bg;
                border-color: darken(@range-startend-bg, 5%);
                text-shadow: 0 -1px 0 rgba(0,0,0,.25);
            }

            span {
                display: block;
                width: 23%;
                height: 54px;
                line-height: 54px;
                float: left;
                margin: 1%;
                cursor: pointer;
                border-radius: 4px;

                &:hover {
                    background: @datepicker-gray-lighter;
                }

                &.disabled,
                &.disabled:hover {
                    background: none;
                    color: @datepicker-disabled-color;
                    cursor: default;
                }

                &.active,
                &.active:hover,
                &.active.disabled,
                &.active.disabled:hover {
                    color: @range-startend-color;
                    background-color: @range-startend-bg;
                    border-color: darken(@range-startend-bg, 5%);
                    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
                }

                &.old,
                &.new {
                    color: @datepicker-disabled-color;
                }
            }
        }

        .datepicker-switch {
            width: 145px;
        }

        .datepicker-switch,
        .prev,
        .next,
        tfoot tr th {
            cursor: pointer;

            &:hover {
                background: @datepicker-gray-lighter;
            }
        }
        // Basic styling for calendar-week cells
        .cw {
            font-size: 10px;
            width: 12px;
            padding: 0 2px 0 5px;
            vertical-align: middle;
        }
    }

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

    .input-daterange {
        width: 100%;

        input {
            text-align: center;
        }

        input:first-child {
            border-radius: 3px 0 0 3px;
        }

        input:last-child {
            border-radius: 0 3px 3px 0;
        }

        .input-group-addon {
            width: auto;
            min-width: 16px;
            padding: 4px 5px;
            font-weight: normal;
            line-height: 1.42857143;
            text-align: center;
            text-shadow: 0 1px 0 #fff;
            vertical-align: middle;
            background-color: #eeeeee;
            border: solid #CCCCCC;
            border-width: 1px 0;
            margin-left: -5px;
            margin-right: -5px;
        }
    }*/
/* #endregion*/
/* #region 2.2) DATATABLES */
/*table.dataTable {
        width: 100%;
        margin: 0 auto;
        clear: both;
        border-collapse: separate;
        border-spacing: 0;*/
/*
   * Header and footer styles
   */
/*
   * Body styles
   */
/*thead {

            th:active, td:active {
                outline: none;
            }

            th {
                padding: 10px 18px;
                border-bottom: 1px solid #bbb;
                position: relative;
                font-weight: 500;
                font-size: 13px;
                color: #333;

                &.headergroup {
                    border-bottom: 1px solid #F1F1F1;
                }
            }

            td {
                padding: 10px 18px;
                border-bottom: 1px solid #BBBBBB;
            }

            .sorting, .sorting_asc, .sorting_desc {
                cursor: pointer;
                *cursor: hand;
            }


            .sorting:after, .sorting:before,
            .sorting_asc:after,
            .sorting_desc:after {
                margin-top: 5px;
                font-size: 9px;
                position: absolute;
                top: 12px;
                right: 8px;
                display: block;
                font-family: "Ionicons";
                text-rendering: auto;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }

            .sorting:after {
                content: "\f126";
                margin-top: 0;
            }

            .sorting:before {
                content: "\f123";
                margin-top: 6px;
            }

            .sorting_asc:after {
                content: "\f126";
            }

            .sorting_desc:after {
                content: "\f123";
            }
        }

        tbody {
            tr {
                background-color: #ffffff;

                &.selected {
                    background-color: #f3f7f9;
                }
            }

            th, td {
                padding: 8px 10px;
            }
        }

        tfoot {
            th, td {
                padding: 10px 10px 6px 18px;
                border-top: 1px solid #BBBBBB;
                font-weight: 400;
                color: #333;
            }
        }



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

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

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

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

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

        &.stripe tbody tr.odd, &.display tbody tr.odd {
        }

        &.stripe tbody tr.odd.selected, &.display tbody tr.odd.selected {
        }

        &.hover tbody tr:hover, &.display tbody tr:hover {
            background-color: #f3f7f9;
        }

        &.hover tbody tr:hover.selected, &.display tbody tr:hover.selected {
            background-color: darken(#f3f7f9, 5%);
        }

        &.order-column tbody tr > .sorting_1,
        &.order-column tbody tr > .sorting_2,
        &.order-column tbody tr > .sorting_3, &.display tbody tr > .sorting_1,
        &.display tbody tr > .sorting_2,
        &.display tbody tr > .sorting_3 {
            background-color: #fafafa;
        }

        &.order-column tbody tr.selected > .sorting_1,
        &.order-column tbody tr.selected > .sorting_2,
        &.order-column tbody tr.selected > .sorting_3, &.display tbody tr.selected > .sorting_1,
        &.display tbody tr.selected > .sorting_2,
        &.display tbody tr.selected > .sorting_3 {
            background-color: #DDE9EF;
        }

        &.display tbody tr.odd > .sorting_1, &.order-column.stripe tbody tr.odd > .sorting_1 {
        }

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

        &.display tbody tr.odd > .sorting_3, &.order-column.stripe tbody tr.odd > .sorting_3 {
            background-color: whitesmoke;
        }

        &.display tbody tr.odd.selected > .sorting_1, &.order-column.stripe tbody tr.odd.selected > .sorting_1 {
            background-color: #DDE9EF;
        }

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

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

        &.display tbody tr.even > .sorting_1, &.order-column.stripe tbody tr.even > .sorting_1 {
            background-color: #fafafa;
        }

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

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

        &.display tbody tr.even.selected > .sorting_1, &.order-column.stripe tbody tr.even.selected > .sorting_1 {
            background-color: #DDE9EF;
        }

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

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

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

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

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

        &.display tbody tr:hover.selected > .sorting_1, &.order-column.hover tbody tr:hover.selected > .sorting_1 {
            background-color: darken(#DDE9EF, 5%);
        }

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

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

        &.no-footer {
            border-bottom: 1px solid #BBBBBB;
        }

        &.nowrap th, &.nowrap td {
            white-space: nowrap;
        }

        &.compact thead th,
        &.compact thead td {
            padding: 4px 17px 4px 4px;
        }

        &.compact tfoot th,
        &.compact tfoot td {
            padding: 4px;
        }

        &.compact tbody th,
        &.compact tbody td {
            padding: 4px;
        }

        & th.dt-left,
        & td.dt-left {
            text-align: left;
        }

        & th.dt-center,
        & td.dt-center,
        & td.dataTables_empty {
            text-align: center;
        }

        & th.dt-right,
        & td.dt-right {
            text-align: right;
        }

        & th.dt-justify,
        & td.dt-justify {
            text-align: justify;
        }

        & th.dt-nowrap,
        & td.dt-nowrap {
            white-space: nowrap;
        }

        & thead th.dt-head-left,
        & thead td.dt-head-left,
        & tfoot th.dt-head-left,
        & tfoot td.dt-head-left {
            text-align: left;
        }

        & thead th.dt-head-center,
        & thead td.dt-head-center,
        & tfoot th.dt-head-center,
        & tfoot td.dt-head-center {
            text-align: center;
        }

        & thead th.dt-head-right,
        & thead td.dt-head-right,
        & tfoot th.dt-head-right,
        & tfoot td.dt-head-right {
            text-align: right;
        }

        & thead th.dt-head-justify,
        & thead td.dt-head-justify,
        & tfoot th.dt-head-justify,
        & tfoot td.dt-head-justify {
            text-align: justify;
        }

        & thead th.dt-head-nowrap,
        & thead td.dt-head-nowrap,
        & tfoot th.dt-head-nowrap,
        & tfoot td.dt-head-nowrap {
            white-space: nowrap;
        }

        & tbody th.dt-body-left,
        & tbody td.dt-body-left {
            text-align: left;
        }

        & tbody th.dt-body-center,
        & tbody td.dt-body-center {
            text-align: center;
        }

        & tbody th.dt-body-right,
        & tbody td.dt-body-right {
            text-align: right;
        }

        & tbody th.dt-body-justify,
        & tbody td.dt-body-justify {
            text-align: justify;
        }

        & tbody th.dt-body-nowrap,
        & tbody td.dt-body-nowrap {
            white-space: nowrap;
        }

        &,
        & th,
        & td {
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;

            &.boright {
                border-right: 1px solid #bbb;
            }
        }
    }

    .table-toolbar {
        position: absolute;
        z-index: 2;

        .buttonwrapper {
            padding-right: 10px !important;
            padding-left: 0 !important;
            margin-bottom: 10px;

            a{
                width:100%;

            }

        }
    }

    @media screen and (max-width: 867px) {

        .table-toolbar {
            position: relative;
            z-index: 2;

            .buttonwrapper {
                margin-right: 0;

                
                span{
                    display:none;
                }

            }
        }
    }

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

        & [class*=col-] {
            padding-right: 15px !important;
            padding-left: 15px !important;
        }

        & .dataTables_length {
            float: left;
        }

        & .dataTables_filter {
            float: right;
            text-align: right;

            input {
                margin-left: 0.5em;
            }
        }

        & .dataTables_info {
            clear: both;
            float: left;
            padding-top: 0.755em;
        }

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

            .paginate_button {

                &:first-child a {
                    border-right: 0;
                }

                &:last-child a {
                    border-left: 0;
                }

                a {
                    margin: 0;
                    transition: background .2s ease-out,border-color .2s ease-out,color .2s ease-out;

                    &:hover, &:active {
                        color: lighten(@theme-color, 5%);
                        background-color: #f3f7f9;
                        border-color: #e4eaec;
                    }
                }

                &.active, &.active:hover {
                    a {
                        background-color: @theme-color;
                        border-color: @theme-color;
                        color: #fff;
                    }
                }
            }

            .disabled, .disabled:hover, .disabled:active {
                a, a:hover {
                    color: #666 !important;
                    border-color: #ddd;
                    box-shadow: none;
                }
            }

            .ellipsis {
                padding: 0 1em;
            }
        }

        & .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: white;
            background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
            background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
            background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
            background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
            background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
            background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
        }

        & .dataTables_scroll {
            clear: both;

            div.dataTables_scrollBody {
                *margin-top: -1px;
                -webkit-overflow-scrolling: touch;

                th, td {
                    vertical-align: middle;

                    > div.dataTables_sizing {
                        height: 0;
                        overflow: hidden;
                        margin: 0 !important;
                        padding: 0 !important;
                    }
                }
            }
        }

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

            div.dataTables_scrollHead table,
            div.dataTables_scrollBody table {
                border-bottom: none;
            }
        }

        & .dataTables_length, & .dataTables_filter, & .dataTables_info, & .dataTables_processing,
        & .dataTables_paginate {
            color: #333;
        }

        &: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: 0.5em;
        }
    }

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

        .dataTables_wrapper .dataTables_filter {
            margin-top: 0.5em;
        }
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
    table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
        cursor: default !important;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
        display: none !important;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
    table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
        position: relative;
        padding-left: 30px;
        cursor: pointer;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
        top: 10px;
        left: 6px;
        height: 16px;
        width: 16px;
        display: block;
        position: absolute;
        color: white;
        border-radius: 16px;
        box-sizing: content-box;
        text-align: center;
        line-height: 16px;
        content: '+';
        background-color: #2cc36b;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
    table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
        content: '-';
        background-color: #d33333;
    }

    table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
        display: none;
    }

    table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
    table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
        padding-left: 27px;
    }

    table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
    table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
        top: 5px;
        left: 4px;
        height: 14px;
        width: 14px;
        border-radius: 14px;
        line-height: 14px;
        text-indent: 3px;
    }

    table.dataTable.dtr-column > tbody > tr > td.control,
    table.dataTable.dtr-column > tbody > tr > th.control {
        position: relative;
        cursor: pointer;
    }

    table.dataTable.dtr-column > tbody > tr > td.control:before,
    table.dataTable.dtr-column > tbody > tr > th.control:before {
        top: 50%;
        left: 50%;
        height: 16px;
        width: 16px;
        margin-top: -10px;
        margin-left: -10px;
        display: block;
        position: absolute;
        color: white;
        border: 2px solid white;
        border-radius: 16px;
        box-shadow: 0 0 3px #444;
        box-sizing: content-box;
        font-family: 'Courier New', Courier, monospace;
        text-indent: 4px;
        line-height: 16px;
        content: '+';
        background-color: #31b131;
    }

    table.dataTable.dtr-column > tbody > tr.parent td.control:before,
    table.dataTable.dtr-column > tbody > tr.parent th.control:before {
        content: '-';
        background-color: #d33333;
    }

    table.dataTable > tbody > tr.child {
        padding: 0.5em 1em;
    }

    table.dataTable > tbody > tr.child:hover {
        background: transparent !important;
    }

    table.dataTable > tbody > tr.child ul {
        display: inline-block;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    table.dataTable > tbody > tr.child ul li {
        border-bottom: 1px solid #efefef;
        padding: 0.5em 0;
    }

    table.dataTable > tbody > tr.child ul li:first-child {
        padding-top: 0;
    }

    table.dataTable > tbody > tr.child ul li:last-child {
        border-bottom: none;
    }
    
    table.dataTable > tbody > tr.child span.dtr-title {
        display: inline-block;
        min-width: 75px;
        font-weight: bold;
    }
    table.dataTable > tbody > tr.child span.dtr-data {
        white-space: normal;
    }

    div.dtr-modal {
        position: fixed;
        box-sizing: border-box;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 100;
        padding: 10em 1em;
    }

    div.dtr-modal div.dtr-modal-display {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 50%;
        overflow: auto;
        margin: auto;
        z-index: 102;
        overflow: auto;
        background-color: #f5f5f7;
        border: 1px solid black;
        border-radius: 0.5em;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
    }

    div.dtr-modal div.dtr-modal-content {
        position: relative;
        padding: 1em;
    }

    div.dtr-modal div.dtr-modal-close {
        position: absolute;
        top: 6px;
        right: 6px;
        width: 22px;
        height: 22px;
        border: 1px solid #eaeaea;
        background-color: #f9f9f9;
        text-align: center;
        border-radius: 3px;
        cursor: pointer;
        z-index: 12;
    }

    div.dtr-modal div.dtr-modal-close:hover {
        background-color: #eaeaea;
    }

    div.dtr-modal div.dtr-modal-background {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 101;
        background: rgba(0, 0, 0, 0.6);
    }

    @media screen and (max-width: 767px) {
        div.dtr-modal div.dtr-modal-display {
            width: 95%;
        }
    }*/
/* #endregion*/
/* #region 2.3) Select2*/
/*.select2-container--default .select2-selection {
        border-color: #CCCCCC;
        font-family: Roboto,sans-serif;
        border-radius: 3px;
    }

    .select2-container--default .select2-dropdown {
        margin-top: -1px;
        overflow-x: hidden;
        -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
        box-shadow: 0 6px 12px rgba(0,0,0,.175);
    }*/
/* #endregion*/
/* #region 2.4) Notifications */
/*.alert-minimalist {
        background-color: rgba(244, 244, 244, 0.9);
        border-color: rgba(149, 149, 149, 0.3);
        border-radius: 3px;
        color: rgb(149, 149, 149);
        padding: 10px;
        -moz-animation-duration: 600ms;
        -o-animation-duration: 600ms;
        -webkit-animation-duration: 600ms;
        animation-duration: 600ms;
        box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
        -moz-transition: all 150ms ease-in-out !important;
        -o-transition: all 150ms ease-in-out !important;
        -webkit-transition: all 150ms ease-in-out !important;
        transition: all 150ms ease-in-out !important;
        z-index: 91111!important;

        &:hover {
            background-color: rgba(244, 244, 244, 1);
        }

        & > [data-notify="title"] {
            color: rgb(51, 51, 51);
            display: block;
            font-weight: bold;
            margin-bottom: 5px;
        }

        & > [data-notify="message"] {
            font-size: 80%;
        }

        & > i {
            height: 50px;
            margin-right: 12px;
            font-size: 2.5em;

            &:before {
                display: inline-block;
                font-family: "Ionicons";
                speak: none;
                font-style: normal;
                font-weight: normal;
                font-variant: normal;
                text-transform: none;
                text-rendering: auto;
                line-height: 37px;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
            }
        }

        &.info {
            & > i {
                color: @color-info;

                &:before {
                    content: "\f44d";
                }
            }
        }

        &.success {
            & > i {
                color: @color-success;

                &:before {
                    content: "\f3ff";
                }
            }
        }

        &.warning {
            & > i {
                color: @color-warning;

                &:before {
                    content: "\f35b";
                }
            }
        }

        &.error {
            & > i {
                color: @color-error;

                &:before {
                    content: "\f406";
                }
            }
        }

        .progress {
            height: 2px;
            margin: 0;
            position: absolute;
            bottom: 0.5px;
            left: 0px;
            width: 100%;
            border-radius: 15px;
        }

        .progress-bar {
            background-color: @theme-color;
            border-radius: 15px;
        }
    }*/
/* #endregion*/
/* #region 2.5) Ladda */
/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */
/*.ladda-button {
        position: relative;*/
/* Spinner animation */
/*.ladda-spinner {
            position: absolute;
            z-index: 2;
            display: inline-block;
            width: 32px;
            height: 32px;
            top: 50%;
            margin-top: 0;
            opacity: 0;
            pointer-events: none;
        }*/
/* Button label */
/*.ladda-label {
            position: relative;
            z-index: 3;
        }*/
/* Progress bar */
/*.ladda-progress {
            position: absolute;
            width: 0;
            height: 100%;
            left: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.2);
            visibility: hidden;
            opacity: 0;
            -webkit-transition: 0.1s linear all !important;
            -moz-transition: 0.1s linear all !important;
            -ms-transition: 0.1s linear all !important;
            -o-transition: 0.1s linear all !important;
            transition: 0.1s linear all !important;
        }

        &[data-loading] {
            background: @theme-color;
        }

        &[data-loading] .ladda-progress {
            opacity: 1;
            visibility: visible;
        }*/
/* EASING */
/*& .ladda-spinner, & .ladda-label {
            -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) transform !important;
            -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) transform !important;
            -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) transform !important;
            -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) transform !important;
            transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) transform !important;
        }*/
/*SLIDE LEFT */
/*&[data-style=slide-left] {
            overflow: hidden;
        }

        &[data-style=slide-left] .ladda-label {
            position: relative;
        }

        &[data-style=slide-left] .ladda-spinner {
            left: 100%;
            margin-left: 0;
        }

        &[data-style=slide-left][data-loading] .ladda-label {
            opacity: 0;
            left: -100%;
        }

        &[data-style=slide-left][data-loading] .ladda-spinner {
            opacity: 1;
            left: 50%;
        }
    }*/
/* #endregion*/
/* #region 2.6) Alertify */
/*.alertify {
        -webkit-transition: all .33s cubic-bezier(.25,.8,.25,1);
        background-color: rgba(0,0,0,.3);
        bottom: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        -moz-transition: all .33s cubic-bezier(.25,.8,.25,1);
        -o-transition: all .33s cubic-bezier(.25,.8,.25,1);
        transition: all .33s cubic-bezier(.25,.8,.25,1);
        width: 100%;
        z-index: 99999;

        * {
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
        }

        .btn {
            margin-left: 10px;
        }

        .dialog {
            -ms-transform: translateY(-50%);
            -webkit-transform: none !important;
            -webkit-transform: translateY(-50%);
            -moz-animation-duration: 600ms !important;
            -o-animation-duration: 600ms !important;
            -webkit-animation-duration: 600ms !important;
            animation-duration: 600ms !important;
            margin: 0 auto;
            padding: 12px;
            position: relative;
            top: 0;
            -moz-transform: none !important;
            -o-transform: none !important;
            transform: none !important;
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 100%;

            .msg {
                margin: 0;
                padding: 12px;
                text-align: left;
            }

            input {
                &:not(.form-control) {
                    font-size: 100%;
                    margin-bottom: 15px;
                    padding: 12px;
                    width: 100%;

                    focus {
                        outline-offset: -2px;
                    }
                }
            }

            nav {
                text-align: right;

                button {
                    &:not(.btn) {
                        not(.pure-button) {
                            not(.md-button) {
                                not(.mdl-button) {
                                    -ms-flex-align: center;
                                    -webkit-align-items: center;
                                    -webkit-box-align: center;
                                    align-items: center;
                                    background: 0 0;
                                    border-radius: 2px;
                                    border: 0;
                                    -moz-box-sizing: border-box;
                                    -webkit-box-sizing: border-box;
                                    box-sizing: border-box;
                                    color: rgba(0,0,0,.87);
                                    cursor: pointer;
                                    display: inline-block;
                                    font-size: 14px;
                                    line-height: 36px;
                                    margin: 6px 8px;
                                    min-height: 36px;
                                    min-width: 88px;
                                    outline: 0;
                                    padding: 0 6px;
                                    position: relative;
                                    text-align: center;
                                    text-decoration: none;
                                    text-transform: uppercase;
                                    white-space: nowrap;

                                    active {
                                        background-color: rgba(0,0,0,.05);
                                    }

                                    hover {
                                        background-color: rgba(0,0,0,.05);
                                    }

                                    focus {
                                        border: 1px dashed rgba(0,0,0,.1);
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }

        .alert {
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            margin: 0 auto;
            position: relative;
            top: 50%;
            -moz-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 100%;

            .msg {
                margin: 0;
                padding: 12px;
                text-align: left;
            }

            input {
                &:not(.form-control) {
                    font-size: 100%;
                    margin-bottom: 15px;
                    padding: 12px;
                    width: 100%;

                    focus {
                        outline-offset: -2px;
                    }
                }
            }

            nav {
                text-align: right;

                button {
                    &:not(.btn) {
                        not(.pure-button) {
                            not(.md-button) {
                                not(.mdl-button) {
                                    -ms-flex-align: center;
                                    -webkit-align-items: center;
                                    -webkit-box-align: center;
                                    align-items: center;
                                    background: 0 0;
                                    border-radius: 2px;
                                    border: 0;
                                    -moz-box-sizing: border-box;
                                    -webkit-box-sizing: border-box;
                                    box-sizing: border-box;
                                    color: rgba(0,0,0,.87);
                                    cursor: pointer;
                                    display: inline-block;
                                    font-size: 14px;
                                    line-height: 36px;
                                    margin: 6px 8px;
                                    min-height: 36px;
                                    min-width: 88px;
                                    outline: 0;
                                    padding: 0 6px;
                                    position: relative;
                                    text-align: center;
                                    text-decoration: none;
                                    text-transform: uppercase;
                                    white-space: nowrap;

                                    active {
                                        background-color: rgba(0,0,0,.05);
                                    }

                                    hover {
                                        background-color: rgba(0,0,0,.05);
                                    }

                                    focus {
                                        border: 1px dashed rgba(0,0,0,.1);
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }

        .alert > * {
            background: #ffffff;
            box-shadow: 0 2px 4px -1px rgba(0,0,0,.14),0 4px 5px 0 rgba(0,0,0,.098),0 1px 10px 0 rgba(0,0,0,.084);
            margin: 0 auto;
            max-width: 95%;
            padding: 12px;
            text-align: center;
            width: 400px;
        }

        .dialog > * {
            background: #ffffff;
            box-shadow: 0 2px 4px -1px rgba(0,0,0,.14),0 4px 5px 0 rgba(0,0,0,.098),0 1px 10px 0 rgba(0,0,0,.084);
            margin: 0 auto;
            max-width: 95%;
            padding: 12px;
            text-align: center;
            width: 400px;
            border-radius: 3px;
        }
    }*/
/* #endregion*/
/* #region 2.7) Modals */
/*.md-modal {
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 20px;
        margin-left: auto;
        margin-right: auto;
        max-width: 630px;
        min-width: 320px;
        height: auto;
        z-index: 3;

        &.fadeOutUp {
            -webkit-animation-duration: 600ms;
            -moz-animation-duration: 600ms;
            -o-animation-duration: 600ms;
            animation-duration: 600ms;
        }
    }

    .md-show {
        visibility: visible;
    }

    .md-overlay {
        position: fixed;
        width: 100%;
        height: 100%;
        visibility: hidden;
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        background: rgba(0,0,0,0.3);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

    .md-show ~ .md-overlay {
        opacity: 1;
        visibility: visible;
    }

    .md-show {
        display: block;
    }*/
/* Content styles */
/*.md-wrapper {
        color: #333;
        position: relative;
        border-radius: 3px;
        margin: 0 auto;
        background: #ffffff;
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
        -webkit-filter: blur(0);
        filter: blur(0);


        h3 {
            margin: 0;
            padding: 0.4em;
            text-align: center;
            font-size: 2.4em;
            font-weight: 300;
            opacity: 0.8;
            background: rgba(0,0,0,0.1);
            border-radius: 3px 3px 0 0;
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
        }

        h1, h2, h3, h4, p, i, a, input, select {
            -webkit-transform: translateZ(0);
            -moz-transform: translateZ(0);
            -ms-transform: translateZ(0);
            -o-transform: translateZ(0);
            transform: translateZ(0);
        }

        & > div {
            padding: 15px 40px 30px;
            margin: 0;
            font-weight: 300;
            font-size: 1.15em;

            p {
                margin: 0;
                padding: 10px 0;
                -webkit-transform: translateZ(0);
                -moz-transform: translateZ(0);
                -ms-transform: translateZ(0);
                -o-transform: translateZ(0);
                transform: translateZ(0);
            }

            ul {
                margin: 0;
                padding: 0 0 30px 20px;

                li {
                    padding: 5px 0;
                }
            }
        }

        .modal-header {
            padding: 15px 40px 10px;
            border: 0;

            h4 {
                display: inline-block;
            }

            .closebtn {
                float: right;
                font-size: 1.8em;
                padding: 0;
                cursor: pointer;
                background: 0 0;
                border: 0;
                position: relative;
                top: -2px;
            }
        }
    }*/
/* #endregion*/
/* #region 2.8) Filetree */
/*.filetree {
        border: 1px solid #E8E8E8;
        border-radius: 3px;
    }

    UL.fancytree-container {
        font-size: 15px;
        line-height: 15px;
        padding: 0 !important;
        margin: 0;
        height: 400px;
        overflow-x: hidden;
        overflow-y: auto;

        LI {
            list-style: none;
            padding: 0 !important;
            margin: 0;
            white-space: nowrap;
            // Core Icons
            &:first-child {
                .fancytree-title {
                    border-top-left-radius: 3px;
                    border-top-right-radius: 3px;
                }
            }

            &:last-child {
                .fancytree-title {
                    border-bottom-right-radius: 3px;
                    border-bottom-left-radius: 3px;
                }
            }
        }

        .fancytree-checkbox {
            position: relative;
            float: left;
            top: 10px;
            left: 10px;
            cursor: pointer;
            font-size: 1rem;
            padding: 10px 20px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -khtml-user-select: none;
            -ms-user-select: none;
            user-select: none;
            z-index: 1;

            &:before {
                content: '';
                position: absolute;
                top: 2px;
                left: 0;
                width: 18px;
                height: 18px;
                z-index: 0;
                border: 2px solid #5a5a5a;
                border-radius: 1px;
                margin-top: 2px;
                -webkit-transition: 0.2s;
                -moz-transition: 0.2s;
                -o-transition: 0.2s;
                transition: 0.2s;
                width: 0;
                height: 0;
                border: 3px solid transparent;
                left: 10px;
                top: 10px;
                -webkit-transform: rotateZ(40deg);
                -moz-transform: rotateZ(40deg);
                -ms-transform: rotateZ(40deg);
                -o-transform: rotateZ(40deg);
                transform: rotateZ(40deg);
                -webkit-transform-origin: 100% 100%;
                -moz-transform-origin: 100% 100%;
                -ms-transform-origin: 100% 100%;
                -o-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
            }

            &:after {
                border-radius: 2px;
                height: 16px;
                width: 16px;
                background-color: transparent;
                border: 2px solid #5a5a5a;
                top: 2px;
                z-index: 0;
            }

            &:before, &:after {
                content: '';
                left: 0;
                position: absolute;*/
/* .1s delay is for check animation */
/*-moz-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
                -o-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
                -webkit-transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
                transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
                z-index: 1;
            }
        }

        .fancytree-unselectable {
            .fancytree-checkbox:before, .fancytree-checkbox:after {
                border-color: transparent;
                background-color: #BDBDBD;
            }
        }

        .fancytree-selected {

            > .fancytree-title {
                background: @theme-color;
                color: #fff;

                &:hover {
                    background: @theme-color;
                    color: #fff;
                }

                &:before {
                    color: #fff !important;
                }
            }

            .fancytree-checkbox:before {
                top: 2px;
                left: 1px;
                width: 6px;
                height: 11px;
                border-top: 2px solid transparent;
                border-left: 2px solid transparent;
                border-right: 2px solid #fff;
                border-bottom: 2px solid #fff;
                -webkit-transform: rotateZ(40deg);
                -moz-transform: rotateZ(40deg);
                -ms-transform: rotateZ(40deg);
                -o-transform: rotateZ(40deg);
                transform: rotateZ(40deg);
                -webkit-backface-visibility: hidden;
                -moz-backface-visibility: hidden;
                backface-visibility: hidden;
                -webkit-transform-origin: 100% 100%;
                -moz-transform-origin: 100% 100%;
                -ms-transform-origin: 100% 100%;
                -o-transform-origin: 100% 100%;
                transform-origin: 100% 100%;
            }

            &:checked:disabled + label:before {
                border-right: 2px solid rgba(0, 0, 0, 0.26);
                border-bottom: 2px solid rgba(0, 0, 0, 0.26);
            }


            .fancytree-checkbox:after {
                width: 16px;
                height: 16px;
                border: 2px solid @theme-color;
                background-color: @theme-color;
                top: 2px;
                z-index: 0;
            }

            &:disabled:checked + label:before {
                background-color: transparent;
            }

            &:disabled:checked + label:after {
                background-color: #BDBDBD;
                border-color: #BDBDBD;
            }
        }

        .fancytree-title {
            color: #333;
            text-decoration: none;
            position: relative;
            display: block;
            padding: 10px 15px;
            -moz-transition: color 300ms ease;
            -o-transition: color 300ms ease;
            -webkit-transition: color 300ms ease;
            transition: color 300ms ease;
            cursor: pointer;

            &:before {
                font-family: "Ionicons";
                content: "\f381";
                position: relative;
                z-index: 100000;
                width: 20px;
                display: inline-block;
                left: -5px;
                top: 2px;
                font-size: 18px;
                text-align: center;
                color: #76838f;
                -moz-transition: color 300ms ease;
                -o-transition: color 300ms ease;
                -webkit-transition: color 300ms ease;
                transition: color 300ms ease;
            }

            &:hover {
                background: darken(#fff, 10%);
            }
        }
    }*/
/* #endregion*/
/* #region 2.9) N3.js */
/* nvd3 version 1.8.1 (https://github.com/novus/nvd3) 2015-06-15 */
/*.nvd3 .nv-axis {
        pointer-events: none;
        opacity: 1;
    }

    .nvd3 .nv-axis path {
        fill: none;
        stroke: #000;
        stroke-opacity: .75;
        shape-rendering: crispEdges;
    }

    .nvd3 .nv-axis path.domain {
        stroke-opacity: .75;
    }

    .nvd3 .nv-axis.nv-x path.domain {
        stroke-opacity: 0;
    }

    .nvd3 .nv-axis line {
        fill: none;
        stroke: #e5e5e5;
        shape-rendering: crispEdges;
    }

    .nvd3 .nv-axis .zero line,*/
/*this selector may not be necessary*/
/*.nvd3 .nv-axis line.zero {
        stroke-opacity: .75;
    }

    .nvd3 .nv-axis .nv-axisMaxMin text {
        font-weight: bold;
    }

    .nvd3 .x .nv-axis .nv-axisMaxMin text,
    .nvd3 .x2 .nv-axis .nv-axisMaxMin text,
    .nvd3 .x3 .nv-axis .nv-axisMaxMin text {
        text-anchor: middle;
    }

    .nvd3 .nv-axis.nv-disabled {
        opacity: 0;
    }

    .nvd3 .nv-bars rect {
        fill-opacity: .75;
        transition: fill-opacity 250ms linear;
        -moz-transition: fill-opacity 250ms linear;
        -webkit-transition: fill-opacity 250ms linear;
    }

    .nvd3 .nv-bars rect.hover {
        fill-opacity: 1;
    }

    .nvd3 .nv-bars .hover rect {
        fill: lightblue;
    }

    .nvd3 .nv-bars text {
        fill: rgba(0,0,0,0);
    }

    .nvd3 .nv-bars .hover text {
        fill: rgba(0,0,0,1);
    }

    .nvd3 .nv-multibar .nv-groups rect,
    .nvd3 .nv-multibarHorizontal .nv-groups rect,
    .nvd3 .nv-discretebar .nv-groups rect {
        stroke-opacity: 0;
        transition: fill-opacity 250ms linear;
        -moz-transition: fill-opacity 250ms linear;
        -webkit-transition: fill-opacity 250ms linear;
    }

    .nvd3 .nv-multibar .nv-groups rect:hover,
    .nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
    .nvd3 .nv-candlestickBar .nv-ticks rect:hover,
    .nvd3 .nv-discretebar .nv-groups rect:hover {
        fill-opacity: 1;
    }

    .nvd3 .nv-discretebar .nv-groups text,
    .nvd3 .nv-multibarHorizontal .nv-groups text {
        font-weight: bold;
        fill: rgba(0,0,0,1);
        stroke: rgba(0,0,0,0);
    }*/
/* boxplot CSS */
/*.nvd3 .nv-boxplot circle {
        fill-opacity: 0.5;
    }

    .nvd3 .nv-boxplot circle:hover {
        fill-opacity: 1;
    }

    .nvd3 .nv-boxplot rect:hover {
        fill-opacity: 1;
    }

    .nvd3 line.nv-boxplot-median {
        stroke: black;
    }

    .nv-boxplot-tick:hover {
        stroke-width: 2.5px;
    }*/
/* bullet */
/*.nvd3.nv-bullet {
        font: 10px sans-serif;
    }

    .nvd3.nv-bullet .nv-measure {
        fill-opacity: .8;
    }

    .nvd3.nv-bullet .nv-measure:hover {
        fill-opacity: 1;
    }

    .nvd3.nv-bullet .nv-marker {
        stroke: #000;
        stroke-width: 2px;
    }

    .nvd3.nv-bullet .nv-markerTriangle {
        stroke: #000;
        fill: #fff;
        stroke-width: 1.5px;
    }

    .nvd3.nv-bullet .nv-tick line {
        stroke: #666;
        stroke-width: .5px;
    }

    .nvd3.nv-bullet .nv-range.nv-s0 {
        fill: #eee;
    }

    .nvd3.nv-bullet .nv-range.nv-s1 {
        fill: #ddd;
    }

    .nvd3.nv-bullet .nv-range.nv-s2 {
        fill: #ccc;
    }

    .nvd3.nv-bullet .nv-title {
        font-size: 14px;
        font-weight: bold;
    }

    .nvd3.nv-bullet .nv-subtitle {
        fill: #999;
    }


    .nvd3.nv-bullet .nv-range {
        fill: #bababa;
        fill-opacity: .4;
    }

    .nvd3.nv-bullet .nv-range:hover {
        fill-opacity: .7;
    }

    .nvd3.nv-candlestickBar .nv-ticks .nv-tick {
        stroke-width: 1px;
    }

    .nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover {
        stroke-width: 2px;
    }

    .nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect {
        stroke: #2ca02c;
        fill: #2ca02c;
    }

    .nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect {
        stroke: #d62728;
        fill: #d62728;
    }

    .with-transitions .nv-candlestickBar .nv-ticks .nv-tick {
        transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
        -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
        -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
    }

    .nvd3.nv-candlestickBar .nv-ticks line {
        stroke: #333;
    }


    .nvd3 .nv-legend .nv-disabled rect {*/
/*fill-opacity: 0;*/
/*}

    .nvd3 .nv-check-box .nv-box {
        fill-opacity: 0;
        stroke-width: 2;
    }

    .nvd3 .nv-check-box .nv-check {
        fill-opacity: 0;
        stroke-width: 4;
    }

    .nvd3 .nv-series.nv-disabled .nv-check-box .nv-check {
        fill-opacity: 0;
        stroke-opacity: 0;
    }

    .nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check {
        opacity: 0;
    }*/
/* line plus bar */
/*.nvd3.nv-linePlusBar .nv-bar rect {
        fill-opacity: .75;
    }

    .nvd3.nv-linePlusBar .nv-bar rect:hover {
        fill-opacity: 1;
    }

    .nvd3 .nv-groups path.nv-line {
        fill: none;
    }

    .nvd3 .nv-groups path.nv-area {
        stroke: none;
    }

    .nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
        fill-opacity: 0;
        stroke-opacity: 0;
    }

    .nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
        fill-opacity: .5 !important;
        stroke-opacity: .5 !important;
    }


    .with-transitions .nvd3 .nv-groups .nv-point {
        transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
        -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
        -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
    }

    .nvd3.nv-scatter .nv-groups .nv-point.hover,
    .nvd3 .nv-groups .nv-point.hover {
        stroke-width: 7px;
        fill-opacity: .95 !important;
        stroke-opacity: .95 !important;
    }


    .nvd3 .nv-point-paths path {
        stroke: #aaa;
        stroke-opacity: 0;
        fill: #eee;
        fill-opacity: 0;
    }



    .nvd3 .nv-indexLine {
        cursor: ew-resize;
    }*/
/********************
 * SVG CSS
 */
/********************
  Default CSS for an svg element nvd3 used
*/
/*svg.nvd3-svg {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -ms-user-select: none;
        -moz-user-select: none;
        user-select: none;
        display: block;
        width: 100%;
        height: 100%;
    }*/
/********************
  Box shadow and border radius styling
*/
/*.nvtooltip.with-3d-shadow, .with-3d-shadow .nvtooltip {
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }


    .nvd3 text {
        font: normal 12px Arial;
    }

    .nvd3 .title {
        font: bold 14px Arial;
    }

    .nvd3 .nv-background {
        fill: white;
        fill-opacity: 0;
    }

    .nvd3.nv-noData {
        font-size: 18px;
        font-weight: bold;
    }*/
/**********
*  Brush
*/
/*.nv-brush .extent {
        fill-opacity: .125;
        shape-rendering: crispEdges;
    }

    .nv-brush .resize path {
        fill: #eee;
        stroke: #666;
    }*/
/**********
*  Legend
*/
/*.nvd3 .nv-legend .nv-series {
        cursor: pointer;
    }

    .nvd3 .nv-legend .nv-disabled circle {
        fill-opacity: 0;
    }*/
/* focus */
/*.nvd3 .nv-brush .extent {
        fill-opacity: 0 !important;
    }

    .nvd3 .nv-brushBackground rect {
        stroke: #000;
        stroke-width: .4;
        fill: #fff;
        fill-opacity: .7;
    }


    .nvd3.nv-ohlcBar .nv-ticks .nv-tick {
        stroke-width: 1px;
    }

    .nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
        stroke-width: 2px;
    }

    .nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
        stroke: #2ca02c;
    }

    .nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
        stroke: #d62728;
    }


    .nvd3 .background path {
        fill: none;
        stroke: #EEE;
        stroke-opacity: .4;
        shape-rendering: crispEdges;
    }

    .nvd3 .foreground path {
        fill: none;
        stroke-opacity: .7;
    }

    .nvd3 .nv-parallelCoordinates-brush .extent {
        fill: #fff;
        fill-opacity: .6;
        stroke: gray;
        shape-rendering: crispEdges;
    }

    .nvd3 .nv-parallelCoordinates .hover {
        fill-opacity: 1;
        stroke-width: 3px;
    }


    .nvd3 .missingValuesline line {
        fill: none;
        stroke: black;
        stroke-width: 1;
        stroke-opacity: 1;
        stroke-dasharray: 5, 5;
    }

    .nvd3.nv-pie path {
        stroke-opacity: 0;
        transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
        -moz-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
        -webkit-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
    }

    .nvd3.nv-pie .nv-pie-title {
        font-size: 24px;
        fill: rgba(19, 196, 249, 0.59);
    }

    .nvd3.nv-pie .nv-slice text {
        stroke: #000;
        stroke-width: 0;
    }

    .nvd3.nv-pie path {
        stroke: #fff;
        stroke-width: 1px;
        stroke-opacity: 1;
    }

    .nvd3.nv-pie .hover path {
        fill-opacity: .7;
    }

    .nvd3.nv-pie .nv-label {
        pointer-events: none;
    }

    .nvd3.nv-pie .nv-label rect {
        fill-opacity: 0;
        stroke-opacity: 0;
    }*/
/* scatter */
/*.nvd3 .nv-groups .nv-point.hover {
        stroke-width: 20px;
        stroke-opacity: .5;
    }

    .nvd3 .nv-scatter .nv-point.hover {
        fill-opacity: 1;
    }

    .nv-noninteractive {
        pointer-events: none;
    }

    .nv-distx, .nv-disty {
        pointer-events: none;
    }*/
/* sparkline */
/*.nvd3.nv-sparkline path {
        fill: none;
    }

    .nvd3.nv-sparklineplus g.nv-hoverValue {
        pointer-events: none;
    }

    .nvd3.nv-sparklineplus .nv-hoverValue line {
        stroke: #333;
        stroke-width: 1.5px;
    }

    .nvd3.nv-sparklineplus,
    .nvd3.nv-sparklineplus g {
        pointer-events: all;
    }

    .nvd3 .nv-hoverArea {
        fill-opacity: 0;
        stroke-opacity: 0;
    }

    .nvd3.nv-sparklineplus .nv-xValue,
    .nvd3.nv-sparklineplus .nv-yValue {
        stroke-width: 0;
        font-size: .9em;
        font-weight: normal;
    }

    .nvd3.nv-sparklineplus .nv-yValue {
        stroke: #f66;
    }

    .nvd3.nv-sparklineplus .nv-maxValue {
        stroke: #2ca02c;
        fill: #2ca02c;
    }

    .nvd3.nv-sparklineplus .nv-minValue {
        stroke: #d62728;
        fill: #d62728;
    }

    .nvd3.nv-sparklineplus .nv-currentValue {
        font-weight: bold;
        font-size: 1.1em;
    }*/
/* stacked area */
/*.nvd3.nv-stackedarea path.nv-area {
        fill-opacity: .7;
        stroke-opacity: 0;
        transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
        -moz-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
        -webkit-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
    }

    .nvd3.nv-stackedarea path.nv-area.hover {
        fill-opacity: .9;
    }


    .nvd3.nv-stackedarea .nv-groups .nv-point {
        stroke-opacity: 0;
        fill-opacity: 0;
    }


    .nvtooltip {
        position: absolute;
        background: rgba(255,255,255, 0.8);
        color: rgba(0,0,0,1.0);
        padding: 1px;
        border: 1px solid rgba(189, 189, 189, 0.5);
        z-index: 10000;
        display: block;
        border-radius: 4px;
        font-size: 13px;
        text-align: left;
        pointer-events: none;
        white-space: nowrap;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }*/
/*Give tooltips that old fade in transition by
    putting a "with-transitions" class on the container div.
*/
/*.nvtooltip.with-transitions, .with-transitions .nvtooltip {
        transition: opacity 50ms linear;
        -moz-transition: opacity 50ms linear;
        -webkit-transition: opacity 50ms linear;
        transition-delay: 200ms;
        -moz-transition-delay: 200ms;
        -webkit-transition-delay: 200ms;
    }

    .nvtooltip.x-nvtooltip,
    .nvtooltip.y-nvtooltip {
        padding: 8px;
    }

    .nvtooltip h3 {
        margin: 0;
        padding: 4px 14px;
        line-height: 18px;
        font-weight: normal;
        background-color: rgba(247,247,247,0.75);
        color: rgba(0,0,0,1.0);
        text-align: center;
        border-bottom: 1px solid #ebebeb;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    .nvtooltip p {
        margin: 0;
        padding: 5px 14px;
        text-align: center;
    }

    .nvtooltip span {
        display: inline-block;
        margin: 2px 0;
    }

    .nvtooltip table {
        margin: 6px;
        border-spacing: 0;
    }


    .nvtooltip table td {
        padding: 2px 9px 2px 0;
        vertical-align: middle;
    }

    .nvtooltip table td.key {
        font-weight: normal;
    }

    .nvtooltip table td.value {
        text-align: right;
        font-weight: 500;
    }

    .nvtooltip table tr.highlight td {
        padding: 1px 9px 1px 0;
        border-bottom-style: solid;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-top-width: 1px;
    }

    .nvtooltip table td.legend-color-guide div {
        width: 8px;
        height: 8px;
        vertical-align: middle;
    }

    .nvtooltip table td.legend-color-guide div {
        width: 12px;
        height: 12px;
        border-radius: 50%;
    }

    .nvtooltip .footer {
        padding: 3px;
        text-align: center;
    }

    .nvtooltip-pending-removal {
        pointer-events: none;
        display: none;
    }*/
/****
Interactive Layer
*/
/*.nvd3 .nv-interactiveGuideLine {
        pointer-events: none;
    }

    .nvd3 line.nv-guideline {
        stroke: #ccc;
    }*/
/* #endregion*/
/* #endregion*/
/* #region 2) PAGES */
/*.page-condos {

    .select2-dropdown {
        border-color: #EFEFEF;

        .select2-results__option--highlighted[aria-selected] {
            background-color: #F7F7F7;
            color: @theme-color;
        }
    }
}

    .page-dashboard {

        a {
            text-decoration: none;
            cursor: pointer;

            &:hover, &:active, &:focus {
                text-decoration: none !important;
            }
        }
    }

    .page-admin-messages {
        #tablemessages {
            [type="checkbox"] + label {
                top: -6px;
            }
        }
    }

    .page-admin-docs {
        #tablefiles {
            [type="checkbox"] + label {
                top: -6px;
            }
        }
    }
    
    .page-admin-news {
        #tablenews {
            [type="checkbox"] + label {
                top: -10px;
            }
        }
    }

    .page-budget {

        .boottable {
            margin-top: 15px;
        }
    }

    .page-balance {
        tfoot {
            background: lighten(@theme-color, 35%);
        }

        .chart {
            margin-bottom: 15px;
        }
    }

.page-login {
    opacity: 0;
    background: transparent;

    &:before {
        position: fixed;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background-position: center top;
        -webkit-background-size: cover;
        background-size: cover;
        z-index: -1;
        background-image: url(Images/banners/front.jpg);
    }

    &:after {
        position: fixed;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        background-color: rgba(38,50,56,.6);
        z-index: -1;
    }

    a {
        color: @theme-color;
    }

    .loader {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #fff;
        z-index: 99999;


        .spinner {
            margin: 0 auto;
            width: 100px;
            text-align: center;

            > div {
                width: 16px;
                height: 16px;
                background-color: #f96868;
                border-radius: 100%;
                display: inline-block;
                -webkit-animation: sk-bouncedelay 1.7s infinite ease-in-out both;
                animation: sk-bouncedelay 1.7s infinite ease-in-out both;
                margin-right: 5px;
            }



            .spinner__item1 {
                -webkit-animation-delay: -0.60s;
                animation-delay: -0.60s;
            }

            .spinner__item2 {
                -webkit-animation-delay: -0.40s;
                animation-delay: -0.40s;
            }

            .spinner__item3 {
                -webkit-animation-delay: -0.20s;
                animation-delay: -0.20s;
            }

            @-webkit-keyframes sk-bouncedelay {
                0%, 80%, 100% {
                    -webkit-transform: scale(0);
                    transform: scale(0);
                    opacity: 0;
                }

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

            @keyframes sk-bouncedelay {
                0%, 80%, 100% {
                    -webkit-transform: scale(0);
                    transform: scale(0);
                    opacity: 0;
                }

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

    .animated {
        animation-duration: 500ms;
    }

    .panel {
        width: 400px;
        margin-bottom: 45px;
        background: #fff;
        border-radius: 4px;
        margin: 0 auto;

        .panel-body {
            padding: 30px 40px 40px;
            overflow: hidden;
        }

        .brand {
            img {
                max-width: 280px;
                max-height: 120px;
            }
        }

        .forms {
            position: relative;

            .form {
                position: absolute;
                top: 0;
            }
        }

        form {
            margin: 45px 0 30px;

            a {
                margin-left: 20px;
            }

            label {
                color: #9E9E9E;
                font-weight: 300;
            }

            .form-control {
                border-color: #B7B7B7;

                &:hover {
                    border-color: harden(#B7B7B7, 10%);
                }

                &:focus, &:active {
                    border-color: @theme-color;
                }
            }


            [type="checkbox"]:not(:checked) + label:after {
                border: 2px solid #B7B7B7;
            }
        }

        .language {
            display:none;
            padding: 10px 10px 0px;
            overflow: hidden;


            form {
                margin: 0;
            }

            ul {
                margin: 0;

                li {
                    list-style: none;
                    display: inline-block;
                    float: right;

                    a {
                        margin: 0 2px;

                        img {
                            max-width: 30px;
                            opacity: .7;

                            &:hover {
                                opacity: 1;
                            }
                        }

                        &.active{
                            img{
                                opacity: 1;
                            }
                        }
                    }
                }
            }
        }
    }

    .page-copyright {
        margin-top: 20px;
        color: #fff;
        font-size: 12px;
        letter-spacing: 1px;

        a {
            color: #fff;
        }

        p {
            text-transform: uppercase;
        }

        .social {
            a {
                margin: 0 10px;
                text-decoration: none;
            }

            i {
                font-size: 19px;
                color: #fff;

                &.active, &:active {
                    color: rgba(255,255,255,.8);
                }
            }
        }
    }

    @media (max-width: 480px) {
        .page-login .page-content {
            padding: 30px 20px;
        }

        .page-login .panel {
            width: auto;
            padding: 10px;
        }

        .page-login .panel .panel-body {
            padding: 35px 25px 35px;
        }
    }


    .vertical-align {
        font-size: 0;
    }

    .vertical-align:before {
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        content: "";
    }

    .vertical-align-middle {
        vertical-align: middle;
        display: inline-block;
        max-width: 100%;
        font-size: 14px;
    }
}

.data-protection-check {
    &:not(.data-protection-check-client-area) {
        input[type="checkbox"] {
            position: static;
            left: 0;
            visibility: visible;
            margin-right: 5px;
        }
    }

    &.data-protection-check-client-area {
        padding-left: 0 !important;
    }


    label {
        font-size: 12px !important;
    }
}*/
/* #endregion*/
/*@theme-color: #28166f;
@theme-color-green: #B4C600;
@theme-background-color: #F7F8F9;
@theme-background-color-light: #FCFCFC;
@theme-background-color-dark: #F3F3F3;

@font-family: 'Roboto', sans-serif;
@font-family-secondary: 'Raleway', Helvetica,Arial,sans-serif;

@font-color: #777;
@font-color-headings: darken(@font-color, 5%);
@font-color-headings-dark: #404040;


@color-success: #46be8a;
@color-warning: #f2a654;
@color-error: #f96868;
@color-info: #62a8ea;

@datepicker-border-radius: 1px;
@datepicker-dropdown-border: transparent;
@datepicker-dropdown-bg: #ffffff;
@datepicker-disabled-color: #999999;
@datepicker-gray: #555555;
@datepicker-gray-light: #999999;
@datepicker-gray-lighter: #eeeeee;
@datepicker-info-bg: #d9edf7;
@datepicker-range-bg: @datepicker-gray-lighter;
@datepicker-highlighted-bg: @theme-color;
@range-highlighted-bg: mix(@datepicker-info-bg, @datepicker-gray-lighter, 50%);
@datepicker-today-bg: lighten(#0377dc, 30%);
@range-bg: @theme-color;
@range-today-bg: mix(#0377dc, @datepicker-gray-lighter, 50%);
@range-startend-bg: lighten(@theme-color,10%);
@range-startend-color: #222D32;


@clientarea-maincolor: #263238;
@border-radius-base: 2px;
@dropdown-border: transparent;
@dropdown-bg: #ffffff;
@btn-link-disabled-color: #999999;
@gray-lighter: #eeeeee;

@project-width: 1050px;



@header-toprow-height: 30px;


@headbar-logo-width: 175px;
@headbar-height: 125px;

@banner-height: 785px;
@banner-smartsearch-height: 45px;

@footer-top-height: 465px;*/
.select2-container {
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  vertical-align: middle;
}
.select2-container .select2-selection--single {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  cursor: pointer;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.select2-container .select2-selection--single[aria-expanded="true"] {
  border-color: #818285;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 8px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-selection--multiple {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 32px;
  cursor: pointer;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select2-container .select2-search--inline {
  float: left;
}
.select2-container .select2-search--inline .select2-search__field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
  border: none;
  font-size: 100%;
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}
.select2-dropdown {
  position: absolute;
  left: -100000px;
  z-index: 1051;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #818285;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
}
.select2-results {
  display: block;
  color: #666;
  font-size: 12px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.select2-results__options {
  margin: 0;
  padding: 0;
  list-style: none;
}
.select2-results__option {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  padding: 5px 6px;
  -moz-transition: all 75ms ease;
  -o-transition: all 75ms ease;
  -webkit-transition: all 75ms ease;
  transition: all 75ms ease;
}
.select2-results__option[aria-selected] {
  cursor: pointer;
}
.select2-container--open .select2-dropdown {
  left: 0;
}
.select2-container--open .select2-dropdown--above {
  top: 1px;
  border-bottom: none;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  top: -1px;
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.select2-search--dropdown {
  display: block;
  padding: 4px;
}
.select2-search--dropdown .select2-search__field {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 4px;
  width: 100%;
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.select2-search--dropdown.select2-search--hide {
  display: none;
}
.select2-close-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: block;
  margin: 0;
  padding: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  border: 0;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}
.select2-hidden-accessible {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 39px;
  color: #666;
  font-size: 12px;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  float: right;
  font-weight: bold;
  cursor: pointer;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-width: 5px 4px 0 4px;
  border-style: solid;
  border-color: #888 transparent transparent transparent;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 1px;
}
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #888 transparent;
}
.select2-container--default .select2-selection--multiple {
  border: 1px solid #e5e5e5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
  cursor: text;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  list-style: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  float: left;
  margin-top: 5px;
  color: #999;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  font-weight: bold;
  cursor: pointer;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  padding: 0 5px;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e4e4e4;
  cursor: default;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: inline-block;
  margin-right: 2px;
  color: #999;
  font-weight: bold;
  cursor: pointer;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}
.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-right: auto;
  margin-left: 5px;
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: auto;
  margin-left: 2px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  outline: 0;
  border: solid black 1px;
}
.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--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #e5e5e5;
}
.select2-container--default .select2-search--inline .select2-search__field {
  outline: 0;
  border: none;
  background: transparent;
}
.select2-container--default .select2-results > .select2-results__options {
  overflow-y: auto;
  max-height: 200px;
}
.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: #f9f9f9;
}
.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: #818285;
  color: white;
  padding-left: 10px;
}
.select2-container--default .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default;
}
.select2-container--classic .select2-selection--single {
  outline: 0;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #f6f6f6;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #818285;
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
  float: right;
  margin-right: 10px;
  font-weight: bold;
  cursor: pointer;
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  height: 26px;
  border: none;
  border-left: 1px solid #e5e5e5;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #ddd;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -4px;
  width: 0;
  height: 0;
  border-width: 5px 4px 0 4px;
  border-style: solid;
  border-color: #888 transparent transparent transparent;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: 1px;
  border: none;
  border-right: 1px solid #e5e5e5;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #818285;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  border: none;
  background: transparent;
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #888 transparent;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}
.select2-container--classic .select2-selection--multiple {
  outline: 0;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: white;
  cursor: text;
}
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #818285;
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
  padding: 0 5px;
  list-style: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  padding: 0 5px;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-color: #e4e4e4;
  cursor: default;
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  display: inline-block;
  margin-right: 2px;
  color: #888;
  font-weight: bold;
  cursor: pointer;
}
.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;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-right: auto;
  margin-left: 5px;
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-right: auto;
  margin-left: 2px;
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #818285;
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
  outline: 0;
  border: 1px solid #e5e5e5;
}
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}
.select2-container--classic .select2-dropdown {
  border: 1px solid transparent;
  background-color: white;
}
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}
.select2-container--classic .select2-results > .select2-results__options {
  overflow-y: auto;
  max-height: 200px;
}
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}
.select2-container--classic .select2-results__group {
  display: block;
  padding: 6px;
  cursor: default;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #818285;
}
/*# sourceMappingURL=select2.min.css.map */
.navbar-default .navbar-nav > .active > a:after,
.navbar-default .navbar-nav > .active > a:hover:after,
.navbar-default .navbar-nav > .active > a:focus:after,
.navbar-default .navbar-nav > .open > a:after,
.navbar-default .navbar-nav > .open > a:hover:after,
.navbar-default .navbar-nav > .open > a:focus:after {
  width: 50%!important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #fff;
}
label {
  font-weight: normal;
}
:focus {
  outline: 0!important;
  text-decoration: none!important;
  box-shadow: none!important;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v20/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
.page-gecond .navbar-default {
  background: #fff;
  border-bottom: 1px solid #E8E8E8;
  min-height: 40px;
  border: 0;
  border-radius: 0;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  z-index: 2;
}
.page-gecond .navbar-default a {
  color: #818285;
}
.page-gecond .navbar-default .company-logo {
  text-align: center;
  text-indent: 9px;
  padding: 9px 0;
}
.page-gecond .navbar-default .company-logo img {
  max-height: 22px;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
}
.page-gecond .navbar-default .hamb {
  display: none;
  margin-left: 10px;
}
.page-gecond .navbar-default .hamb a {
  line-height: 40px;
  padding: 9px;
  cursor: pointer;
}
.page-gecond .navbar-default .condolist {
  display: inline-block;
  margin: 5px 30px;
  min-width: 240px;
}
.page-gecond .navbar-default .condolist select {
  height: 30px;
  width: auto !important;
}
.page-gecond .navbar-default .condolist .select2-container--default .select2-selection {
  background: #fff;
  border-color: #EFEFEF;
  color: #263238;
  height: 30px;
}
.page-gecond .navbar-default .condolist .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 29px;
  color: #263238;
}
.page-gecond .navbar-default .condolist .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 29px;
}
.page-gecond .navbar-default .condolist .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #263238 transparent transparent transparent;
}
.page-gecond .navbar-default .condolist .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #263238 transparent;
}
.page-gecond .navbar-default .condolist .select2-container--disabled .select2-selection {
  background: transparent;
  border-color: transparent;
}
.page-gecond .navbar-default .condolist .select2-container--disabled .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent transparent transparent;
}
.page-gecond .navbar-default .condolist .select2-container--disabled.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent transparent transparent;
}
.page-gecond .navbar-default .logout {
  margin-right: 10px;
}
.page-gecond .navbar-default .logout a {
  padding: 9px;
  line-height: 40px;
}
.page-gecond.sidebar-collapsed .main-sidebar {
  width: 60px;
  transition-delay: 300ms;
}
.page-gecond.sidebar-collapsed .main-sidebar .user-actions {
  text-align: center;
}
.page-gecond.sidebar-collapsed .main-sidebar .user-panel {
  opacity: 0;
  position: absolute;
  top: -9999px;
}
.page-gecond.sidebar-collapsed .main-sidebar .menu-header .hamb {
  float: none;
  text-align: center;
}
.page-gecond.sidebar-collapsed .main-sidebar .menu-header .hamb a {
  display: block;
  height: 42px;
  line-height: 30px;
}
.page-gecond.sidebar-collapsed .main-sidebar .menu-header p {
  opacity: 0;
}
.page-gecond.sidebar-collapsed .main-sidebar a span {
  opacity: 0;
  vertical-align: middle;
}
.page-gecond.sidebar-collapsed .main-sidebar .submenu li a {
  padding: 10px 5px 10px 10px;
}
.page-gecond.sidebar-collapsed .main-sidebar .submenu li a i {
  text-align: center;
}
.page-gecond.sidebar-collapsed .content-wrapper {
  margin-left: 60px;
  transition-delay: 300ms;
}
.page-gecond.sidebar-hidden.sidebar-collapsed-back .main-sidebar {
  display: block;
  width: 230px;
  transition-delay: 300ms;
}
.page-gecond.sidebar-hidden.sidebar-collapsed-back .content-wrapper {
  position: relative;
  left: 230px;
}
.page-gecond.sidebar-hidden .navbar-default .hamb {
  display: block;
}
.page-gecond.sidebar-hidden .navbar-default .condolist {
  margin: 5px 0;
}
.page-gecond.sidebar-hidden .main-sidebar {
  display: none;
  width: 0;
  transition-delay: 300ms;
}
.page-gecond.sidebar-hidden .content-wrapper {
  margin-left: 0;
  transition-delay: 0;
}
.page-gecond .main-sidebar {
  position: absolute;
  height: 100%;
  top: 0;
  padding-top: 40px;
  left: 0;
  min-height: 100%;
  width: 230px;
  z-index: 4;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  background-color: #263238;
  z-index: 1;
}
.page-gecond .main-sidebar .menu-header {
  padding: 5px 18px;
  font-size: 15px;
  font-weight: 300;
  color: #76838f;
  height: 30px;
  overflow: hidden;
}
.page-gecond .main-sidebar .menu-header .hamb {
  float: left;
}
.page-gecond .main-sidebar .menu-header .hamb a {
  cursor: pointer;
  padding: 0 5px;
}
.page-gecond .main-sidebar .menu-header p {
  white-space: nowrap;
  transition: opacity 200ms ease;
  transition-delay: 300ms;
}
.page-gecond .main-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-gecond .main-sidebar ul li {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
}
.page-gecond .main-sidebar ul li a {
  background-color: transparent;
  color: rgba(163, 175, 183, 0.9);
  display: block;
  padding: 14px 22px;
  text-decoration: none;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 50px;
}
.page-gecond .main-sidebar ul li a:hover {
  background: #304047;
  color: #a3afb7;
}
.page-gecond .main-sidebar ul li a.submenu-indicator-minus {
  color: #fff;
  background: #1e282c;
  border-left: 2px solid #818285;
}
.page-gecond .main-sidebar ul li a.submenu-indicator-minus > .submenu-indicator {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-gecond .main-sidebar ul li a .submenu-indicator {
  -moz-transition: "transform .3s linear";
  -o-transition: "transform .3s linear";
  -webkit-transition: "transform .3s linear";
  transition: "transform .3s linear";
  float: right;
  font-size: 20px;
  line-height: 19px;
  position: absolute;
  right: 22px;
}
.page-gecond .main-sidebar ul li a .submenu-indicator i {
  width: auto;
}
.page-gecond .main-sidebar ul li a span {
  transition: opacity 200ms ease;
  transition-delay: 300ms;
}
.page-gecond .main-sidebar ul li a i {
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  width: 34px;
}
.page-gecond .main-sidebar ul li.active > a,
.page-gecond .main-sidebar ul li a.active {
  background: #1c2429;
  color: #fff;
  border-left: 2px solid #818285;
}
.page-gecond .main-sidebar ul .submenu {
  display: none;
  position: static;
  width: 100%;
}
.page-gecond .main-sidebar ul .submenu li a {
  padding: 10px 5px 10px 15px;
  background: #2c3b41;
  border-left: solid 1px transparent;
  border-top: none;
  float: left;
  font-size: 11px;
  position: relative;
  width: 100%;
  height: 38px;
}
.page-gecond .main-sidebar ul .submenu li a.active {
  background: #364950;
  border-color: #818285;
}
.page-gecond .main-sidebar ul .submenu li:hover > a {
  background: #364950;
}
.page-gecond .content-wrapper {
  -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  margin-left: 230px;
  z-index: 820;
  background: #F1F4F5;
}
.page-gecond .content-wrapper .panel-wrap [class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
}
.page-gecond .content-wrapper .panel-wrap > .row {
  padding-right: 30px;
  padding-left: 30px;
}
.page-gecond .content-wrapper .panel-wrap > .row.commands {
  padding: 0;
}
.page-gecond .content-wrapper .page-header {
  padding: 30px 30px;
  margin-top: 0;
  margin-bottom: 0;
  background: 0 0;
  position: relative;
  border-bottom: none;
}
.page-gecond .content-wrapper .page-header.banner {
  padding: 100px 0;
  margin: 0 30px 20px;
  visibility: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-position: 50% 0;
  background-size: cover !important;
  background-repeat: no-repeat;
  opacity: 1;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-gecond .content-wrapper .page-header.banner h1,
.page-gecond .content-wrapper .page-header.banner h2,
.page-gecond .content-wrapper .page-header.banner h3,
.page-gecond .content-wrapper .page-header.banner h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
}
.page-gecond .content-wrapper .page-header.banner h2 {
  font-size: 2em;
  margin: 0;
}
.page-gecond .content-wrapper .page-header.banner h3 {
  margin-top: 10px;
}
.page-gecond .content-wrapper .page-header.banner .condname {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
  border-top-right-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #fff;
}
.page-gecond .content-wrapper .page-header.banner .condname p {
  margin: 0;
  padding: 5px;
}
.page-gecond .content-wrapper .page-header .page-title {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 0;
}
.page-gecond .content-wrapper .page-header .breadcrumb {
  padding: 0;
  margin: 0;
  border-radius: 3px;
  background: transparent;
}
.page-gecond .content-wrapper .page-header .breadcrumb > li {
  display: inline-block;
}
.page-gecond .content-wrapper .page-header .breadcrumb > li a {
  color: #818285;
}
.page-gecond .content-wrapper .page-header .breadcrumb > li + li:before {
  content: "\f3d3";
  padding: 0 7px 0 3px;
  color: #ccc;
  font-family: "Ionicons";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-gecond .content-wrapper .page-header .breadcrumb > .active {
  color: #76838f;
}
.page-gecond .content-wrapper .page-header .page-header-actions {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
}
.page-gecond .content-wrapper .page-header .page-header-actions .btn-icon {
  margin-left: 6px;
}
.page-gecond .content-wrapper .page-content {
  padding: 30px 30px;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}
.page-gecond .content-wrapper .page-content .panel {
  position: relative;
  margin-bottom: 30px;
  border-width: 0;
}
.page-gecond .content-wrapper .page-content .panel > .nav-tabs-vertical .nav-tabs {
  margin-left: -1px;
}
.page-gecond .content-wrapper .page-content .panel > .nav-tabs-vertical .nav-tabs > li > a {
  border-left: none;
  border-radius: 0;
}
.page-gecond .content-wrapper .page-content .panel > .nav-tabs-vertical .nav-tabs.nav-tabs-reverse {
  margin-right: -1px;
}
.page-gecond .content-wrapper .page-content .panel > .nav-tabs-vertical .nav-tabs.nav-tabs-reverse > li > a {
  border-right: none;
  border-radius: 0;
}
.page-gecond .content-wrapper .page-content .panel:hover .panel-actions .show-on-hover {
  display: inline-block;
}
.page-gecond .content-wrapper .page-content .panel .panel-actions .show-on-hover {
  display: none;
}
.page-gecond .content-wrapper .page-content .panel .panel.is-fullscreen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  margin-bottom: 0;
  border-radius: 0;
}
.page-gecond .content-wrapper .page-content .panel .panel.is-fullscreen .panel-loading {
  border-radius: 0;
}
.page-gecond .content-wrapper .page-content .panel .panel.is-fullscreen .panel-actions [data-toggle=collapse] {
  display: none;
}
.page-gecond .content-wrapper .page-content .panel .panel.is-fullscreen .panel-body {
  max-height: 100%;
  overflow: auto;
}
.page-gecond .content-wrapper .page-content .panel .panel.is-close {
  display: none;
}
.page-gecond .content-wrapper .page-content .panel .panel.is-collapse .panel-body {
  display: none;
  height: 0;
}
.page-gecond .content-wrapper .page-content .panel > .alert {
  padding-right: 30px;
  padding-left: 30px;
}
.page-gecond .content-wrapper .page-content .panel > .alert-dismissible {
  padding-right: 50px;
}
@media screen and (max-width: 480px) {
  .page-gecond .content-wrapper .page-content .panel > .alert {
    padding-right: 20px;
    padding-left: 20px;
  }
  .page-gecond .content-wrapper .page-content .panel > .alert-dismissible {
    padding-right: 40px;
  }
}
.page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tbody > tr > td:first-child,
.page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tbody > tr > th:first-child,
.page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tfoot > tr > td:first-child,
.page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tfoot > tr > th:first-child,
.page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > thead > tr > td:first-child,
.page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > thead > tr > th:first-child,
.page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tr > td:first-child,
.page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tr > th:first-child,
.page-gecond .content-wrapper .page-content .panel > .table > tbody > tr > td:first-child,
.page-gecond .content-wrapper .page-content .panel > .table > tbody > tr > th:first-child,
.page-gecond .content-wrapper .page-content .panel > .table > tfoot > tr > td:first-child,
.page-gecond .content-wrapper .page-content .panel > .table > tfoot > tr > th:first-child,
.page-gecond .content-wrapper .page-content .panel > .table > thead > tr > td:first-child,
.page-gecond .content-wrapper .page-content .panel > .table > thead > tr > th:first-child,
.page-gecond .content-wrapper .page-content .panel > .table > tr > td:first-child,
.page-gecond .content-wrapper .page-content .panel > .table > tr > th:first-child {
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  .page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tbody > tr > td:first-child,
  .page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tbody > tr > th:first-child,
  .page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tfoot > tr > td:first-child,
  .page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tfoot > tr > th:first-child,
  .page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > thead > tr > td:first-child,
  .page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > thead > tr > th:first-child,
  .page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tr > td:first-child,
  .page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tr > th:first-child,
  .page-gecond .content-wrapper .page-content .panel > .table > tbody > tr > td:first-child,
  .page-gecond .content-wrapper .page-content .panel > .table > tbody > tr > th:first-child,
  .page-gecond .content-wrapper .page-content .panel > .table > tfoot > tr > td:first-child,
  .page-gecond .content-wrapper .page-content .panel > .table > tfoot > tr > th:first-child,
  .page-gecond .content-wrapper .page-content .panel > .table > thead > tr > td:first-child,
  .page-gecond .content-wrapper .page-content .panel > .table > thead > tr > th:first-child,
  .page-gecond .content-wrapper .page-content .panel > .table > tr > td:first-child,
  .page-gecond .content-wrapper .page-content .panel > .table > tr > th:first-child {
    padding-left: 20px;
  }
}
.page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tbody > tr > td:last-child,
.page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tbody > tr > th:last-child,
.page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tfoot > tr > td:last-child,
.page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tfoot > tr > th:last-child,
.page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > thead > tr > td:last-child,
.page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > thead > tr > th:last-child,
.page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tr > td:last-child,
.page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tr > th:last-child,
.page-gecond .content-wrapper .page-content .panel > .table > tbody > tr > td:last-child,
.page-gecond .content-wrapper .page-content .panel > .table > tbody > tr > th:last-child,
.page-gecond .content-wrapper .page-content .panel > .table > tfoot > tr > td:last-child,
.page-gecond .content-wrapper .page-content .panel > .table > tfoot > tr > th:last-child,
.page-gecond .content-wrapper .page-content .panel > .table > thead > tr > td:last-child,
.page-gecond .content-wrapper .page-content .panel > .table > thead > tr > th:last-child,
.page-gecond .content-wrapper .page-content .panel > .table > tr > td:last-child,
.page-gecond .content-wrapper .page-content .panel > .table > tr > th:last-child {
  padding-right: 30px;
}
@media screen and (max-width: 480px) {
  .page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tbody > tr > td:last-child,
  .page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tbody > tr > th:last-child,
  .page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tfoot > tr > td:last-child,
  .page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tfoot > tr > th:last-child,
  .page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > thead > tr > td:last-child,
  .page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > thead > tr > th:last-child,
  .page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tr > td:last-child,
  .page-gecond .content-wrapper .page-content .panel > .table-responsive > .table > tr > th:last-child,
  .page-gecond .content-wrapper .page-content .panel > .table > tbody > tr > td:last-child,
  .page-gecond .content-wrapper .page-content .panel > .table > tbody > tr > th:last-child,
  .page-gecond .content-wrapper .page-content .panel > .table > tfoot > tr > td:last-child,
  .page-gecond .content-wrapper .page-content .panel > .table > tfoot > tr > th:last-child,
  .page-gecond .content-wrapper .page-content .panel > .table > thead > tr > td:last-child,
  .page-gecond .content-wrapper .page-content .panel > .table > thead > tr > th:last-child,
  .page-gecond .content-wrapper .page-content .panel > .table > tr > td:last-child,
  .page-gecond .content-wrapper .page-content .panel > .table > tr > th:last-child {
    padding-right: 20px;
  }
}
.page-gecond .content-wrapper .page-content .panel > .table > tbody:first-child > tr:first-child td,
.page-gecond .content-wrapper .page-content .panel > .table > tbody:first-child > tr:first-child th {
  border-top: 1px solid #e4eaec;
}
.page-gecond .content-wrapper .page-content .panel > .list-group > .list-group-item {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  .page-gecond .content-wrapper .page-content .panel > .list-group > .list-group-item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.page-gecond .content-wrapper .page-content .panel-content .panel-title {
  padding-left: 0;
  font-size: 14px;
  text-transform: uppercase;
}
.page-gecond .content-wrapper .page-content .panel-content > .row {
  padding-right: 30px;
  padding-left: 30px;
}
.page-gecond .content-wrapper .page-content .panel-heading {
  position: relative;
  padding: 0;
  border-bottom: 1px solid transparent;
}
.page-gecond .content-wrapper .page-content .panel-heading + .alert {
  border-radius: 0;
}
.page-gecond .content-wrapper .page-content .panel-heading > .nav-tabs {
  border-bottom: none;
}
.page-gecond .content-wrapper .page-content .panel-heading + .nav-tabs {
  margin-top: -10px;
}
.page-gecond .content-wrapper .page-content .panel-heading + .panel-body {
  padding-top: 0;
}
.page-gecond .content-wrapper .page-content .panel-body {
  position: relative;
}
.page-gecond .content-wrapper .page-content .panel-body > :last-child {
  margin-bottom: 0;
}
.page-gecond .content-wrapper .page-content .panel-body > .list-group-dividered:only-child > .list-group-item:last-child {
  border-bottom-color: transparent;
}
.page-gecond .content-wrapper .page-content .panel-footer {
  border-top: 1px solid transparent;
}
.page-gecond .content-wrapper .page-content .table + .panel-footer {
  padding-top: 15px;
  border-color: #e4eaec;
}
.page-gecond .content-wrapper .page-content .panel-title {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #37474f;
  text-transform: uppercase;
}
.page-gecond .content-wrapper .page-content .panel-title > .icon {
  margin-right: 10px;
}
.page-gecond .content-wrapper .page-content .panel-title > .label {
  margin-left: 10px;
}
.page-gecond .content-wrapper .page-content .panel-title small {
  color: #76838f;
}
.page-gecond .content-wrapper .page-content .panel-desc {
  display: block;
  padding: 5px 0 0;
  margin: 0;
  font-size: 14px;
  color: #76838f;
}
.page-gecond .content-wrapper .page-content .panel-actions {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 1;
  margin: auto;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page-gecond .content-wrapper .page-content .panel-actions a {
  color: inherit;
}
.page-gecond .content-wrapper .page-content .panel-actions .dropdown {
  display: inline-block;
}
.page-gecond .content-wrapper .page-content .panel-actions .dropdown-toggle {
  display: inline-block;
}
.page-gecond .content-wrapper .page-content .panel-actions .panel-action {
  display: inline-block;
  padding: 8px 10px;
  color: #a3afb7;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}
.page-gecond .content-wrapper .page-content .panel-actions .panel-action:hover {
  color: #526069;
}
.page-gecond .content-wrapper .page-content .panel-actions .panel-action:active {
  color: #526069;
}
.page-gecond .content-wrapper .page-content .panel-actions .panel-action:focus {
  outline: 0;
}
.page-gecond .content-wrapper .page-content .panel-actions .progress {
  width: 100px;
  margin: 0;
}
.page-gecond .content-wrapper .page-content .panel-actions .pagination {
  margin: 0;
}
.page-gecond .content-wrapper .page-content ul.panel-actions {
  list-style: none;
}
.page-gecond .content-wrapper .page-content ul.panel-actions > li {
  display: inline-block;
  margin-left: 8px;
}
.page-gecond .content-wrapper .page-content ul.panel-actions > li:first-child {
  margin-left: 0;
}
.page-gecond .content-wrapper .page-content .panel-toolbar {
  padding: 5px 15px;
  margin: 0;
  background-color: transparent;
  border-top: 1px solid #e4eaec;
  border-bottom: 1px solid #e4eaec;
}
.page-gecond .content-wrapper .page-content .panel-toolbar .btn {
  padding: 5px 10px;
  color: #a3afb7;
}
.page-gecond .content-wrapper .page-content .panel-toolbar .btn.icon {
  width: 1em;
  text-align: center;
}
.page-gecond .content-wrapper .page-content .panel-toolbar .btn.active,
.page-gecond .content-wrapper .page-content .panel-toolbar .btn:active,
.page-gecond .content-wrapper .page-content .panel-toolbar .btn:hover {
  color: #76838f;
}
.page-gecond .content-wrapper .page-content .panel-loading {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  opacity: 0.6;
}
.page-gecond .content-wrapper .page-content .panel-loading .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.page-gecond .content-wrapper .page-content .panel-footer-chart {
  padding: 0;
}
.page-gecond .content-wrapper .page-content .panel-control {
  padding: 0;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.page-gecond .content-wrapper .page-content .content {
  padding: 20px;
}
.page-gecond .content-wrapper .page-content .content label {
  display: block;
  height: 18px;
}
.page-gecond .content-wrapper .page-content .content .input-daterange label {
  display: table-caption;
}
.page-gecond .content-wrapper .page-content .content .btn-command {
  padding: 0;
  text-align: left;
  margin-bottom: 10px;
}
.page-gecond .content-wrapper .page-content .content .btn-command i {
  display: inline-block;
  height: 35px;
  padding: 7px;
  font-size: 2em;
  text-align: left;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.page-gecond .content-wrapper .page-content .content .btn-command span {
  position: relative;
  top: -3px;
  left: 10px;
}
.page-gecond .content-wrapper .page-content .content textarea {
  height: 75px;
}
/* #region 1) GENERAL */
* {
  margin: 0;
}
html,
body {
  -webkit-font-smoothing: antialiased;
  height: 100%;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.57142857;
  font-weight: 300;
  color: #76838f;
  background-color: #263238;
}
.list-group-item {
  border: 0;
}
/* #region 1.1) Buttons */
.btn {
  padding: 6px 15px;
  font-size: 14px;
  line-height: 1.57142857;
  border-radius: 3px;
  -webkit-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -o-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -moz-transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  transition: border 0.2s linear, color 0.2s linear, width 0.2s linear, background-color 0.2s linear;
  -webkit-font-smoothing: subpixel-antialiased;
}
.btn.active:focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}
.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .icon {
  width: 1em;
  margin: -1px 3px 0;
  line-height: inherit;
  text-align: center;
}
.btn.btn-primary {
  color: #fff;
  background-color: #818285;
  border-color: #818285;
}
.btn.btn-primary:hover {
  color: #fff;
  background-color: #8e8f92;
  border-color: #8e8f92;
}
.btn.btn-primary:active {
  color: #fff;
  background-color: #8e8f92;
  border-color: #8e8f92;
}
.btn.btn-lg {
  padding: 10px 18px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 4px;
}
.btn.btn-sm {
  padding: 6px 13px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}
.btn-block {
  white-space: normal;
}
.btn-outline.btn-default {
  color: #76838f;
  background-color: transparent;
}
.btn-outline.btn-default.active,
.btn-outline.btn-default:active,
.btn-outline.btn-default:focus,
.btn-outline.btn-default:hover,
.open > .dropdown-toggle.btn-outline.btn-default {
  color: #76838f;
  background-color: rgba(118, 131, 143, 0.1);
  border-color: #e4eaec;
}
.btn-outline.btn-default.active .badge,
.btn-outline.btn-default:active .badge,
.btn-outline.btn-default:focus .badge,
.btn-outline.btn-default:hover .badge,
.open > .dropdown-toggle.btn-outline.btn-default .badge {
  color: #76838f;
  background-color: #76838f;
}
.btn-outline.btn-primary {
  color: #8e8f92;
  background-color: transparent;
}
.btn-outline.btn-primary.active,
.btn-outline.btn-primary:active,
.btn-outline.btn-primary:focus,
.btn-outline.btn-primary:hover,
.open > .dropdown-toggle.btn-outline.btn-primary {
  color: #fff;
  background-color: #9b9c9e;
  border-color: #9b9c9e;
}
.btn-outline.btn-primary.active .badge,
.btn-outline.btn-primary:active .badge,
.btn-outline.btn-primary:focus .badge,
.btn-outline.btn-primary:hover .badge,
.open > .dropdown-toggle.btn-outline.btn-primary .badge {
  color: #62a8ea;
  background-color: #fff;
}
.btn-outline.btn-success {
  color: #46be8a;
  background-color: transparent;
}
.btn-outline.btn-success.active,
.btn-outline.btn-success:active,
.btn-outline.btn-success:focus,
.btn-outline.btn-success:hover,
.open > .dropdown-toggle.btn-outline.btn-success {
  color: #fff;
  background-color: #46be8a;
  border-color: #46be8a;
}
.btn-outline.btn-success.active .badge,
.btn-outline.btn-success:active .badge,
.btn-outline.btn-success:focus .badge,
.btn-outline.btn-success:hover .badge,
.open > .dropdown-toggle.btn-outline.btn-success .badge {
  color: #46be8a;
  background-color: #fff;
}
.btn-outline.btn-info {
  color: #57c7d4;
  background-color: transparent;
}
.btn-outline.btn-info.active,
.btn-outline.btn-info:active,
.btn-outline.btn-info:focus,
.btn-outline.btn-info:hover,
.open > .dropdown-toggle.btn-outline.btn-info {
  color: #fff;
  background-color: #57c7d4;
  border-color: #57c7d4;
}
.btn-outline.btn-info.active .badge,
.btn-outline.btn-info:active .badge,
.btn-outline.btn-info:focus .badge,
.btn-outline.btn-info:hover .badge,
.open > .dropdown-toggle.btn-outline.btn-info .badge {
  color: #57c7d4;
  background-color: #fff;
}
.btn-outline.btn-warning {
  color: #f2a654;
  background-color: transparent;
}
.btn-outline.btn-warning.active,
.btn-outline.btn-warning:active,
.btn-outline.btn-warning:focus,
.btn-outline.btn-warning:hover,
.open > .dropdown-toggle.btn-outline.btn-warning {
  color: #fff;
  background-color: #f2a654;
  border-color: #f2a654;
}
.btn-outline.btn-warning.active .badge,
.btn-outline.btn-warning:active .badge,
.btn-outline.btn-warning:focus .badge,
.btn-outline.btn-warning:hover .badge,
.open > .dropdown-toggle.btn-outline.btn-warning .badge {
  color: #f2a654;
  background-color: #fff;
}
.btn-outline.btn-danger {
  color: #f96868;
  background-color: transparent;
}
.btn-outline.btn-danger.active,
.btn-outline.btn-danger:active,
.btn-outline.btn-danger:focus,
.btn-outline.btn-danger:hover,
.open > .dropdown-toggle.btn-outline.btn-danger {
  color: #fff;
  background-color: #f96868;
  border-color: #f96868;
}
.btn-outline.btn-danger.active .badge,
.btn-outline.btn-danger:active .badge,
.btn-outline.btn-danger:focus .badge,
.btn-outline.btn-danger:hover .badge,
.open > .dropdown-toggle.btn-outline.btn-danger .badge {
  color: #f96868;
  background-color: #fff;
}
.btn-outline.btn-dark {
  color: #526069;
  background-color: transparent;
}
.btn-outline.btn-dark.active,
.btn-outline.btn-dark:active,
.btn-outline.btn-dark:focus,
.btn-outline.btn-dark:hover,
.open > .dropdown-toggle.btn-outline.btn-dark {
  color: #fff;
  background-color: #526069;
  border-color: #526069;
}
.btn-outline.btn-dark.active .badge,
.btn-outline.btn-dark:active .badge,
.btn-outline.btn-dark:focus .badge,
.btn-outline.btn-dark:hover .badge,
.open > .dropdown-toggle.btn-outline.btn-dark .badge {
  color: #526069;
  background-color: #fff;
}
.btn-outline.btn-inverse {
  color: #fff;
  background-color: transparent;
}
.btn-outline.btn-inverse.active,
.btn-outline.btn-inverse:active,
.btn-outline.btn-inverse:focus,
.btn-outline.btn-inverse:hover,
.open > .dropdown-toggle.btn-outline.btn-inverse {
  color: #76838f;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline.btn-inverse.active .badge,
.btn-outline.btn-inverse:active .badge,
.btn-outline.btn-inverse:focus .badge,
.btn-outline.btn-inverse:hover .badge,
.open > .dropdown-toggle.btn-outline.btn-inverse .badge {
  color: #fff;
  background-color: #76838f;
}
.btn-round {
  border-radius: 100% !important;
}
.btn-icon,
.btn-icon .btn.icon {
  padding: 10px;
  line-height: 1em;
}
.btn-icon.btn-xs,
.btn-icon .btn.icon.btn-xs {
  padding: 4px;
  font-size: 12px;
}
.btn-icon.btn-sm,
.btn-icon .btn.icon.btn-sm {
  padding: 8px 9px;
  font-size: 14px;
}
.btn-icon.btn-lg,
.btn-icon .btn.icon.btn-lg {
  padding: 12px;
  font-size: 20px;
}
.btn-icon.disabled,
.btn-icon .btn.icon.disabled {
  color: #a3afb7;
}
.btn-icon .icon {
  margin: -1px 0 0;
}
/* #endregion*/
/* #region 1.2) Typography */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  text-shadow: rgba(0, 0, 0, 0.15) 0 0 1px;
  font-weight: 400;
  line-height: 1.2;
  color: #37474f;
}
a {
  color: #62a8ea;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #78b4ed;
  text-decoration: underline;
}
a.dropdown-toggle {
  text-decoration: none;
}
.text-lefti {
  text-align: left !important;
}
/* #endregion*/
/* #region 1.3) Inputs */
.form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: -webkit-box-shadow 0.25s linear, border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -o-transition: box-shadow 0.25s linear, border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -moz-transition: box-shadow 0.25s linear, border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: box-shadow 0.25s linear, border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}
.form-control:not(select) {
  -webkit-appearance: none;
}
.form-control[disabled],
.form-control[readonly] {
  background-color: #f3f7f9;
  cursor: not-allowed;
  opacity: 1;
}
.form-control:focus {
  border-color: #818285;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
textarea.form-control {
  resize: none;
  height: 100px;
}
.has-warning .form-control {
  border-color: #f2a654 !important;
}
.has-warning .input-group-addon {
  background: #f2a654 !important;
  border-color: #f2a654 !important;
  color: #fff;
}
.has-warning .select2-container .select2-selection--single {
  border-color: #f2a654 !important;
}
.has-error .form-control {
  border-color: #f96868 !important;
}
.has-error .input-group-addon {
  background: #f96868 !important;
  border-color: #f96868 !important;
  color: #fff;
}
.has-error .select2-container .select2-selection--single {
  border-color: #f96868 !important;
}
.has-success .form-control {
  border-color: #46be8a !important;
}
.has-success .input-group-addon {
  background: #46be8a !important;
  border-color: #46be8a !important;
  color: #fff;
}
.has-success .select2-container .select2-selection--single {
  border-color: #46be8a !important;
}
/* #endregion*/
/* #region 1.4) Widgets */
.info-box {
  position: relative;
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.info-box small {
  font-size: 14px;
}
.info-box.bg-blue {
  background: #4686F1;
  color: #fff;
}
.info-box.bg-orange {
  background: #FF9800;
  color: #fff;
}
.info-box.bg-green {
  background: #388E3C;
  color: #fff;
}
.info-box.bg-green-light {
  background: #16a085;
  color: #fff;
}
.info-box.bg-green-light:hover {
  background: #138a72;
}
.info-box .info-box-icon {
  font-size: 60px;
  position: absolute;
  opacity: 0.1;
  right: 0;
  bottom: 0;
  line-height: 1;
  color: #000;
  margin: 15px 10px 0;
}
.info-box .info-box-content {
  padding: 20px;
}
.info-box .info-box-content .info-box-number {
  display: block;
  font-size: 30px;
}
.info-box .info-box-content .info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.avatar {
  position: relative;
  display: inline-block;
  width: 40px;
  white-space: nowrap;
  border-radius: 1000px;
  vertical-align: bottom;
}
.avatar img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 0 none;
  border-radius: 1000px;
}
.avatar i {
  font-size: 40px;
  color: #818285;
}
/* #endregion*/
/* #region 1.5) Paddings */
.paddingv-10 {
  padding: 0 10px !important;
}
.paddingv-15 {
  padding: 0 15px !important;
}
.paddingv-20 {
  padding: 0 20px !important;
}
.paddingv-30 {
  padding: 0 30px !important;
}
.paddingv-40 {
  padding: 0 40px !important;
}
.paddingv-50 {
  padding: 0 50px !important;
}
.paddingv-60 {
  padding: 0 60px !important;
}
.paddingv-70 {
  padding: 0 70px !important;
}
.paddingv-80 {
  padding: 0 80px !important;
}
.paddingv-90 {
  padding: 0 90px !important;
}
.paddingv-100 {
  padding: 0 100px !important;
}
/* #endregion*/
/* #region 1.6) Checkbox */
[type="checkbox"] {
  /* Remove default checkbox */
  /* checkbox aspect */
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}
[type="checkbox"] + label {
  position: relative;
  cursor: pointer;
  font-size: 1rem;
  padding-left: 20px;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  user-select: none;
  /* IE10+ */
}
[type="checkbox"] + label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  transition: 0.2s;
}
[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.26);
}
[type="checkbox"]:checked + label:before {
  top: 2px;
  left: 1px;
  width: 6px;
  height: 11px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(40deg);
  -moz-transform: rotateZ(40deg);
  -ms-transform: rotateZ(40deg);
  -o-transform: rotateZ(40deg);
  transform: rotateZ(40deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}
[type="checkbox"] + label:after {
  border-radius: 2px;
}
[type="checkbox"] + label:before,
[type="checkbox"] + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  -moz-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  -o-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  -webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
[type="checkbox"]:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 10px;
  top: 10px;
  -webkit-transform: rotateZ(40deg);
  -moz-transform: rotateZ(40deg);
  -ms-transform: rotateZ(40deg);
  -o-transform: rotateZ(40deg);
  transform: rotateZ(40deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"]:not(:checked) + label:after {
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 2px;
  z-index: 0;
}
[type="checkbox"]:checked + label:after {
  width: 16px;
  height: 16px;
  border: 2px solid #818285;
  background-color: #818285;
  top: 2px;
  z-index: 0;
}
[type="checkbox"]:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type="checkbox"]:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD;
}
[type="checkbox"]:disabled:checked + label:before {
  background-color: transparent;
}
[type="checkbox"]:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}
/* #endregion*/
/* #region 1.7) Tooltip */
.tooltip .tooltip-inner {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0;
}
.tooltip .tooltip-arrow {
  border-right-color: rgba(0, 0, 0, 0.8);
}
/* #endregion*/
/* #endregion*/
/* #region 2) PLUGINS */
/* #region 2.1) Datepicker */
.datepicker {
  border-radius: 1px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid transparent;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}
.datepicker > div {
  display: none;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 1px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #818285;
  border-color: #4f4f51;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #68696b;
  border-color: #101011;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #68696b;
  border-color: #313132;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  color: #000;
  background-color: #68696b;
  border-color: #313132;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #565759;
  border-color: #101011;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.highlighted {
  background-image: none;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.highlighted,
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus,
.datepicker table tr td.highlighted.disabled:active,
.datepicker table tr td.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.disabled.active,
.datepicker table tr td.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.highlighted.active {
  background-color: #818285;
  border-color: #4f4f51;
}
.datepicker table tr td.highlighted .badge {
  color: #818285;
  background-color: #000;
}
.datepicker table tr td.highlighted.focused {
  background: #68696b;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #818285;
  color: #999999;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #7bc1fd;
  border-color: #1691fc;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #48a9fd;
  border-color: #024e91;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #48a9fd;
  border-color: #0372d2;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  color: #000;
  background-color: #48a9fd;
  border-color: #0372d2;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.today:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.today:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.today.focus {
  color: #000;
  background-color: #2598fc;
  border-color: #024e91;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active,
.open > .dropdown-toggle.datepicker table tr td.today {
  background-image: none;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today[disabled],
fieldset[disabled] .datepicker table tr td.today,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active {
  background-color: #7bc1fd;
  border-color: #1691fc;
}
.datepicker table tr td.today .badge {
  color: #7bc1fd;
  background-color: #000;
}
.datepicker table tr td.today.focused {
  background: #48a9fd;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #7bc1fd;
  color: #999999;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #b5b5b7;
  border-color: #8e8f92;
  border-radius: 0;
}
.datepicker table tr td.range.focused,
.datepicker table tr td.range:hover {
  background: #b0b0b2;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #999999;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c0d7e3;
  border-color: #4b87a5;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c0d7e3;
  border-color: #73a6bf;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #c0d7e3;
  border-color: #73a6bf;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #a8c8d7;
  border-color: #4b87a5;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active,
.open > .dropdown-toggle.datepicker table tr td.range.highlighted {
  background-image: none;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted[disabled],
fieldset[disabled] .datepicker table tr td.range.highlighted,
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus,
.datepicker table tr td.range.highlighted.disabled:active,
.datepicker table tr td.range.highlighted[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.disabled.active,
.datepicker table tr td.range.highlighted[disabled].active,
fieldset[disabled] .datepicker table tr td.range.highlighted.active {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted .badge {
  color: #e4eef3;
  background-color: #000;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c0d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #999999;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #79b3e5;
  border-color: #2882cf;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #4e9add;
  border-color: #133f65;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #4e9add;
  border-color: #1e629c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  color: #000;
  background-color: #4e9add;
  border-color: #1e629c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.open > .dropdown-toggle.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.open > .dropdown-toggle.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus,
.open > .dropdown-toggle.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #3089d7;
  border-color: #133f65;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active,
.open > .dropdown-toggle.datepicker table tr td.range.today {
  background-image: none;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active {
  background-color: #79b3e5;
  border-color: #2882cf;
}
.datepicker table tr td.range.today .badge {
  color: #79b3e5;
  background-color: #000;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #79b3e5;
  color: #999999;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #222D32;
  background-color: #9b9c9e;
  border-color: #8e8f92;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #222D32;
  background-color: #8e8f92;
  border-color: #818285;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #222D32;
  background-color: #9b9c9e;
  border-color: #8e8f92;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #222D32;
  background-color: #9b9c9e;
  border-color: #8e8f92;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #CCCCCC;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
/* #endregion*/
/* #region 2.2) DATATABLES */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable thead th {
  padding: 10px 18px;
  border-bottom: 1px solid #bbb;
  position: relative;
  font-weight: 500;
  font-size: 13px;
  color: #333;
}
table.dataTable thead th.headergroup {
  border-bottom: 1px solid #F1F1F1;
}
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #BBBBBB;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
  margin-top: 5px;
  font-size: 9px;
  position: absolute;
  top: 12px;
  right: 8px;
  display: block;
  font-family: "Ionicons";
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
table.dataTable thead .sorting:after {
  content: "\f126";
  margin-top: 0;
}
table.dataTable thead .sorting:before {
  content: "\f123";
  margin-top: 6px;
}
table.dataTable thead .sorting_asc:after {
  content: "\f126";
}
table.dataTable thead .sorting_desc:after {
  content: "\f123";
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #f3f7f9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 10px 6px 18px;
  border-top: 1px solid #BBBBBB;
  font-weight: 400;
  color: #333;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f3f7f9;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #e2ecf1;
}
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.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
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,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #DDE9EF;
}
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: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #DDE9EF;
}
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_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
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: #DDE9EF;
}
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: #ccdee7;
}
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 #BBBBBB;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
table.dataTable.boright,
table.dataTable th.boright,
table.dataTable td.boright {
  border-right: 1px solid #bbb;
}
.table-toolbar {
  position: absolute;
  z-index: 2;
}
.table-toolbar .buttonwrapper {
  padding-right: 10px !important;
  padding-left: 0 !important;
  margin-bottom: 10px;
}
.table-toolbar .buttonwrapper a {
  width: 100%;
}
@media screen and (max-width: 867px) {
  .table-toolbar {
    position: relative;
    z-index: 2;
  }
  .table-toolbar .buttonwrapper {
    margin-right: 0;
  }
  .table-toolbar .buttonwrapper span {
    display: none;
  }
}
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper [class*=col-] {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:first-child a {
  border-right: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:last-child a {
  border-left: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button a {
  margin: 0;
  transition: background 0.2s ease-out, border-color 0.2s ease-out, color 0.2s ease-out;
}
.dataTables_wrapper .dataTables_paginate .paginate_button a:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button a:active {
  color: #8e8f92;
  background-color: #f3f7f9;
  border-color: #e4eaec;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.active a,
.dataTables_wrapper .dataTables_paginate .paginate_button.active:hover a {
  background-color: #818285;
  border-color: #818285;
  color: #fff;
}
.dataTables_wrapper .dataTables_paginate .disabled a,
.dataTables_wrapper .dataTables_paginate .disabled:hover a,
.dataTables_wrapper .dataTables_paginate .disabled:active a,
.dataTables_wrapper .dataTables_paginate .disabled a:hover,
.dataTables_wrapper .dataTables_paginate .disabled:hover a:hover,
.dataTables_wrapper .dataTables_paginate .disabled:active a:hover {
  color: #666 !important;
  border-color: #ddd;
  box-shadow: none;
}
.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: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > 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_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.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: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 10px;
  left: 6px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border-radius: 16px;
  box-sizing: content-box;
  text-align: center;
  line-height: 16px;
  content: '+';
  background-color: #2cc36b;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  font-family: 'Courier New', Courier, monospace;
  text-indent: 4px;
  line-height: 16px;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
table.dataTable > tbody > tr.child span.dtr-data {
  white-space: normal;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
/* #endregion*/
/* #region 2.3) Select2*/
.select2-container--default .select2-selection {
  border-color: #CCCCCC;
  font-family: Roboto, sans-serif;
  border-radius: 3px;
}
.select2-container--default .select2-dropdown {
  margin-top: -1px;
  overflow-x: hidden;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
/* #endregion*/
/* #region 2.4) Notifications */
.alert-minimalist {
  background-color: rgba(244, 244, 244, 0.9);
  border-color: rgba(149, 149, 149, 0.3);
  border-radius: 3px;
  color: #959595;
  padding: 10px;
  -moz-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
  -moz-transition: all 150ms ease-in-out !important;
  -o-transition: all 150ms ease-in-out !important;
  -webkit-transition: all 150ms ease-in-out !important;
  transition: all 150ms ease-in-out !important;
  z-index: 91111 !important;
}
.alert-minimalist:hover {
  background-color: #f4f4f4;
}
.alert-minimalist > [data-notify="title"] {
  color: #333333;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}
.alert-minimalist > [data-notify="message"] {
  font-size: 80%;
}
.alert-minimalist > i {
  height: 50px;
  margin-right: 12px;
  font-size: 2.5em;
}
.alert-minimalist > i:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 37px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.alert-minimalist.info > i {
  color: #62a8ea;
}
.alert-minimalist.info > i:before {
  content: "\f44d";
}
.alert-minimalist.success > i {
  color: #46be8a;
}
.alert-minimalist.success > i:before {
  content: "\f3ff";
}
.alert-minimalist.warning > i {
  color: #f2a654;
}
.alert-minimalist.warning > i:before {
  content: "\f35b";
}
.alert-minimalist.error > i {
  color: #f96868;
}
.alert-minimalist.error > i:before {
  content: "\f406";
}
.alert-minimalist .progress {
  height: 2px;
  margin: 0;
  position: absolute;
  bottom: 0.5px;
  left: 0px;
  width: 100%;
  border-radius: 15px;
}
.alert-minimalist .progress-bar {
  background-color: #818285;
  border-radius: 15px;
}
/* #endregion*/
/* #region 2.5) Ladda */
/*!
 * Ladda
 * http://lab.hakim.se/ladda
 * MIT licensed
 *
 * Copyright (C) 2015 Hakim El Hattab, http://hakim.se
 */
.ladda-button {
  position: relative;
  /* Spinner animation */
  /* Button label */
  /* Progress bar */
  /* EASING */
  /*SLIDE LEFT */
}
.ladda-button .ladda-spinner {
  position: absolute;
  z-index: 2;
  display: inline-block;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: 0;
  opacity: 0;
  pointer-events: none;
}
.ladda-button .ladda-label {
  position: relative;
  z-index: 3;
}
.ladda-button .ladda-progress {
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.1s linear all !important;
  -moz-transition: 0.1s linear all !important;
  -ms-transition: 0.1s linear all !important;
  -o-transition: 0.1s linear all !important;
  transition: 0.1s linear all !important;
}
.ladda-button[data-loading] {
  background: #818285;
}
.ladda-button[data-loading] .ladda-progress {
  opacity: 1;
  visibility: visible;
}
.ladda-button .ladda-spinner,
.ladda-button .ladda-label {
  -webkit-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) transform !important;
  -moz-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) transform !important;
  -ms-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) transform !important;
  -o-transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) transform !important;
  transition: 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) transform !important;
}
.ladda-button[data-style=slide-left] {
  overflow: hidden;
}
.ladda-button[data-style=slide-left] .ladda-label {
  position: relative;
}
.ladda-button[data-style=slide-left] .ladda-spinner {
  left: 100%;
  margin-left: 0;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-label {
  opacity: 0;
  left: -100%;
}
.ladda-button[data-style=slide-left][data-loading] .ladda-spinner {
  opacity: 1;
  left: 50%;
}
/* #endregion*/
/* #region 2.6) Alertify */
.alertify {
  -webkit-transition: all 0.33s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: rgba(0, 0, 0, 0.3);
  bottom: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -moz-transition: all 0.33s cubic-bezier(0.25, 0.8, 0.25, 1);
  -o-transition: all 0.33s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.33s cubic-bezier(0.25, 0.8, 0.25, 1);
  width: 100%;
  z-index: 99999;
}
.alertify * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.alertify .btn {
  margin-left: 10px;
}
.alertify .dialog {
  -ms-transform: translateY(-50%);
  -webkit-transform: none !important;
  -webkit-transform: translateY(-50%);
  -moz-animation-duration: 600ms !important;
  -o-animation-duration: 600ms !important;
  -webkit-animation-duration: 600ms !important;
  animation-duration: 600ms !important;
  margin: 0 auto;
  padding: 12px;
  position: relative;
  top: 0;
  -moz-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.alertify .dialog .msg {
  margin: 0;
  padding: 12px;
  text-align: left;
}
.alertify .dialog input:not(.form-control) {
  font-size: 100%;
  margin-bottom: 15px;
  padding: 12px;
  width: 100%;
}
.alertify .dialog input:not(.form-control) focus {
  outline-offset: -2px;
}
.alertify .dialog nav {
  text-align: right;
}
.alertify .dialog nav button:not(.btn) not(.pure-button) not(.md-button) not(.mdl-button) {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background: 0 0;
  border-radius: 2px;
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  margin: 6px 8px;
  min-height: 36px;
  min-width: 88px;
  outline: 0;
  padding: 0 6px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.alertify .dialog nav button:not(.btn) not(.pure-button) not(.md-button) not(.mdl-button) active {
  background-color: rgba(0, 0, 0, 0.05);
}
.alertify .dialog nav button:not(.btn) not(.pure-button) not(.md-button) not(.mdl-button) hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.alertify .dialog nav button:not(.btn) not(.pure-button) not(.md-button) not(.mdl-button) focus {
  border: 1px dashed rgba(0, 0, 0, 0.1);
}
.alertify .alert {
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0 auto;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.alertify .alert .msg {
  margin: 0;
  padding: 12px;
  text-align: left;
}
.alertify .alert input:not(.form-control) {
  font-size: 100%;
  margin-bottom: 15px;
  padding: 12px;
  width: 100%;
}
.alertify .alert input:not(.form-control) focus {
  outline-offset: -2px;
}
.alertify .alert nav {
  text-align: right;
}
.alertify .alert nav button:not(.btn) not(.pure-button) not(.md-button) not(.mdl-button) {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  background: 0 0;
  border-radius: 2px;
  border: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  margin: 6px 8px;
  min-height: 36px;
  min-width: 88px;
  outline: 0;
  padding: 0 6px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.alertify .alert nav button:not(.btn) not(.pure-button) not(.md-button) not(.mdl-button) active {
  background-color: rgba(0, 0, 0, 0.05);
}
.alertify .alert nav button:not(.btn) not(.pure-button) not(.md-button) not(.mdl-button) hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.alertify .alert nav button:not(.btn) not(.pure-button) not(.md-button) not(.mdl-button) focus {
  border: 1px dashed rgba(0, 0, 0, 0.1);
}
.alertify .alert > * {
  background: #ffffff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
  margin: 0 auto;
  max-width: 95%;
  padding: 12px;
  text-align: center;
  width: 400px;
}
.alertify .dialog > * {
  background: #ffffff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
  margin: 0 auto;
  max-width: 95%;
  padding: 12px;
  text-align: center;
  width: 400px;
  border-radius: 3px;
}
/* #endregion*/
/* #region 2.7) Modals */
.md-modal {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 3;
}
.md-modal.fadeOutUp {
  -webkit-animation-duration: 600ms;
  -moz-animation-duration: 600ms;
  -o-animation-duration: 600ms;
  animation-duration: 600ms;
}
.md-show {
  visibility: visible;
}
.md-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.md-show ~ .md-overlay {
  opacity: 1;
  visibility: visible;
}
.md-show {
  display: block;
}
/* Content styles */
.md-wrapper {
  color: #333;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.14), 0 4px 5px 0 rgba(0, 0, 0, 0.098), 0 1px 10px 0 rgba(0, 0, 0, 0.084);
  -webkit-filter: blur(0);
  filter: blur(0);
}
.md-wrapper h3 {
  margin: 0;
  padding: 0.4em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 300;
  opacity: 0.8;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 3px 3px 0 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.md-wrapper h1,
.md-wrapper h2,
.md-wrapper h3,
.md-wrapper h4,
.md-wrapper p,
.md-wrapper i,
.md-wrapper a,
.md-wrapper input,
.md-wrapper select {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.md-wrapper > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}
.md-wrapper > div p {
  margin: 0;
  padding: 10px 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.md-wrapper > div ul {
  margin: 0;
  padding: 0 0 30px 20px;
}
.md-wrapper > div ul li {
  padding: 5px 0;
}
.md-wrapper .modal-header {
  padding: 15px 40px 10px;
  border: 0;
}
.md-wrapper .modal-header h4 {
  display: inline-block;
}
.md-wrapper .modal-header .closebtn {
  float: right;
  font-size: 1.8em;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  position: relative;
  top: -2px;
}
/* #endregion*/
/* #region 2.8) Filetree */
.filetree {
  border: 1px solid #E8E8E8;
  border-radius: 3px;
}
UL.fancytree-container {
  font-size: 15px;
  line-height: 15px;
  padding: 0 !important;
  margin: 0;
  height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
}
UL.fancytree-container LI {
  list-style: none;
  padding: 0 !important;
  margin: 0;
  white-space: nowrap;
}
UL.fancytree-container LI:first-child .fancytree-title {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
UL.fancytree-container LI:last-child .fancytree-title {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
UL.fancytree-container .fancytree-checkbox {
  position: relative;
  float: left;
  top: 10px;
  left: 10px;
  cursor: pointer;
  font-size: 1rem;
  padding: 10px 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
UL.fancytree-container .fancytree-checkbox:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 10px;
  top: 10px;
  -webkit-transform: rotateZ(40deg);
  -moz-transform: rotateZ(40deg);
  -ms-transform: rotateZ(40deg);
  -o-transform: rotateZ(40deg);
  transform: rotateZ(40deg);
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
UL.fancytree-container .fancytree-checkbox:after {
  border-radius: 2px;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 2px;
  z-index: 0;
}
UL.fancytree-container .fancytree-checkbox:before,
UL.fancytree-container .fancytree-checkbox:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  -moz-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  -o-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  -webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
UL.fancytree-container .fancytree-unselectable .fancytree-checkbox:before,
UL.fancytree-container .fancytree-unselectable .fancytree-checkbox:after {
  border-color: transparent;
  background-color: #BDBDBD;
}
UL.fancytree-container .fancytree-selected > .fancytree-title {
  background: #818285;
  color: #fff;
}
UL.fancytree-container .fancytree-selected > .fancytree-title:hover {
  background: #818285;
  color: #fff;
}
UL.fancytree-container .fancytree-selected > .fancytree-title:before {
  color: #fff !important;
}
UL.fancytree-container .fancytree-selected .fancytree-checkbox:before {
  top: 2px;
  left: 1px;
  width: 6px;
  height: 11px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(40deg);
  -moz-transform: rotateZ(40deg);
  -ms-transform: rotateZ(40deg);
  -o-transform: rotateZ(40deg);
  transform: rotateZ(40deg);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
UL.fancytree-container .fancytree-selected:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}
UL.fancytree-container .fancytree-selected .fancytree-checkbox:after {
  width: 16px;
  height: 16px;
  border: 2px solid #818285;
  background-color: #818285;
  top: 2px;
  z-index: 0;
}
UL.fancytree-container .fancytree-selected:disabled:checked + label:before {
  background-color: transparent;
}
UL.fancytree-container .fancytree-selected:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD;
}
UL.fancytree-container .fancytree-title {
  color: #333;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 10px 15px;
  -moz-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  cursor: pointer;
}
UL.fancytree-container .fancytree-title:before {
  font-family: "Ionicons";
  content: "\f381";
  position: relative;
  z-index: 100000;
  width: 20px;
  display: inline-block;
  left: -5px;
  top: 2px;
  font-size: 18px;
  text-align: center;
  color: #76838f;
  -moz-transition: color 300ms ease;
  -o-transition: color 300ms ease;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
}
UL.fancytree-container .fancytree-title:hover {
  background: #e6e6e6;
}
/* #endregion*/
/* #region 2.9) N3.js */
/* nvd3 version 1.8.1 (https://github.com/novus/nvd3) 2015-06-15 */
.nvd3 .nv-axis {
  pointer-events: none;
  opacity: 1;
}
.nvd3 .nv-axis path {
  fill: none;
  stroke: #000;
  stroke-opacity: 0.75;
  shape-rendering: crispEdges;
}
.nvd3 .nv-axis path.domain {
  stroke-opacity: 0.75;
}
.nvd3 .nv-axis.nv-x path.domain {
  stroke-opacity: 0;
}
.nvd3 .nv-axis line {
  fill: none;
  stroke: #e5e5e5;
  shape-rendering: crispEdges;
}
.nvd3 .nv-axis .zero line,
.nvd3 .nv-axis line.zero {
  stroke-opacity: 0.75;
}
.nvd3 .nv-axis .nv-axisMaxMin text {
  font-weight: bold;
}
.nvd3 .x .nv-axis .nv-axisMaxMin text,
.nvd3 .x2 .nv-axis .nv-axisMaxMin text,
.nvd3 .x3 .nv-axis .nv-axisMaxMin text {
  text-anchor: middle;
}
.nvd3 .nv-axis.nv-disabled {
  opacity: 0;
}
.nvd3 .nv-bars rect {
  fill-opacity: 0.75;
  transition: fill-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear;
}
.nvd3 .nv-bars rect.hover {
  fill-opacity: 1;
}
.nvd3 .nv-bars .hover rect {
  fill: lightblue;
}
.nvd3 .nv-bars text {
  fill: rgba(0, 0, 0, 0);
}
.nvd3 .nv-bars .hover text {
  fill: #000000;
}
.nvd3 .nv-multibar .nv-groups rect,
.nvd3 .nv-multibarHorizontal .nv-groups rect,
.nvd3 .nv-discretebar .nv-groups rect {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear;
}
.nvd3 .nv-multibar .nv-groups rect:hover,
.nvd3 .nv-multibarHorizontal .nv-groups rect:hover,
.nvd3 .nv-candlestickBar .nv-ticks rect:hover,
.nvd3 .nv-discretebar .nv-groups rect:hover {
  fill-opacity: 1;
}
.nvd3 .nv-discretebar .nv-groups text,
.nvd3 .nv-multibarHorizontal .nv-groups text {
  font-weight: bold;
  fill: #000000;
  stroke: rgba(0, 0, 0, 0);
}
/* boxplot CSS */
.nvd3 .nv-boxplot circle {
  fill-opacity: 0.5;
}
.nvd3 .nv-boxplot circle:hover {
  fill-opacity: 1;
}
.nvd3 .nv-boxplot rect:hover {
  fill-opacity: 1;
}
.nvd3 line.nv-boxplot-median {
  stroke: black;
}
.nv-boxplot-tick:hover {
  stroke-width: 2.5px;
}
/* bullet */
.nvd3.nv-bullet {
  font: 10px sans-serif;
}
.nvd3.nv-bullet .nv-measure {
  fill-opacity: 0.8;
}
.nvd3.nv-bullet .nv-measure:hover {
  fill-opacity: 1;
}
.nvd3.nv-bullet .nv-marker {
  stroke: #000;
  stroke-width: 2px;
}
.nvd3.nv-bullet .nv-markerTriangle {
  stroke: #000;
  fill: #fff;
  stroke-width: 1.5px;
}
.nvd3.nv-bullet .nv-tick line {
  stroke: #666;
  stroke-width: 0.5px;
}
.nvd3.nv-bullet .nv-range.nv-s0 {
  fill: #eee;
}
.nvd3.nv-bullet .nv-range.nv-s1 {
  fill: #ddd;
}
.nvd3.nv-bullet .nv-range.nv-s2 {
  fill: #ccc;
}
.nvd3.nv-bullet .nv-title {
  font-size: 14px;
  font-weight: bold;
}
.nvd3.nv-bullet .nv-subtitle {
  fill: #999;
}
.nvd3.nv-bullet .nv-range {
  fill: #bababa;
  fill-opacity: 0.4;
}
.nvd3.nv-bullet .nv-range:hover {
  fill-opacity: 0.7;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick {
  stroke-width: 1px;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick.hover {
  stroke-width: 2px;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick.positive rect {
  stroke: #2ca02c;
  fill: #2ca02c;
}
.nvd3.nv-candlestickBar .nv-ticks .nv-tick.negative rect {
  stroke: #d62728;
  fill: #d62728;
}
.with-transitions .nv-candlestickBar .nv-ticks .nv-tick {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}
.nvd3.nv-candlestickBar .nv-ticks line {
  stroke: #333;
}
.nvd3 .nv-legend .nv-disabled rect {
  /*fill-opacity: 0;*/
}
.nvd3 .nv-check-box .nv-box {
  fill-opacity: 0;
  stroke-width: 2;
}
.nvd3 .nv-check-box .nv-check {
  fill-opacity: 0;
  stroke-width: 4;
}
.nvd3 .nv-series.nv-disabled .nv-check-box .nv-check {
  fill-opacity: 0;
  stroke-opacity: 0;
}
.nvd3 .nv-controlsWrap .nv-legend .nv-check-box .nv-check {
  opacity: 0;
}
/* line plus bar */
.nvd3.nv-linePlusBar .nv-bar rect {
  fill-opacity: 0.75;
}
.nvd3.nv-linePlusBar .nv-bar rect:hover {
  fill-opacity: 1;
}
.nvd3 .nv-groups path.nv-line {
  fill: none;
}
.nvd3 .nv-groups path.nv-area {
  stroke: none;
}
.nvd3.nv-line .nvd3.nv-scatter .nv-groups .nv-point {
  fill-opacity: 0;
  stroke-opacity: 0;
}
.nvd3.nv-scatter.nv-single-point .nv-groups .nv-point {
  fill-opacity: 0.5 !important;
  stroke-opacity: 0.5 !important;
}
.with-transitions .nvd3 .nv-groups .nv-point {
  transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: stroke-width 250ms linear, stroke-opacity 250ms linear;
}
.nvd3.nv-scatter .nv-groups .nv-point.hover,
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 7px;
  fill-opacity: 0.95 !important;
  stroke-opacity: 0.95 !important;
}
.nvd3 .nv-point-paths path {
  stroke: #aaa;
  stroke-opacity: 0;
  fill: #eee;
  fill-opacity: 0;
}
.nvd3 .nv-indexLine {
  cursor: ew-resize;
}
/********************
 * SVG CSS
 */
/********************
  Default CSS for an svg element nvd3 used
*/
svg.nvd3-svg {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: block;
  width: 100%;
  height: 100%;
}
/********************
  Box shadow and border radius styling
*/
.nvtooltip.with-3d-shadow,
.with-3d-shadow .nvtooltip {
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nvd3 text {
  font: normal 12px Arial;
}
.nvd3 .title {
  font: bold 14px Arial;
}
.nvd3 .nv-background {
  fill: white;
  fill-opacity: 0;
}
.nvd3.nv-noData {
  font-size: 18px;
  font-weight: bold;
}
/**********
*  Brush
*/
.nv-brush .extent {
  fill-opacity: 0.125;
  shape-rendering: crispEdges;
}
.nv-brush .resize path {
  fill: #eee;
  stroke: #666;
}
/**********
*  Legend
*/
.nvd3 .nv-legend .nv-series {
  cursor: pointer;
}
.nvd3 .nv-legend .nv-disabled circle {
  fill-opacity: 0;
}
/* focus */
.nvd3 .nv-brush .extent {
  fill-opacity: 0 !important;
}
.nvd3 .nv-brushBackground rect {
  stroke: #000;
  stroke-width: 0.4;
  fill: #fff;
  fill-opacity: 0.7;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick {
  stroke-width: 1px;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.hover {
  stroke-width: 2px;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.positive {
  stroke: #2ca02c;
}
.nvd3.nv-ohlcBar .nv-ticks .nv-tick.negative {
  stroke: #d62728;
}
.nvd3 .background path {
  fill: none;
  stroke: #EEE;
  stroke-opacity: 0.4;
  shape-rendering: crispEdges;
}
.nvd3 .foreground path {
  fill: none;
  stroke-opacity: 0.7;
}
.nvd3 .nv-parallelCoordinates-brush .extent {
  fill: #fff;
  fill-opacity: 0.6;
  stroke: gray;
  shape-rendering: crispEdges;
}
.nvd3 .nv-parallelCoordinates .hover {
  fill-opacity: 1;
  stroke-width: 3px;
}
.nvd3 .missingValuesline line {
  fill: none;
  stroke: black;
  stroke-width: 1;
  stroke-opacity: 1;
  stroke-dasharray: 5, 5;
}
.nvd3.nv-pie path {
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear, stroke-width 250ms linear, stroke-opacity 250ms linear;
}
.nvd3.nv-pie .nv-pie-title {
  font-size: 24px;
  fill: rgba(19, 196, 249, 0.59);
}
.nvd3.nv-pie .nv-slice text {
  stroke: #000;
  stroke-width: 0;
}
.nvd3.nv-pie path {
  stroke: #fff;
  stroke-width: 1px;
  stroke-opacity: 1;
}
.nvd3.nv-pie .hover path {
  fill-opacity: 0.7;
}
.nvd3.nv-pie .nv-label {
  pointer-events: none;
}
.nvd3.nv-pie .nv-label rect {
  fill-opacity: 0;
  stroke-opacity: 0;
}
/* scatter */
.nvd3 .nv-groups .nv-point.hover {
  stroke-width: 20px;
  stroke-opacity: 0.5;
}
.nvd3 .nv-scatter .nv-point.hover {
  fill-opacity: 1;
}
.nv-noninteractive {
  pointer-events: none;
}
.nv-distx,
.nv-disty {
  pointer-events: none;
}
/* sparkline */
.nvd3.nv-sparkline path {
  fill: none;
}
.nvd3.nv-sparklineplus g.nv-hoverValue {
  pointer-events: none;
}
.nvd3.nv-sparklineplus .nv-hoverValue line {
  stroke: #333;
  stroke-width: 1.5px;
}
.nvd3.nv-sparklineplus,
.nvd3.nv-sparklineplus g {
  pointer-events: all;
}
.nvd3 .nv-hoverArea {
  fill-opacity: 0;
  stroke-opacity: 0;
}
.nvd3.nv-sparklineplus .nv-xValue,
.nvd3.nv-sparklineplus .nv-yValue {
  stroke-width: 0;
  font-size: 0.9em;
  font-weight: normal;
}
.nvd3.nv-sparklineplus .nv-yValue {
  stroke: #f66;
}
.nvd3.nv-sparklineplus .nv-maxValue {
  stroke: #2ca02c;
  fill: #2ca02c;
}
.nvd3.nv-sparklineplus .nv-minValue {
  stroke: #d62728;
  fill: #d62728;
}
.nvd3.nv-sparklineplus .nv-currentValue {
  font-weight: bold;
  font-size: 1.1em;
}
/* stacked area */
.nvd3.nv-stackedarea path.nv-area {
  fill-opacity: 0.7;
  stroke-opacity: 0;
  transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  -moz-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
  -webkit-transition: fill-opacity 250ms linear, stroke-opacity 250ms linear;
}
.nvd3.nv-stackedarea path.nv-area.hover {
  fill-opacity: 0.9;
}
.nvd3.nv-stackedarea .nv-groups .nv-point {
  stroke-opacity: 0;
  fill-opacity: 0;
}
.nvtooltip {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  color: #000000;
  padding: 1px;
  border: 1px solid rgba(189, 189, 189, 0.5);
  z-index: 10000;
  display: block;
  border-radius: 4px;
  font-size: 13px;
  text-align: left;
  pointer-events: none;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*Give tooltips that old fade in transition by
    putting a "with-transitions" class on the container div.
*/
.nvtooltip.with-transitions,
.with-transitions .nvtooltip {
  transition: opacity 50ms linear;
  -moz-transition: opacity 50ms linear;
  -webkit-transition: opacity 50ms linear;
  transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
}
.nvtooltip.x-nvtooltip,
.nvtooltip.y-nvtooltip {
  padding: 8px;
}
.nvtooltip h3 {
  margin: 0;
  padding: 4px 14px;
  line-height: 18px;
  font-weight: normal;
  background-color: rgba(247, 247, 247, 0.75);
  color: #000000;
  text-align: center;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.nvtooltip p {
  margin: 0;
  padding: 5px 14px;
  text-align: center;
}
.nvtooltip span {
  display: inline-block;
  margin: 2px 0;
}
.nvtooltip table {
  margin: 6px;
  border-spacing: 0;
}
.nvtooltip table td {
  padding: 2px 9px 2px 0;
  vertical-align: middle;
}
.nvtooltip table td.key {
  font-weight: normal;
}
.nvtooltip table td.value {
  text-align: right;
  font-weight: 500;
}
.nvtooltip table tr.highlight td {
  padding: 1px 9px 1px 0;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-top-width: 1px;
}
.nvtooltip table td.legend-color-guide div {
  width: 8px;
  height: 8px;
  vertical-align: middle;
}
.nvtooltip table td.legend-color-guide div {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.nvtooltip .footer {
  padding: 3px;
  text-align: center;
}
.nvtooltip-pending-removal {
  pointer-events: none;
  display: none;
}
/****
Interactive Layer
*/
.nvd3 .nv-interactiveGuideLine {
  pointer-events: none;
}
.nvd3 line.nv-guideline {
  stroke: #ccc;
}
/* #endregion*/
/* #endregion*/
/* #region 2) PAGES */
.page-condos .select2-dropdown {
  border-color: #EFEFEF;
}
.page-condos .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #F7F7F7;
  color: #818285;
}
.page-dashboard a {
  text-decoration: none;
  cursor: pointer;
}
.page-dashboard a:hover,
.page-dashboard a:active,
.page-dashboard a:focus {
  text-decoration: none !important;
}
.page-admin-messages #tablemessages [type="checkbox"] + label {
  top: -6px;
}
.page-admin-docs #tablefiles [type="checkbox"] + label {
  top: -6px;
}
.page-admin-news #tablenews [type="checkbox"] + label {
  top: -10px;
}
.page-budget .boottable {
  margin-top: 15px;
}
.page-balance tfoot {
  background: #8e8f92;
  color: #fff;
}
.page-balance .chart {
  margin-bottom: 15px;
}
.page-login {
  opacity: 0;
}
.page-login:before {
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-position: center top;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
  background-image: url(Images/banners/front.jpg);
}
.page-login:after {
  position: fixed;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(38, 50, 56, 0.6);
  z-index: -1;
}
.page-login .loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 99999;
}
.page-login .loader .spinner {
  margin: 0 auto;
  width: 100px;
  text-align: center;
}
.page-login .loader .spinner > div {
  width: 16px;
  height: 16px;
  background-color: #f96868;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  animation: sk-bouncedelay 1.7s infinite ease-in-out both;
  margin-right: 5px;
}
.page-login .loader .spinner .spinner__item1 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.page-login .loader .spinner .spinner__item2 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.page-login .loader .spinner .spinner__item3 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.page-login .animated {
  animation-duration: 500ms;
}
.page-login .panel {
  width: 400px;
  margin-bottom: 45px;
  background: #818285;
  border-radius: 4px;
}
.page-login .panel .panel-body {
  padding: 30px 40px 40px;
  overflow: hidden;
}
.page-login .panel .brand img {
  max-width: 200px;
}
.page-login .panel .forms {
  position: relative;
}
.page-login .panel .forms .form {
  position: absolute;
  top: 0;
}
.page-login .panel form {
  margin: 45px 0 30px;
}
.page-login .panel form a {
  margin-left: 20px;
  color: white !important;
  text-decoration: underline;
}
.page-login .panel form label {
  color: white;
  font-weight: 300;
}
.page-login .panel form .form-control {
  border-color: #B7B7B7;
}
.page-login .panel form .form-control:hover {
  border-color: harden(#B7B7B7, 10%);
}
.page-login .panel form .form-control:focus,
.page-login .panel form .form-control:active {
  border-color: #818285;
}
.page-login .panel form [type="checkbox"]:not(:checked) + label:after {
  border: 2px solid #B7B7B7;
}
.page-login .panel form button {
  background-color: #444;
  color: white;
}
.page-login .panel form button:hover {
  background-color: white;
  color: #444;
}
.page-login .panel p {
  color: white;
}
.page-login .panel p a {
  color: white;
  text-decoration: underline;
}
.page-login .panel .language {
  padding: 10px 10px 0px;
  overflow: hidden;
}
.page-login .panel .language form {
  margin: 0;
}
.page-login .panel .language ul {
  margin: 0;
}
.page-login .panel .language ul li {
  list-style: none;
  display: inline-block;
  float: right;
}
.page-login .panel .language ul li a {
  margin: 0 2px;
}
.page-login .panel .language ul li a img {
  max-width: 30px;
  opacity: 0.7;
}
.page-login .panel .language ul li a img:hover {
  opacity: 1;
}
.page-login .panel .language ul li a.active img {
  opacity: 1;
}
.page-login .page-copyright {
  margin-top: 60px;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}
.page-login .page-copyright a {
  color: #fff;
}
.page-login .page-copyright p {
  text-transform: uppercase;
}
.page-login .page-copyright .social a {
  margin: 0 10px;
  text-decoration: none;
}
.page-login .page-copyright .social i {
  font-size: 19px;
  color: #fff;
}
.page-login .page-copyright .social i.active,
.page-login .page-copyright .social i:active {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 480px) {
  .page-login .page-login .page-content {
    padding: 30px 20px;
  }
  .page-login .page-login .panel {
    width: auto;
    padding: 10px;
  }
  .page-login .page-login .panel .panel-body {
    padding: 35px 25px 35px;
  }
}
.page-login .vertical-align {
  font-size: 0;
}
.page-login .vertical-align:before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.page-login .vertical-align-middle {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  font-size: 14px;
}
.data-protection-check:not(.data-protection-check-client-area) input[type="checkbox"] {
  position: static;
  left: 0;
  visibility: visible;
  margin-right: 5px;
}
.data-protection-check.data-protection-check-client-area {
  padding-left: 0 !important;
}
.data-protection-check label {
  font-size: 12px !important;
}
/* #endregion*/