/* 

*/

html {
    background-color: #f0f3f4;
}

html,
body {
    width: 100%;
    height: 100%;
    display: contents;
}

body {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    -webkit-font-smoothing: antialiased !important;
    line-height: 1.42857143 !important;
    color: #58666e !important;
    background-color: transparent !important;
}

.textarea-max {
    max-width: 100%;
    min-width: 100%;
    min-height: 34px;
}

button, select, html, textarea, input {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

*:focus {
    outline: 0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin: 0;
}

.h3 {
    font-size: 1em;
}

.h4 {
    font-size: 1em;
}

a {
    color: #363f44;
    text-decoration: none !important;
    cursor: pointer;
}

    a:hover,
    a:focus {
        color: #141719;
        text-decoration: none;
    }

.pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

label {
    font-weight: normal;
}

small,
.small {
    font-size: 12px;
}

.badge,
.label {
    font-weight: bold;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

    .badge.bg-light,
    .label.bg-light {
        text-shadow: none;
    }

.badge {
    background-color: #cfdadd;
}

    .badge.up {
        position: relative;
        top: -10px;
        padding: 3px 6px;
        margin-left: -10px;
    }

.badge-sm {
    padding: 2px 5px !important;
    font-size: 85%;
}

.badge-notify {
    position: relative;
    top: -15px;
    left: -10px;
}

.badge-caret {
    position: relative;
    left: -15px;
}

.label-sm {
    padding-top: 0;
    padding-bottom: 1px;
}

.badge-white {
    padding: 2px 6px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.badge-empty {
    color: inherit;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.badge-warning {
    background-color: #5bc0de;
}

blockquote {
    border-color: #dee5e7;
    font-size: inherit;
}

.caret-white {
    border-top-color: #fff;
    border-top-color: rgba(255, 255, 255, 0.65);
}

a:hover .caret-white {
    border-top-color: #fff;
}

select.for-filter:first-of-type {
    font-style: italic;
}

select.for-filter option {
    font-style: normal;
}

input.for-filter {
    font-style: italic;
}

.map {
    height: 430px !important;
}

.thumbnail {
    border-color: #dee5e7;
}

.progress {
    background-color: #edf1f2;
}

.progress-xxs {
    height: 2px;
}

.progress-xs {
    height: 6px;
}

.progress-sm {
    height: 12px;
}

    .progress-sm .progress-bar {
        font-size: 10px;
        line-height: 1em;
    }

.progress,
.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.progress-bar-primary {
    background-color: #7266ba;
}

.progress-bar-info {
    background-color: #23b7e5;
}

.progress-bar-success {
    background-color: #27c24c;
}

.progress-bar-success-ligth {
    background-color: #90c47d; /*#3ADF00; #01DF74; #27c24c;*/
}

.progress-bar-warning {
    background-color: #fad733;
}

.progress-bar-warning-ligth {
    background-color: #F4FA58; /*#F3F781;*/
}

.progress-bar-danger {
    background-color: #f05050;
}

.progress-bar-danger-ligth {
    background-color: #f5a4a4; /*#F78181#F78181;*/
}

.progress-bar-default-ligth {
    background-color: #81BEF7;
}

.progress-bar-black {
    background-color: #1c2b36;
}

.progress-bar-white {
    background-color: #fff;
}

.accordion-group,
.accordion-inner {
    border-color: #dee5e7;
    border-radius: 2px;
}

.alert {
    font-size: 13px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
    background-image: none;
}

.alert-selection {
    padding: 2px;
    margin-bottom: 4px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert .close i {
    display: block;
    font-size: 12px;
    font-weight: normal;
}

.input-xs,
form-group-xs {
    height: 26px;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
}

.form-control {
    border-color: #cfdadd;
    border-radius: 2px;
}

    .form-control,
    .form-control:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .form-control:focus {
            border-color: #23b7e5;
        }

.form-control-spin {
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 2;
    margin-top: -7px;
}

.input-xs {
    height: 23px;
}

.input-lg {
    height: 45px;
}

.input-group-addon {
    background-color: #edf1f2;
    border-color: #cfdadd;
}

.list-group {
    border-radius: 2px;
}

    .list-group.no-radius .list-group-item {
        border-radius: 0 !important;
    }

    .list-group.no-borders .list-group-item {
        border: none;
    }

    .list-group.no-border .list-group-item {
        border-width: 1px 0;
    }

    .list-group.no-bg .list-group-item {
        background-color: transparent;
    }

.list-group-item {
    padding-right: 15px;
    border-color: #e7ecee;
}

a.list-group-item:hover,
a.list-group-item:focus,
a.list-group-item.hover {
    background-color: #c5e4f5;
}

.list-group-item.media {
    margin-top: 0;
}

.list-group-item.active {
    color: #fff;
    background-color: #23b7e5 !important;
    border-color: #23b7e5 !important;
}

    .list-group-item.active .text-muted {
        color: #ace4f5 !important;
    }

    .list-group-item.active a {
        color: #fff;
    }

.list-group-item.focus {
    background-color: #e4eaec !important;
}

.list-group-item.select {
    position: relative;
    z-index: 1;
    background-color: #dbeef9 !important;
    border-color: #c5e4f5;
}

.list-group-alt .list-group-item:nth-child(2n+2) {
    background-color: rgba(0, 0, 0, 0.02) !important;
}

.list-group-lg .list-group-item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.list-group-sm .list-group-item {
    padding: 6px 10px;
}

.list-group-sp .list-group-item {
    margin-bottom: 5px;
    border-radius: 3px;
}

.list-group-item > .badge {
    margin-right: 0;
}

.list-group-item > .fa-chevron-right {
    float: right;
    margin-top: 4px;
    margin-right: -5px;
}

    .list-group-item > .fa-chevron-right + .badge {
        margin-right: 5px;
    }

.nav-pills.no-radius > li > a {
    border-radius: 0;
}

.nav-pills > li.active > a {
    color: #fff !important;
    background-color: #23b7e5;
}

    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:active {
        background-color: #19a9d5;
    }

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #c5e4f5;
}

.nav.nav-lg > li > a {
    padding: 20px 20px;
}

.nav.nav-md > li > a {
    padding: 15px 15px;
}

.nav.nav-sm > li > a {
    padding: 6px 12px;
}

.nav.nav-xs > li > a {
    padding: 4px 10px;
}

.nav.nav-xxs > li > a {
    padding: 1px 10px;
}

.nav.nav-rounded > li > a {
    border-radius: 20px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #f6f8f8;
}

.nav-tabs {
    border-color: #dee5e7;
}

    .nav-tabs > li > a {
        border-bottom-color: #dee5e7;
        border-radius: 2px 2px 0 0;
        padding: 8px;
    }

    .nav-tabs > li:hover > a,
    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:hover {
        border-color: #dee5e7;
    }

    .nav-tabs > li.active > a {
        border-bottom-color: #fff !important;
        /* background-color: #23b7e5 !important; */
    }

.nav-tabs-alt .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
}

.nav-tabs-alt .nav-tabs > li > a {
    background: transparent !important;
    border-color: transparent !important;
    border-bottom-color: #dee5e7 !important;
    border-radius: 0;
}

.nav-tabs-alt .nav-tabs > li.active > a {
    border-bottom-color: #23b7e5 !important;
}

.tab-container {
    margin-bottom: 15px;
}

    .tab-container .tab-content {
        padding: 15px;
        background-color: #fff;
        border: 1px solid #dee5e7;
        border-top-width: 0;
        border-radius: 0 0 2px 2px;
        padding-bottom: 5px;
        padding-top: 5px;
    }

.pagination > li > a {
    border-color: #dee5e7;
}

    .pagination > li > a:hover,
    .pagination > li > a:focus {
        background-color: #edf1f2;
        border-color: #dee5e7;
    }

.panel {
    border-radius: 2px;
}

    .panel .accordion-toggle {
        display: block;
        font-size: 14px;
        cursor: pointer;
    }

    .panel .list-group-item {
        /* border-color: #edf1f2; */
    }

    .panel.no-borders {
        border-width: 0;
    }

        .panel.no-borders .panel-heading,
        .panel.no-borders .panel-footer {
            border-width: 0;
        }

.panel-heading {
    border-radius: 2px 2px 0 0;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

    .panel-heading .titleLeft {
        margin-left: 15px !important;
        margin-right: -15px !important;
        padding-left: 0px;
    }

    .panel-heading .titleRight {
        margin-left: -15px !important;
        margin-right: -15px !important;
        padding-left: 0px;
        padding-right: 0px;
    }

.panel-action .panel-heading .titleLeft,
.panel-action .panel-heading .titleRight,
.panel-action .panel-heading .fullTitle {
    background-color: #27c24c;
    color: white;
}

.panel-action.active.panel-info .panel-heading .titleLeft,
.panel-action.active.panel-info .panel-heading .titleRight,
.panel-action.active.panel-info .panel-heading .fullTitle {
    background-color: #23b7e5;
    color: white;
}

.panel-master-heading {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #dee5e7;
    border-top: none;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.panel-master-filter-heading {
    border-radius: 0 0 0 0;
    border-bottom: 1px solid #dee5e7;
    border-top: none;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: #dadad9;
}

    .panel-master-filter-heading .text-muted {
        color: #000;
    }

.debt-header {
    height: 50px;
}

.panel-default .panel-heading {
    background-color: rgba(246, 248, 248, 0.72);
    /*background-color: #f6f8f8;*/
}

    .panel-default-fix{
        margin-top:-20px;
    }

    .panel-heading.no-border {
        margin: -1px -1px 0 -1px;
        border: none;
    }

.panel-heading .nav {
    margin: -10px -15px;
}

.panel-heading .list-group {
    background: transparent;
}

.panel-footer {
    background-color: #ffffff;
    border-color: #edf1f2;
    border-radius: 0 0 2px 2px;
}

.panel-default {
    border-color: #dee5e7;
}

    .panel-default > .panel-heading,
    .panel-default > .panel-footer {
        border-color: rgba(0, 0, 0, 0.1);
    }

.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #eaedef;
}

.panel-mgm {
    height: 325px;
}

.table {
    margin-bottom: 5px;
}

    .table > tbody > tr > td,
    .table > tfoot > tr > td {
        padding: 8px 15px;
        border-top: 1px solid #eaeff0;
        vertical-align: middle;
    }

    .table > thead > tr > th {
        padding: 8px 15px;
        border-bottom: 1px solid #eaeff0;
    }

.table-bordered {
    border-color: #eaeff0;
}

    .table-bordered > tbody > tr > td {
        border-color: #eaeff0;
    }

    .table-bordered > thead > tr > th {
        border-color: #eaeff0;
    }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #fafbfc;
}

.table-striped > thead > th {
    background-color: #fafbfc;
    border-right: 1px solid #eaeff0;
}

    .table-striped > thead > th:last-child {
        border-right: none;
    }

table tbody tr td a > i {
    margin-right: 15px;
}

.well,
pre {
    background-color: #edf1f2;
    border-color: #dee5e7;
}

    pre.code {
        background-color: transparent;
    }

        pre.code .sql.query,
        pre.code.query {
            background-color: #f6f8f8;
        }

.dropdown-menu {
    border: 1px solid #dee5e7 !important;
    border: 1px solid rgba(0, 0, 0, 0.1)!important;
    border-radius: 2px !important;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
	font-size: 14px !important;
	padding: 11px 12px !important;
}

    .dropdown-menu.pull-left {
        left: 100%;
    }

    .dropdown-menu > .panel {
        margin: -5px 0;
        border: none;
    }

    .dropdown-menu > li {
        height:26px !important
    }

        .dropdown-menu > li > a > div.row:hover,
        .dropdown-menu > li > a > div.row:focus
		{
            color: #141719;
            background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%) !important;
            filter: none !important;
			background-color:#f5f5f5 !important;
			border:1px solid rgba(0,0,0,.15);
			border-radius:0px;
        }

.dropdown-header {
    padding: 5px 15px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu:hover > a,
    .dropdown-submenu:focus > a {
        color: #58666e;
        background-color: #edf1f2 !important;
    }

    .dropdown-submenu:hover > .dropdown-menu,
    .dropdown-submenu:focus > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu.pull-left {
        float: none !important;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
        }

    .dropdown-submenu.pull-down {
        float: none !important;
    }

        .dropdown-submenu.pull-down > .dropdown-menu {
            left: 0;
            top: 100%;
            margin-top: 5px;
        }

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
    }

.dropup .dropdown-submenu > .dropdown-menu {
    top: auto;
    bottom: 0;
}

.btn-group > .btn {
    margin-left: -1px;
}

.btn-group.sincampanas {
    display: block;
}

.animate-if {
}

    .animate-if.ng-enter, .animate-if.ng-leave {
        -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
        -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
        -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
        transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    }

        .animate-if.ng-enter,
        .animate-if.ng-leave.ng-leave-active {
            -webkit-animation: fadeOut 0.5s;
            -moz-animation: fadeOut 0.5s;
            -o-animation: fadeOut 0.5s;
            animation: fadeOut 0.5s;
        }

            .animate-if.ng-leave,
            .animate-if.ng-enter.ng-enter-active {
                -webkit-animation: fadeIn 0.5s;
                -moz-animation: fadeIn 0.5s;
                -o-animation: fadeIn 0.5s;
                animation: fadeIn 0.5s;
            }

.animate-collapse-if.ng-enter, .animate-collapse-if.ng-leave {
    -webkit-transition: all cubic-bezier(0.420, 0.670, 0.0, 0.990) 0.6s;
    -moz-transition: all cubic-bezier(0.420, 0.670, 0.0, 0.990) 0.6s;
    -o-transition: all cubic-bezier(0.420, 0.670, 0.0, 0.990) 0.6s;
    transition: all cubic-bezier(0.420, 0.670, 0.0, 0.990) 0.6s;
}

    .animate-collapse-if.ng-enter,
    .animate-collapse-if.ng-leave.ng-leave-active {
        -webkit-transition: 1s linear all;
        -moz-transition: 1s linear all;
        -o-transition: 1s linear all;
        transition: 1s linear all;
        max-height: 0;
        opacity: 1;
    }

        .animate-collapse-if.ng-leave,
        .animate-collapse-if.ng-enter.ng-enter-active {
            -webkit-transition: 1s linear all;
            -moz-transition: 1s linear all;
            -o-transition: 1s linear all;
            transition: 1s linear all;
            max-height: 999px;
            opacity: 1;
        }

/*cols*/

.col-lg-2-4 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-0 {
    clear: left;
}

.row.no-gutter {
    margin-right: 0;
    margin-left: 0;
}

.no-gutter [class*="col"] {
    padding: 0;
}

.row-sm {
    margin-right: -10px;
    margin-left: -10px;
}

    .row-sm > div {
        padding-right: 10px;
        padding-left: 10px;
    }

.modal-backdrop {
    background-color: #3a3f51;
}

    .modal-backdrop.in {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

.modal-over {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.modal-center {
    position: absolute;
    top: 50%;
    left: 50%;
}

/*layout*/

body {
    overflow-x: hidden;
}

.app {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 100%;
    overflow: hidden;
}

    .app:before {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
        display: block;
        width: inherit;
        background-color: #f0f3f4;
        /*background-color: #ffffff;*/
        border: inherit;
        content: "";
    }

.backgroundblank {
    background-color: #ffffff;
}


    .app-header-fixed .app-header {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #dee5e7;
    }

.app-header {
    z-index: 1050;
    border-radius: 0;
}

.app-aside {
    float: left;
}

    .app-aside:before {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: -1;
        width: inherit;
        background-color: inherit;
        border: inherit;
        content: "";
    }

.app-aside-right {
    padding-bottom: 50px;
}

.app-content-emx {
    overflow-x: hidden;
    margin-top: 50px;
}

.app-content {
    height: 100%;
}

    .app-content:before,
    .app-content:after {
        display: table;
        content: " ";
    }

    .app-content:after {
        clear: both;
    }

.app-content-full {
    position: absolute;
    top: 50px;
    bottom: 50px;
    width: auto !important;
    height: auto;
    padding: 0 !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .app-content-full.h-full {
        bottom: 0;
        height: auto;
    }

.app-content-body {
    float: left;
    width: 100%;
    /*padding-bottom: 50px;*/
}

.app-footer {
    /*position: fixed;*/
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
}

.hbox {
    display: table;
    width: 100%;
    height: 100%;
    border-spacing: 0;
    table-layout: fixed;
}

    .hbox .col {
        display: table-cell;
        float: none;
        height: 100%;
        vertical-align: top;
    }


.v-middle {
    vertical-align: middle !important;
}

.v-top {
    vertical-align: top !important;
}

.v-bottom {
    vertical-align: bottom !important;
}

.vbox {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    min-height: 240px;
    border-spacing: 0;
}

    .vbox .row-row {
        display: table-row;
        height: 100%;
    }

        .vbox .row-row .cell {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: auto;
            -webkit-overflow-scrolling: touch;
        }

.ie .vbox .row-row .cell {
    display: table-cell;
}

.vbox .row-row .cell .cell-inner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.navbar {
    margin: 0;
    border-width: 0;
    border-radius: 0;
}

    .navbar .navbar-form-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

.navbar-md {
    min-height: 60px;
}

    .navbar-md .navbar-btn {
        margin-top: 13px;
    }

    .navbar-md .navbar-form {
        margin-top: 15px;
    }

    .navbar-md .navbar-nav > li > a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .navbar-md .navbar-brand {
        line-height: 60px;
    }

.navbar-header > button {
    padding: 10px 17px;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    background-color: transparent;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
}

.navbar-brand {
    display: inline-block;
    float: none;
    height: auto;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
}

    .navbar-brand:hover {
        text-decoration: none;
    }

    .navbar-brand img {
        max-height: 34px;
        margin-top: -4px;
        vertical-align: middle;
    }

    .navbar-brand .logo {
        max-width: 34px !important;
    }

    .navbar-brand .logo-iso {
        max-width: 76px !important;
    }

.user-scope {
    padding-top: 4px !important;
    padding-bottom: 5px !important;
}

@media (min-width: 768px) {
    .h3 {
        font-size: 1.2em;
        font-weight: normal;
    }

    .h4 {
        font-size: 1em;
    }

    .app-aside,
    .navbar-header {
        width: 200px;
    }

    .navbar-collapse,
    .app-content,
    .app-footer {
        margin-left: 200px;
    }

    .app-footer-colpa {
        margin-left: 60px !important;
    }

    .app-aside-right {
        position: absolute;
        top: 50px;
        right: 0;
        bottom: 0;
        z-index: 1000;
    }

        .app-aside-right.pos-fix {
            z-index: 1010;
        }

    .visible-folded {
        display: none;
    }

    .app-aside-folded .hidden-folded {
        display: none !important;
    }

    .app-aside-folded .visible-folded {
        display: inherit;
    }

    .app-aside-folded .text-center-folded {
        text-align: center;
    }

    .app-aside-folded .pull-none-folded {
        float: none !important;
    }

    .app-aside-folded .w-auto-folded {
        width: auto;
    }

    .app-aside-folded .app-aside,
    .app-aside-folded .navbar-header {
        width: 60px;
    }

    .app-aside-folded .navbar-collapse,
    .app-aside-folded .app-content,
    .app-aside-folded .app-footer {
        margin-left: 60px;
    }

    .app-aside-folded .app-header .navbar-brand {
        display: block;
        padding: 0;
    }

    .app-aside-fixed .app-header .navbar-header {
        position: fixed;
    }

    .app-aside-fixed .aside-wrap {
        position: fixed;
        top: 50px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        width: 200px;
        overflow: hidden;
    }

        .app-aside-fixed .aside-wrap .navi-wrap {
            position: relative;
            width: 217px;
            height: 100%;
            overflow-x: hidden;
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch;
        }

            .app-aside-fixed .aside-wrap .navi-wrap::-webkit-scrollbar {
                -webkit-appearance: none;
            }

                .app-aside-fixed .aside-wrap .navi-wrap::-webkit-scrollbar:vertical {
                    width: 17px;
                }

    .smart .app-aside-fixed .aside-wrap .navi-wrap {
        width: 200px;
    }

    .app-aside-fixed.app-aside-folded .app-aside {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 1010;
    }

    .app-aside-fixed.app-aside-folded .aside-wrap {
        width: 60px;
    }

        .app-aside-fixed.app-aside-folded .aside-wrap .navi-wrap {
            width: 77px;
        }

    .smart .app-aside-fixed.app-aside-folded .aside-wrap .navi-wrap {
        width: 60px;
    }

    .bg-auto:before {
        position: absolute;
        top: 0;
        bottom: 0;
        z-index: -1;
        width: inherit;
        background-color: inherit;
        border: inherit;
        content: "";
    }

    .bg-auto.b-l:before {
        margin-left: -1px;
    }

    .bg-auto.b-r:before {
        margin-right: -1px;
    }

    .col.show {
        display: table-cell !important;
    }

    .dropdown-on-right {
        left: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hbox-auto-sm {
        display: block;
    }

        .hbox-auto-sm > .col {
            display: block;
            width: auto;
            height: auto;
        }

            .hbox-auto-sm > .col.show {
                display: block !important;
            }
}

@media (max-width: 767px) {
    .panel-mgm {
        height: auto;
    }

    .app-aside {
        float: none;
    }

    .app-content-full {
        width: 100% !important;
    }

    .hbox-auto-xs {
        display: block;
    }

        .hbox-auto-xs > .col {
            display: block;
            width: auto;
            height: auto;
        }

    .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
    }

        .navbar-nav > li > a {
            box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
        }

            .navbar-nav > li > a .up {
                top: 0;
            }

            .navbar-nav > li > a .avatar {
                width: 30px;
                margin-top: -5px;
            }

        .navbar-nav .open .dropdown-menu {
            background-color: #fff;
        }

    .navbar-form {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
    }

        .navbar-form .form-group {
            margin-bottom: 0;
        }

    .app-header {
        margin-left: 0px !important;
    }
}

html {
    /*background: url('../img/bg.jpg');*/
    background-attachment: fixed;
    background-size: cover;
}

.app.container {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 768px) {
    .app.container {
        width: 750px;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    }

        .app.container .app-aside {
            overflow-x: hidden;
        }

        .app.container.app-aside-folded .app-aside {
            overflow-x: visible;
        }

        .app.container.app-aside-fixed .aside-wrap {
            left: inherit;
        }

        .app.container.app-aside-fixed.app-aside-folded .app-aside > ul.nav {
            position: absolute;
        }

        .app.container .app-header,
        .app.container .app-aside {
            max-width: 750px;
        }
}

@media (min-width: 992px) {
    .app.container {
        width: 970px;
    }

        .app.container .app-header,
        .app.container .app-aside {
            max-width: 970px;
        }

    .p-md-l-none {
        padding-left: 0;
    }

    .p-md-r-none {
        padding-right: 0;
    }
}

@media (min-width: 1200px) {
    .text-md {
        font-size: 16px;
    }

    .h3 {
        font-size: 1.8em !important;
        font-weight: normal !important;
    }

    .h4 {
        font-size: 1.5em !important;
        font-weight: normal !important;
    }

    .app.container {
        width: 1170px;
    }

        .app.container .app-header,
        .app.container .app-aside {
            max-width: 1170px;
        }

    .p-lg-l-none {
        padding-left: 0;
    }

    .p-lg-r-none {
        padding-right: 0;
    }

    .p-lg-l-xs {
        padding-left: 15px;
    }

    .dropdown-on-right {
        left: -150px !important;
    }
}

.nav-sub {
    height: 0;
    margin-left: -20px;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.app:not(.app-aside-folded) ng-include.active > .nav-sub,
.app-aside-folded .nav li:hover > ng-include > .nav-sub,
.app-aside-folded .nav li:focus > ng-include > .nav-sub,
.app-aside-folded .nav li:active > ng-include > .nav-sub {
    height: auto !important;
    margin-left: 0;
    opacity: 1;
    overflow: visible;
}

.app-aside-folded .nav li:hover .nav-sub li:hover {
}

.nav-sub-header {
    display: none !important;
}

    .nav-sub-header a {
        padding: 15px 20px;
    }

.fa.arrowmenu:before {
    content: "\f104";
}

.active > a > .fa.arrowmenu:before,
.active > a > span > .fa.arrowmenu:before {
    content: "\f107";
}

.navi ul.nav li {
    position: relative;
    display: block;
}

    .navi ul.nav li a.item,
    .bg-black .nav li > ng-include > li > ng-include > a {
        border-left-style: solid;
        border-left-width: 5px;
        border-left-color: transparent;
    }

        .bg-black .nav li > ng-include > li > ng-include > a:hover,
        .bg-black .nav li > ng-include.active > a:hover,
        .navi ul.nav li a.item:hover {
            position: relative;
            display: block;
            border-left-style: solid;
            border-left-width: 5px;
            border-left-color: #FFF;
        }

    .navi ul.nav li li a {
        /* padding-left: 55px; */
    }

    .navi ul.nav li a {
        position: relative;
        display: block;
        padding: 7px 20px; /* 10px 20px  */
        font-weight: normal;
        text-transform: none;
        -webkit-transition: background-color 0.2s ease-in-out 0s;
        -moz-transition: background-color 0.2s ease-in-out 0s;
        -o-transition: background-color 0.2s ease-in-out 0s;
        transition: background-color 0.2s ease-in-out 0s;
        z-index: 1020;
    }

        .navi ul.nav li a .badge,
        .navi ul.nav li a .label {
            padding: 2px 5px;
            margin-top: 2px;
            font-size: 11px;
        }

        .navi ul.nav li a > i {
            position: relative;
            float: left;
            width: 20px; /*40px;*/
            margin: -10px -10px;
            margin-right: 5px;
            overflow: hidden;
            line-height: 40px;
            text-align: center;
        }

.app-aside-folded .navi ul.nav li a > i {
    float: none !important;
}

.app-aside-folded .navi ul.nav.nav-sub li a > i {
    float: left !important;
}

/*.app-aside-folded .navi ul.nav li a > i {
            float: none !important;
            margin-left: -5px;
        }*/

.navi ul.nav li a > i:before {
    position: relative;
    z-index: 2;
}

@media (min-width: 768px) {
    .app-aside-folded .nav-sub-header {
        display: block !important;
    }

        .app-aside-folded .nav-sub-header a {
            padding: 15px 20px !important;
        }

    .app-aside-folded .navi > ul > li > a, .app-aside-folded .navi > ul > li > ng-include > li > ng-include > a {
        position: relative;
        height: 40px;
        padding: 0;
        text-align: center;
        border: none;
    }

        .app-aside-folded .navi > ul > li > a span, .app-aside-folded .navi > ul > li > ng-include > li > ng-include > a span {
            display: none;
        }

            .app-aside-folded .navi > ul > li > a span.pull-right {
                display: none !important;
            }

        .app-aside-folded .navi > ul > li > a i, .app-aside-folded .navi > ul > li > ng-include > li > ng-include > a i {
            display: block;
            float: none;
            width: auto;
            margin: 0;
            font-size: 16px;
            line-height: 34px; /* 40 px*/
            border: none !important;
            -webkit-transition: margin-top 0.2s;
            -moz-transition: margin-top 0.2s;
            -o-transition: margin-top 0.2s;
            transition: margin-top 0.2s;
        }

            .app-aside-folded .navi > ul > li > a i b {
                left: 0 !important;
            }

        .app-aside-folded .navi > ul > li > a .badge,
        .app-aside-folded .navi > ul > li > a .label {
            position: absolute;
            top: 8px;
            right: 12px;
            z-index: 3;
        }

    .app-aside-folded .navi > ul ul {
        position: absolute;
        top: 0 !important;
        left: 100%;
        z-index: 1050;
        width: 200px;
        height: 0 !important;
        -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    /*.app-aside-folded .navi li li a {
        padding-left: 20px !important;
    }*/

    .app-aside-folded.app-aside-fixed .app-aside > ul.nav {
        position: fixed;
        left: 80px;
        z-index: 1010;
        display: block;
        width: 260px;
        height: auto;
        overflow: visible;
        overflow-y: auto;
        opacity: 1;
        -webkit-overflow-scrolling: touch;
    }

        .app-aside-folded.app-aside-fixed .app-aside > ul.nav:before {
            position: absolute;
            top: 0;
            left: -60px;
            width: 60px;
            height: 50px;
            content: "";
        }

        .app-aside-folded.app-aside-fixed .app-aside > ul.nav a {
            padding-right: 20px !important;
            padding-left: 20px !important;
        }
}

@media (max-width: 767px) {
    .app {
        overflow-x: hidden;
    }

    .app-content {
        -webkit-transition: -webkit-transform 0.2s ease;
        -moz-transition: -moz-transform 0.2s ease;
        -o-transition: -o-transform 0.2s ease;
        transition: transform 0.2s ease;
    }

    .off-screen {
        position: absolute;
        top: 50px;
        bottom: 0;
        z-index: 1010;
        display: block !important;
        width: 75%;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: visible;
        -webkit-overflow-scrolling: touch;
    }

        .off-screen + * {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            z-index: 1015;
            width: 100%;
            padding-top: 50px;
            overflow: hidden;
            background-color: #f0f3f4;
            -webkit-transform: translate3d(75%, 0, 0px);
            -moz-transform: translate3d(75%, 0, 0px);
            -ms-transform: translate3d(75%, 0, 0px);
            -o-transform: translate3d(75%, 0, 0px);
            transform: translate3d(75%, 0, 0px);
            -webkit-transition: -webkit-transform 0.2s ease;
            -moz-transition: -moz-transform 0.2s ease;
            -o-transition: -o-transform 0.2s ease;
            transition: transform 0.2s ease;
            -webkit-backface-visibility: hidden;
            -moz-backface-visibility: hidden;
            backface-visibility: hidden;
        }

            .off-screen + * .off-screen-toggle {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                z-index: 1020;
                display: block !important;
            }

        .off-screen.pull-right {
            right: 0;
        }

            .off-screen.pull-right + * {
                -webkit-transform: translate3d(-75%, 0, 0px);
                -moz-transform: translate3d(-75%, 0, 0px);
                -ms-transform: translate3d(-75%, 0, 0px);
                -o-transform: translate3d(-75%, 0, 0px);
                transform: translate3d(-75%, 0, 0px);
            }

    .p-in-xs-none {
        padding: 0;
    }

    .p-xxs {
        padding: 5px;
    }

    .m-in-xs-t-n {
        margin-top: 0;
    }

    .m-in-xs-b-n {
        margin-bottom: 0;
    }

    .m-in-xs-t-xlg {
        margin-top: 30px;
    }
}

@media (min-width: 992px) {
    .app-aside-dock .app-content,
    .app-aside-dock .app-footer {
        margin-left: 0;
    }

    .app-aside-dock.app-aside-fixed.app-header-fixed {
        padding-top: 115px;
    }

    .app-aside-dock.app-aside-fixed .app-aside {
        position: fixed;
        top: 50px;
        z-index: 1000;
        width: 100%;
    }

    .app-aside-dock .app-aside,
    .app-aside-dock .aside-wrap,
    .app-aside-dock .navi-wrap {
        position: relative;
        top: 0;
        float: none;
        width: 100% !important;
        overflow: visible !important;
    }

    .app-aside-dock .app-aside {
        bottom: auto !important;
    }

        .app-aside-dock .app-aside.b-r {
            border-bottom: 1px solid #dee5e7;
            border-right-width: 0;
        }

        .app-aside-dock .app-aside:before {
            display: none;
        }

        .app-aside-dock .app-aside .hidden-folded,
        .app-aside-dock .app-aside .line,
        .app-aside-dock .app-aside .navi-wrap > div {
            display: none !important;
        }

        .app-aside-dock .app-aside .navi > ul > li {
            position: relative;
            display: inline-block;
            float: left;
        }

            .app-aside-dock .app-aside .navi > ul > li > a {
                height: auto;
                padding: 10px 15px 12px 15px;
                text-align: center;
            }

                .app-aside-dock .app-aside .navi > ul > li > a > .badge,
                .app-aside-dock .app-aside .navi > ul > li > a > .label {
                    position: absolute;
                    top: 5px;
                    right: 8px;
                    padding: 1px 4px;
                }

                .app-aside-dock .app-aside .navi > ul > li > a > i {
                    display: block;
                    float: none;
                    width: 40px;
                    margin-top: -10px;
                    margin-right: auto;
                    margin-bottom: -7px;
                    margin-left: auto;
                    font-size: 14px;
                    line-height: 40px;
                }

                .app-aside-dock .app-aside .navi > ul > li > a > span.pull-right {
                    position: absolute;
                    bottom: 2px;
                    left: 50%;
                    display: block !important;
                    margin-left: -6px;
                    line-height: 1;
                }

                    .app-aside-dock .app-aside .navi > ul > li > a > span.pull-right i {
                        width: 12px;
                        font-size: 12px;
                        line-height: 12px;
                    }

                        .app-aside-dock .app-aside .navi > ul > li > a > span.pull-right i.text {
                            line-height: 14px;
                            -webkit-transform: rotate(90deg);
                            -ms-transform: rotate(90deg);
                            -moz-transform: rotate(90deg);
                            -o-transform: rotate(90deg);
                            transform: rotate(90deg);
                        }

                .app-aside-dock .app-aside .navi > ul > li > a > span {
                    display: block;
                    font-weight: normal;
                }

            .app-aside-dock .app-aside .navi > ul > li .nav-sub {
                position: absolute;
                top: auto !important;
                left: 0;
                z-index: 1050;
                display: none;
                width: 200px;
                height: auto !important;
                -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
                box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
            }

            .app-aside-dock .app-aside .navi > ul > li .nav-sub-header {
                display: none !important;
            }

        .app-aside-dock .app-aside .navi li li a {
            padding-left: 15px;
        }

        .app-aside-dock .app-aside .navi li:hover .nav-sub,
        .app-aside-dock .app-aside .navi li:focus .nav-sub,
        .app-aside-dock .app-aside .navi li:active .nav-sub {
            display: block;
            height: auto !important;
            margin-left: 0;
            overflow: auto;
            opacity: 1;
        }
}

.arrow {
    z-index: 10;
    border-width: 9px;
}

    .arrow,
    .arrow:after {
        position: absolute;
        display: block;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
    }

        .arrow:after {
            border-width: 8px;
            content: "";
        }

        .arrow.top {
            top: -9px;
            left: 50%;
            margin-left: -9px;
            border-bottom-color: rgba(0, 0, 0, 0.1);
            border-top-width: 0;
        }

            .arrow.top:after {
                top: 1px;
                margin-left: -8px;
                border-bottom-color: #ffffff;
                border-top-width: 0;
            }

            .arrow.top.arrow-primary:after {
                border-bottom-color: #7266ba;
            }

            .arrow.top.arrow-info:after {
                border-bottom-color: #23b7e5;
            }

            .arrow.top.arrow-success:after {
                border-bottom-color: #27c24c;
            }

            .arrow.top.arrow-danger:after {
                border-bottom-color: #f05050;
            }

            .arrow.top.arrow-warning:after {
                border-bottom-color: #fad733;
            }

            .arrow.top.arrow-light:after {
                border-bottom-color: #edf1f2;
            }

            .arrow.top.arrow-dark:after {
                border-bottom-color: #3a3f51;
            }

            .arrow.top.arrow-black:after {
                border-bottom-color: #1c2b36;
            }

        .arrow.right {
            top: 50%;
            right: -9px;
            margin-top: -9px;
            border-left-color: rgba(0, 0, 0, 0.1);
            border-right-width: 0;
        }

            .arrow.right:after {
                right: 1px;
                bottom: -8px;
                border-left-color: #ffffff;
                border-right-width: 0;
            }

            .arrow.right.arrow-primary:after {
                border-left-color: #7266ba;
            }

            .arrow.right.arrow-info:after {
                border-left-color: #23b7e5;
            }

            .arrow.right.arrow-success:after {
                border-left-color: #27c24c;
            }

            .arrow.right.arrow-danger:after {
                border-left-color: #f05050;
            }

            .arrow.right.arrow-warning:after {
                border-left-color: #fad733;
            }

            .arrow.right.arrow-light:after {
                border-left-color: #edf1f2;
            }

            .arrow.right.arrow-dark:after {
                border-left-color: #3a3f51;
            }

            .arrow.right.arrow-black:after {
                border-left-color: #1c2b36;
            }

        .arrow.bottom {
            bottom: -9px;
            left: 50%;
            margin-left: -9px;
            border-top-color: rgba(0, 0, 0, 0.1);
            border-bottom-width: 0;
        }

            .arrow.bottom:after {
                bottom: 1px;
                margin-left: -8px;
                border-top-color: #ffffff;
                border-bottom-width: 0;
            }

            .arrow.bottom.arrow-primary:after {
                border-top-color: #7266ba;
            }

            .arrow.bottom.arrow-info:after {
                border-top-color: #23b7e5;
            }

            .arrow.bottom.arrow-success:after {
                border-top-color: #27c24c;
            }

            .arrow.bottom.arrow-danger:after {
                border-top-color: #f05050;
            }

            .arrow.bottom.arrow-warning:after {
                border-top-color: #fad733;
            }

            .arrow.bottom.arrow-light:after {
                border-top-color: #edf1f2;
            }

            .arrow.bottom.arrow-dark:after {
                border-top-color: #3a3f51;
            }

            .arrow.bottom.arrow-black:after {
                border-top-color: #1c2b36;
            }

        .arrow.left {
            top: 50%;
            left: -9px;
            margin-top: -9px;
            border-right-color: rgba(0, 0, 0, 0.1);
            border-left-width: 0;
            z-index: 1;
        }

            .arrow.left:after {
                bottom: -8px;
                left: 1px;
                border-right-color: #ffffff;
                border-left-width: 0;
            }

            .arrow.left.arrow-primary:after {
                border-right-color: #7266ba;
            }

            .arrow.left.arrow-info:after {
                border-right-color: #23b7e5;
            }

            .arrow.left.arrow-success:after {
                border-right-color: #27c24c;
            }

            .arrow.left.arrow-danger:after {
                border-right-color: #f05050;
            }

            .arrow.left.arrow-warning:after {
                border-right-color: #fad733;
            }

            .arrow.left.arrow-light:after {
                border-right-color: #edf1f2;
            }

            .arrow.left.arrow-dark:after {
                border-right-color: #3a3f51;
            }

            .arrow.left.arrow-black:after {
                border-right-color: #1c2b36;
            }

        .arrow.pull-left {
            left: 19px;
        }

        .arrow.pull-right {
            right: 19px;
            left: auto;
        }

        .arrow.pull-up {
            top: 19px;
        }

        .arrow.pull-down {
            top: auto;
            bottom: 19px;
        }

.btn {
    font-weight: 500;
    border-radius: 2px;
    outline: 0 !important;
    background-image: none;
	font-size:14px !important;
}

    .btn[disabled] {
        pointer-events: auto;
    }

.btn-link {
    color: #58666e;
}

    .btn-link.active {
        box-shadow: none;
        -webkit-box-shadow: none;
    }

.btn-default {
    color: #58666e !important;
    background-color: #fcfdfd;
    background-color: #fff;
    border-color: #dee5e7;
    border-bottom-color: #d8e1e3;
    -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
}

    .btn-default.campaignvar,
    .btn-default.campaignvar:hover
    .btn-default.campaignvar:active
    .btn-default.campaignvar:focus {
        color: #419641 !important;
    }

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        color: #58666e !important;
        background-color: #edf1f2;
        border-color: #c7d3d6;
    }

    .btn-default:active,
    .btn-default.active,
    .open .dropdown-toggle.btn-default {
        background-image: none;
    }

    .btn-default.disabled,
    .btn-default[disabled],
    fieldset[disabled] .btn-default,
    .btn-default.disabled:hover,
    .btn-default[disabled]:hover,
    fieldset[disabled] .btn-default:hover,
    .btn-default.disabled:focus,
    .btn-default[disabled]:focus,
    fieldset[disabled] .btn-default:focus,
    .btn-default.disabled:active,
    .btn-default[disabled]:active,
    fieldset[disabled] .btn-default:active,
    .btn-default.disabled.active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default.active {
        background-color: #fcfdfd;
        border-color: #dee5e7;
    }

    .btn-default.btn-bg {
        border-color: rgba(0, 0, 0, 0.1);
        -moz-background-clip: padding-box;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
    }

.btn-primary {
    color: #ffffff !important;
    background-color: #7266ba;
    border-color: #7266ba;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff !important;
        background-color: #6254b2;
        border-color: #5a4daa;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #7266ba;
        border-color: #7266ba;
    }

.btn-success, .editable-buttons .btn-primary {
    color: #ffffff !important;
    background-color: #27c24c;
    border-color: #27c24c;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        color: #ffffff !important;
        background-color: #23ad44;
        border-color: #20a03f;
    }

    .btn-success:active,
    .btn-success.active,
    .open .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #27c24c;
        border-color: #27c24c;
        /*background-color: #edf1f2;
        border-color: #c7d3d6;
        color: #c7d3d6 !important;*/
    }

.btn-info {
    color: #ffffff !important;
    background-color: #23b7e5;
    border-color: #23b7e5;
}

.btn-info-margin {
    margin: 19px 0px 10px 0px;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        color: #ffffff !important;
        background-color: #19a9d5;
        border-color: #189ec8;
    }

    .btn-info:active,
    .btn-info.active,
    .open .dropdown-toggle.btn-info {
        background-image: none;
    }

    .btn-info.disabled,
    .btn-info[disabled],
    fieldset[disabled] .btn-info,
    .btn-info.disabled:hover,
    .btn-info[disabled]:hover,
    fieldset[disabled] .btn-info:hover,
    .btn-info.disabled:focus,
    .btn-info[disabled]:focus,
    fieldset[disabled] .btn-info:focus,
    .btn-info.disabled:active,
    .btn-info[disabled]:active,
    fieldset[disabled] .btn-info:active,
    .btn-info.disabled.active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info.active {
        background-color: #23b7e5;
        border-color: #23b7e5;
    }

.btn-warning {
    color: #ffffff !important;
    background-color: #fad733;
    border-color: #fad733;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        color: #ffffff !important;
        background-color: #f9d21a;
        border-color: #f9cf0b;
    }

    .btn-warning:active,
    .btn-warning.active,
    .open .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: #fad733;
        border-color: #fad733;
    }

.btn-danger {
    color: #ffffff !important;
    background-color: #f05050;
    border-color: #f05050;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        color: #ffffff !important;
        background-color: #ee3939;
        border-color: #ed2a2a;
    }

    .btn-danger:active,
    .btn-danger.active,
    .open .dropdown-toggle.btn-danger {
        background-image: none;
    }

    .btn-danger.disabled,
    .btn-danger[disabled],
    fieldset[disabled] .btn-danger,
    .btn-danger.disabled:hover,
    .btn-danger[disabled]:hover,
    fieldset[disabled] .btn-danger:hover,
    .btn-danger.disabled:focus,
    .btn-danger[disabled]:focus,
    fieldset[disabled] .btn-danger:focus,
    .btn-danger.disabled:active,
    .btn-danger[disabled]:active,
    fieldset[disabled] .btn-danger:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger.active {
        background-color: #f05050;
        border-color: #f05050;
    }

.btn-dark {
    color: #ffffff !important;
    background-color: #3a3f51;
    border-color: #3a3f51;
}

    .btn-dark:hover,
    .btn-dark:focus,
    .btn-dark:active,
    .btn-dark.active,
    .open .dropdown-toggle.btn-dark {
        color: #ffffff !important;
        background-color: #2f3342;
        border-color: #292d39;
    }

    .btn-dark:active,
    .btn-dark.active,
    .open .dropdown-toggle.btn-dark {
        background-image: none;
    }

    .btn-dark.disabled,
    .btn-dark[disabled],
    fieldset[disabled] .btn-dark,
    .btn-dark.disabled:hover,
    .btn-dark[disabled]:hover,
    fieldset[disabled] .btn-dark:hover,
    .btn-dark.disabled:focus,
    .btn-dark[disabled]:focus,
    fieldset[disabled] .btn-dark:focus,
    .btn-dark.disabled:active,
    .btn-dark[disabled]:active,
    fieldset[disabled] .btn-dark:active,
    .btn-dark.disabled.active,
    .btn-dark[disabled].active,
    fieldset[disabled] .btn-dark.active {
        background-color: #3a3f51;
        border-color: #3a3f51;
    }

.btn-black {
    color: #ffffff !important;
    background-color: #1c2b36;
    border-color: #1c2b36;
}

    .btn-black:hover,
    .btn-black:focus,
    .btn-black:active,
    .btn-black.active,
    .open .dropdown-toggle.btn-black {
        color: #ffffff !important;
        background-color: #131e25;
        border-color: #0e161b;
    }

    .btn-black:active,
    .btn-black.active,
    .open .dropdown-toggle.btn-black {
        background-image: none;
    }

    .btn-black.disabled,
    .btn-black[disabled],
    fieldset[disabled] .btn-black,
    .btn-black.disabled:hover,
    .btn-black[disabled]:hover,
    fieldset[disabled] .btn-black:hover,
    .btn-black.disabled:focus,
    .btn-black[disabled]:focus,
    fieldset[disabled] .btn-black:focus,
    .btn-black.disabled:active,
    .btn-black[disabled]:active,
    fieldset[disabled] .btn-black:active,
    .btn-black.disabled.active,
    .btn-black[disabled].active,
    fieldset[disabled] .btn-black.active {
        background-color: #1c2b36;
        border-color: #1c2b36;
    }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light:focus, .btn-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
    .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
        .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.btn-icon {
    width: 34px;
    height: 34px;
    padding: 0 !important;
    text-align: center;
    cursor: pointer;
}

    .btn-icon i {
        position: relative;
        top: -1px;
        line-height: 34px;
    }

    .btn-icon.btn-sm {
        width: 30px;
        height: 30px;
    }

        .btn-icon.btn-sm i {
            line-height: 30px;
        }

    .btn-icon.btn-lg {
        width: 45px;
        height: 45px;
    }

        .btn-icon.btn-lg i {
            line-height: 45px;
        }

.btn-rounded {
    padding-right: 15px;
    padding-left: 15px;
    border-radius: 50px;
}

    .btn-rounded.btn-lg {
        padding-right: 25px;
        padding-left: 25px;
    }

.btn > i.pull-left,
.btn > i.pull-right {
    line-height: 1.42857143;
}

.btn-block {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 2px;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 2px;
}

.btn-addon i {
    position: relative;
    float: left;
    width: 34px;
    height: 34px;
    margin: -7px -12px;
    margin-right: 12px;
    line-height: 34px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 2px 0 0 2px;
}

    .btn-addon i.pull-right {
        margin-right: -12px;
        margin-left: 12px;
        border-radius: 0 2px 2px 0;
    }

.btn-addon.btn-sm i {
    width: 30px;
    height: 30px;
    margin: -6px -10px;
    margin-right: 10px;
    line-height: 30px;
}

    .btn-addon.btn-sm i.pull-right {
        margin-right: -10px;
        margin-left: 10px;
    }

.btn-addon.btn-lg i {
    width: 45px;
    height: 45px;
    margin: -11px -16px;
    margin-right: 16px;
    line-height: 45px;
}

    .btn-addon.btn-lg i.pull-right {
        margin-right: -16px;
        margin-left: 16px;
    }

.btn-addon.btn-default i {
    background-color: transparent;
    border-right: 1px solid #dee5e7;
}

.list-icon i {
    display: inline-block;
    width: 40px;
    margin: 0;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: font-size 0.2s;
    -moz-transition: font-size 0.2s;
    -o-transition: font-size 0.2s;
    transition: font-size 0.2s;
}

.list-icon div {
    line-height: 40px;
    white-space: nowrap;
}

    .list-icon div:hover i {
        font-size: 26px;
    }

.settings {
    position: fixed;
    top: 84px;
    right: -240px;
    z-index: 1050;
    width: 240px;
    -webkit-transition: right 0.2s;
    -moz-transition: right 0.2s;
    -o-transition: right 0.2s;
    transition: right 0.2s;
}

    .settings .panel-body {
        max-height: 300px;
        overflow-y: scroll;
    }

    .settings.active {
        right: -1px;
    }

    .settings > .btn {
        position: absolute;
        top: -1px;
        left: -42px;
        padding: 10px 15px;
        background: #f6f8f8 !important;
        border-color: #dee5e7;
        border-right-width: 0;
    }

    .settings .i-checks span b {
        display: inline-block;
        float: left;
        width: 50%;
        height: 20px;
    }

        .settings .i-checks span b.header {
            height: 10px;
        }

.streamline {
    position: relative;
    border-color: #dee5e7;
}

    .streamline .sl-item:after,
    .streamline:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 9px;
        height: 9px;
        margin-left: -5px;
        background-color: #fff;
        border-color: inherit;
        border-style: solid;
        border-width: 1px;
        border-radius: 10px;
        content: '';
    }

.sl-item {
    position: relative;
    padding-bottom: 1px;
    border-color: #dee5e7;
}

    .sl-item:before,
    .sl-item:after {
        display: table;
        content: " ";
    }

    .sl-item:after {
        clear: both;
        top: 6px;
        bottom: auto;
    }

    .sl-item.b-l {
        margin-left: -1px;
    }

.timeline {
    padding: 0;
    margin: 0;
}

    .timeline > li {
        list-style: none;
    }

.timeline-action-item {
    cursor: pointer;
}

    .timeline-action-item:hover {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19) !important;
    }

    .timeline-action-item.success:hover {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 #27c24c !important;
    }

    .timeline-action-item.warning:hover {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 #fad733 !important;
    }

    .timeline-action-item.danger:hover {
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 #f05050 !important;
    }

.timeline-action-item-new {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 3px 10px 0 rgba(0,0,0,0.19) !important;
}

.tl-item {
    display: block;
}

    .tl-item:before,
    .tl-item:after {
        display: table;
        content: " ";
    }

    .tl-item:after {
        clear: both;
    }

.visible-left {
    display: none;
}

.tl-wrap {
    display: block;
    padding: 15px 20px 15px 20px;
    margin-left: 6em;
    border-color: #dee5e7;
    border-style: solid;
    border-width: 0 0 0 4px;
}

.tl-wrap {
    padding: 5px 20px 5px 20px;
}

.tl-content .panel-body {
    padding: 5px 20px 0 20px;
}

.tl-content .panel .padder {
    padding: 5px 20px 0 20px;
}

.tl-wrap:before,
.tl-wrap:after {
    display: table;
    content: " ";
}

.tl-wrap:after {
    clear: both;
}

.tl-wrap:before {
    position: relative;
    top: 15px;
    float: left;
    width: 10px;
    height: 10px;
    margin-left: -27px;
    background: #edf1f2;
    border-color: inherit;
    border-style: solid;
    border-width: 3px;
    border-radius: 50%;
    content: "";
    box-shadow: 0 0 0 4px #f0f3f4;
}

.tl-wrap.success:before {
    border-color: #6cce83 !important;
}

.tl-wrap.warning:before {
    border-color: #fad733 !important;
}

.tl-wrap.danger:before {
    border-color: #f58484 !important;
}

.tl-wrap.selected.success:before {
    background: #6cce83 !important;
}

.tl-wrap.selected.warning:before {
    background: #fad733 !important;
}

.tl-wrap.selected.danger:before {
    background: #f58484 !important;
}

.tl-wrap:hover:before {
    background: transparent;
    border-color: #fff;
}

.tl-date {
    position: relative;
    top: 10px;
    display: block;
    float: left;
    width: 4.5em;
    margin-left: -7.5em;
    text-align: right;
}

.tl-content {
    position: relative;
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .tl-content.block {
        display: block;
        width: 100%;
    }

    .tl-content.panel {
        margin-bottom: 0;
    }

.tl-header {
    display: block;
    width: 12em;
    margin-left: 2px;
    text-align: center;
}

.timeline-center .tl-item {
    margin-left: 50%;
}

    .timeline-center .tl-item .tl-wrap {
        margin-left: -2px;
    }

.timeline-center .tl-header {
    width: auto;
    margin: 0;
}

.timeline-center .tl-left {
    margin-right: 50%;
    margin-left: 0;
}

    .timeline-center .tl-left .hidden-left {
        display: none !important;
    }

    .timeline-center .tl-left .visible-left {
        display: inherit;
    }

    .timeline-center .tl-left .tl-wrap {
        float: right;
        padding-right: 20px;
        padding-left: 0;
        margin-right: -2px;
        border-right-width: 4px;
        border-left-width: 0;
    }

        .timeline-center .tl-left .tl-wrap:before {
            float: right;
            margin-right: -27px;
            margin-left: 0;
        }

    .timeline-center .tl-left .tl-date {
        float: right;
        margin-right: -8.5em;
        margin-left: 0;
        text-align: left;
    }

.i-switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    background-color: #27c24c;
    border-radius: 30px;
}

    .i-switch input {
        position: absolute;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .i-switch input:checked + i:before {
            top: 50%;
            right: 5px;
            bottom: 50%;
            left: 50%;
            border-width: 0;
            border-radius: 5px;
        }

        .i-switch input:checked + i:after {
            margin-left: 16px;
        }

    .i-switch i:before {
        position: absolute;
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
        background-color: #fff;
        border: 1px solid #f0f0f0;
        border-radius: 30px;
        content: "";
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
    }

    .i-switch i:after {
        position: absolute;
        top: 1px;
        bottom: 1px;
        width: 18px;
        background-color: #fff;
        border-radius: 50%;
        content: "";
        -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
        -webkit-transition: margin-left 0.3s;
        -moz-transition: margin-left 0.3s;
        -o-transition: margin-left 0.3s;
        transition: margin-left 0.3s;
    }

.i-switch-md {
    width: 40px;
    height: 24px;
}

    .i-switch-md input:checked + i:after {
        margin-left: 17px;
    }

    .i-switch-md i:after {
        width: 22px;
    }

.i-switch-lg {
    width: 50px;
    height: 30px;
}

    .i-switch-lg input:checked + i:after {
        margin-left: 21px;
    }

    .i-switch-lg i:after {
        width: 28px;
    }


.i-checks {
    padding-left: 20px;
    cursor: pointer;
}

    .i-checks input {
        opacity: 0;
        position: absolute;
        margin-left: -20px;
    }

        .i-checks input:checked + i {
            border-color: #23b7e5;
        }

            .i-checks input:checked + i:before {
                left: 4px;
                top: 4px;
                width: 10px;
                height: 10px;
                background-color: #23b7e5;
            }

    .i-checks.smallest input:checked + i:before {
        width: 5px;
        height: 5px;
    }

    .i-checks input:checked + span .active {
        display: inherit;
    }

    .i-checks input[type="radio"] + i, .i-checks input[type="radio"] + i:before {
        border-radius: 50%;
    }

    .i-checks input[disabled] + i, fieldset[disabled] .i-checks input + i {
        border-color: #dee5e7;
    }

        .i-checks input[disabled] + i:before, fieldset[disabled] .i-checks input + i:before {
            background-color: #dee5e7;
        }

    .i-checks > i {
        width: 20px;
        height: 20px;
        line-height: 1;
        border: 1px solid #cfdadd;
        background-color: #fff;
        margin-left: -20px;
        margin-top: -2px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
        position: relative;
    }

    .i-checks.smallest > i {
        width: 15px;
        height: 15px;
    }

    .i-checks > i:before {
        content: "";
        position: absolute;
        left: 10px;
        top: 10px;
        width: 0px;
        height: 0px;
        background-color: transparent;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

    .i-checks > span {
        margin-left: -20px;
    }

        .i-checks > span .active {
            display: none;
        }

.md-checkbox {
    width: 20px;
    cursor: pointer;
    background-color: #fff;
    height: 20px;
}

    .md-checkbox > i {
        width: 20px;
        height: 20px;
        line-height: 1;
        border: 1px solid #cfdadd;
        background-color: #fff;
        margin-left: -20px;
        margin-top: -2px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
        position: relative;
    }

    .md-checkbox input:checked + i:before {
        background-color: #23b7e5;
    }

/*
.i-checks-sm input:checked + i:before {
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
}

.i-checks-sm > i {
    width: 16px;
    height: 16px;
    margin-right: 6px;
    margin-left: -18px;
}

.i-checks-lg input:checked + i:before {
    top: 8px;
    left: 8px;
    width: 12px;
    height: 12px;
}

.i-checks-lg > i {
    width: 30px;
    height: 30px;
}
*/
.datepicker {
    margin: 0 5px;
}

    .datepicker .btn-default {
        border-width: 0;
        box-shadow: none;
    }

    .datepicker .btn[disabled] {
        opacity: 0.4;
    }

    .datepicker .btn-info .text-info {
        color: #fff !important;
    }

/*Charts*/

.jqstooltip {
    padding: 5px 10px !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    border: solid 1px #000 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

@media screen and (min-width: 992px) {
    .barChart {
        height: 640px !important;
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .barChart {
        height: 440px !important;
        width: 100% !important;
    }

        .barChart div.xAxis div.tickLabel {
            margin-top: 5px;
            transform: rotate(-45deg);
            -ms-transform: rotate(-45deg); /* IE 9 */
            -moz-transform: rotate(-45deg); /* Firefox */
            -webkit-transform: rotate(-45deg); /* Safari and Chrome */
            -o-transform: rotate(-45deg); /* Opera */
        }

        .barChart div.yAxis div.tickLabel {
            transform: rotate(-45deg);
            -ms-transform: rotate(-45deg); /* IE 9 */
            -moz-transform: rotate(-45deg); /* Firefox */
            -webkit-transform: rotate(-45deg); /* Safari and Chrome */
            -o-transform: rotate(-45deg); /* Opera */
        }
}

/*phone*/
@media (max-width: 767px) {
    .h3 {
        font-size: 1em;
        font-weight: bold;
    }

    .barChart {
        height: 240px !important;
        width: 100% !important;
    }

        .barChart div.xAxis div.tickLabel {
            margin-top: 10px;
            transform: rotate(-90deg);
            -ms-transform: rotate(-90deg); /* IE 9 */
            -moz-transform: rotate(-90deg); /* Firefox */
            -webkit-transform: rotate(-90deg); /* Safari and Chrome */
            -o-transform: rotate(-90deg); /* Opera */
        }

        .barChart div.yAxis div.tickLabel {
            transform: rotate(-70deg);
            -ms-transform: rotate(-70deg); /* IE 9 */
            -moz-transform: rotate(-70deg); /* Firefox */
            -webkit-transform: rotate(-70deg); /* Safari and Chrome */
            -o-transform: rotate(-70deg); /* Opera */
        }

    .text-md {
        font-size: 12px;
    }
}

.pieChart {
    height: 240px;
    overflow: hidden;
}

    .pieChart.sm {
        height: 100px;
    }

.easyPieChart {
    position: relative;
    text-align: center;
}

    .easyPieChart > div {
        position: relative;
        z-index: 1;
    }

        .easyPieChart > div .text {
            position: absolute;
            top: 60%;
            width: 100%;
            line-height: 1;
        }

        .easyPieChart > div img {
            margin-top: -4px;
        }

    .easyPieChart canvas {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

#flotTip {
    z-index: 100;
    padding: 4px 10px;
    font-size: 12px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    border: solid 1px #000 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.legendColorBox > div {
    margin: 5px;
    border: none !important;
}

    .legendColorBox > div > div {
        border-radius: 10px;
    }

.sortable-placeholder {
    min-height: 50px;
    margin-bottom: 5px;
    list-style: none;
    border: 1px dashed #CCC;
}

.item {
    position: relative;
}

    .item .top {
        position: absolute;
        top: 0;
        left: 0;
    }

    .item .bottom {
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .item .center {
        position: absolute;
        top: 50%;
    }

.item-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

    .item-overlay.active,
    .item:hover .item-overlay {
        display: block;
    }

.form-validation .form-control.ng-dirty.ng-invalid,
.form-validation .form-control.ng-invalid.submit,
.form-validation .form-control.ng-invalid.ng-touched {
    border-color: #f05050;
}

.form-validation .form-control.ng-dirty.ng-valid,
.form-validation .form-control.ng-dirty.ng-valid:focus {
    border-color: #27c24c;
}

.form-validation .i-checks .ng-invalid.ng-dirty + i {
    border-color: #f05050;
}

.ng-animate .bg-auto:before {
    display: none;
}

[ui-view].ng-leave {
    display: none;
}

    [ui-view].ng-leave.smooth {
        display: block;
    }

.smooth.ng-animate {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.fade-in-right-big.ng-enter {
    -webkit-animation: fadeInRightBig 0.5s;
    -moz-animation: fadeInRightBig 0.5s;
    -o-animation: fadeInRightBig 0.5s;
    animation: fadeInRightBig 0.5s;
}

.fade-in-right-big.ng-leave {
    -webkit-animation: fadeOutLeftBig 0.5s;
    -moz-animation: fadeOutLeftBig 0.5s;
    -o-animation: fadeOutLeftBig 0.5s;
    animation: fadeOutLeftBig 0.5s;
}

.fade-in-left-big.ng-enter {
    -webkit-animation: fadeInLeftBig 0.5s;
    -moz-animation: fadeInLeftBig 0.5s;
    -o-animation: fadeInLeftBig 0.5s;
    animation: fadeInLeftBig 0.5s;
}

.fade-in-left-big.ng-leave {
    -webkit-animation: fadeOutRightBig 0.5s;
    -moz-animation: fadeOutRightBig 0.5s;
    -o-animation: fadeOutRightBig 0.5s;
    animation: fadeOutRightBig 0.5s;
}

.fade-in-up-big.ng-enter {
    -webkit-animation: fadeInUpBig 0.5s;
    -moz-animation: fadeInUpBig 0.5s;
    -o-animation: fadeInUpBig 0.5s;
    animation: fadeInUpBig 0.5s;
}

.fade-in-up-big.ng-leave {
    -webkit-animation: fadeOutUpBig 0.5s;
    -moz-animation: fadeOutUpBig 0.5s;
    -o-animation: fadeOutUpBig 0.5s;
    animation: fadeOutUpBig 0.5s;
}

.fade-in-down-big.ng-enter {
    -webkit-animation: fadeInDownBig 0.5s;
    -moz-animation: fadeInDownBig 0.5s;
    -o-animation: fadeInDownBig 0.5s;
    animation: fadeInDownBig 0.5s;
}

.fade-in-down-big.ng-leave {
    -webkit-animation: fadeOutDownBig 0.5s;
    -moz-animation: fadeOutDownBig 0.5s;
    -o-animation: fadeOutDownBig 0.5s;
    animation: fadeOutDownBig 0.5s;
}

.fade-in.ng-enter {
    -webkit-animation: fadeIn 0.5s;
    -moz-animation: fadeIn 0.5s;
    -o-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}

.fade-in.ng-leave {
    -webkit-animation: fadeOut 0.5s;
    -moz-animation: fadeOut 0.5s;
    -o-animation: fadeOut 0.5s;
    animation: fadeOut 0.5s;
}

.fade-in-right.ng-enter {
    -webkit-animation: fadeInRight 0.5s;
    -moz-animation: fadeInRight 0.5s;
    -o-animation: fadeInRight 0.5s;
    animation: fadeInRight 0.5s;
}

.fade-in-right.ng-leave {
    -webkit-animation: fadeOutLeft 0.5s;
    -moz-animation: fadeOutLeft 0.5s;
    -o-animation: fadeOutLeft 0.5s;
    animation: fadeOutLeft 0.5s;
}

.fade-in-left.ng-enter {
    -webkit-animation: fadeInLeft 0.5s;
    -moz-animation: fadeInLeft 0.5s;
    -o-animation: fadeInLeft 0.5s;
    animation: fadeInLeft 0.5s;
}

.fade-in-left.ng-leave {
    -webkit-animation: fadeOutRight 0.5s;
    -moz-animation: fadeOutRight 0.5s;
    -o-animation: fadeOutRight 0.5s;
    animation: fadeOutRight 0.5s;
}

.fade-in-up.ng-enter {
    -webkit-animation: fadeInUp 0.5s;
    -moz-animation: fadeInUp 0.5s;
    -o-animation: fadeInUp 0.5s;
    animation: fadeInUp 0.5s;
}

.fade-in-up.ng-leave {
    -webkit-animation: fadeOutUp 0.5s;
    -moz-animation: fadeOutUp 0.5s;
    -o-animation: fadeOutUp 0.5s;
    animation: fadeOutUp 0.5s;
}

.fade-in-down.ng-enter {
    -webkit-animation: fadeInDown 0.5s;
    -moz-animation: fadeInDown 0.5s;
    -o-animation: fadeInDown 0.5s;
    animation: fadeInDown 0.5s;
}

.fade-in-down.ng-leave {
    -webkit-animation: fadeOutDown 0.5s;
    -moz-animation: fadeOutDown 0.5s;
    -o-animation: fadeOutDown 0.5s;
    animation: fadeOutDown 0.5s;
}

.bg-gd {
    background-image: -webkit-gradient(linear, left 0, left 100%, from(rgba(40, 50, 60, 0)), to(rgba(40, 50, 60, 0.075)));
    background-image: -webkit-linear-gradient(top, rgba(40, 50, 60, 0), 0, rgba(40, 50, 60, 0.075), 100%);
    background-image: -moz-linear-gradient(top, rgba(40, 50, 60, 0) 0, rgba(40, 50, 60, 0.075) 100%);
    background-image: linear-gradient(to bottom, rgba(40, 50, 60, 0) 0, rgba(40, 50, 60, 0.075) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0028323c', endColorstr='#1328323c', GradientType=0);
    filter: none;
}

.bg-gd-dk {
    background-image: -webkit-gradient(linear, left 10%, left 100%, from(rgba(40, 50, 60, 0)), to(rgba(40, 50, 60, 0.5)));
    background-image: -webkit-linear-gradient(top, rgba(40, 50, 60, 0), 10%, rgba(40, 50, 60, 0.5), 100%);
    background-image: -moz-linear-gradient(top, rgba(40, 50, 60, 0) 10%, rgba(40, 50, 60, 0.5) 100%);
    background-image: linear-gradient(to bottom, rgba(40, 50, 60, 0) 10%, rgba(40, 50, 60, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0028323c', endColorstr='#8028323c', GradientType=0);
    filter: none;
}

.bg-white-opacity {
    background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-black-opacity {
    background-color: rgba(32, 43, 54, 0.5);
}

.bg-light {
    color: #58666e;
    background-color: #edf1f2;
}

    .bg-light.lt,
    .bg-light .lt {
        background-color: #f3f5f6;
    }

    .bg-light.lter,
    .bg-light .lter {
        background-color: #f6f8f8;
    }

    .bg-light.dk,
    .bg-light .dk {
        background-color: #e4eaec;
    }

    .bg-light.dker,
    .bg-light .dker {
        background-color: #dde6e9;
    }

    .bg-light.bg,
    .bg-light .bg {
        background-color: #edf1f2;
    }

.bg-dark {
    color: #9ea4b9;
    background-color: #3a3f51;
}

    .bg-dark.lt,
    .bg-dark .lt {
        background-color: #474c5e;
    }

    .bg-dark.lter,
    .bg-dark .lter {
        background-color: #54596a;
    }

    .bg-dark.dk,
    .bg-dark .dk {
        background-color: #2e3344;
    }

    .bg-dark.dker,
    .bg-dark .dker {
        background-color: #232735;
    }

    .bg-dark.bg,
    .bg-dark .bg {
        background-color: #3a3f51;
    }

    .bg-dark a {
        color: #bbc0cf;
    }

        .bg-dark a:hover {
            color: #ffffff;
        }

        .bg-dark a.list-group-item:hover,
        .bg-dark a.list-group-item:focus {
            background-color: inherit;
        }

    .bg-dark .nav > li:hover > a,
    .bg-dark .nav > li:focus > a,
    .bg-dark .nav > li.active > a {
        color: #ffffff;
        background-color: #2e3344;
    }

    .bg-dark .nav > li > a {
        color: #adb2c4;
    }

        .bg-dark .nav > li > a:hover,
        .bg-dark .nav > li > a:focus {
            background-color: #32374a;
        }

    .bg-dark .nav .open > a {
        background-color: #2e3344;
    }

    .bg-dark .caret {
        border-top-color: #9ea4b9;
        border-bottom-color: #9ea4b9;
    }

    .bg-dark.navbar .nav > li.active > a {
        color: #ffffff;
        background-color: #2e3344;
    }

    .bg-dark .open > a,
    .bg-dark .open > a:hover,
    .bg-dark .open > a:focus {
        color: #ffffff;
    }

    .bg-dark .text-muted {
        color: #8088a4 !important;
    }

    .bg-dark .text-lt {
        color: #e8e9ef !important;
    }

    .bg-dark.auto .list-group-item,
    .bg-dark .auto .list-group-item {
        background-color: transparent;
        border-color: #2f3342 !important;
    }

        .bg-dark.auto .list-group-item:hover,
        .bg-dark .auto .list-group-item:hover,
        .bg-dark.auto .list-group-item:focus,
        .bg-dark .auto .list-group-item:focus,
        .bg-dark.auto .list-group-item:active,
        .bg-dark .auto .list-group-item:active,
        .bg-dark.auto .list-group-item.active,
        .bg-dark .auto .list-group-item.active {
            background-color: #2e3344 !important;
        }

.bg-black {
    color: #6b94b3;
    background-color: #1c2b36;
}

    .bg-black.lt,
    .bg-black .lt {
        background-color: #263845;
    }

    .bg-black.lter,
    .bg-black .lter {
        background-color: #314554;
    }

    .bg-black.dk,
    .bg-black .dk {
        background-color: #131e26;
    }

    .bg-black.dker,
    .bg-black .dker {
        background-color: #0a1015;
    }

    .bg-black.bg,
    .bg-black .bg {
        background-color: #1c2b36;
    }

    .bg-black a {
        color: #8dadc4;
    }

        .bg-black a:hover {
            color: #ffffff;
        }

        .bg-black a.list-group-item:hover,
        .bg-black a.list-group-item:focus {
            background-color: inherit;
        }

    .bg-black .nav > li:hover > a,
    .bg-black .nav > li:focus > a,
    .bg-black .nav > li.active > a,
    .bg-black .nav li > ng-include > a.active,
    .bg-black .nav li > ng-include.active > a {
        color: #ffffff;
        background-color: #131e26;
    }

    .bg-black .nav > li > a {
        color: #7ca1bb;
    }

        .bg-black .nav > li > a:hover,
        .bg-black .nav > li > a:focus {
            background-color: #16232d;
        }

    .bg-black .nav .open > a {
        background-color: #131e26;
    }

    .bg-black .caret {
        border-top-color: #6b94b3;
        border-bottom-color: #6b94b3;
    }

    .bg-black.navbar .nav > li.active > a {
        color: #ffffff;
        background-color: #131e26;
    }

    .bg-black .open > a,
    .bg-black .open > a:hover,
    .bg-black .open > a:focus {
        color: #ffffff;
    }

    .bg-black .text-muted {
        color: #507b9b !important;
    }

    .bg-black .text-lt {
        color: #bfd1de !important;
    }

    .bg-black.auto .list-group-item,
    .bg-black .auto .list-group-item {
        background-color: transparent;
        border-color: #131e25 !important;
    }

        .bg-black.auto .list-group-item:hover,
        .bg-black .auto .list-group-item:hover,
        .bg-black.auto .list-group-item:focus,
        .bg-black .auto .list-group-item:focus,
        .bg-black.auto .list-group-item:active,
        .bg-black .auto .list-group-item:active,
        .bg-black.auto .list-group-item.active,
        .bg-black .auto .list-group-item.active {
            background-color: #131e26 !important;
        }

.bg-primary {
    color: #f4f3f9;
    background-color: #7266ba;
}

    .bg-primary.lt,
    .bg-primary .lt {
        background-color: #847abf;
    }

    .bg-primary.lter,
    .bg-primary .lter {
        background-color: #958dc6;
    }

    .bg-primary.dk,
    .bg-primary .dk {
        background-color: #6051b5;
    }

    .bg-primary.dker,
    .bg-primary .dker {
        background-color: #5244a9;
    }

    .bg-primary.bg,
    .bg-primary .bg {
        background-color: #7266ba;
    }

    .bg-primary a {
        color: #ffffff;
    }

        .bg-primary a:hover {
            color: #ffffff;
        }

        .bg-primary a.list-group-item:hover,
        .bg-primary a.list-group-item:focus {
            background-color: inherit;
        }

    .bg-primary .nav > li:hover > a,
    .bg-primary .nav > li:focus > a,
    .bg-primary .nav > li.active > a {
        color: #ffffff;
        background-color: #6051b5;
    }

    .bg-primary .nav > li > a {
        color: #f2f2f2;
    }

        .bg-primary .nav > li > a:hover,
        .bg-primary .nav > li > a:focus {
            background-color: #6658b8;
        }

    .bg-primary .nav .open > a {
        background-color: #6051b5;
    }

    .bg-primary .caret {
        border-top-color: #f4f3f9;
        border-bottom-color: #f4f3f9;
    }

    .bg-primary.navbar .nav > li.active > a {
        color: #ffffff;
        background-color: #6051b5;
    }

    .bg-primary .open > a,
    .bg-primary .open > a:hover,
    .bg-primary .open > a:focus {
        color: #ffffff;
    }

    .bg-primary .text-muted {
        color: #d3cfea !important;
    }

    .bg-primary .text-lt {
        color: #ffffff !important;
    }

    .bg-primary.auto .list-group-item,
    .bg-primary .auto .list-group-item {
        background-color: transparent;
        border-color: #6254b2 !important;
    }

        .bg-primary.auto .list-group-item:hover,
        .bg-primary .auto .list-group-item:hover,
        .bg-primary.auto .list-group-item:focus,
        .bg-primary .auto .list-group-item:focus,
        .bg-primary.auto .list-group-item:active,
        .bg-primary .auto .list-group-item:active,
        .bg-primary.auto .list-group-item.active,
        .bg-primary .auto .list-group-item.active {
            background-color: #6051b5 !important;
        }

.bg-primary-light {
    background-color: #9289ca;
    color: #fff !important;
}

.bg-success {
    color: #c2f3ce;
    background-color: #27c24c;
}

    .bg-success.lt,
    .bg-success .lt {
        background-color: #31d257;
    }

    .bg-success.lter,
    .bg-success .lter {
        background-color: #48d46a;
    }

    .bg-success.dk,
    .bg-success .dk {
        background-color: #20af42;
    }

    .bg-success.dker,
    .bg-success .dker {
        background-color: #1a9c39;
    }

    .bg-success.bg,
    .bg-success .bg {
        background-color: #27c24c;
    }

    .bg-success a {
        color: #edfbf0;
    }

        .bg-success a:hover {
            color: #ffffff;
        }

        .bg-success a.list-group-item:hover,
        .bg-success a.list-group-item:focus {
            background-color: inherit;
        }

    .bg-success .nav > li:hover > a,
    .bg-success .nav > li:focus > a,
    .bg-success .nav > li.active > a {
        color: #ffffff;
        background-color: #20af42;
    }

    .bg-success .nav > li > a {
        color: #d7f7df;
    }

        .bg-success .nav > li > a:hover,
        .bg-success .nav > li > a:focus {
            background-color: #22b846;
        }

    .bg-success .nav .open > a {
        background-color: #20af42;
    }

    .bg-success .caret {
        border-top-color: #c2f3ce;
        border-bottom-color: #c2f3ce;
    }

    .bg-success.navbar .nav > li.active > a {
        color: #ffffff;
        background-color: #20af42;
    }

    .bg-success .open > a,
    .bg-success .open > a:hover,
    .bg-success .open > a:focus {
        color: #ffffff;
    }

    .bg-success .text-muted {
        color: #98eaab !important;
    }

    .bg-success .text-lt {
        color: #ffffff !important;
    }

    .bg-success.auto .list-group-item,
    .bg-success .auto .list-group-item {
        background-color: transparent;
        border-color: #23ad44 !important;
    }

        .bg-success.auto .list-group-item:hover,
        .bg-success .auto .list-group-item:hover,
        .bg-success.auto .list-group-item:focus,
        .bg-success .auto .list-group-item:focus,
        .bg-success.auto .list-group-item:active,
        .bg-success .auto .list-group-item:active,
        .bg-success.auto .list-group-item.active,
        .bg-success .auto .list-group-item.active {
            background-color: #20af42 !important;
        }

.bg-info {
    color: #d9f3fb;
    background-color: #23b7e5;
}

    .bg-info.lt,
    .bg-info .lt {
        background-color: #3dbde5;
    }

    .bg-info.lter,
    .bg-info .lter {
        background-color: #55c3e6;
    }

    .bg-info.dk,
    .bg-info .dk {
        background-color: #16aad8;
    }

    .bg-info.dker,
    .bg-info .dker {
        background-color: #1199c4;
    }

    .bg-info.bg,
    .bg-info .bg {
        background-color: #23b7e5;
    }

    .bg-info a {
        color: #ffffff;
    }

        .bg-info a:hover {
            color: #ffffff;
        }

        .bg-info a.list-group-item:hover,
        .bg-info a.list-group-item:focus {
            background-color: inherit;
        }

    .bg-info .nav > li:hover > a,
    .bg-info .nav > li:focus > a,
    .bg-info .nav > li.active > a {
        color: #ffffff;
        background-color: #16aad8;
    }

    .bg-info .nav > li > a {
        color: #f2f2f2;
    }

        .bg-info .nav > li > a:hover,
        .bg-info .nav > li > a:focus {
            background-color: #17b2e2;
        }

    .bg-info .nav .open > a {
        background-color: #16aad8;
    }

    .bg-info .caret {
        border-top-color: #d9f3fb;
        border-bottom-color: #d9f3fb;
    }

    .bg-info.navbar .nav > li.active > a {
        color: #ffffff;
        background-color: #16aad8;
    }

    .bg-info .open > a,
    .bg-info .open > a:hover,
    .bg-info .open > a:focus {
        color: #ffffff;
    }

    .bg-info .text-muted {
        color: #ace4f5 !important;
    }

    .bg-info .text-lt {
        color: #ffffff !important;
    }

    .bg-info.auto .list-group-item,
    .bg-info .auto .list-group-item {
        background-color: transparent;
        border-color: #19a9d5 !important;
    }

        .bg-info.auto .list-group-item:hover,
        .bg-info .auto .list-group-item:hover,
        .bg-info.auto .list-group-item:focus,
        .bg-info .auto .list-group-item:focus,
        .bg-info.auto .list-group-item:active,
        .bg-info .auto .list-group-item:active,
        .bg-info.auto .list-group-item.active,
        .bg-info .auto .list-group-item.active {
            background-color: #16aad8 !important;
        }

.bg-info-light {
    background-color: #51c6ea;
    color: #fff !important;
}

.bg-warning {
    color: #fffefa;
    background-color: #fad733;
}

    .bg-warning.lt,
    .bg-warning .lt {
        background-color: #f8da4e;
    }

    .bg-warning.lter,
    .bg-warning .lter {
        background-color: #f7de69;
    }

    .bg-warning.dk,
    .bg-warning .dk {
        background-color: #fcd417;
    }

    .bg-warning.dker,
    .bg-warning .dker {
        background-color: #face00;
    }

    .bg-warning.bg,
    .bg-warning .bg {
        background-color: #fad733;
    }

    .bg-warning a {
        color: #ffffff;
    }

        .bg-warning a:hover {
            color: #ffffff;
        }

        .bg-warning a.list-group-item:hover,
        .bg-warning a.list-group-item:focus {
            background-color: inherit;
        }

    .bg-warning .nav > li:hover > a,
    .bg-warning .nav > li:focus > a,
    .bg-warning .nav > li.active > a {
        color: #ffffff;
        background-color: #fcd417;
    }

    .bg-warning .nav > li > a {
        color: #f2f2f2;
    }

        .bg-warning .nav > li > a:hover,
        .bg-warning .nav > li > a:focus {
            background-color: #fcd621;
        }

    .bg-warning .nav .open > a {
        background-color: #fcd417;
    }

    .bg-warning .caret {
        border-top-color: #fffefa;
        border-bottom-color: #fffefa;
    }

    .bg-warning.navbar .nav > li.active > a {
        color: #ffffff;
        background-color: #fcd417;
    }

    .bg-warning .open > a,
    .bg-warning .open > a:hover,
    .bg-warning .open > a:focus {
        color: #ffffff;
    }

    .bg-warning .text-muted {
        color: #fef4c8 !important;
    }

    .bg-warning .text-lt {
        color: #ffffff !important;
    }

    .bg-warning.auto .list-group-item,
    .bg-warning .auto .list-group-item {
        background-color: transparent;
        border-color: #f9d21a !important;
    }

        .bg-warning.auto .list-group-item:hover,
        .bg-warning .auto .list-group-item:hover,
        .bg-warning.auto .list-group-item:focus,
        .bg-warning .auto .list-group-item:focus,
        .bg-warning.auto .list-group-item:active,
        .bg-warning .auto .list-group-item:active,
        .bg-warning.auto .list-group-item.active,
        .bg-warning .auto .list-group-item.active {
            background-color: #fcd417 !important;
        }

.bg-danger {
    color: #ffffff;
    background-color: #f05050;
}

    .bg-danger.lt,
    .bg-danger .lt {
        background-color: #f06a6a;
    }

    .bg-danger.lter,
    .bg-danger .lter {
        background-color: #f18282;
    }

    .bg-danger.dk,
    .bg-danger .dk {
        background-color: #f13636;
    }

    .bg-danger.dker,
    .bg-danger .dker {
        background-color: #f21b1b;
    }

    .bg-danger.bg,
    .bg-danger .bg {
        background-color: #f05050;
    }

    .bg-danger a {
        color: #ffffff;
    }

        .bg-danger a:hover {
            color: #ffffff;
        }

        .bg-danger a.list-group-item:hover,
        .bg-danger a.list-group-item:focus {
            background-color: inherit;
        }

    .bg-danger .nav > li:hover > a,
    .bg-danger .nav > li:focus > a,
    .bg-danger .nav > li.active > a {
        color: #ffffff;
        background-color: #f13636;
    }

    .bg-danger .nav > li > a {
        color: #f2f2f2;
    }

        .bg-danger .nav > li > a:hover,
        .bg-danger .nav > li > a:focus {
            background-color: #f13f3f;
        }

    .bg-danger .nav .open > a {
        background-color: #f13636;
    }

    .bg-danger .caret {
        border-top-color: #ffffff;
        border-bottom-color: #ffffff;
    }

    .bg-danger.navbar .nav > li.active > a {
        color: #ffffff;
        background-color: #f13636;
    }

    .bg-danger .open > a,
    .bg-danger .open > a:hover,
    .bg-danger .open > a:focus {
        color: #ffffff;
    }

    .bg-danger .text-muted {
        color: #e6e6e6 !important;
    }

    .bg-danger .text-lt {
        color: #ffffff !important;
    }

    .bg-danger.auto .list-group-item,
    .bg-danger .auto .list-group-item {
        background-color: transparent;
        border-color: #ee3939 !important;
    }

        .bg-danger.auto .list-group-item:hover,
        .bg-danger .auto .list-group-item:hover,
        .bg-danger.auto .list-group-item:focus,
        .bg-danger .auto .list-group-item:focus,
        .bg-danger.auto .list-group-item:active,
        .bg-danger .auto .list-group-item:active,
        .bg-danger.auto .list-group-item.active,
        .bg-danger .auto .list-group-item.active {
            background-color: #f13636 !important;
        }

.bg-white {
    color: #58666e;
    background-color: #fff;
}

    .bg-white a {
        color: #363f44;
    }

        .bg-white a:hover {
            color: #1f2427;
        }

    .bg-white .text-muted {
        color: #98a6ad !important;
    }

    .bg-white .lt,
    .bg-white .lter,
    .bg-white .dk,
    .bg-white .dker {
        background-color: #fff;
    }

.bg-white-only {
    background-color: #fff;
}

.bg-white.reduced span,
.bg-white.reduced i.fa,
.bg-white.reduced i.fas,
.bg-white.reduced i.far {
    font-size: 13px;
}

a.bg-light:hover {
    color: #363f44;
}

a.bg-primary:hover {
    background-color: #6254b2;
}

a.text-primary:hover {
    color: #6254b2;
}

.text-primary {
    color: #7266ba;
}

.text-primary-lt {
    color: #8278c2;
}

.text-primary-lter {
    color: #9289ca;
}

.text-primary-dk {
    color: #6254b2;
}

.text-primary-dker {
    color: #564aa3;
}

a.bg-info:hover {
    background-color: #19a9d5;
}

a.text-info:hover {
    color: #19a9d5;
}

.text-info {
    color: #23b7e5 !important;
}

.text-info-lt {
    color: #3abee8;
}

.text-info-lter {
    color: #51c6ea;
}

.text-info-dk {
    color: #19a9d5;
}

.text-info-dker {
    color: #1797be;
}

.text-info.disabled {
    color: #cacaca;
}

.footable tr.disabled {
    background-color: #fffafa !important;
    color: #cacaca;
}

a.bg-success:hover {
    background-color: #23ad44;
}

a.text-success:hover {
    color: #23ad44;
}

.text-success {
    color: #27c24c;
}

.text-success-lt {
    color: #2ed556;
}

.text-success-lter {
    color: #43d967;
}

.text-success-dk {
    color: #23ad44;
}

.text-success-dker {
    color: #1e983b;
}

a.bg-warning:hover {
    background-color: #f9d21a;
}

a.text-warning:hover {
    color: #f9d21a;
}

.text-warning {
    color: #fad733;
}

.text-warning-lt {
    color: #fbdc4c;
}

.text-warning-lter {
    color: #fbe165;
}

.text-warning-dk {
    color: #f9d21a;
}

.text-warning-dker {
    color: #f4ca06;
}

a.bg-danger:hover {
    background-color: #ee3939;
}

a.text-danger:hover {
    color: #ee3939;
}

.text-danger {
    color: #f05050;
}

.text-danger-lt {
    color: #f26767;
}

.text-danger-lter {
    color: #f47f7f;
}

.text-danger-dk {
    color: #ee3939;
}

.text-danger-dker {
    color: #ec2121;
}

a.bg-dark:hover {
    background-color: #2f3342;
}

a.text-dark:hover {
    color: #2f3342;
}

.text-dark {
    color: #3a3f51;
}

.text-dark-lt {
    color: #454b60;
}

.text-dark-lter {
    color: #4f566f;
}

.text-dark-dk {
    color: #2f3342;
}

.text-dark-dker {
    color: #252833;
}

a.bg-#000000:hover {
    background-color: #131e25;
}

a.text-#000000:hover {
    color: #131e25;
}

.text-#000000 {
    color: #1c2b36;
}

.text-#000000-lt {
    color: #253847;
}

.text-#000000-lter {
    color: #2d4658;
}

.text-#000000-dk {
    color: #131e25;
}

.text-#000000-dker {
    color: #0b1014;
}

.text-white {
    color: #fff !important;
}

.text-comment {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.text-muted {
    color: #98a6ad;
}

.pos-rlt {
    position: relative;
}

.pos-stc {
    position: static !important;
}

.pos-abt {
    position: absolute;
}

.pos-fix {
    position: fixed;
}

.line {
    width: 100%;
    height: 2px;
    margin: 10px 0;
    overflow: hidden;
    font-size: 0;
}

    .line.sm {
        margin: 7px 0;
    }

.line-xs {
    margin: 0;
}

.line-lg {
    margin-top: 15px;
    margin-bottom: 15px;
}

.line-dashed {
    background-color: transparent;
    border-style: dashed !important;
    border-width: 0;
}

.no-line {
    border-width: 0;
}

.no-line-i {
    border-width: 0 !important;
}

.no-border,
.no-borders {
    border-color: transparent;
    border-width: 0;
}

.no-radius {
    border-radius: 0;
}

.block {
    display: block;
}

    .block.hide {
        display: none;
    }

.inline {
    display: inline-block !important;
}

.none {
    display: none;
}

.pull-none {
    float: none;
}

.pull-none-i {
    float: none !important;
}

.rounded {
    border-radius: 500px;
}

.clear {
    display: block;
    overflow: hidden;
}

.no-bg {
    color: inherit;
    background-color: transparent;
}

.no-select {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
}

.l-h {
    line-height: 1.42857143;
}

.l-h-0x {
    line-height: 0;
}

.l-h-1x {
    line-height: 1.2;
}

.l-h-2x {
    line-height: 2em;
}

.l-s-1x {
    letter-spacing: 1;
}

.l-s-2x {
    letter-spacing: 2;
}

.l-s-3x {
    letter-spacing: 3;
}

.font-normal {
    font-weight: normal;
}

.font-thin {
    font-weight: 300;
}

.font-bold {
    font-weight: 700 !important;
}

.text-3x {
    font-size: 3em;
}

.text-2x {
    font-size: 2em;
}

.text-lg {
    font-size: 18px;
}

.text-base {
    font-size: 14px;
}

.text-sm {
    font-size: 13px;
}

.text-xs {
    font-size: 12px;
}

.text-xxs {
    text-indent: -9999px;
}

.text-ellipsis {
    display: block;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-u-c {
    text-transform: uppercase;
}

.text-l-t {
    text-decoration: line-through;
}

.text-u-l {
    text-decoration: underline;
}

.text-active,
.active > .text,
.active > .auto .text {
    display: none !important;
}

.active > .text-active,
.active > .auto .text-active {
    display: inline-block !important;
}

.box-shadow {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(0, 0, 0, 0.05);
}

.box-shadow-lg {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}

.text-shadow {
    font-size: 170px;
    text-shadow: 0 1px 0 #dee5e7, 0 2px 0 #fcfdfd, 0 5px 10px rgba(0, 0, 0, 0.125), 0 10px 20px rgba(0, 0, 0, 0.2);
}

.no-shadow {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.wrapper-xs {
    padding: 5px;
}

.wrapper-sm {
    padding: 10px;
}

.wrapper {
    padding: 15px;
}

.wrapper-md {
    padding: 20px;
}

.wrapper-lg {
    padding: 30px;
}

.wrapper-xl {
    padding: 50px;
}

.padder-lg {
    padding-right: 30px;
    padding-left: 30px;
}

.padder-md {
    padding-right: 20px;
    padding-left: 20px;
}

.padder {
    padding-right: 15px;
    padding-left: 15px;
}

.padder-v {
    padding-top: 15px;
    padding-bottom: 15px;
}

.no-padder {
    padding: 0 !important;
}

.pull-in {
    margin-right: -15px;
    margin-left: -15px;
}

.pull-out {
    margin: -10px -15px;
}

.b {
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.b-a {
    border: 1px solid #dee5e7;
}

.b-t {
    border-top: 1px solid #dee5e7;
}

.b-r {
    border-right: 1px solid #dee5e7;
}

.b-b {
    border-bottom: 1px solid #dee5e7;
}

.b-b-d {
    border-bottom: 1px dashed #dee5e7;
}

.b-l {
    border-left: 1px solid #dee5e7;
}

.b-light {
    border-color: #edf1f2;
}

.b-light-form {
    border-color: #cfdadd;
}

.b-dark {
    border-color: #3a3f51;
}

.b-black {
    border-color: #3a3f51;
}

.b-primary {
    border-color: #7266ba;
}

.b-success {
    border-color: #27c24c;
}

.b-info {
    border-color: #23b7e5;
}

.b-warning {
    border-color: #fad733;
}

.b-danger {
    border-color: #f05050;
}

.b-white {
    border-color: #ffffff;
}

.b-dashed {
    border-style: dashed !important;
}

.b-l-light {
    border-left-color: #edf1f2;
}

.b-l-dark {
    border-left-color: #3a3f51;
}

.b-l-black {
    border-left-color: #3a3f51;
}

.b-l-primary {
    border-left-color: #7266ba;
}

.b-l-success {
    border-left-color: #27c24c !important;
}

.b-l-info {
    border-left-color: #23b7e5 !important;
}

.b-l-warning {
    border-left-color: #fad733;
}

.b-l-danger {
    border-left-color: #f05050;
}

.b-l-white {
    border-left-color: #ffffff;
}

.b-l-2x {
    border-left-width: 2px;
}

.b-l-3x {
    border-left-width: 3px;
}

.b-l-4x {
    border-left-width: 4px;
}

.b-l-5x {
    border-left-width: 5px;
}

.b-2x {
    border-width: 2px;
}

.b-3x {
    border-width: 3px;
}

.b-4x {
    border-width: 4px;
}

.b-5x {
    border-width: 5px;
}

.b-none {
    border: none !important;
}

.b-r-light {
    border-right-color: #edf1f2;
}

.b-r-dark {
    border-right-color: #3a3f51;
}

.b-r-black {
    border-right-color: #3a3f51;
}

.b-r-primary {
    border-right-color: #7266ba;
}

.b-r-success {
    border-right-color: #27c24c !important;
}

.b-r-info {
    border-right-color: #23b7e5 !important;
}

.b-r-warning {
    border-right-color: #fad733;
}

.b-r-danger {
    border-right-color: #f05050;
}

.b-r-white {
    border-right-color: #ffffff;
}

.b-r-2x {
    border-right-width: 2px;
}

.b-r-3x {
    border-right-width: 3px;
}

.b-r-4x {
    border-right-width: 4px;
}

.b-r-5x {
    border-right-width: 5px;
}

.r {
    border-radius: 2px 2px 2px 2px;
}

.r-2x {
    border-radius: 4px;
}

.r-3x {
    border-radius: 6px;
}

.r-l {
    border-radius: 2px 0 0 2px;
}

.r-r {
    border-radius: 0 2px 2px 0;
}

.r-t {
    border-radius: 2px 2px 0 0;
}

.r-b {
    border-radius: 0 0 2px 2px;
}

.m-xxs {
    margin: 2px 4px;
}

.m-xs {
    margin: 5px;
}

.m-sm {
    margin: 10px;
}

.m {
    margin: 15px;
}

.m-md {
    margin: 20px;
}

.m-lg {
    margin: 30px;
}

.m-xl {
    margin: 50px;
}

.m-n {
    margin: 0 !important;
}

.m-l-none {
    margin-left: 0 !important;
}

.m-l-xs {
    margin-left: 5px;
}

.m-l-sm {
    margin-left: 10px;
}

.m-l {
    margin-left: 15px;
}

.m-l-md {
    margin-left: 20px;
}

.m-l-2md {
    margin-left: 25px;
}

.m-l-lg {
    margin-left: 30px;
}

.m-l-xl {
    margin-left: 40px;
}

.m-l-xxl {
    margin-left: 50px;
}

.m-l-n-xxs {
    margin-left: -1px;
}

.m-l-n-xs {
    margin-left: -5px;
}

.m-l-n-sm {
    margin-left: -10px;
}

.m-l-n {
    margin-left: -15px;
}

.m-l-n-md {
    margin-left: -20px;
}

.m-l-n-lg {
    margin-left: -30px;
}

.m-l-n-xl {
    margin-left: -40px;
}

.m-l-n-xxl {
    margin-left: -50px;
}

.m-t-none {
    margin-top: 0 !important;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t-sm-i {
    margin-top: 10px !important;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-xxl {
    margin-top: 50px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-2xxs {
    margin-top: -2px !important;
}

.m-t-n-3xxs {
    margin-top: -3px !important;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-i {
    margin-top: -15px !important;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.m-t-n-xxl {
    margin-top: -50px;
}

.m-r-none {
    margin-right: 0 !important;
}

.m-r-xxs {
    margin-right: 1px;
}

.m-r-3xs {
    margin-right: 3px;
}

.m-r-xs {
    margin-right: 5px;
}

.m-r-sm {
    margin-right: 10px;
}

.m-r {
    margin-right: 15px;
}

.m-r-md {
    margin-right: 20px;
}

.m-r-lg {
    margin-right: 30px;
}

.m-r-xl {
    margin-right: 40px;
}

.m-r-xxl {
    margin-right: 50px;
}

.m-r-n-xxs {
    margin-right: -1px;
}

.m-r-n-xs {
    margin-right: -5px;
}

.m-r-n-sm {
    margin-right: -10px;
}

.m-r-n {
    margin-right: -15px;
}

.m-r-n-md {
    margin-right: -20px;
}

.m-r-n-lg {
    margin-right: -30px;
}

.m-r-n-xl {
    margin-right: -40px;
}

.m-r-n-xxl {
    margin-right: -50px;
}

.m-b-none {
    margin-bottom: 0 !important;
}

.m-b-xxs {
    margin-bottom: 1px !important;
}


.m-b-2xs {
    margin-bottom: 2px !important;
}

.m-b-3xxs {
    margin-bottom: 3px !important;
}

.m-b-4xxs {
    margin-bottom: 4px !important;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-xxl {
    margin-bottom: 50px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

.m-b-n-xxl {
    margin-bottom: -50px;
}

.p-b-n {
    padding-bottom: 0 !important;
}

.t-none {
    top: 0 !important;
}

.p-a-xxs {
    padding: 5px 10px;
}

.p-a-xxs-none {
    padding: 5px 0px !important;
}

.p-t-none {
    padding-top: 0 !important;
}

.p-t-2xs {
    padding-top: 2px;
}

.p-t-3xs {
    padding-top: 5px;
}

.p-t-3xs-i {
    padding-top: 5px !important;
}

.p-tb-xxs {
    padding-top: 2px;
    padding-bottom: 2px;
}

.p-tb-xxs-i {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.p-tb-xs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-tb-xs-i {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.p-tb-2xs-i {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}

.p-t-xxs {
    padding-top: 10px;
}

.p-t-xs {
    padding-top: 15px;
}

.p-l-3xs {
    padding-left: 5px;
}

.p-l-3xs-i {
    padding-left: 5px !important;
}

.p-l-xs {
    padding-left: 15px;
}

.p-l-2xs {
    padding-left: 20px;
}

.p-l-l {
    padding-left: 25px !important;
}

.p-l-lg {
    padding-left: 35px !important;
}

.p-l-xl {
    padding-left: 40px !important;
}

.p-l-xxl {
    padding-left: 55px !important;
}

.p-l-n {
    padding-left: 0;
}

.p-l-n-i {
    padding-left: 0 !important;
}

.p-r-n {
    padding-right: 0;
}

.p-r-n-i {
    padding-right: 0 !important;
}

.p-r-2xs {
    padding-right: 5px !important;
}

.p-r-xxs {
    padding-right: 10px !important;
}

.p-r-2xxs {
    padding-right: 12px !important;
}

.p-r-xs {
    padding-right: 15px;
}

.p-b-xxs {
    padding-bottom: 10px;
}

.p-b-xs {
    padding-bottom: 15px;
}

.p-b-3xs {
    padding-bottom: 5px;
}

.p-b-3xs-i {
    padding-bottom: 5px !important;
}

.p-b-2xs {
    padding-bottom: 2px;
}

.p-n {
    padding: 0 !important;
}

.row-v-center {
    display: flex;
    align-items: center;
}

.avatar {
    position: relative;
    display: block;
    white-space: nowrap;
    border-radius: 500px;
}

    .avatar img {
        width: 100%;
        border-radius: 500px;
    }

    .avatar i {
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 10px;
        margin: 2px;
        border-style: solid;
        border-width: 2px;
        border-radius: 100%;
    }

        .avatar i.right {
            right: 0;
            left: auto;
        }

        .avatar i.bottom {
            top: auto;
            right: 0;
            bottom: 0;
            left: auto;
        }

        .avatar i.left {
            top: auto;
            bottom: 0;
        }

        .avatar i.on {
            background-color: #27c24c;
        }

        .avatar i.off {
            background-color: #98a6ad;
        }

        .avatar i.busy {
            background-color: #f05050;
        }

        .avatar i.away {
            background-color: #fad733;
        }

    .avatar.thumb-md i {
        width: 12px;
        height: 12px;
        margin: 3px;
    }

    .avatar.thumb-sm i {
        margin: 1px;
    }

    .avatar.thumb-xs i {
        margin: 0;
    }

.min-w-3xs {
    width: 20px;
}

.min-w-41 {
    width: 41px;
}

.min-w-xxs {
    width: 60px !important;
}

.min-w-xs {
    width: 90px;
}

.min-w-xs-sm {
    width: 120px;
}

.min-w-sm {
    width: 150px;
}

.min-w {
    width: 200px;
}

.min-w-md {
    width: 240px;
}

.min-w-lg {
    width: 280px;
}

.min-w-xl {
    width: 320px;
}

.min-w-xxl {
    width: 360px;
}

.w-3xs {
    width: 20px;
}

.w-xxs {
    width: 60px;
}

.w-xs {
    width: 90px !important;
}

.w-xs-sm {
    width: 120px;
}

.w-sm {
    width: 150px !important;
}

.w {
    width: 200px;
}

.w-md {
    width: 240px;
}

.w-lg {
    width: 280px;
}

.w-xl {
    width: 320px;
}

.w-xxl {
    width: 360px;
}

.w-full {
    width: 100%;
}

.w-auto {
    width: auto;
}

.w-auto-i {
    width: auto !important;
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.h-xs {
    height: 10px;
}

.h-sm {
    height: 20px;
}

.h-lg {
    height: 300px;
}

.max-h-sm {
    max-height: 75px;
}

.max-h-md {
    max-height: 150px;
    overflow-y: scroll;
}

.max-h87 {
    max-height: 87%;
}

.max-h-lg {
    max-height: 200px;
}

.max-h-xl {
    max-height: 320px !important;
}

.max-h-xlg {
    max-height: 340px !important;
}

.min-h-xxs {
    min-height: 20px;
}

.min-h-xs {
    min-height: 40px;
}

.min-h-ssm {
    min-height: 65px;
}

.min-h-sm {
    min-height: 120px;
}

.min-h {
    min-height: 200px;
}

.min-h-md {
    min-height: 300px;
}

.min-h-lg {
    min-height: 380px;
}

.thumb-xl {
    display: inline-block;
    width: 128px;
}

.thumb-lg {
    display: inline-block;
    width: 96px;
}

.thumb-md {
    display: inline-block;
    width: 64px;
}

.thumb {
    display: inline-block;
    width: 50px !important;
}

.thumb-sm {
    display: inline-block;
    width: 40px;
}

.thumb-xs {
    display: inline-block;
    width: 34px;
}

.thumb-xxs {
    display: inline-block;
    width: 30px;
}

.thumb-wrapper {
    padding: 2px;
    border: 1px solid #dee5e7;
}

.thumb img,
.thumb-xs img,
.thumb-sm img,
.thumb-md img,
.thumb-lg img,
.thumb-btn img {
    height: auto;
    max-width: 100%;
}

.img-full {
    width: 100%;
}

    .img-full img {
        width: 100%;
    }

.scrollable {
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .scrollable.hover {
        overflow-y: hidden !important;
    }

        .scrollable.hover:hover {
            overflow: visible !important;
            overflow-y: auto !important;
        }

.smart .scrollable {
    overflow-y: auto !important;
}

.scroll-x,
.scroll-y {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.scroll-y {
    overflow-y: auto;
}

.scroll-x {
    overflow-x: auto;
}

.hover-action {
    display: none;
}

.hover-rotate {
    -webkit-transition: all 0.2s ease-in-out 0.1s;
    -moz-transition: all 0.2s ease-in-out 0.1s;
    -o-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
}

.hover-anchor:hover > .hover-action,
.hover-anchor:focus > .hover-action,
.hover-anchor:active > .hover-action {
    display: inherit;
}

.hover-anchor:hover > .hover-rotate,
.hover-anchor:focus > .hover-rotate,
.hover-anchor:active > .hover-rotate {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
}

    .backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .backdrop.in {
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

/*ENTIDADES*/
.entities-container {
}

    .entities-container .nav-tabs > li > a {
        margin-top: 4px;
    }

/*desktop*/

@media screen and (min-width: 992px) {
    .col-lg-2-4 {
        float: left;
        width: 20.000%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm.show {
        display: inherit !important;
    }
}

/*phone*/

@media (max-width: 767px) {
    .w-auto-xs {
        width: auto;
    }

    .shift {
        display: none !important;
    }

        .shift.in {
            display: block !important;
        }

    .row-2 [class*="col"] {
        float: left;
        width: 50%;
    }

    .row-2 .col-0 {
        clear: none;
    }

    .row-2 li:nth-child(odd) {
        margin-left: 0;
        clear: left;
    }

    .text-center-xs {
        text-align: center;
    }

    .text-left-xs {
        text-align: left;
    }

    .text-right-xs {
        text-align: right;
    }

    .no-border-xs {
        border-width: 0;
    }

    .pull-none-xs {
        float: none !important;
    }

    .pull-right-xs {
        float: right !important;
    }

    .pull-left-xs {
        float: left !important;
    }

    .dropdown-menu.pull-none-xs {
        left: 0;
    }

    .hidden-xs.show {
        display: inherit !important;
    }

    .wrapper-lg {
        padding: 10px;
    }

    .wrapper-md {
        padding: 15px 5px;
    }

    .padder-lg,
    .padder-md {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.caret-right {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid;
    margin-left: 5px;
    display: inline-block;
    height: 0;
    opacity: 0.3;
    vertical-align: middle;
    width: 0;
}

.butterbar {
    position: relative;
    height: 3px;
    margin-bottom: -3px;
}

    .butterbar .bar {
        position: absolute;
        width: 100%;
        height: 0;
        text-indent: -9999px;
        background-color: #23b7e5;
    }

        .butterbar .bar:before {
            position: absolute;
            right: 50%;
            left: 50%;
            height: 3px;
            background-color: inherit;
            content: "";
        }

    .butterbar.active {
        -webkit-animation: changebar 2.25s infinite 0.75s;
        -moz-animation: changebar 2.25s infinite 0.75s;
        -o-animation: changebar 2.25s infinite 0.75s;
        animation: changebar 2.25s infinite 0.75s;
    }

        .butterbar.active .bar {
            -webkit-animation: changebar 2.25s infinite;
            -moz-animation: changebar 2.25s infinite;
            -o-animation: changebar 2.25s infinite;
            animation: changebar 2.25s infinite;
        }

            .butterbar.active .bar:before {
                -webkit-animation: movingbar 0.75s infinite;
                -moz-animation: movingbar 0.75s infinite;
                -o-animation: movingbar 0.75s infinite;
                animation: movingbar 0.75s infinite;
            }

/* Collapse width */

.collapsing-width {
    position: relative;
    overflow: hidden;
    -webkit-transition: width 0.35s ease;
    -moz-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;
}


/*Fixed Header*/



/* Moving bar */

@-webkit-keyframes movingbar {
    0% {
        right: 50%;
        left: 50%;
    }

    99.9% {
        right: 0;
        left: 0;
    }

    100% {
        right: 50%;
        left: 50%;
    }
}

@-moz-keyframes movingbar {
    0% {
        right: 50%;
        left: 50%;
    }

    99.9% {
        right: 0;
        left: 0;
    }

    100% {
        right: 50%;
        left: 50%;
    }
}

@keyframes movingbar {
    0% {
        right: 50%;
        left: 50%;
    }

    99.9% {
        right: 0;
        left: 0;
    }

    100% {
        right: 50%;
        left: 50%;
    }
}

/* change bar */

@-webkit-keyframes changebar {
    0% {
        background-color: #23b7e5;
    }

    33.3% {
        background-color: #23b7e5;
    }

    33.33% {
        background-color: #fad733;
    }

    66.6% {
        background-color: #fad733;
    }

    66.66% {
        background-color: #7266ba;
    }

    99.9% {
        background-color: #7266ba;
    }
}

@-moz-keyframes changebar {
    0% {
        background-color: #23b7e5;
    }

    33.3% {
        background-color: #23b7e5;
    }

    33.33% {
        background-color: #fad733;
    }

    66.6% {
        background-color: #fad733;
    }

    66.66% {
        background-color: #7266ba;
    }

    99.9% {
        background-color: #7266ba;
    }
}

@keyframes changebar {
    0% {
        background-color: #23b7e5;
    }

    33.3% {
        background-color: #23b7e5;
    }

    33.33% {
        background-color: #fad733;
    }

    66.6% {
        background-color: #fad733;
    }

    66.66% {
        background-color: #7266ba;
    }

    99.9% {
        background-color: #7266ba;
    }
}

.panel-collapse > .panel-body {
    padding: 0 !important;
}

#tabManagement > .nav-tabs > li > a {
    padding-left: 2px !important;
    padding-right: 2px !important;
}

#tabManagement > .nav-tabs > .active > a {
    padding-left: 4px !important;
    padding-right: 4px !important;
}

.p-l-xxxs {
    padding-left: 6px;
}

.p-r-xxxs {
    padding-right: 6px;
}

.waybill-marker {
    -moz-transform: scale(0.7,0.7);
    -ms-transform: scale(0.7,0.7);
    -o-transform: scale(0.7,0.7);
    -webkit-transform: scale(0.7,0.7);
    transform: scale(0.7,0.7);
}

#directions-panel {
    height: 430px !important;
    overflow: scroll;
    width: auto;
    overflow-x: hidden;
}

/*FICHA DE CLIENTE*/


.total-debt {
    max-width: 200px;
    display: table;
    width: 100%;
}

    .total-debt button {
        padding-bottom: 0;
        padding-top: 0;
        width: auto;
        text-align: right;
    }

.col-icon {
    width: 20px;
    /*margin-left:10px;*/
}


.col-entity-value {
    padding-left: 0;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.panel ul .list-group-item {
    border: none;
    /*border-top-style: dashed; */ /* Verificar Ficha de cliente*/
    border-top-width: 1px;
    border-top-color: #f6f8f8;
}

    .panel ul .list-group-item:first-child {
        border: none;
        border-top-style: none;
    }

.inline-container {
    vertical-align: top;
    display: inline-block;
}

@media (max-width: 767px) {

    .client-menu-container {
        display: none;
    }
}

@media (min-width: 768px) {

    .list-group-item {
        min-height: 38px;
    }

    .total-debt {
        margin-top: 2px;
    }
}

@media (min-width: 992px) {
	
}

.col-entity-name {
    float: none;
    display: block;
    width: auto;
    vertical-align: top;
}

.col-name-type-container {
    float: left;
    margin-top: 2px;
    margin-right: 5px;
    width: 150px;
}

.col-wrapper {
    border-bottom: #cacaca dotted 1px;
    padding-bottom: 5px;
    padding-top: 5px;
}

@media (min-width: 1200px) {
    .total-debt {
        margin-top: 5px;
    }
}

.Collapse {
    -o-transition: max-height 0.10s ease-out;
    -moz-transition: max-height 0.10s ease-out;
    -webkit-transition: max-height 0.10s ease-out;
    transition: max-height 0.10s ease-out;
    max-height: 1px;
    overflow: hidden;
}

.Expand {
    -o-transition: max-height 0.10s ease-in;
    -moz-transition: max-height 0.10s ease-in;
    -webkit-transition: max-height 0.10s ease-in;
    transition: max-height 0.10s ease-in;
    max-height: 15000px;
}

.angular-ui-tree-placeholder {
    background: #f0f9ff;
    border: 2px dashed #bed2db;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.angular-ui-tree-handle {
    border-radius: 3px 3px 3px 0;
}

.angular-ui-tree-empty {
    background-color: transparent;
    border: none;
}

/*.angular-ui-tree-handle:hover {
    background-color: #c5e4f5;
}*/

.listadoNominal:hover,
.listadoNominal .filaTransicionRules:hover {
    background-color: #d9f3fb !important;
}

/*.listadoNominal:hover .transicionRules {
    padding-right:15px;
}*/

.listadoNominal.selected .filaTransicionRules {
    color: #d9f3fb;
    background-color: #23b7e5 !important;
}

.listadoNominal.selected .rules {
    background-color: #f6f8f8 !important;
}

/*.listadoNominal.selected .transicionRules {
    padding-right: 15px;
}*/

.listadoNominal.selected .filaTransicionRules a,
.listadoNominal.selected .filaTransicionRules button i {
    color: #FFF;
}

.listadoNominal .filaTransicionRules.transicionManual .editable-wrap {
    padding: 4px 0px !important;
}


.listadoNominalShadow.panel-default > .panel-heading.filaTransicionRulesShadow,
.listadoNominalShadow.panel-default > .panel-heading.filaTransicionRulesShadow:hover,
.listadoNominalShadow.selected > .panel-default > .panel-heading.filaTransicionRulesShadow,
.listadoNominalShadow.selected > .panel-default > .panel-heading.filaTransicionRulesShadow:hover {
    /*text-shadow: 0 -1px 0 #3071a9;*/
    color: #ffffff;
    background-image: -webkit-linear-gradient(top, #23b7e5 0%, #23b7e5 100%);
    background-image: -o-linear-gradient(top, #23b7e5 0%, #23b7e5 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#23b7e5), to(#23b7e5));
    background-image: linear-gradient(to bottom, #23b7e5 0%, #23b7e5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23b7e5', endColorstr='#ff23b7e5', GradientType=0);
    background-repeat: repeat-x;
    border-color: #23b7e5;
}

    .listadoNominalShadow.panel-default > .panel-heading.filaTransicionRulesShadow.titleSmall,
    .listadoNominalShadow.panel-default > .panel-heading.filaTransicionRulesShadow.titleSmall:hover,
    .listadoNominalShadow.selected > .panel-default > .panel-heading.filaTransicionRulesShadow.titleSmall,
    .listadoNominalShadow.selected > .panel-default > .panel-heading.filaTransicionRulesShadow.titleSmall:hover {
        /*text-shadow: 0 -1px 0 #3071a9;*/
        background-image: -webkit-linear-gradient(top, #76cde7 0%, #23b7e5 100%);
        background-image: -o-linear-gradient(top, #76cde7 0%, #23b7e5 100%);
        background-image: -webkit-gradient(linear, left top, left bottom, from(#76cde7), to(#23b7e5));
        background-image: linear-gradient(to bottom, #76cde7 0%, #23b7e5 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff76cde7', endColorstr='#ff23b7e5', GradientType=0);
        background-repeat: repeat-x;
        border-color: #23b7e5;
    }

.listadoNominalShadow > .panel-default > .panel-heading.filaTransicionRulesShadow:hover {
    /*text-shadow: 0 -1px 0 #3071a9;*/
    background-image: -webkit-linear-gradient(top, #d9f3fb 0%, #d9f3fb 100%);
    background-image: -o-linear-gradient(top, #d9f3fb 0%, #d9f3fb 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9f3fb), to(#d9f3fb));
    background-image: linear-gradient(to bottom, #d9f3fb 0%, #d9f3fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9f3fb', endColorstr='#ffd9f3fb', GradientType=0);
    background-repeat: repeat-x;
    border-color: #d9f3fb;
}

.listadoNominalShadow > .panel-default > .panel-heading.filaTransicionRulesShadow.titleSmall:hover {
    /*text-shadow: 0 -1px 0 #3071a9;*/
    background-image: -webkit-linear-gradient(top, #eaf6fa 0%, #d9f3fb 100%);
    background-image: -o-linear-gradient(top, #eaf6fa 0%, #d9f3fb 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eaf6fa), to(#d9f3fb));
    background-image: linear-gradient(to bottom, #eaf6fa 0%, #d9f3fb 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaf6fa', endColorstr='#ffd9f3fb', GradientType=0);
    background-repeat: repeat-x;
    border-color: #d9f3fb;
}

.listadoNominalShadow.selected .filaTransicionRulesShadow a,
.listadoNominalShadow.selected .filaTransicionRulesShadow button i {
    color: #ffffff;
}
/*
.listadoNominalShadow.selected .filaTransicionRulesShadow.titleSmall a,
.listadoNominalShadow.selected .filaTransicionRulesShadow.titleSmall button i {
    color: black;
}*/

.titleSmall toggle-switch div.toggle-bg {
    height: 1.20em;
}

    .titleSmall toggle-switch div.toggle-bg span {
        height: 1.18em;
        width: 1.18em;
    }

    .titleSmall toggle-switch div.toggle-bg.true span {
        left: 2.50em;
    }

    .titleSmall toggle-switch div.toggle-bg label {
        top: -0.23em;
        font-size: 0.89em;
    }

.titleSmall .dropdown .fa-cog {
    font-size: 1.20em;
}

.list-group-item.itemGenericoNominal.active,
.list-group-item.itemGenericoNominal.active:hover,
.list-group-item.itemGenericoNominal.active:focus {
    background-image: none;
    text-shadow: none;
}

.itemGenericoNominal {
    background-image: none;
}

    .itemGenericoNominal:hover {
        background-color: #d9f3fb !important;
    }

    .itemGenericoNominal.bg-info,
    .itemGenericoNominal.active {
        color: #ffffff;
        background-color: #23b7e5 !important;
        background-image: none;
    }

/*.angular-ui-tree-node:hover{
    background-color:#c5e4f5;
}*/

.angular-ui-tree-node .hover {
    background-color: #c5e4f5;
}

.angular-ui-tree-node .selected {
    background-color: #23b7e5;
}

/*.angular-ui-tree-node .selected a span {
        color: #FFF;
    }*/

.angular-ui-tree-node .parent-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.angular-ui-tree-node div.row {
    height: 25px;
    padding-top: 2px;
}

/*.tree-node:hover {
    background-color: #c5e4f5;
}*/

/*.selected.tree-node:hover {
    background-color: #23b7e5 !important;
}*/

/*.angular-ui-tree-nodes:hover {
    background-color: #fff;
}*/

.angular-ui-tree-nodes {
    background-color: transparent;
}

.panel > .list-group .list-group-item .active {
    background-color: #23b7e5;
}

.box {
    white-space: nowrap;
}

/*input BUSQUEDA TEXTO*/

@media (max-width: 767px) {
    .seach-textbox {
        max-width: 200px;
        min-width: calc(100%);
    }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    .seach-textbox {
        min-width: 120px;
    }
}

/*SPEECH BUBBLE - SCRIPT*/

.speech-container {
    position: fixed;
    top: 80px;
    z-index: 5;
    display: none;
    width: 50%;
    left: calc(100% - 50% - 35px);
}

.speech-text {
    margin-right: 100px;
    width: 200px !important;
}

.speech-container .font-menu {
    position: relative;
    top: -30px;
    right: 3px;
    /*left: 25px;    */
}

.speech-container.active {
    display: none;
}

    .speech-container.active.show {
        display: block;
    }

.speech-container .speech {
    line-height: 20px;
    min-height: 50px;
    box-shadow: #cacaca 2px 3px;
    text-align: justify;
    position: relative;
    border-width: 1px;
    border-style: solid;
    word-spacing: normal;
    padding: 5px 10px 10px 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -o-transition: opacity 0.20s ease-in;
    -moz-transition: opacity 0.20s ease-in;
    -webkit-transition: opacity 0.20s ease-in;
    transition: opacity 0.20s ease-in;
    opacity: 0.70;
    cursor: default;
}

.speech-container.active .speech {
    -o-transition: opacity 0.20s ease-in;
    -moz-transition: opacity 0.20s ease-in;
    -webkit-transition: opacity 0.20s ease-in;
    transition: opacity 0.20s ease-in;
    opacity: 1;
    cursor: text;
}

.speech-container .speech:hover {
    -o-transition: opacity 0.20s ease-in;
    -moz-transition: opacity 0.20s ease-in;
    -webkit-transition: opacity 0.20s ease-in;
    transition: opacity 0.20s ease-in;
    opacity: 1;
}

.speech-container.active .speech.close, .speech.close {
    -o-transition: opacity 0.20s ease-in;
    -moz-transition: opacity 0.20s ease-in;
    -webkit-transition: opacity 0.20s ease-in;
    transition: opacity 0.20s ease-in;
    opacity: 0 !important;
    cursor: default;
    z-index: -110;
}


.speech:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 33px 24px 0px 0;
    display: block;
    width: 0;
    z-index: 0;
    left: calc(100% - 64px);
    top: -33px;
}

.speech:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 30px 21px 1px 0;
    display: block;
    width: 0;
    z-index: 1;
    left: calc(100% - 62px);
    top: -30px;
}


.speech-info.speech:before {
    border-color: transparent #d9edf7;
}

.speech-info.speech:after {
    border-color: transparent #bce8f1;
}

.speech.speech-info span {
    color: #31708f;
}

.speech-warning.speech:before {
    border-color: transparent #ffffd7;
}

.speech-warning.speech:after {
    border-color: transparent #FFD748;
}

.speech.speech-warning, .bg-speech-warning {
    color: #8a6d3b;
    background-color: #ffffd7;
    border-color: #fad733;
}

.bg-filter-base, .bg-filter-selected, .bg-filter-copied, .bg-filter-hover {
    font-size: 13px;
    color: #8a6d3b;
    border-color: #fad733;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.25s;
}

.bg-filter-base, bg-filter-hover {
    background-color: #ffffd7;
}

.bg-filter-hover {
    border-style: dashed;
    border-color: #faa733;
}

    .bg-filter-hover:hover {
        background-color: #FFEAD7;
    }

.bg-filter-selected {
    background-color: #ffdfd7;
    border-style: dotted;
}

    .bg-filter-selected:hover {
        background-color: #ffdfd7;
        border-style: dotted;
    }

.bg-filter-copied {
    background-color: #FDDB8D;
    border-style: dotted;
}

.ui-select-match-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 40px;
}

.ui-select-toggle > .btn.btn-link {
    margin-right: 10px;
    top: 6px;
    position: absolute;
    right: 10px;
}

/*.ui-select-multiple input.ui-select-search {
    width: auto !important;
}*/

.assignstatescl.ui-select-multiple input.ui-select-search {
    width: 80% !important;
}

.fromStateCl.ui-select-multiple.ng-invalid input.ui-select-search {
    width: 50% !important;
    height: auto !important;
}

.fromStateCl.ui-select-multiple.ng-valid input.ui-select-search {
    width: 20% !important;
    height: auto !important;
}

.speech.speech-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.speech .speech-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .speech .speech-success hr {
        border-top-color: #c9e2b3;
    }

    .speech .speech-success .speech .speech-link {
        color: #2b542c;
    }





.speech .speech-info hr {
    border-top-color: #a6e1ec;
}

.speech .speech-info .speech .speech-link {
    color: #245269;
}



.speech .speech-warning hr {
    border-top-color: #f7e1b5;
}

.speech .speech-warning .speech .speech-link {
    color: #66512c;
}

.speech .speech-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .speech .speech-danger hr {
        border-top-color: #e4b9c0;
    }

    .speech .speech-danger .speech .speech-link {
        color: #843534;
    }

@media (max-width: 767px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}


/*TEXT-AREA COMENTARIO / OBSERVACIONES*/
.text-box {
    max-width: calc(100%);
    height: 60px !important;
    max-height: 60px;
}

a.dropdown-toggle {
    box-shadow: none !important;
}

li a.dropdown-toggle:hover {
    background-color: #c5e4f5 !important;
}

/*INFORME DE PAGOS*/

.payments-table {
    border: none;
}

.row-on {
    display: table-row;
}

.row-off {
    display: none;
}


/*EDICION INLINE*/
.no-clear-button::-webkit-clear-button {
    display: none !important;
}

.no-clear-button::-ms-clear {
    display: none !important;
}

.editable-click:hover {
    border: 1px solid #cacaca !important;
    color: #58666e !important;
    border-radius: 3px;
    padding: 2px 5px 5px 5px;
    margin-left: -6px;
    box-shadow: #cacaca 1px 2px;
    border-bottom: none;
}
/*MENU FICHA DE CLIENTE*/
.menu-currency-detail {
    max-width: 200px;
    display: table;
    width: 100%;
}

    .menu-currency-detail button {
        padding-bottom: 0;
        padding-top: 0;
        width: auto;
        text-align: right;
    }

    .menu-currency-detail:first-of-type {
        margin-top: 0;
    }

    .menu-currency-detail > ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        max-width: 250px;
        text-align: right;
    }

    .menu-currency-detail .dropdown-menu {
        padding-left: 5px;
        margin-left: -10px;
        margin-top: 5px;
    }

        .menu-currency-detail .dropdown-menu li {
            padding-top: 5px;
            padding-bottom: 5px;
            margin-right: 5px;
            border-bottom: solid 1px #cacaca;
        }

            .menu-currency-detail .dropdown-menu li:last-of-type {
                padding-top: 5px;
                padding-bottom: 5px;
                margin-right: 5px;
                border-bottom: none;
            }

    .menu-currency-detail > li > a {
        vertical-align: middle;
    }

        .menu-currency-detail > li > a:hover {
            background-color: inherit;
        }

.collapse-button {
    border: none;
    padding: 10px 15px 10px 15px;
    /* float: right !important; */
    margin-right: -5px;
}

@media (max-width: 767px) {
    .menu-currency-detail .dropdown-menu {
        /*width: 50px !important;*/
    }

    .p-t-3xs {
        padding-top: 0;
    }
}



/*------------------------------------------*/

.met-acciones {
}


    .met-acciones ul {
        left: calc(100% - 295%);
    }

        .met-acciones ul li:hover {
            background-color: #c5e4f5;
        }



        .met-acciones ul li a:active {
            background-color: #23b7e5 !important;
            color: #fff;
        }

        .met-acciones ul li a:hover {
            background-color: #c5e4f5 !important;
        }

.new-action {
    /* background-color: #23b7e5 !important; */
    border: 2px dashed #c5e4f5 !important;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 5px;
    margin-left: -7px;
}

/*.list-group-item-info:hover {
    background-color: #31708f;
}*/

.form-control-feedback {
    right: 0 !important;
}

/*ABN-TREE CUSTOM STYLE*/
.abn-tree {
    min-width: 150px;
    padding-right: 3px;
}

    .abn-tree li {
    }


@media (max-width: 767px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/*------------------------------------------*/
@media (max-width: 767px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

select option:first-of-type {
}

select option:disabled:first-of-type, select option.disabled, select option:disabled {
    font-style: italic;
}

select.editable-input option:first-child {
    font-style: italic;
    color: graytext !important;
}
/*FONDOS POR ESQUEMA*/
.bg-schema-01 {
    color: #fff;
    background-color: #2763AB;
}

.b-l-bg-schema-01 {
    border-left-color: #2763AB !important;
}

.bg-schema-02 {
    color: #fff;
    background-color: #8D0300;
}

.b-l-bg-schema-02 {
    border-left-color: #8D0300 !important;
}

.bg-schema-03 {
    color: #fff;
    background-color: #444448;
}

.b-l-bg-schema-03 {
    border-left-color: #444448 !important;
}

.bg-schema-04 {
    color: #fff;
    background-color: #782106;
}

.b-l-bg-schema-04 {
    border-left-color: #782106 !important;
}

.bg-schema-05 {
    color: #fff;
    background-color: #012130;
}

.bg-schema-login {
    color: #fff;
    background-color: #e6ecff;
}

.b-l-bg-schema-05 {
    border-left-color: #012130 !important;
}

.bg-schema-06 {
    color: #fff;
    background-color: #27ae60; /*rgb(49, 46, 46);*/
}

.bg-collapse {
    background-color: #7f8c8d;
}

.b-l-bg-schema-06 {
    border-left-color: #7f8c8d !important;
}

.bg-schema-07 {
    color: #fff;
    background-color: #00acac;
}

.b-l-bg-schema-07 {
    border-left-color: #00acac !important;
}

.bg-schema-08 {
    color: #fff;
    background-color: #e15258;
}

.b-l-bg-schema-08 {
    border-left-color: #e15258 !important;
}

.bg-schema-09 {
    color: #fff;
    background-color: #F5ECCE;
}

.b-l-bg-schema-09 {
    border-left-color: #F5ECCE !important;
}

.bg-schema-10 {
    color: #fff;
    background-color: #a171b8;
}

.b-l-bg-schema-10 {
    border-left-color: #a171b8 !important;
}

.b-l-bg-schema-indicators {
    border-left-color: #27ae60 !important;
}

.bg-collapse {
    background-color: #2d4453;
}

.b-l-bg-collapse {
    border-left-color: #2d4453 !important;
}

.o-6 {
    opacity: .6;
}

.o-4 {
    opacity: .4;
}

.o-2 {
    opacity: .2;
    display: inline-block;
}

/*Slider*/
.slider.slider-horizontal {
    width: 80% !important;
    height: 20px;
}

.slider .tooltip.top {
    top: 1px !important;
}

.dropdown-menu .li-menu > a:hover,
.dropdown-menu .li-menu > a:focus {
    opacity: .8;
    background-color: inherit !important;
}

.side-info {
    min-height: 768px;
    height: 110%;
    width: 640px;
}

    .side-info.content {
        text-align: left;
        height: 100%;
        display: table;
        background-color: rgba(21,28,41,.48);
        color: #fff;
        position: fixed;
        right: 0;
        top: 0;
    }

    .side-info.img {
        background-image: url(../img/fondo_access.jpg), url(../../img/fondo_access.jpg);
        background-position-x: center;
        background-size: cover;
        max-width: 100%;
        max-height: 100%;
        display: block;
    }

    .side-info .bullet {
        text-align: center;
        margin-top: 150px;
        margin-right: auto;
        margin-left: auto;
        position: relative;
        max-width: 400px;
        vertical-align: middle;
        display: table-cell;
    }

        .side-info .bullet ul {
            max-width: 450px;
            margin: auto;
        }

            .side-info .bullet ul li {
                display: block;
            }

        .side-info .bullet .bullet-item {
            margin-bottom: 25px;
            text-align: left;
        }

            .side-info .bullet .bullet-item p {
                letter-spacing: .4px;
                min-height: 43px;
                color: #fff;
                font-weight: bold;
                display: flow-root;
                font-size: 20px;
            }

    .side-info h4 {
        color: #fff;
        font-size: 34px;
        letter-spacing: 13.4px;
        margin-top: -4px;
        top: 50px;
    }

    .side-info h4, .side-info h5 {
        /*font-family: exo2-bold;*/
        text-shadow: 2px 2px rgba(21,28,41,.48);
        position: absolute;
        width: 100%;
        padding: 0 15px;
    }

.left-column {
    height: 100%;
    padding: 5px 24px;
    min-height: 768px;
    position: relative;
    width: calc(100% - 640px);
    float: left;
}

@media (max-width: 1280px) and (min-width: 991px) {
    .left-column, .side-info {
        width: 50%;
    }
}

@media (max-width: 991px) and (min-width: 300px) {
    .left-column {
        width: 100%;
    }

    .side-info.content {
        position: relative;
        width: 100%;
        max-height: 105%;
        height: 105%;
    }
}

::-webkit-input-placeholder { /* WebKit browsers */
    font-style: italic !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-style: italic !important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-style: italic !important;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    font-style: italic !important;
}

/* 20161205 */
.form-control::-webkit-input-placeholder {
    color: #98a6ad;
    /*font-style: normal !important;*/
}

.form-control:-moz-placeholder { /* Firefox 18- */
    color: #98a6ad;
    /*font-style: normal !important;*/
}

.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #98a6ad;
    /*font-style: normal !important;*/
}

.form-control:-ms-input-placeholder {
    color: #98a6ad;
    /*font-style: normal !important;*/
}
/* End 20161205 */

.footable-odd {
    background-color: #FDFDFD !important;
}

.pagination > li > a:hover,
.footable > tbody > tr:hover {
    background-color: #d9f3fb !important;
}

.pagination > .active > a,
.footable > tbody > tr.selected {
    color: #d9f3fb;
    background-color: #23b7e5 !important;
}

    .footable > tbody > tr.selected a,
    .footable > tbody > tr.selected > td > ul > li > button i,
    .footable > tbody > tr.selected button i {
        color: #FFF;
    }

.module > .mod-header {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEQ5RDgxQzc2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEQ5RDgxQzg2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RDlEODFDNTZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RDlEODFDNjZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvXFWFAAAAAYSURBVHjaYvj//z8D0/Pnz/8zgFgAAQYAS5UJscReGMIAAAAASUVORK5CYII=) repeat-x scroll 0 10px;
    /* background-color: inherit; */
}

select + .form-control-feedback {
    margin-right: 20px;
    top: 20px;
}

.d-t-r-i {
    display: table-row !important;
}

.d-t-i {
    display: table !important;
}

    .d-t-i > tbody > tr > td.angular-ui-tree-placeholder {
        display: table-cell !important;
        position: absolute;
        width: 100%;
    }

div.list-group-item.angular-ui-tree-node {
    padding: 10px 15px !important;
    margin-top: 0 !important;
}

.attachments-drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    height: 100px;
    text-align: center;
    margin: 10px;
    line-height: 90px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}

    .attachments-drop-box.dragover {
        color: #31708f;
        background-color: #d9edf7;
        border-color: #245269;
    }

    .attachments-drop-box ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
        line-height: normal;
        display: block;
        position: absolute;
        top: 3px;
    }

        .attachments-drop-box ul li {
            float: left;
            max-width: 130px;
            margin-left: 5px;
            text-align: center;
            cursor: default;
        }

    .attachments-drop-box .uploading-type {
        font-size: 48px;
        width: 100%;
        position: relative;
    }

        .attachments-drop-box .uploading-type span {
            position: absolute;
            left: 30%;
            top: 50%;
            font-size: 16px;
        }

    .attachments-drop-box .addingAttachs {
        text-align: left;
        max-width: 150px;
        margin-left: 3px;
    }

        .attachments-drop-box .addingAttachs small {
            margin-left: 3px;
            margin-right: 3px;
        }

    .attachments-drop-box .uploading-name small {
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

.attachments-drop-box-list ul li {
    max-width: 100% !important
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

/* validaci�n oculta icono en validaci�n ok / remove */
form.form-validation > div.form-group > div > span.glyphicon {
    display: none;
}

.messaging-search {
    border: none;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

.chat-conversation-box .list-group-item {
    padding-top: 5px;
    padding-bottom: 5px;
}

    .chat-conversation-box .list-group-item blockquote {
        margin-bottom: 0;
    }

.fa-rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

div.editable-input-xs > form.editable-wrap > div.editable-controls > div.input-group > input,
div.editable-input-xs > form.editable-wrap > div.editable-controls > input.editable-input,
div.editable-input-xs > form.editable-wrap > div.editable-controls > select.editable-input {
    height: 22px;
    padding: 0 !important;
    width: 162px !important;
}

div.editable-input-xs > form.editable-wrap > div.editable-controls > span.editable-buttons > button.btn {
    color: inherit !important;
    background-color: transparent !important;
    padding: 0 !important;
    border: none !important;
}

div.editable-input-xs > form.editable-wrap > div.editable-controls > span.editable-buttons > button.btn-primary > span {
    color: #27c24c !important;
}

div.editable-input-xs > form.editable-wrap > div.editable-controls > span.editable-buttons > button.btn-default > span {
    color: #f05050 !important;
}

.editable-wrap .editable-input {
    height: auto;
    padding: 1px 0px 1px 5px;
}

.editable-wrap {
    padding: 5px 0px;
}
/* ui select xs */
div.select-input-xs > div.ui-select-container,
div.select-input-xs > div.ui-select-container > input.ui-select-search,
div.select-input-xs > div.ui-select-container > div.ui-select-match > span.ui-select-toggle {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    height: 22px !important;
}

    div.select-input-xs > div.ui-select-container > div.ui-select-match > span {
        background-color: #f5f5f5;
    }

        div.select-input-xs > div.ui-select-container > div.ui-select-match > span:hover {
            background-color: #ffffff;
        }

/*Angular Material*/
md-autocomplete, md-autocomplete md-autocomplete-wrap {
    height: 30px;
}

    md-autocomplete input:not(.md-input) {
        line-height: 30px;
        height: 30px;
    }

.material-form-label {
    font-size: 10px;
    color: darkgray;
}


.select2 > .select2-choice.ui-select-match {
    /* Because of the inclusion of Bootstrap */
    height: 29px;
}

.selectize-control > .selectize-dropdown {
    top: 36px;
}

/* FUNC TREE */
.tree-func-node-text-box:hover, .emerix-lazy-tree-node-text-box:hover {
    background-color: #c5e4f5;
    cursor: pointer;
}

.tree-func-node-text-box.selected, .emerix-lazy-tree-node-text-box.selected {
    background-color: #23b7e5 !important;
}

.tree-func-node-icon-leaf, .emerix-lazy-tree-node-icon-leaf {
    margin-left: 31px;
}

/* FORMS-CRUD / METADATA-ENTITIES-ATTRIBUTES */
.attribute, .form-field {
    margin-bottom: 5px;
}

.attribute-header, .form-field-header {
    padding-bottom: 5px;
    padding-top: 5px;
    border-radius: 5px 5px 0 0;
    /*background-color: white;*/
    padding-left: 15px;
    padding-right: 15px;
    border: solid 1px #dee5e7;
}

    .attribute-header:hover, .form-field-header:hover {
        background-color: #c5e4f5;
        cursor: pointer;
        box-shadow: #dee5e7 2px 4px 5px;
    }

    .attribute-header.selected, .form-field-header.selected {
        background-color: #23b7e5 !important;
        color: white;
        box-shadow: #dee5e7 5px 5px 5px;
    }

    .attribute-header.expanded, .form-field-header.expanded {
        box-shadow: #dee5e7 5px 5px 5px;
        border-bottom: 0;
    }

.attribute-drag.angular-ui-tree-node div.row, .form-fields-drag.angular-ui-tree-node div.row {
    height: auto !important;
    padding-top: 0 !important;
}
/* END  FORMS-CRUD / METADATA-ENTITIES-ATTRIBUTES  */

/* WORKFLOW LAYOUT */
.record-layout-rows {
    background-color: #fff;
    list-style: none;
    position: relative;
    margin: 0;
}

.record-layout-row {
    border-bottom: 1px solid #bebebe;
    cursor: move;
    position: relative;
}

    .record-layout-row.dndPlaceholder {
        border: dotted 3px #bebebe;
        background-color: #f0f3f4;
        height: 127px;
        margin-left: -15px;
        margin-right: -15px;
        margin-bottom: 15px;
        padding: 0;
        opacity: 0.5;
    }

    .record-layout-row.dndDraggingSource {
        display: none;
    }

    .record-layout-row.dndDragging {
        opacity: 1;
    }


.record-layout-cols {
    list-style: none;
    padding: 0;
    position: relative;
}

.record-layout-col {
    position: relative;
    cursor: move;
}

    .record-layout-col.dndDraggingSource {
        display: none;
    }

    .record-layout-col.dndDragging,
    .record-layout-col.dndDragging .record-layout-col-content,
    .record-layout-col.dndDragging .record-layout-col-content a {
        opacity: 1;
    }

    .record-layout-col.dndPlaceholder {
        border: dotted 3px #bebebe;
        background-color: #f0f3f4;
        height: 62px;
        opacity: 0.5;
    }

.record-layout-col-content {
    border: dotted 1px #bebebe;
    background-color: #fff;
}

    .record-layout-col-content.empty {
        background-color: #fcf8e3;
    }

    .record-layout-col-content.inactive {
        background-color: #f0f3f4;
    }

.max-col-xs-1, .max-col-sm-1, .max-col-md-1, .max-col-lg-1, .max-col-xs-2, .max-col-sm-2, .max-col-md-2, .max-col-lg-2, .max-col-xs-3, .max-col-sm-3, .max-col-md-3, .max-col-lg-3, .max-col-xs-4, .max-col-sm-4, .max-col-md-4, .max-col-lg-4, .max-col-xs-5, .max-col-sm-5, .max-col-md-5, .max-col-lg-5, .max-col-xs-6, .max-col-sm-6, .max-col-md-6, .max-col-lg-6, .max-col-xs-7, .max-col-sm-7, .max-col-md-7, .max-col-lg-7, .max-col-xs-8, .max-col-sm-8, .max-col-md-8, .max-col-lg-8, .max-col-xs-9, .max-col-sm-9, .max-col-md-9, .max-col-lg-9, .max-col-xs-10, .max-col-sm-10, .max-col-md-10, .max-col-lg-10, .max-col-xs-11, .max-col-sm-11, .max-col-md-11, .max-col-lg-11, .max-col-xs-12, .max-col-sm-12, .max-col-md-12, .max-col-lg-12 {
    position: absolute !important;
}

.max-col-xs-12 {
    max-width: 100%;
}

.max-col-xs-11 {
    max-width: 91.66666667%;
}

.max-col-xs-10 {
    max-width: 83.33333333%;
}

.max-col-xs-9 {
    max-width: 75%;
}

.max-col-xs-8 {
    max-width: 66.66666667%;
}

.max-col-xs-7 {
    max-width: 58.33333333%;
}

.max-col-xs-6 {
    max-width: 50%;
}

.max-col-xs-5 {
    max-width: 41.66666667%;
}

.max-col-xs-4 {
    max-width: 33.33333333%;
}

.max-col-xs-3 {
    max-width: 25%;
}

.max-col-xs-2 {
    max-width: 16.66666667%;
}

.max-col-xs-1 {
    max-width: 8.33333333%;
}

@media (min-width: 768px) {
    .max-col-sm-1, .max-col-sm-2, .max-col-sm-3, .max-col-sm-4, .max-col-sm-5, .max-col-sm-6, .max-col-sm-7, .max-col-sm-8, .max-col-sm-9, .max-col-sm-10, .max-col-sm-11, .max-col-sm-12 {
        float: left;
    }

    .max-col-sm-12 {
        max-width: 100%;
    }

    .max-col-sm-11 {
        max-width: 91.66666667%;
    }

    .max-col-sm-10 {
        max-width: 83.33333333%;
    }

    .max-col-sm-9 {
        max-width: 75%;
    }

    .max-col-sm-8 {
        max-width: 66.66666667%;
    }

    .max-col-sm-7 {
        max-width: 58.33333333%;
    }

    .max-col-sm-6 {
        max-width: 50%;
    }

    .max-col-sm-5 {
        max-width: 41.66666667%;
    }

    .max-col-sm-4 {
        max-width: 33.33333333%;
    }

    .max-col-sm-3 {
        max-width: 25%;
    }

    .max-col-sm-2 {
        max-width: 16.66666667%;
    }

    .max-col-sm-1 {
        max-width: 8.33333333%;
    }
}

@media (min-width: 992px) {
    .max-col-md-1, .max-col-md-2, .max-col-md-3, .max-col-md-4, .max-col-md-5, .max-col-md-6, .max-col-md-7, .max-col-md-8, .max-col-md-9, .max-col-md-10, .max-col-md-11, .max-col-md-12 {
        float: left;
    }

    .max-col-md-12 {
        max-width: 100%;
    }

    .max-col-md-11 {
        max-width: 91.66666667%;
    }

    .max-col-md-10 {
        max-width: 83.33333333%;
    }

    .max-col-md-9 {
        max-width: 75%;
    }

    .max-col-md-8 {
        max-width: 66.66666667%;
    }

    .max-col-md-7 {
        max-width: 58.33333333%;
    }

    .max-col-md-6 {
        max-width: 50%;
    }

    .max-col-md-5 {
        max-width: 41.66666667%;
    }

    .max-col-md-4 {
        max-width: 33.33333333%;
    }

    .max-col-md-3 {
        max-width: 25%;
    }

    .max-col-md-2 {
        max-width: 16.66666667%;
    }

    .max-col-md-1 {
        max-width: 8.33333333%;
    }
}

@media (min-width: 1200px) {
    .max-col-lg-1, .max-col-lg-2, .max-col-lg-3, .max-col-lg-4, .max-col-lg-5, .max-col-lg-6, .max-col-lg-7, .max-col-lg-8, .max-col-lg-9, .max-col-lg-10, .max-col-lg-11, .max-col-lg-12 {
        float: left;
    }

    .max-col-lg-12 {
        max-width: 100%;
    }

    .max-col-lg-11 {
        max-width: 91.66666667%;
    }

    .max-col-lg-10 {
        max-width: 83.33333333%;
    }

    .max-col-lg-9 {
        max-width: 75%;
    }

    .max-col-lg-8 {
        max-width: 66.66666667%;
    }

    .max-col-lg-7 {
        max-width: 58.33333333%;
    }

    .max-col-lg-6 {
        max-width: 50%;
    }

    .max-col-lg-5 {
        max-width: 41.66666667%;
    }

    .max-col-lg-4 {
        max-width: 33.33333333%;
    }

    .max-col-lg-3 {
        max-width: 25%;
    }

    .max-col-lg-2 {
        max-width: 16.66666667%;
    }

    .max-col-lg-1 {
        max-width: 8.33333333%;
    }
}

/* END WORKFLOW LAYOUT */

/* EXECUTION LOG */
.execution-log-text {
    font-family: Courier New, Courier, monospace;
}

/* APPS MANAGER */
#appsManager .thumbnail img {
}

#appsManager .thumbnail .img-container {
    position: relative;
    overflow: hidden;
    padding-bottom: 100%;
}

    #appsManager .thumbnail .img-container img {
        width: 100%;
        position: absolute;
    }

    #appsManager .thumbnail .img-container .installed {
        position: absolute;
        right: 0;
        z-index: 1;
    }


#appsManager .thumbnail .truncate {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: default;
}

/* DIALER BAR*/
.dialer-bar {
    position: fixed;
    top: 130px;
    right: -300px;
    z-index: 1050;
    width: 300px;
    -webkit-transition: right 0.2s;
    -moz-transition: right 0.2s;
    -o-transition: right 0.2s;
    transition: right 0.2s;
}

    .dialer-bar.active {
        right: -1px;
    }

    .dialer-bar > .btn {
        position: absolute;
        top: -1px;
        left: -42px;
        padding: 10px 15px;
        background: #f6f8f8 !important;
        border-color: #dee5e7;
        border-right-width: 0;
    }

.panel-action {
    position: absolute;
    will-change: transform;
    top: 0px;
    left: 0px;
    width: 300px;
    height: 400px;
    transform: translate3d(0px, -400px, 0px);
    -webkit-transition: top 0.2s;
    -moz-transition: top 0.2s;
    -o-transition: top 0.2s;
    transition: top 0.2s;
    z-index: 3;
    background-color: #F6F8F8 !important;
}
    /*.panel-action > .panel-body > .scrollable > .panel,*/
    .panel-action div.panel,
    .panel-action div.panel-footer,
    .panel-action a.bg-white {
        background-color: #F6F8F8 !important;
    }

    .panel-action.type {
        height: 400px;
        transform: translate3d(0px, -350px, 0px);
    }

    .panel-action.active {
        height: 400px;
        display: initial;
    }

.panel-action-aditional {
    left: 300px;
    width: 450px;
    height: 400px;
}

    .panel-action-aditional .form-control.xs {
        height: 23px !important;
        padding: 2px 5px;
        font-size: 12px;
    }

    .panel-action-aditional .form-control.sm {
        height: 29px !important;
        padding: 4px 8px;
        font-size: 13px;
    }

.action-status-info {
}

    .action-status-info thead {
        display: block;
    }

    .action-status-info tbody {
        overflow-y: auto;
        overflow-x: hidden;
        display: block;
        height: 150px;
    }

.daterange {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dee5e7;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 6px rgba(0, 0, 0, 0.1);
}

.star-rating {
    unicode-bidi: bidi-override;
    direction: rtl;
}

    .star-rating > span {
        display: inline-block;
    }

        .star-rating > span:hover:before,
        .star-rating > span:hover ~ span:before {
            color: gold;
        }

    .star-rating > .nochecked {
        color: grey;
    }

    .star-rating > .checked {
        color: gold;
    }

.bar-step {
    position: absolute;
    z-index: 1;
    font-size: 9px;
    display: inline-block;
}

.label-txt {
    float: left;
}

.label-line {
    background: #0000001a;
    height: 12px;
    width: 1px;
    margin-left: -15px;
    float: right;
}

.label-percent {
    float: right;
}

/*Autogestion*/
.bg-gray-dark {
    background-color: #3a3f51;
    color: #fff !important;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /*background-color: #fff;*/
    background-clip: border-box;
    /*border: 1px solid rgba(0,0,0,.125);*/
    border-radius: 3px;
}

    .card .card-footer {
        padding: 10px 15px;
    }

.card-footer:last-child {
    border-radius: 0 0 3px 3px;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important;
}

@media screen and (min-width: 992px) {
}

@media (min-width: 768px) and (max-width: 991px) {
    .card {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .card {
        margin-bottom: 20px;
    }
}

iframe {
    width: 100% !important;
    height: 1800px !important;
    border-width: 0px !important;
    overflow: hidden;
}

:not(.no-enter)#toast-container > div.ng-enter,
:not(.no-leave)#toast-container > div.ng-leave {
    transition: all 1s;
}

    :not(.no-enter)#toast-container > div.ng-enter.ng-enter-active,
    :not(.no-leave)#toast-container > div.ng-leave {
        margin-left: 0%;
    }

        :not(.no-leave)#toast-container > div.ng-leave.ng-leave-active,
        :not(.no-enter)#toast-container > div.ng-enter {
            margin-left: 100%;
            /*opacity: 0;*/
        }

.fuenteEnItalica {
    font-style: italic;
}

.aplicarSaltosDeLinea {
    word-wrap: break-word;
}

.fadeLeft {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
    line-height: 20px;
    opacity: 1;
    position: relative;
    left: 0;
}

    .fadeLeft.ng-hide {
        left: -100%;
        opacity: 0;
        padding: 0 10px;
        position: absolute;
    }


.fadeRight {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;
    line-height: 20px;
    opacity: 1;
    position: relative;
    right: 0;
}

    .fadeRight.ng-hide {
        right: -100%;
        opacity: 0;
        padding: 0 10px;
        position: absolute;
    }

.app-footer-login {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
}

.side-info .gridded {
    text-align: center;
    margin-top: 150px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    max-width: 400px;
    display: table-cell;
}

.collapseMenu {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #dee5e7;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 6px rgba(0, 0, 0, 0.1);
}

.app-footer-login-us {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1005;
}

.new-line {
    white-space: pre-line;
}

.concurrent-column {
    height: 100%;
    padding: 5px 24px;
    position: relative;
    width: calc(100% - 640px);
    float: left;
}

@media (max-width: 1280px) and (min-width: 991px) {
    .concurrent-column, .side-info {
        width: 50%;
    }
}

@media (max-width: 991px) and (min-width: 300px) {
    .concurrent-column {
        width: 100%;
    }

    .side-info.content {
        position: relative;
        width: 100%;
        max-height: 105%;
        height: 105%;
    }
}

.altura13em {
    height: 13em;
}

.block-cotitulares {
    position: absolute;
    left: 70%;
    top: 18px;
}

.badge-Coowner {
    position: relative;
    top: -10px;
    left: -6px;
}

.block-loader {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2000;
    /*background: #fff;*/
    background: rgba(178, 181, 178, 0.3);
    left: 0px;
    top: 0px;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.combo-Coowner {
    display: block;
    width: 30%;
    margin: 10px 6px;
}


.line-collapse {
    margin-bottom: 10px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEQ5RDgxQzc2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEQ5RDgxQzg2RjQ5MTFFMjhEMUNENzFGRUMwRjhBRTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0RDlEODFDNTZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0RDlEODFDNjZGNDkxMUUyOEQxQ0Q3MUZFQzBGOEFFNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvXFWFAAAAAYSURBVHjaYvj//z8D0/Pnz/8zgFgAAQYAS5UJscReGMIAAAAASUVORK5CYII=) repeat-x scroll 0 10px;
    /* background-color: inherit; */
}

.margin-collaps {
    margin-top: 10px;
}

.icon-users-coowner {
    color: #23b7e5;
    font-size: 20px;
}

    .icon-users-coowner:active {
        color: #fff;
    }

.content-if-coowner {
    position: relative;
    height: 30px;
}

.if-coowner-titular {
    position: absolute;
    min-width: 841px;
    display: block;
    background: #d9edf7;
    padding: 5px 41px;
    border: 1px solid #23b7e524;
    border-radius: 5px;
}

.pagination > .active > a, .footable > tbody > tr.selected > td > span > i {
    color: #fff !important;
}


.icon-coowner-absolute {
    position: absolute;
    right: 5px;
}

/**/
.table-xs > thead > tr > td {
    padding: 6px 15px;
}

.table-xs > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px 15px;
}


@media screen and (-webkit-min-device-pixel-ratio:0) {
    .nav-top-margin {
        margin-top: 37px;
    }
}

.read-block-result {
    float: left;
    display: block;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.combo-plus {
    height: 25px !important;
    padding: 0px 12px !important;
}

.seleccioneAtributo {
    padding: 7px 0px !important;
    height: 20px;
    vertical-align: middle;
    text-align: left;
    font-style: italic;
}

.tn-plus-add {
    width: 25px;
}


.fix-margin-top {
    margin-top: 16px;
}


/*bgClass==bg-latestManagements*/
.bg-latestManagements {
    color: #58666e;
    background-color: #fff;
}

    .bg-latestManagements a {
        color: #363f44;
    }

        .bg-latestManagements a:hover {
            color: #1f2427;
        }

    .bg-latestManagements .text-muted {
        color: #98a6ad !important;
    }

    .bg-latestManagements span {
        font-weight: 100;
        font-size: 13px;
    }

    .bg-latestManagements i.fa,
    .bg-latestManagements i.fas,
    .bg-latestManagements i.far {
        font-size: 13px;
    }

    .bg-latestManagements .lt,
    .bg-latestManagements .lter,
    .bg-latestManagements .dk,
    .bg-latestManagements .dker {
        background-color: #fff;
    }

.timelineActionHeader {
    background-color: #f6f8f8 !important;
}

    .timelineActionHeader .respuestaItem.success {
        background-color: #6cce83 !important;
    }

    .timelineActionHeader .respuestaItem.warning {
        background-color: #fad733 !important;
    }

    .timelineActionHeader .respuestaItem.danger {
        background-color: #f58484 !important;
    }

    .timelineActionHeader div > span {
        font-weight: 600;
    }

    .payments-table .linkDetalle,
    .timelineActionHeader .linkDetalle {
        color: #19a9d5;
        width: 5%;
        white-space: nowrap;
    }

.timelineActionCollapse div > div > small,
.timelineActionCollapse div > a > small {
    height: 12px !important;
}

.arrow.left.timelineAction:after {
    border-right-color: #f6f8f8;
    border-left-color: #f6f8f8;
}

.ws-nowrap {
    white-space: nowrap;
}

.block-flex-switch {
    display: flex;
}

    .block-flex-switch > div {
        display: block;
        width: 30%;
    }

.border-top-modal-footer {
    border-top: 0px !important;
}

.bubbleText {
    width: 95%;
    margin-bottom: -25px;
}

    .bubbleText rich-script div label {
        max-height: 240px;
        overflow-y: auto;
        padding-bottom: 3px;
    }

        .bubbleText rich-script div label p {
            margin-bottom: 5px;
        }

.bubbleTextComp {
    width: 5%;
}

.ruleLabel {
    font-size: 12px;
    color: darkgray;
}

.edit-margin-icon {
    margin-left: 10px;
    margin-top: -1px;
}

.emerix-small-tabset {
    font-size: 0.9em;
}

    .emerix-small-tabset .nav-tabs li a {
        padding-bottom: 0.4em;
        padding-top: 0.4em;
    }

.mark-title {
    position: absolute;
    left: 27px;
    display: block;
    background: #f4fafd5e;
    top: 1px;
    font-size: 13px;
    width: 42px;
    height: 16px;
}

.mark-p-block {
    display: inline-block;
    width: 100%;
    border: 1px solid #dee5e7;
    margin: 10px 0px;
    padding: 4px 5px;
    background: #fad73340;
}

.mark-p-repeat {
    margin-right: 5px;
    display: block;
    float: left;
}

.mark-conten {
    width: max-content;
    border-radius: 10px;
    padding: 2px;
    margin-top: 4px;
    border: 1px dotted #cacaca;
    background: #f8f9fa;
    font-style: italic;
    font-size: 12px;
}

    .mark-conten > i {
        margin-left: 5px;
    }

    .mark-conten > span {
        margin: 0px 5px;
    }

.margin-tab-top {
    margin-top: -22px;
}
.standar-height {
    height: 34px !important;
}
.padding0X12 {
    padding: 0px 12px !important;
}

.method-assignment-requerid {
    color: #f05050;
    font-size: 11px;
    position: absolute;
    top: 51px;
}

.position-label-subconcepts{
    position:absolute;
}

.block-center-campaing-m {
    margin-bottom: 12px;
}

.center-campaing-m-guia{
    margin-top: 8px;
}

.crud-campaing-m-position {
    position: absolute;
    top: 21px;
    right: 0px;
}

.campaign-header-flex{
    display:flex;
    width:100%;
}

.campaign-header-drag{
    width:2%;
}

.campaign-header-drag > i{
    top: 12px;
    position: relative;
}

.campaign-header-info-block{
    width:98%;
}


.search-person-select .ui-select-search {
    width: auto !important;
}

.search-not-mark .ui-select-search {
    width: 70% !important;
}

.legend-action-person {
    font-size: 12px;
    font-weight: 400;
    color: #23b7e5;
}
.acciones .dropdown-menu {
    margin-bottom: 6px;
    bottom: auto;
    position: fixed;
    width: 90%;
    left: 15px;
}

.margin-bottom-ft {
    margin-bottom: 30px;
}

.bottom-app-margin{
    margin-bottom:60px;
}

.scroll-map-y-n {
    overflow: hidden;
}

.table > :not(caption) > * > * {
    background-color: transparent !important;
    padding: 0px !important;
}

.btn-xs, .btn-group-xs>.btn {
    padding: .25rem .4rem !important;
    font-size: .875rem !important;
    line-height: .5 !important;
    border-radius: .2rem !important;
}
.invalid-feedback {
    display: inline !important;
}
.panel-body {
    padding: 15px !important;
}
.modal-footer {
    padding: 15px !important;
    text-align: right !important;
    border-top: 1px solid #e5e5e5 !important;
}
.valid-feedback{
    display: inline !important;
}