/**
 * @license
 * MyFonts Webfont Build ID 2973566, 2015-02-16T15:16:18-0500
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=2973566
 * Licensed pageviews: 250,000
 *
 * © 2015 MyFonts Inc
 */

@font-face {
    font-family: 'AvenirNextLTPro-Bold';
    src: url('../fonts/AvenirNextLTPro/2D5F7E_0_0.eot');
    src: url('../fonts/AvenirNextLTPro/2D5F7E_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro/2D5F7E_0_0.woff2') format('woff2'), url('../fonts/AvenirNextLTPro/2D5F7E_0_0.woff') format('woff'), url('../fonts/AvenirNextLTPro/2D5F7E_0_0.ttf') format('truetype');
}

@font-face {
    font-family: 'AvenirNextLTPro-Regular';
    src: url('../fonts/AvenirNextLTPro/2D5F7E_1_0.eot');
    src: url('../fonts/AvenirNextLTPro/2D5F7E_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro/2D5F7E_1_0.woff2') format('woff2'), url('../fonts/AvenirNextLTPro/2D5F7E_1_0.woff') format('woff'), url('../fonts/AvenirNextLTPro/2D5F7E_1_0.ttf') format('truetype');
}

@font-face {
    font-family: 'AvenirNextLTPro-BoldIt';
    src: url('../fonts/AvenirNextLTPro/2D5F7E_2_0.eot');
    src: url('../fonts/AvenirNextLTPro/2D5F7E_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro/2D5F7E_2_0.woff2') format('woff2'), url('../fonts/AvenirNextLTPro/2D5F7E_2_0.woff') format('woff'), url('../fonts/AvenirNextLTPro/2D5F7E_2_0.ttf') format('truetype');
}

@font-face {
    font-family: 'AvenirNextLTPro-It';
    src: url('../fonts/AvenirNextLTPro/2D5F7E_3_0.eot');
    src: url('../fonts/AvenirNextLTPro/2D5F7E_3_0.eot?#iefix') format('embedded-opentype'), url('../fonts/AvenirNextLTPro/2D5F7E_3_0.woff2') format('woff2'), url('../fonts/AvenirNextLTPro/2D5F7E_3_0.woff') format('woff'), url('../fonts/AvenirNextLTPro/2D5F7E_3_0.ttf') format('truetype');
}

[class^=uk-animation-] {
    -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-animation-duration: 280ms;
    animation-duration: 280ms;
}

.uk-alert {
    border: none;
    color: #fff;
    text-shadow: none;
    margin: 35px 10px 0px 10px;
    position: relative;
}

.uk-alert-success {
    background: #8bc34a;
}

.uk-alert-danger {
    background-color: #FF552B;
}

.uk-alert-warning {
    background: #ffa000;
}

.uk-alert-large {
    padding: 24px 32px 24px 24px;
}

.uk-alert-close {
    position: absolute;
    top: 10px;
    right: 8px;
    float: none!important;
    margin: 0!important;
}

.uk-badge {
    border: medium none;
    border-radius: 2px;
    font-size: 17px;
    font-weight: 400;
    height: 35px;
    line-height: 12px;
    padding: 10px 0px 0px 0px;
    text-shadow: none;
    width: 35px;
    margin-right: 3px;
}

.uk-badge-danger {
    background: #e53935;
}

.uk-badge-warning {
    background: #ffa000;
}

.uk-badge-success {
    background: #7cb342;
}

.uk-badge-muted {
    background: #9e9e9e;
}

.uk-badge-notification {
    border-radius: 50%;
}

.uk-button {
    font-weight: 400;
    border-radius: 2px;
    -webkit-transition: all .2s cubic-bezier(.4, 0, .2, 1);
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
}

.uk-modal {
    z-index: 9999;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: opacity 250ms ease-out;
    transition: opacity 250ms ease-out;
}

.uk-modal.uk-modal-no-backdrop {
    background: 0 0
}

.uk-modal-dialog {
    border-radius: 2px;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    padding: 24px;
    display: block!important;
    -webkit-animation: none!important;
    animation: none!important;
    -webkit-transition: -webkit-transform 280ms cubic-bezier(.4, 0, .2, 1), opacity 280ms ease-in;
    transition: transform 280ms cubic-bezier(.4, 0, .2, 1), opacity 280ms ease-in;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.uk-open .uk-modal-dialog {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.uk-modal-dialog .uk-modal-header {
    background: 0 0;
    border-bottom: none;
    margin: 0 -24px 24px;
    padding: 0 32px 0 24px;
    overflow: hidden
}

.uk-modal-dialog .uk-modal-header .uk-modal-title {
    margin: 0;
    font: 500 18px/28px AvenirNextLTPro-Regular, sans-serif
}

.uk-modal-dialog .uk-modal-header .uk-modal-title span {
    font-size: 16px;
    display: block;
    color: #727272
}

.uk-modal-dialog .uk-modal-footer {
    margin: 16px -16px -16px;
    padding: 16px;
    background: #fff;
    border-top: none
}

.uk-modal-dialog .uk-modal-footer:after,
.uk-modal-dialog .uk-modal-footer:before {
    content: " ";
    display: table
}

.uk-modal-dialog .uk-modal-footer:after {
    clear: both
}

.uk-modal-dialog .uk-modal-footer .md-icon-btn {
    margin-top: 2px
}

.uk-modal-dialog .uk-modal-caption {
    bottom: 16px;
    margin: 0 32px
}

.uk-modal-dialog>.uk-close:first-child {
    top: 8px;
    right: 8px;
    position: absolute;
    float: none;
    margin: 0
}

.uk-modal-dialog-lightbox {
    padding: 0
}

.uk-modal-dialog-lightbox>.uk-close:first-child {
    top: -11px;
    right: -11px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    border: none
}

.uk-modal-dialog .uk-overflow-container {
    margin: 16px 0
}

.uk-modal .uk-margin.uk-modal-content {
    margin-bottom: 0
}

.uk-modal.uk-modal-dialog-replace .uk-modal-content {
    font-size: 14px
}

.uk-dropdown {
    -webkit-transform: scale(.25, 0);
    transform: scale(.25, 0);
    opacity: 0;
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    -webkit-animation: none!important;
    animation: none!important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border: none;
    border-radius: 2px
}

.uk-dropdown.uk-dropdown-xlarge {
    width: 330px;
}

@media only screen and (max-width:479px) {
    .uk-dropdown.uk-dropdown-xlarge {
	width: 260px
    }
}

.uk-dropdown.uk-dropdown-large {
    width: 260px
}

.uk-dropdown.uk-dropdown-small {
    width: 160px
}

.uk-dropdown>ul>li>a {
    font-size: 14px;
    color: #212121
}

.uk-dropdown>ul>li>a:hover {
    background: rgba(0, 0, 0, .085)
}

.uk-dropdown.dropdown-modal {
    z-index: 1210
}

.uk-dropdown.uk-dropdown-flip {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.uk-dropdown.uk-dropdown-up {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.uk-dropdown.uk-dropdown-center {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.uk-dropdown.uk-dropdown-scrollable {
    -webkit-overflow-scrolling: touch
}

.uk-dropdown-active {
    display: block!important
}

.uk-dropdown-shown {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1
}

.uk-navbar-nav i:last-child {
    font-size: 18px;
    margin-top: 16px;
}

.uk-icon-ellipsis-v {
    cursor: pointer;
    font-size: 20px;
    margin-top: 14px;
}

.uk-nav-dropdown>li>a:focus,
.uk-nav-dropdown>li>a:hover {
    text-shadow: none;
    box-shadow: none;
    color: #212121;
    background: rgba(153, 153, 153, .2)
}

.uk-form input:not([type]),
.uk-form input[type=color],
.uk-form input[type=date],
.uk-form input[type=datetime-local],
.uk-form input[type=email],
.uk-form input[type=month],
.uk-form input[type=number],
.uk-form input[type=password],
.uk-form input[type=search],
.uk-form input[type=tel],
.uk-form input[type=text],
.uk-form input[type=time],
.uk-form input[type=url],
.uk-form input[type=week],
.uk-form select,
.uk-form textarea {
    box-sizing: border-box;
    padding: 6px 8px;
    border: 1px solid rgba(0, 0, 0, .12);
    -webkit-transition: border 200ms ease-in;
    transition: border 200ms ease-in;
    resize: none
}

.uk-form input:not([type]):focus,
.uk-form input[type=color]:focus,
.uk-form input[type=date]:focus,
.uk-form input[type=datetime-local]:focus,
.uk-form input[type=email]:focus,
.uk-form input[type=month]:focus,
.uk-form input[type=number]:focus,
.uk-form input[type=password]:focus,
.uk-form input[type=search]:focus,
.uk-form input[type=tel]:focus,
.uk-form input[type=text]:focus,
.uk-form input[type=time]:focus,
.uk-form input[type=url]:focus,
.uk-form input[type=week]:focus,
.uk-form select:focus,
.uk-form textarea:focus {
    background: 0 0;
    border-color: #2196f3
}

.uk-form textarea {
    -webkit-transition: border-color 200ms ease-in, height 280ms ease-in;
    transition: border-color 200ms ease-in, height 280ms ease-in
}

.uk-form-row {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.uk-form-row+.uk-form-row {
    margin-top: 24px
}

.uk-form-stacked .uk-form-label {
    font-weight: 500;
    font-size: 13px;
    display: block;
    padding-bottom: 8px
}

.uk-form-stacked .uk-form-label+p {
    margin-top: 0
}

.uk-form-help-block {
    display: block;
    font-size: 12px;
    color: #727272;
    padding: 4px 0 0 0;
    font-style: italic
}

.uk-form-width-large,
.uk-form-width-medium,
.uk-form-width-mini,
.uk-form-width-small {
    max-width: 100%
}

.uk-grid+.uk-grid,
.uk-grid-margin,
.uk-grid>*>.uk-panel+.uk-panel {
    margin-top: 10px !important;
}

.uk-grid.uk-grid-small+.uk-grid-small,
.uk-grid.uk-grid-small>*>.uk-panel+.uk-panel,
.uk-grid.uk-grid-small>.uk-grid-margin {
    margin-top: 10px
}

[class*=uk-icon-] {
    color: #727272
}

.uk-input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.uk-input-group>input[type=text] {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.uk-input-group-addon,
.uk-input-group>input[type=text] {
    display: table-cell
}

.uk-input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    text-align: center;
    padding: 0 16px;
    font-size: 16px;
    min-width: 22px
}

.uk-input-group>.md-input-wrapper {
    display: inline-block
}

.uk-pagination {
    margin: 0
}

.uk-pagination>li>a,
.uk-pagination>li>span {
    border: none;
    padding: 4px 8px;
    min-width: 32px;
    line-height: 24px;
    height: 32px;
    box-sizing: border-box;
    text-shadow: none;
    color: #212121;
    border-radius: 0
}

.uk-pagination>li>a:hover,
.uk-pagination>li>span:hover {
    color: #212121
}

.uk-pagination>li>a {
    background: 0 0
}

.uk-pagination>li>a:hover {
    background: 0 0;
    color: #7cb342
}

.uk-pagination>li.uk-active>a,
.uk-pagination>li.uk-active>span {
    background: #7cb342;
    border-radius: 4px
}

.uk-pagination>li.uk-active>a,
.uk-pagination>li.uk-active>a:hover,
.uk-pagination>li.uk-active>span,
.uk-pagination>li.uk-active>span:hover {
    color: #fff
}

.uk-pagination>li.uk-disabled>a,
.uk-pagination>li.uk-disabled>span {
    border: none;
    text-shadow: none;
    background: 0 0;
    color: #aaa;
    cursor: default
}

.uk-pagination>li.uk-disabled>a>i,
.uk-pagination>li.uk-disabled>span>i {
    font-size: 16px
}

.uk-panel-box {
    border-radius: 2px;
    background: #fff;
    border-color: rgba(0, 0, 0, .12)
}

.uk-panel-box .uk-panel-teaser {
    border-radius: 2px 2px 0 0
}

.uk-table td {
    border-bottom-color: rgba(0, 0, 0, .12)
}

.uk-table th {
    border-bottom: 1px #444
}

.uk-table-no-border td {
    border-bottom-color: transparent
}

.uk-sticky-placeholder .uk-active {
    z-index: 1094
}

.uk-subnav-pill>*>* {
    color: #212121
}

.uk-subnav-pill>.uk-active>* {
    background: #7cb342
}

.uk-table thead th {
    border-bottom: 2px solid rgba(0, 0, 0, .12)
}

.uk-table tfoot td,
.uk-table tfoot th,
.uk-table thead th {
    font-style: normal;
    font-weight: 400;
    color: #727272;
    font-size: 14px
}

.uk-table td {
    border-bottom-color: #e0e0e0
}

.uk-table tfoot td,
.uk-table tfoot th {
    border-top: 2px solid rgba(0, 0, 0, .12);
    border-bottom: none
}

.uk-table-striped tbody tr:nth-of-type(odd) {
    background: rgba(0, 0, 0, .085)
}

.uk-table-hover tbody tr:hover {
    background: rgba(0, 0, 0, .085)
}

.uk-tooltip:after {
    display: none!important
}

.uk-text-small {
    font-size: 12px;
    font-family: "AvenirNextLTPro-Bold";
}

.uk-text-muted {
    color: #757575!important
}

.uk-text-primary {
    color: #2196f3!important
}

.uk-text-danger {
    color: #e53935!important
}

.uk-text-success {
    color: #7cb342!important
}

.uk-text-warning {
    color: #ffa000!important
}

.uk-margin-bottom {
    margin-bottom: 0px!important
}

.uk-margin-small-bottom {
    margin-bottom: 8px!important
}

.uk-margin-medium-bottom {
    margin-bottom: 32px!important
}

.uk-margin-large-bottom {
    margin-bottom: 48px!important
}

.uk-margin-medium-top {
    margin-top: 32px!important
}

.uk-margin-large-top {
    margin-top: 48px!important
}

.uk-close {
    font-size: 18px;
    opacity: 1
}

.uk-close:focus,
.uk-close:hover {
    opacity: 1
}

.uk-close:after {
    content: '\e5cd';
    font-family: "Material Icons"
}

.uk-accordion-title {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 5px 15px;
    background: #f5f5f5;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px
}

.uk-accordion-content {
    padding: 0 15px 15px 15px
}

.uk-accordion-content:after,
.uk-accordion-content:before {
    content: "";
    display: table
}

.uk-accordion-content:after {
    clear: both
}

.uk-accordion-content>:last-child {
    margin-bottom: 0
}

.uk-accordion-title {
    background: rgba(153, 153, 153, .2);
    border-radius: 0;
    border: none;
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 24px 8px 16px;
    position: relative
}

.uk-accordion-title:after {
    content: '\e313';
    font-family: "Material Icons";
    font-size: 18px;
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    color: #727272;
    -webkit-transition: -webkit-transform 280ms;
    transition: transform 280ms
}

.uk-accordion-title.uk-active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.uk-accordion-title-primary {
    background: #2196f3;
    color: #fff
}

.uk-accordion-title-primary:after {
    color: #fff
}

.uk-accordion-title-danger {
    background: #e53935;
    color: #fff
}

.uk-accordion-title-danger:after {
    color: #fff
}

.uk-accordion-title-success {
    background: #7cb342;
    color: #fff
}

.uk-accordion-title-success:after {
    color: #fff
}

.uk-accordion-title-warning {
    background: #ffa000;
    color: #fff
}

.uk-accordion-title-warning:after {
    color: #fff
}

.uk-accordion-content {
    padding: 16px
}

.uk-accordion-alt .uk-accordion-title {
    background: #fff;
    margin: 0;
    padding: 16px 24px 16px 48px;
    border-top: 1px solid rgba(0, 0, 0, .12)
}

.uk-accordion-alt .uk-accordion-title:first-child {
    border-top: none
}

.uk-accordion-alt .uk-accordion-title:after {
    color: #1976d2;
    content: '\e145';
    right: auto;
    left: 16px;
    top: 16px
}

.uk-accordion-alt .uk-accordion-title.uk-active:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    content: '\e15b'
}

.uk-accordion-alt .uk-accordion-content {
    padding: 24px
}

.uk-form-file {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden
}

.uk-form-file input[type=file] {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    left: 0;
    font-size: 500px
}

.uk-dragover {
    box-shadow: 0 0 20px rgba(100, 100, 100, .3)
}

.uk-file-upload {
    width: 100%;
    padding: 32px 16px;
    box-sizing: border-box;
    background: #f5f5f5;
    text-align: center;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in
}

.uk-file-upload p {
    margin: 0
}

.uk-file-upload.uk-dragover {
    box-shadow: 0 0 6px rgba(0, 0, 0, .3)
}

div.uk-form-file {
    padding: 3px 2px
}

.uk-form-file input[type=file] {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    left: 0;
    font-size: 500px
}

.uk-form-file input[type=file]::-webkit-file-upload-button {
    cursor: pointer
}

.uk-form-select {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden
}

.uk-form-select select {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    left: 0;
    -webkit-appearance: none
}

.uk-datepicker {
    z-index: 1094;
    width: auto;
    padding: 0
}

.uk-datepicker-nav {
    margin-bottom: 15px;
    text-align: center;
    line-height: 20px;
    background: #009688;
    padding: 10px 0
}

.uk-datepicker-nav a,
.uk-datepicker-nav a:hover {
    text-decoration: none;
    color: #fff
}

.uk-datepicker-nav .uk-form-select {
    font: 400 16px/22px AvenirNextLTPro-Regular, sans-serif;
    color: #fff;
    text-transform: uppercase
}

.uk-datepicker-previous {
    float: left;
    margin-left: 8px
}

.uk-datepicker-previous:after {
    content: "\f053"
}

.uk-datepicker-next {
    float: right;
    margin-right: 8px
}

.uk-datepicker-next:after {
    content: "\f054"
}

.uk-datepicker-next:after,
.uk-datepicker-previous:after {
    width: 20px;
    font-family: FontAwesome
}

.uk-datepicker.uk-dropdown-up {
    bottom: auto
}

.uk-datepicker-table {
    width: 100%
}

.uk-datepicker-table td,
.uk-datepicker-table th {
    padding: 2px;
    font: 400 13px/15px AvenirNextLTPro-Regular, sans-serif
}

.uk-datepicker-table th {
    color: #727272;
    font-size: 12px;
    text-transform: uppercase
}

.uk-datepicker-table a {
    display: block;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    color: #212121
}

.uk-datepicker-table a:hover {
    background-color: rgba(0, 0, 0, .085);
    color: #212121;
    outline: 0
}

.uk-datepicker-table a.uk-active {
    background-color: #009688;
    color: #fff
}

a.uk-datepicker-table-muted {
    color: #999
}

.uk-autocomplete .uk-dropdown {
    display: block;
    max-height: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0;
    border: none;
    -webkit-transform: scale(.25, 0);
    transform: scale(.25, 0);
    opacity: 0;
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    -webkit-animation: none!important;
    animation: none!important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.uk-autocomplete.uk-open .uk-dropdown {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    max-height: 210px
}

.uk-form-password-toggle {
    position: absolute;
    right: 8px;
    top: 16px;
    color: #727272
}

.uk-form-password-toggle:hover {
    color: #727272
}

.uk-nestable {
    padding: 0;
    list-style: none
}

.uk-nestable a,
.uk-nestable img {
    -webkit-touch-callout: none
}

.uk-nestable-list {
    margin: 0;
    padding-left: 40px;
    list-style: none
}

.uk-nestable-item {
    -ms-touch-action: none;
    touch-action: none
}

.uk-nestable-item+.uk-nestable-item {
    margin-top: 10px
}

.uk-nestable-list:not(.uk-nestable-dragged)>.uk-nestable-item:first-child {
    margin-top: 10px
}

.uk-nestable-dragged {
    position: absolute;
    z-index: 1050;
    pointer-events: none;
    padding-left: 0
}

.uk-nestable-placeholder {
    position: relative
}

.uk-nestable-placeholder>* {
    opacity: 0
}

.uk-nestable-placeholder:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px dashed #ddd;
    opacity: 1
}

.uk-nestable:empty {
    min-height: 30px
}

.uk-nestable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.uk-nestable-handle:hover {
    cursor: move
}

.uk-nestable-moving,
.uk-nestable-moving * {
    cursor: move
}

[data-nestable-action=toggle] {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.uk-nestable-toggle {
    display: inline-block;
    visibility: hidden
}

.uk-nestable-toggle:after {
    content: "\f147";
    font-family: FontAwesome
}

.uk-parent>:not(.uk-nestable-list) .uk-nestable-toggle {
    visibility: visible
}

.uk-collapsed .uk-nestable-list {
    display: none
}

.uk-collapsed .uk-nestable-toggle:after {
    content: "\f196"
}

.uk-nestable-panel {
    padding: 5px;
    background: #f5f5f5;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, .06);
    text-shadow: 0 1px 0 #fff
}

.uk-nestable-handle {
    margin-right: 16px
}

.uk-nestable-panel {
    padding: 8px 16px;
    background: #fff;
    border-radius: 4px;
    border: none;
    text-shadow: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.uk-nestable-placeholder:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    background: rgba(0, 0, 0, .085);
    opacity: 1
}

.uk-nestable-toggle {
    font-size: 18px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 8px;
    display: none
}

.uk-nestable-toggle:after {
    vertical-align: top;
    content: '\e316';
    font-family: "Material Icons"
}

.uk-parent>.uk-nestable-panel .uk-nestable-toggle {
    display: inline-block
}

.uk-collapsed .uk-nestable-toggle:after {
    content: "\e313"
}

.uk-notify {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1040;
    box-sizing: border-box;
    width: 350px
}

.uk-notify-bottom-right,
.uk-notify-top-right {
    left: auto;
    right: 10px
}

.uk-notify-bottom-center,
.uk-notify-top-center {
    left: 50%;
    margin-left: -175px
}

.uk-notify-bottom-center,
.uk-notify-bottom-left,
.uk-notify-bottom-right {
    top: auto;
    bottom: 10px
}

@media (max-width:479px) {
    .uk-notify {
	left: 10px;
	right: 10px;
	width: auto;
	margin: 0
    }
}

.uk-notify-message {
    position: relative;
    margin-bottom: 10px;
    padding: 15px;
    background: #444;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    border: 1px solid #444;
    border-radius: 4px
}

.uk-notify-message>.uk-close {
    visibility: hidden;
    float: right
}

.uk-notify-message:hover>.uk-close {
    visibility: visible
}

.uk-notify-message-primary {
    background: #ebf7fd;
    color: #2d7091;
    border-color: rgba(45, 112, 145, .3)
}

.uk-notify-message-success {
    background: #f2fae3;
    color: #659f13;
    border-color: rgba(101, 159, 19, .3)
}

.uk-notify-message-warning {
    background: #fffceb;
    color: #e28327;
    border-color: rgba(226, 131, 39, .3)
}

.uk-notify-message-danger {
    background: #fff1f0;
    color: #d85030;
    border-color: rgba(216, 80, 48, .3)
}

.uk-notify {
    z-index: 1114;
    width: 400px;
    top: 56px;
    max-width: 100%
}

.uk-notify-bottom-center,
.uk-notify-top-center {
    margin-left: -200px
}

.uk-notify-top-left {
    left: 24px
}

.uk-notify-top-right {
    right: 24px
}

.uk-notify-bottom-left {
    left: 24px
}

.uk-notify-bottom-right {
    right: 24px
}

.uk-notify-bottom-center,
.uk-notify-bottom-left,
.uk-notify-bottom-right {
    top: auto;
    bottom: 8px
}

.uk-notify-message {
    background: #323232;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 18px;
    border: none
}

.uk-notify .uk-close {
    display: none
}

.uk-notify .notify-action {
    float: right;
    text-transform: uppercase;
    color: #8bc34a;
    margin-left: 16px
}

.uk-notify .notify-action:hover {
    color: #689f38
}

.uk-notify .notify-content {
    overflow: hidden
}

.uk-notify-message-info {
    background: #1976d2;
    color: #fff
}

.uk-notify-message-success {
    background: #7cb342
}

.uk-notify-message-warning {
    background: #00A6CF;
}

.uk-notify-message-danger {
    background: #e53935
}

.uk-notify-message-danger,
.uk-notify-message-info,
.uk-notify-message-success,
.uk-notify-message-warning {
    color: #fff
}

.uk-notify-message-danger .notify-action,
.uk-notify-message-info .notify-action,
.uk-notify-message-success .notify-action,
.uk-notify-message-warning .notify-action {
    color: #fff
}

.uk-notify-message-danger .notify-action:hover,
.uk-notify-message-info .notify-action:hover,
.uk-notify-message-success .notify-action:hover,
.uk-notify-message-warning .notify-action:hover {
    color: #fff;
    text-decoration: underline
}

@media only screen and (max-width:1025px) {
    .left.right {
	display: block !important;
	left: 25px;
	margin: 40px auto;
	position: fixed;
	width: 90%;
	z-index: 9999;
    }
    .ui-mobile-viewport.ui-overlay-a {
	margin-top: 78px;
    }
    .ui-page {
	margin-top: 26px !important;
    }
    #header_main {
	height: 60px !important;
    }
    #audislector {
	display: none !important;
    }
    .inbetween_text {
	margin: 5px auto;
	text-align: center;
    }
    body .md-card-toolbar .material-icons.get-button {
	pointer-events: auto;
	cursor: pointer;
	z-index: 99999;
    }
    body .md-card-toolbar-actions .material-icons.get-button {
	pointer-events: auto;
	cursor: pointer;
	z-index: 99999;
    }
    .uk-sortable-handle:hover {
	pointer-events: none;
	cursor: default;
    }
    .uk-sortable-moving,
    .uk-sortable-moving * {
	pointer-events: none;
	cursor: default;
    }
    .uk-sortable.sortable-handler>* {
	pointer-events: none;
	cursor: default;
    }
    .uk-sortable .sortable-handler {
	pointer-events: none;
	cursor: default;
    }
    .uk-notify-bottom-center,
    .uk-notify-bottom-left,
    .uk-notify-bottom-right,
    .uk-notify-top-center,
    .uk-notify-top-left,
    .uk-notify-top-right {
	width: 100%;
	margin: 0;
	left: 0;
	right: 0
    }
    .uk-notify-bottom-center>.uk-notify-message,
    .uk-notify-bottom-left>.uk-notify-message,
    .uk-notify-bottom-right>.uk-notify-message,
    .uk-notify-top-center>.uk-notify-message,
    .uk-notify-top-left>.uk-notify-message,
    .uk-notify-top-right>.uk-notify-message {
	border-radius: 0;
	padding: 16px 32px
    }
    .uk-notify-top-center,
    .uk-notify-top-left,
    .uk-notify-top-right {
	top: 0;
	bottom: auto
    }
    .uk-notify-bottom-center,
    .uk-notify-bottom-left,
    .uk-notify-bottom-right {
	top: auto;
	bottom: -10px
    }
}

@media only screen and (min-width:960px) {
    .sidebar_main_active .uk-notify-top-left,
    .sidebar_main_open .uk-notify-top-left {
	left: 256px
    }
    .sidebar_main_active .uk-notify-top-center,
    .sidebar_main_open .uk-notify-top-center {
	margin-left: -80px
    }
    .sidebar_main_active .uk-notify-bottom-left,
    .sidebar_main_open .uk-notify-bottom-left {
	left: 256px
    }
    .sidebar_main_active .uk-notify-bottom-center,
    .sidebar_main_open .uk-notify-bottom-center {
	margin-left: -80px
    }
}

.uk-tooltip {
    display: none;
    position: absolute;
    z-index: 1030;
    box-sizing: border-box;
    max-width: 200px;
    padding: 5px 8px;
    background: #333;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5)
}

.uk-tooltip:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 5px dashed #333
}

.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after,
.uk-tooltip-top:after {
    bottom: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #333
}

.uk-tooltip-bottom-left:after,
.uk-tooltip-bottom-right:after,
.uk-tooltip-bottom:after {
    top: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #333
}

.uk-tooltip-bottom:after,
.uk-tooltip-top:after {
    left: 50%;
    margin-left: -5px
}

.uk-tooltip-bottom-left:after,
.uk-tooltip-top-left:after {
    left: 10px
}

.uk-tooltip-bottom-right:after,
.uk-tooltip-top-right:after {
    right: 10px
}

.uk-tooltip-left:after {
    right: -5px;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #333
}

.uk-tooltip-right:after {
    left: -5px;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: #333
}

@-webkit-keyframes fadeInLeft {
    0% {
	opacity: 0;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
    }
    100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none
    }
}

@keyframes fadeInLeft {
    0% {
	opacity: 0;
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0)
    }
    100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
	opacity: 0;
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0)
    }
    100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none
    }
}

@keyframes fadeInRight {
    0% {
	opacity: 0;
	-webkit-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0)
    }
    100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    0% {
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0)
    }
    100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none
    }
}

@keyframes fadeInUp {
    0% {
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0)
    }
    100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInDown {
    0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
    }
    100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none
    }
}

@keyframes fadeInDown {
    0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
    }
    100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.uk-tooltip {
    background: #424242;
    color: #fff;
    font-size: 13px;
    padding: 3px 16px;
    line-height: 22px;
    text-shadow: none;
    min-width: 80px
}

.uk-tooltip .uk-tooltip-inner {
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    width: 100%
}

.uk-tab {
    border-bottom-color: rgba(0, 0, 0, .12)
}

.uk-tab>li {
    margin-bottom: 0;
    margin-top: 0;
    z-index: 1
}

.uk-tab>li>a {
    font-size: 13px;
    text-transform: uppercase;
    color: #212121;
    border: none;
    border-bottom: 2px solid transparent;
    border-radius: 0!important;
    font-weight: 500;
    min-width: 100px;
    max-width: 100%;
    text-align: center;
    -webkit-transition: all 220ms cubic-bezier(.4, 0, .2, 1);
    transition: all 220ms cubic-bezier(.4, 0, .2, 1);
    padding: 8px 16px!important;
    margin: 0!important;
    box-sizing: border-box
}

.uk-tab>li>a:focus,
.uk-tab>li>a:hover {
    background: 0 0;
    color: #212121;
    border-bottom-color: #92c2f2
}

.uk-tab>li.uk-active>a {
    background: 0 0!important;
    border-bottom-color: #1976d2
}

.uk-tab>li.uk-disabled>a,
.uk-tab>li.uk-disabled>a:focus,
.uk-tab>li.uk-disabled>a:hover {
    color: #aaa
}

.uk-tab-bottom li {
    margin-top: 0
}

.uk-tab-bottom li>a {
    border-top: 2px solid transparent;
    border-bottom: none
}

.uk-tab-bottom li>a:focus,
.uk-tab-bottom li>a:hover {
    border-top-color: #92c2f2
}

.uk-tab-bottom li.uk-active>a {
    border-top-color: #1976d2
}

.uk-tab-left {
    border-bottom: none
}

.uk-tab-left li>a {
    border-right: 2px solid transparent;
    border-bottom: none;
    text-align: right
}

.uk-tab-left li>a:focus,
.uk-tab-left li>a:hover {
    border-right-color: #92c2f2
}

.uk-tab-left li.uk-active>a {
    border-right-color: #1976d2
}

.uk-tab-right {
    border-bottom: none
}

.uk-tab-right li>a {
    border-left: 2px solid transparent;
    border-bottom: none;
    text-align: left
}

.uk-tab-right li>a:focus,
.uk-tab-right li>a:hover {
    border-left-color: #92c2f2
}

.uk-tab-right li.uk-active>a {
    border-left-color: #1976d2
}

.uk-tab-responsive li a {
    border: none!important
}

.uk-tab-responsive>a:before {
    content: '\e5d2';
    font-family: "Material Icons";
    color: #727272;
    margin-right: 8px;
    vertical-align: -4px;
    font-size: 18px
}

.uk-text-truncate {
    display: block
}

.uk-sortable {
    position: relative
}

.uk-sortable>* {
    -ms-touch-action: none;
    touch-action: none
}

.uk-sortable a,
.uk-sortable img {
    -webkit-touch-callout: none
}

.uk-sortable>:last-child {
    margin-bottom: 0
}

.uk-sortable-dragged {
    position: absolute;
    z-index: 1050;
    pointer-events: none
}

.uk-sortable-placeholder {
    opacity: 0
}

.uk-sortable:empty {
    min-height: 30px
}

.uk-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.uk-sortable-handle:hover {
    cursor: move
}

.uk-sortable-moving,
.uk-sortable-moving * {
    cursor: move
}


/* .uk-sortable.sortable-handler>* {
    cursor: move
}*/

.uk-sortable .sortable-handler {
    cursor: move
}

.uk-switcher {
    /* overflow: hidden */
}

@media (min-width:1480px) {
    .uk-grid-width-xLarge-1-1>*,
    .uk-width-xLarge-1-1 {
	width: 100%
    }
    .uk-grid-width-xLarge-1-2>*,
    .uk-grid-width-xLarge-2-4>*,
    .uk-grid-width-xLarge-3-6>*,
    .uk-grid-width-xLarge-5-10>*,
    .uk-width-xLarge-1-2,
    .uk-width-xLarge-2-4,
    .uk-width-xLarge-3-6,
    .uk-width-xLarge-5-10 {
	width: 50%
    }
    .uk-grid-width-xLarge-1-3>*,
    .uk-grid-width-xLarge-2-6>*,
    .uk-width-xLarge-1-3,
    .uk-width-xLarge-2-6 {
	width: 33.333%
    }
    .uk-grid-width-xLarge-2-3>*,
    .uk-grid-width-xLarge-4-6>*,
    .uk-width-xLarge-2-3,
    .uk-width-xLarge-4-6 {
	width: 66.666%
    }
    .uk-grid-width-xLarge-1-4>*,
    .uk-width-xLarge-1-4 {
	width: 25%
    }
    .uk-grid-width-xLarge-3-4>*,
    .uk-width-xLarge-3-4 {
	width: 75%
    }
    .uk-grid-width-xLarge-1-5>*,
    .uk-grid-width-xLarge-2-10>*,
    .uk-width-xLarge-1-5,
    .uk-width-xLarge-2-10 {
	width: 20%
    }
    .uk-grid-width-xLarge-2-5>*,
    .uk-grid-width-xLarge-4-10>*,
    .uk-width-xLarge-2-5,
    .uk-width-xLarge-4-10 {
	width: 40%
    }
    .uk-grid-width-xLarge-3-5>*,
    .uk-grid-width-xLarge-6-10>*,
    .uk-width-xLarge-3-5,
    .uk-width-xLarge-6-10 {
	width: 60%
    }
    .uk-grid-width-xLarge-4-5>*,
    .uk-grid-width-xLarge-8-10>*,
    .uk-width-xLarge-4-5,
    .uk-width-xLarge-8-10 {
	width: 80%
    }
    .uk-grid-width-xLarge-1-6>*,
    .uk-width-xLarge-1-6 {
	width: 16.666%
    }
    .uk-grid-width-xLarge-5-6>*,
    .uk-width-xLarge-5-6 {
	width: 83.333%
    }
    .uk-grid-width-xLarge-1-10>*,
    .uk-width-xLarge-1-10 {
	width: 10%
    }
    .uk-grid-width-xLarge-3-10>*,
    .uk-width-xLarge-3-10 {
	width: 30%
    }
    .uk-grid-width-xLarge-7-10>*,
    .uk-width-xLarge-7-10 {
	width: 70%
    }
    .uk-grid-width-xLarge-9-10>*,
    .uk-width-xLarge-9-10 {
	width: 90%
    }
}

.k-button,
.k-header {
    font-weight: 400
}

.k-list-wrapper {
    padding: 8px 0
}

.k-list-wrapper-addon {
    margin-right: 16px;
    float: left
}

.k-list-wrapper-addon>img {
    width: 34px;
    height: 34px;
    border-radius: 50%
}

.k-list-wrapper-content {
    overflow: hidden;
    display: block
}

.k-list-wrapper-content>p {
    margin: 0;
    font-weight: 500;
    line-height: 18px
}

.k-list-wrapper-content>span {
    display: block
}

.k-tag-image {
    width: auto;
    height: 17px;
    margin: 4px 5px 0 0;
    vertical-align: top;
    border-radius: 50%
}

.timeline {
    position: relative;
    min-height: 40px;
    padding: 8px 0 8px 62px
}

.timeline,
.timeline *,
.timeline :after,
.timeline :before,
.timeline:after,
.timeline:before {
    box-sizing: border-box
}

.timeline1 {
    position: relative;
    min-height: 40px;
}

.timeline1,
.timeline1 *,
.timeline1 :after,
.timeline1 :before,
.timeline1:after,
.timeline1:before {
    box-sizing: border-box
}

.timeline::before {
    background: rgba(0, 0, 0, 0.086) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 30px;
    position: absolute;
    top: 0px;
    width: 1px;
}

.timeline1::before {
    bottom: 0;
    content: "";
    display: block;
    left: 50px;
    position: absolute;
    top: 22px;
}

.timeline_item {
    min-height: 64px;
    padding: 0px 20px;
    position: relative;
}

.timeline_item1 {
    border-bottom: 1px solid #ccc;
    min-height: 60px;
    padding: 0px 20px;
    position: relative;
}

@media only screen and (max-width:640px) {
    .timeline_item1 {
	padding: 0px 8px;
    }
}

.timeline_icon {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 1px;
    height: 44px;
    left: -54px;
    position: absolute;
    text-align: center;
    top: -1px;
    width: 44px;
}

.timeline_icon .material-icons {
    color: #fff;
    font-size: 18px;
    line-height: 36px
}

.timeline_icon1 {
    position: absolute;
    text-align: center;
    top: 5px;
}

.timeline_icon1 .material-icons {
    color: #fff;
    font-size: 18px;
    line-height: 36px
}

.timeline_date {
    float: left;
    min-width: 60px;
    color: #aaa;
    text-align: center;
    line-height: 18px;
    font-size: 16px;
    margin-right: 8px;
    padding-top: 6px
}

.timeline_date span {
    font-size: 11px;
    display: block;
    text-transform: uppercase
}

.timeline_content {
    padding: 5px 4px 8px;
    overflow: hidden
}

.timeline_content1 {
    padding: 5px 5px 5px 30px;
    overflow: hidden
}

.timeline_content span {
    color: #000;
    font-size: 18px;
    font-weight: bolder;
}

.timeline_content a {
    color: #46b3ce;
    font-size: 14px;
    font-weight: normal;
}

.timeline_content a i {
    color: #46b3ce;
    font-size: 16px;
    font-weight: normal;
}

.timeline_content_addon {
    background: #fff;
    margin-top: 8px;
    max-width: 340px;
    padding: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border-radius: 4px
}

.m-top-bottom-30 {
    margin: 30px 0;
}

.timeline_content_addon>img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.timeline_content1 span {
    color: #000;
    font-size: 18px;
    font-weight: 900;
}

.timeline_content1 a {
    color: #46b3ce;
    font-size: 14px;
    font-weight: normal;
}

.timeline_content1 a i {
    color: #46b3ce;
    font-size: 16px;
    font-weight: normal;
}

.timeline_content1 h5 {
    margin-bottom: 0px;
    margin-top: 3px;
    font-family: AvenirNextLTPro-Regular, sans-serif;
    font-weight: 500;
}

.timeline_content_addon1 {
    background: #fff;
    margin-top: 8px;
    max-width: 340px;
    padding: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    border-radius: 4px
}

.timeline_content1_addon>img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto
}

.activity-date-meta {
    background: #f2fbfd none repeat scroll 0 0;
    color: #939598;
    display: flex;
    font-size: 15px;
    padding: 9px;
}

.activity-date-meta h4 {
    margin-bottom: 0px;
    margin-top: 0px;
}

#activites-stream .big-button {
    background: #46b3ce none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    padding: 10px 50px;
    margin-left: 16px;
}

#activites-stream .big-button i {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

#recent-activites .big-button,
#alert_showmore_btn,
#alert_showless_btn {
    background: #46b3ce none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    padding: 10px 0;
    width: 100%;
    margin-bottom: 16px;
}

#recent-activites .big-button i {
    color: #fff;
    font-size: 20px;
    margin-left: 10px;
}

.timeline_content_addon blockquote {
    margin: 8px 0 8px 8px;
    font-size: 15px
}

.timeline.timeline_small {
    padding: 0px 0 4px 81px;
}

.timeline_icon svg {
    margin-top: 3px;
}

.timeline_item {
    border-bottom: 1px solid #ccc;
}

.timeline.timeline_small::before {
    left: 80px;
}

.activity-info {
    float: left;
    font-size: 12px;
    left: -80px;
    position: absolute;
    top: 40px;
}

.activity-info1 {
    margin-top: 2px;
    float: left;
    font: 500 12px/1.42857143 AvenirNextLTPro-Regular, sans-serif;
    margin-right: 15px;
}

.timeline.timeline_small .timeline_item {
    min-height: 32px
}

.timeline.timeline_small .timeline_icon {
    height: 25px;
    left: -30px;
    width: 30px;
    top: 4px;
}

.timeline.timeline_small .timeline_icon .material-icons {
    color: #ccc;
    font-size: 17px;
    line-height: 24px;
}

.timeline.timeline_small .timeline_date {
    float: none;
    text-align: left;
    font-size: 11px
}

.timeline.timeline_small .timeline_date span {
    display: inline
}

.timeline.timeline_small .timeline_content {
    font-size: 14px;
    padding-left: 0
}

.timeline.timeline_small .timeline_content .md-list li {
    margin-left: 0;
    text-align: center
}

.timeline.timeline_small .timeline_content .md-list .md-list-addon-element {
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    padding-top: 0
}

.timeline.timeline_small .timeline_content blockquote {
    font-size: 13px
}

.md-bg-cyan {
    background-color: #00acc1!important;
    color: #fff
}

.md-bg-light-green {
    background-color: #7cb342!important;
    color: #fff
}

.md-bg-grey {
    background-color: #616161!important;
    color: #fff
}

.md-bg-red {
    background-color: #d32f2f!important;
    color: #fff
}

.md-bg-light-blue {
    background-color: #0288d1!important;
    color: #fff
}

.md-bg-teal {
    background-color: #00897b!important;
    color: #fff
}

.md-bg-purple {
    background-color: #8e24aa!important;
    color: #fff
}

.md-btn {
    background: #00A6CF;
    color: #fff;
    border: none;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
    min-height: 31px;
    min-width: 70px;
    padding: 2px 16px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    font: 500 14px/31px AvenirNextLTPro-Regular, sans-serif;
    border-radius: 4px;
}

.md-btn:active,
.md-btn:focus,
.md-btn:hover,
.uk-button-dropdown.uk-open .md-btn {
    background: #fff;
    outline: 0;
    text-decoration: none;
    color: #212121;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

@media only screen and (max-width:1024px) {
    .md-fab-wrapper {
	bottom: 20px;
	right: 20px
    }
}

@media only screen and (max-width:1024px) {}

.md-toggle-group .md-toggle-button {
    border-width: 0 0 2px;
    border-style: solid;
    border-color: transparent;
    background: 0 0;
    line-height: 30px;
    min-width: 42px;
    text-align: center;
    padding: 0 8px;
    vertical-align: middle;
    cursor: pointer
}

.md-toggle-group .md-toggle-button.md-toggle-active {
    border-bottom-color: #212121
}

.md-toggle-group.md-toggle-group-small .md-toggle-button {
    font-size: 11px;
    line-height: 24px;
    min-width: 16px;
    padding: 0 6px
}

.md-card {
    background: #fff none repeat scroll 0 0;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 4px;
    min-height: 80px;
    position: relative;
    border-color: #ccc;
}

.md-card+.md-card,
.md-card+.uk-grid,
.uk-grid+.md-card {
    margin-top: 25px
}

.md-card .full_width_in_card {
    padding: 16px 24px;
    background: rgba(0, 0, 0, .085)
}

.md-card .md-card-toolbar {
    border-bottom: 4px solid #d4d4d4;
    height: 48px;
    padding: 0 16px;
    position: relative;
}

.md-card .md-card-toolbar:after,
.md-card .md-card-toolbar:before {
    content: " ";
    display: table
}

.md-card .md-card-toolbar:after {
    clear: both
}

.celio-low,
.cielo-ok {
    border-left: 5px solid #46b3ce;
}

.celio-medium,
.cielo-warning {
    border-left: 5px solid #f7ce76;
}

.celio-high,
.cielo-critical {
    border-left: 5px solid #c13546;
}

.md-card .md-card-toolbar-heading-text {
    font: 500 14px/50px AvenirNextLTPro-Bold, sans-serif;
    color: #212121;
    margin: 0;
    float: left;
    overflow: hidden;
    height: 48px;
    max-width: 90%;
}

.md-card .md-card-toolbar-heading-text.large {
    font-size: 18px;
    font-weight: 400
}

.md-card .md-card-toolbar .md-toggle-group {
    float: left;
    margin: 8px 0 0 16px
}

.md-card .md-card-toolbar .md-toggle-group.md-toggle-group-small {
    margin-top: 10px
}

.md-card .md-card-toolbar .md-card-toolbar-actions {
    float: right;
    padding-top: 15px
}

.md-card .md-card-toolbar .md-card-toolbar-actions .uk-open .md-card-toolbar-icon {
    background: rgba(0, 0, 0, .085);
    color: #212121
}

.md-card .md-card-toolbar .md-card-toolbar-actions .md-card-dropdown {
    display: inline-block;
    position: relative
}

.md-card .md-card-toolbar .md-icon+.md-card-dropdown {
    margin-left: 4px
}

.md-card .md-card-toolbar .md-card-fullscreen-deactivate {
    margin: 9px 8px 0 0
}

.md-card .md-card-toolbar-input {
    border: none;
    font: 400 18px/24px AvenirNextLTPro-Regular, sans-serif;
    height: auto;
    background: 0 0!important;
    padding: 12px 0;
    width: 50%;
    box-sizing: border-box
}

.md-card .md-card-head {
    height: 160px;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .12)
}

.md-card .md-card-head-menu {
    position: absolute;
    right: 8px;
    top: 8px
}

.md-card .md-card-head-avatar {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    margin-top: 16px;
    border: 2px solid #fff;
    display: inline-block
}

.md-card .md-card-head-text {
    padding: 8px 16px 16px;
    font: 500 16px/22px AvenirNextLTPro-Regular, sans-serif;
    color: #212121;
    margin: 0
}

.md-card .md-card-head-text span {
    display: block;
    font: 400 12px/18px AvenirNextLTPro-Regular, sans-serif;
    margin-top: -2px
}

.md-card .md-card-head-text.text_dark {
    color: #212121!important
}

.md-card .md-card-head-text-over {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 100%)
}

#complexes .md-list-addon-element {
    bottom: -1px;
    padding: 8px 0;
    position: absolute;
    right: 22px;
    text-align: center;
    top: -1px;
    width: 50px;
}

.md-card .md-card-head.head_background,
.md-card .md-card-head.head_blue,
.md-card .md-card-head.head_cyan,
.md-card .md-card-head.head_green,
.md-card .md-card-head.head_orange {
    border-bottom-color: transparent
}

.md-card .md-card-head.head_background .md-card-head-text,
.md-card .md-card-head.head_blue .md-card-head-text,
.md-card .md-card-head.head_cyan .md-card-head-text,
.md-card .md-card-head.head_green .md-card-head-text,
.md-card .md-card-head.head_orange .md-card-head-text {
    color: #fff
}

.md-card .md-card-head.head_cyan {
    background: #00acc1
}

.md-card .md-card-head.head_blue {
    background: #039be5
}

.md-card .md-card-head.head_green {
    background: #7cb342
}

.md-card .md-card-head.head_orange {
    background: #f4511e
}

.md-card .md-card-head.head_background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.md-card .md-card-head.head_background_top {
    background-repeat: no-repeat;
    background-position: center top
}

.md-card .md-card-head.head_background_bottom {
    background-repeat: no-repeat;
    background-position: center bottom
}

.md-card .md-card-head .head_chart {
    height: 100px;
    width: 100%;
    position: absolute!important;
    left: 0;
    top: 40px
}

.md-card .md-card-head .fitVid_player {
    width: 100%;
    height: 160px;
    overflow: hidden
}

.md-card .md-card-head-img {
    height: 100%;
    width: auto
}

.md-card .md-card-head iframe {
    height: 160px
}

.md-card .md-card-content {
    padding: 5px;
    padding-bottom: 0px;
}

.md-card .md-card-content1 {
    padding-bottom: 16px
}

.md-card .md-card-content.no-padding {
    padding: 0
}

.md-card .md-card-content.large-padding {
    padding: 24px 35px
}

.md-card.md-card-fullscreen {
    position: fixed;
    z-index: 9999;
    overflow-x: hidden
}

.md-card.md-card-fullscreen .md-card-fullscreen-activate {
    display: none
}

.md-card .md-card-fullscreen-content {
    display: none;
    padding: 16px 0
}

.md-card-fullscreen-content-hidden .md-card .md-card-fullscreen-content {
    display: block;
    visibility: hidden;
    padding: 0
}

.md-card.md-card-overlay {
    overflow: hidden;
    padding-bottom: 54px
}

.md-card.md-card-overlay .md-card-content {
    height: 142px;
    overflow: hidden;
    box-sizing: border-box
}

.md-card.md-card-overlay .md-card-content.no_truncate {
    position: relative
}

.md-card.md-card-overlay .md-card-content.no_truncate:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background-image: -webkit-linear-gradient(bottom, #fff 50%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to top, #fff 50%, rgba(255, 255, 255, 0) 100%);
    display: block;
    content: '';
    z-index: 10
}

.md-card.md-card-overlay .md-card-content>pre {
    margin-top: 0;
    max-height: 110px
}

.md-card.md-card-overlay .md-card-content>pre>code {
    overflow: hidden
}

.md-card.md-card-overlay .md-card-overlay-content {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0 16px;
    margin-top: -54px;
    border-top: 1px solid rgba(0, 0, 0, .12);
    text-align: left;
    bottom: 0;
    background: #fff;
    z-index: 10;
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1)
}

.md-card.md-card-overlay .md-card-overlay-content p {
    margin: 0
}

.md-card.md-card-overlay .md-card-overlay-content p+* {
    margin-top: 16px
}

.md-card.md-card-overlay .md-card-overlay-content p+p {
    margin-top: 4px
}

.md-card.md-card-overlay .md-card-overlay-header {
    padding: 12px 0
}

.md-card.md-card-overlay .md-card-overlay-header:after,
.md-card.md-card-overlay .md-card-overlay-header:before {
    content: " ";
    display: table
}

.md-card.md-card-overlay .md-card-overlay-header:after {
    clear: both
}

.md-card.md-card-overlay .md-card-overlay-header h3,
.md-card.md-card-overlay .md-card-overlay-header h4 {
    margin: 0;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    padding-right: 32px;
    box-sizing: border-box
}

.md-card.md-card-overlay .md-card-overlay-header h3 {
    font: 400 16px/30px AvenirNextLTPro-Regular, sans-serif
}

.md-card.md-card-overlay .md-card-overlay-header h4 {
    font: 500 14px/30px AvenirNextLTPro-Regular, sans-serif
}

.md-card.md-card-overlay .md-card-overlay-header .md-icon {
    position: absolute;
    right: 12px;
    top: 11px
}

.md-card.md-card-overlay-active .md-card-overlay-content {
    top: -1px;
    margin-top: 0
}

.md-card.md-card-hover {
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1)
}

.md-card.md-card-hover:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.uk-sortable-dragged .md-card {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.uk-sortable-dragged .md-card canvas {
    margin: 0 auto;
    display: block
}

.md-card .heading_list {
    padding: 0
}

.md-expand,
.md-expand-group>* {
    opacity: 0
}

.md-card-placeholder {
    min-width: 100%
}

.md-card-list-wrapper,
.md-card-list-wrapper *,
.md-card-list-wrapper :after,
.md-card-list-wrapper :before,
.md-card-list-wrapper:after,
.md-card-list-wrapper:before {
    box-sizing: border-box
}

.md-card-list-wrapper .md-card-list-header {
    position: absolute;
    top: -24px;
    left: 0
}

.md-card-list-wrapper .md-card-list {
    margin: 48px 0 0 0;
    position: relative
}

.md-card-list-wrapper .md-card-list:first-child {
    margin-top: 24px
}

.md-card-list-wrapper .md-card-list>ul {
    margin: 0
}

.md-card-list-wrapper .md-card-list>ul>li {
    margin: 0
}

.md-card-list-wrapper .md-card-list>ul,
.md-card-list-wrapper .md-card-list>ul>li {
    list-style: none;
    padding: 0
}

.md-card-list-wrapper .md-card-list>ul>li {
    min-height: 34px;
    padding: 8px 16px;
    font-size: 13px;
    -webkit-transition: background 150ms, padding 200ms;
    transition: background 150ms, padding 200ms;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

.md-card-list-wrapper .md-card-list>ul>li:after,
.md-card-list-wrapper .md-card-list>ul>li:before {
    content: " ";
    display: table
}

.md-card-list-wrapper .md-card-list>ul>li:after {
    clear: both
}

.md-card-list-wrapper .md-card-list>ul>li.item-shown {
    background: #fff;
    padding: 8px 36px
}

@media only screen and (max-width:1024px) {
    .md-card-list-wrapper .md-card-list>ul>li.item-shown .md-card-list-item-subject {
	clear: both;
	float: none;
	padding-top: 16px
    }
    .md-card-list-wrapper .md-card-list>ul>li.item-shown .md-card-list-item-subject>span {
	white-space: normal
    }
}

.md-card-list-wrapper .md-card-list>ul>li.item-shown .md-card-list-item-sender {
    width: auto;
    overflow: hidden
}

.md-card-list-wrapper .md-card-list>ul>li.item-shown.md-card-list-item-selected {
    position: relative
}

.md-card-list-wrapper .md-card-list>ul>li.item-shown.md-card-list-item-selected:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background: #e3f2fd
}

.md-card-list-wrapper .md-card-list .md-card-list-item-avatar-wrapper,
.md-card-list-wrapper .md-card-list .md-card-list-item-select,
.md-card-list-wrapper .md-card-list .md-card-list-item-sender {
    float: left
}

.md-card-list-wrapper .md-card-list .md-card-list-item-select {
    padding: 6px 8px 0 0
}

.md-card-list-wrapper .md-card-list .md-card-list-item-avatar-wrapper,
.md-card-list-wrapper .md-card-list .md-card-list-item-date,
.md-card-list-wrapper .md-card-list .md-card-list-item-sender,
.md-card-list-wrapper .md-card-list .md-card-list-item-subject {
    padding: 0 8px
}

.md-card-list-wrapper .md-card-list .md-card-list-item-avatar-wrapper .md-card-list-item-avatar {
    background: #757575;
    color: #fff;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: block
}

.md-card-list-wrapper .md-card-list .md-card-list-item-avatar-wrapper span.md-card-list-item-avatar {
    line-height: 34px;
    text-transform: uppercase;
    text-align: center
}

.md-card-list-wrapper .md-card-list .md-card-list-item-sender {
    width: 220px;
    line-height: 34px
}

.md-card-list-wrapper .md-card-list .md-card-list-item-sender>span {
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    width: 100%
}

@media only screen and (max-width:1219px) {
    .md-card-list-wrapper .md-card-list .md-card-list-item-sender {
	display: none
    }
}

.md-card-list-wrapper .md-card-list .md-card-list-item-subject {
    overflow: hidden;
    font-weight: 500
}

.md-card-list-wrapper .md-card-list .md-card-list-item-subject>span {
    line-height: 34px;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-size: 13px;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-subject .md-card-list-item-sender-small {
    display: none
}

@media only screen and (max-width:1219px) {
    .md-card-list-wrapper .md-card-list .md-card-list-item-subject .md-card-list-item-sender-small {
	display: block
    }
    .md-card-list-wrapper .md-card-list .md-card-list-item-subject .md-card-list-item-sender-small+span {
	line-height: inherit
    }
}

.md-card-list-wrapper .md-card-list .md-card-list-item-subject .md-card-list-item-sender-small>span {
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    color: #999
}

.md-card-list-wrapper .md-card-list .md-card-list-item-date {
    line-height: 34px;
    float: right;
    color: #999
}

@media only screen and (max-width:479px) {
    .md-card-list-wrapper .md-card-list .md-card-list-item-date {
	display: none
    }
}

.md-card-list-wrapper .md-card-list .md-card-list-item-menu {
    float: right;
    margin: 0 0 0 8px;
    position: relative
}

.md-card-list-wrapper .md-card-list .md-card-list-item-menu .uk-dropdown .material-icons {
    margin-right: 8px
}

.md-card-list-wrapper .md-card-list .md-card-list-item-content-wrapper {
    display: none;
    clear: both;
    opacity: 0
}

.md-card-list-wrapper .md-card-list .md-card-list-item-content {
    padding: 16px 16px 0 0;
    max-height: 360px;
    overflow-x: hidden;
    margin: 0 0 40px;
    top: 20px;
    position: relative;
    font-size: 14px
}

.md-card-list-wrapper .md-card-list .md-card-list-item-content+.md-card-list-item-reply {
    padding-top: 10px
}

.md-card-list-wrapper .md-card-list .md-card-list-item-reply {
    padding: 16px 0
}

.md-card-list-wrapper .md-card-list .md-card-list-item-selected {
    background: #e3f2fd
}

input:not([type]),
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea {
    outline: 0
}

input:not([type]).md-input,
input[type=text].md-input,
input[type=password].md-input,
input[type=datetime].md-input,
input[type=datetime-local].md-input,
input[type=date].md-input,
input[type=month].md-input,
input[type=time].md-input,
input[type=week].md-input,
input[type=number].md-input,
input[type=email].md-input,
input[type=url].md-input,
input[type=search].md-input,
input[type=tel].md-input,
input[type=color].md-input,
select.md-input,
textarea.md-input {
    border-radius: 0;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .12);
    font: 400 15px/18px AvenirNextLTPro-Regular, sans-serif;
    box-shadow: inset 0 -1px 0 transparent;
    box-sizing: border-box;
    padding: 12px 4px;
    background: 0 0;
    width: 100%;
    display: block
}

input:not([type]).md-input.md-input-danger,
input[type=text].md-input.md-input-danger,
input[type=password].md-input.md-input-danger,
input[type=datetime].md-input.md-input-danger,
input[type=datetime-local].md-input.md-input-danger,
input[type=date].md-input.md-input-danger,
input[type=month].md-input.md-input-danger,
input[type=time].md-input.md-input-danger,
input[type=week].md-input.md-input-danger,
input[type=number].md-input.md-input-danger,
input[type=email].md-input.md-input-danger,
input[type=url].md-input.md-input-danger,
input[type=search].md-input.md-input-danger,
input[type=tel].md-input.md-input-danger,
input[type=color].md-input.md-input-danger,
select.md-input.md-input-danger,
textarea.md-input.md-input-danger {
    border-color: #e53935
}

input:not([type]).md-input.md-input-danger:focus,
input[type=text].md-input.md-input-danger:focus,
input[type=password].md-input.md-input-danger:focus,
input[type=datetime].md-input.md-input-danger:focus,
input[type=datetime-local].md-input.md-input-danger:focus,
input[type=date].md-input.md-input-danger:focus,
input[type=month].md-input.md-input-danger:focus,
input[type=time].md-input.md-input-danger:focus,
input[type=week].md-input.md-input-danger:focus,
input[type=number].md-input.md-input-danger:focus,
input[type=email].md-input.md-input-danger:focus,
input[type=url].md-input.md-input-danger:focus,
input[type=search].md-input.md-input-danger:focus,
input[type=tel].md-input.md-input-danger:focus,
input[type=color].md-input.md-input-danger:focus,
select.md-input.md-input-danger:focus,
textarea.md-input.md-input-danger:focus {
    border-bottom-color: #e53935;
    box-shadow: inset 0 -1px 0 #e53935
}

input:not([type]).md-input.md-input-success,
input[type=text].md-input.md-input-success,
input[type=password].md-input.md-input-success,
input[type=datetime].md-input.md-input-success,
input[type=datetime-local].md-input.md-input-success,
input[type=date].md-input.md-input-success,
input[type=month].md-input.md-input-success,
input[type=time].md-input.md-input-success,
input[type=week].md-input.md-input-success,
input[type=number].md-input.md-input-success,
input[type=email].md-input.md-input-success,
input[type=url].md-input.md-input-success,
input[type=search].md-input.md-input-success,
input[type=tel].md-input.md-input-success,
input[type=color].md-input.md-input-success,
select.md-input.md-input-success,
textarea.md-input.md-input-success {
    border-color: #7cb342
}

input:not([type]).md-input.md-input-success:focus,
input[type=text].md-input.md-input-success:focus,
input[type=password].md-input.md-input-success:focus,
input[type=datetime].md-input.md-input-success:focus,
input[type=datetime-local].md-input.md-input-success:focus,
input[type=date].md-input.md-input-success:focus,
input[type=month].md-input.md-input-success:focus,
input[type=time].md-input.md-input-success:focus,
input[type=week].md-input.md-input-success:focus,
input[type=number].md-input.md-input-success:focus,
input[type=email].md-input.md-input-success:focus,
input[type=url].md-input.md-input-success:focus,
input[type=search].md-input.md-input-success:focus,
input[type=tel].md-input.md-input-success:focus,
input[type=color].md-input.md-input-success:focus,
select.md-input.md-input-success:focus,
textarea.md-input.md-input-success:focus {
    border-bottom-color: #7cb342;
    box-shadow: inset 0 -1px 0 #7cb342
}

input:not([type]).md-input:focus,
input[type=text].md-input:focus,
input[type=password].md-input:focus,
input[type=datetime].md-input:focus,
input[type=datetime-local].md-input:focus,
input[type=date].md-input:focus,
input[type=month].md-input:focus,
input[type=time].md-input:focus,
input[type=week].md-input:focus,
input[type=number].md-input:focus,
input[type=email].md-input:focus,
input[type=url].md-input:focus,
input[type=search].md-input:focus,
input[type=tel].md-input:focus,
input[type=color].md-input:focus,
select.md-input:focus,
textarea.md-input:focus {
    background: 0 0;
    border-color: rgba(0, 0, 0, .12)
}

input:not([type]).md-input-small,
input[type=text].md-input-small,
input[type=password].md-input-small,
input[type=datetime].md-input-small,
input[type=datetime-local].md-input-small,
input[type=date].md-input-small,
input[type=month].md-input-small,
input[type=time].md-input-small,
input[type=week].md-input-small,
input[type=number].md-input-small,
input[type=email].md-input-small,
input[type=url].md-input-small,
input[type=search].md-input-small,
input[type=tel].md-input-small,
input[type=color].md-input-small,
select.md-input-small,
textarea.md-input-small {
    padding: 4px
}

.md-input-width-small {
    min-width: 80px!important
}

.md-input-width-medium {
    min-width: 160px!important
}

.md-input-width-large {
    min-width: 320px!important
}

textarea.md-input {
    min-height: 80px;
    resize: none;
    overflow: hidden;
    -webkit-transition: height 200ms ease-out;
    transition: height 200ms ease-out;
    line-height: 24px
}

.md-input-wrapper {
    position: relative;
    padding-top: 4px;
    width: 100%;
    display: block
}

.md-input-wrapper .md-input-bar {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.md-input-wrapper .md-input-bar:after,
.md-input-wrapper .md-input-bar:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #1976d2;
    -webkit-transition: width 400ms cubic-bezier(.4, 0, .2, 1);
    transition: width 400ms cubic-bezier(.4, 0, .2, 1)
}

.md-input-wrapper .md-input-bar:before {
    left: 50%
}

.md-input-wrapper .md-input-bar:after {
    right: 50%
}

.md-input-wrapper>label {
    color: #727272;
    position: absolute;
    top: 16px;
    left: 4px;
    right: 0;
    pointer-events: none;
    -webkit-transition: all 150ms ease-out;
    transition: all 150ms ease-out
}

.md-input-wrapper+* {
    margin-top: 10px
}

.md-input-wrapper.md-input-wrapper-disabled>label {
    color: rgba(0, 0, 0, .26)
}

.md-input-wrapper-count {
    padding-bottom: 24px
}

.md-input-wrapper-count .md-input-bar {
    bottom: 24px
}

.md-input-wrapper-count .text-count-wrapper {
    font-size: 12px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in
}

.md-input-wrapper-count>.md-input-wrapper-count .text-count-wrapper {
    position: absolute;
    bottom: 0;
    right: 0
}

.md-input-filled>label,
.md-input-focus>label {
    top: -6px;
    font-size: 12px
}

.md-input-filled.md-input-wrapper-count .text-count-wrapper,
.md-input-focus.md-input-wrapper-count .text-count-wrapper {
    opacity: 1
}

.md-input-focus .md-input-bar:after,
.md-input-focus .md-input-bar:before {
    width: 50%
}

.md-input-wrapper-danger .md-input-bar:after,
.md-input-wrapper-danger .md-input-bar:before {
    background: #e53935;
    width: 50%
}

.md-input-wrapper-danger .md-input-bar:before {
    left: 50%
}

.md-input-wrapper-danger .md-input-bar:after {
    right: 50%
}

.md-input-wrapper-danger.md-input-wrapper-count .text-count-wrapper {
    color: #e53935
}

.md-input-wrapper-success .md-input-bar:after,
.md-input-wrapper-success .md-input-bar:before {
    background: #7cb342;
    width: 50%
}

.md-input-wrapper-success .md-input-bar:before {
    left: 50%
}

.md-input-wrapper-success .md-input-bar:after {
    right: 50%
}

.md-input-wrapper-success.md-input-wrapper-count .text-count-wrapper {
    color: #7cb342
}

.md-form-group {
    position: relative
}

label.md-label {
    color: #999;
    padding: 0 6px;
    font-size: 11px
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    vertical-align: -4px;
    color: rgba(0, 0, 0, .54)
}

.material-icons.md-inactive {
    color: rgba(0, 0, 0, .26)
}

.material-icons.md-18 {
    font-size: 18px;
    vertical-align: -4px;
}

.material-icons.md-24 {
    font-size: 24px;
    vertical-align: -12px;
}

.material-icons.md-36 {
    font-size: 36px;
    vertical-align: -16px;
}

.material-icons.md-48 {
    font-size: 48px;
    vertical-align: -24px;
}

#header_main .material-icons.md-light {
    color: #939598;
}

.material-icons.md-light {
    color: #fff
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, .3)
}

.md-list {
    margin: 0
}

.md-list>li {
    margin: 0
}

.md-list,
.md-list>li {
    list-style: none;
    padding: 0
}

.md-list,
.md-list *,
.md-list :after,
.md-list :before,
.md-list:after,
.md-list:before {
    box-sizing: border-box
}

.md-list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    min-height: 48px;
    padding: 10px 4px;
}

.md-list li>.md-list-content {
    overflow: hidden
}

.md-list li>.md-list-content>span {
    display: block
}

.md-list li>.md-list-content .md-list-heading {
    margin: 0;
    font-weight: 500;
    display: block;
    overflow: hidden;
    padding-bottom: 1px
}

.md-list li>.md-list-content .md-list-menu {
    float: right
}

.md-list-heading a {
    color: #444;
}

.md-list li>.md-list-content .md-list-menu .md-list-menu-toggle {
    display: block;
    font-size: 18px;
    color: rgba(0, 0, 0, .8);
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    text-align: center
}

.md-list li>.md-list-content .uk-badge {
    float: right;
    color: #fff!important
}

.md-list li>a.md-list-content {
    display: block;
    color: #212121
}

.md-list li:last-child {
    border-bottom: none
}

.md-list li.md-list-item-active {
    color: #7cb342
}

.md-list li.md-list-item-disabled .md-list-content {
    opacity: .5
}

.md-list li.heading_list {
    min-height: 32px;
    padding: 32px 8px 16px;
    border-bottom: none;
    background: 0 0!important;
    text-transform: uppercase
}

.md-list-addon li {
    position: relative
}

.md-list-addon li:last-child .md-list-addon-element {
    border-bottom: none;
    bottom: 0
}

.md-list-addon li:first-child .md-list-addon-element {
    top: 0
}

.md-list-addon li.md-list-item-active .md-list-addon-element,
.md-list-addon li.md-list-item-active .md-list-addon-element .material-icons {
    color: #7cb342
}

.md-list-addon-element {
    bottom: -1px;
    padding: 8px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: -1px;
}

.md-list-heading {
    float: left;
    width: 40%;
}

.md-list-heading-fullwidth {
    width: 100%;
    padding-bottom: 10px;
}

.md-list-addon-element>.md-list-addon-avatar {
    margin-top: 2px
}

.md-list-addon-element>.md-list-addon-icon {
    font-size: 28px;
    margin-top: 4px;
    color: #727272
}

.md-list-addon-element>.material-icons {
    margin-top: 6px
}

.md-list-addon-element .icheckbox_md,
.md-list-addon-element .iradio_md {
    margin-top: 10px
}

.md-list-interactive li {
    cursor: pointer
}

.md-list-bg {
    background: #fff
}

.md-list-separated li {
    background: #fff;
    padding: 8px
}

.md-list-separated li+li {
    border-top: none;
    margin-top: 8px
}

.md-list-bg-no-sep {
    background: #fff;
    padding: 8px
}

.md-list-bg-no-sep li>.md-list-content {
    padding: 0 4px
}

.md-list-outside li {
    padding: 0
}

.md-list-outside li>a.md-list-content {
    padding: 8px 16px;
    display: block;
    color: #212121
}

.md-list-outside li.md-list-item-active,
.md-list-outside li:hover:not(.heading_list) {
    background: rgba(0, 0, 0, .085)
}

.md-list-outside li.heading_list {
    padding: 32px 16px 16px
}

.md-list-outside-wrapper {
    overflow: hidden
}

.md-panel-full {
    position: relative;
    overflow: hidden;
    min-height: 100%
}

.md-panel-full,
.md-panel-full *,
.md-panel-full :after,
.md-panel-full :before,
.md-panel-full:after,
.md-panel-full:before {
    box-sizing: border-box
}

.md-panel-full>.uk-grid {
    height: 100%
}

.md-panel-full>.uk-grid [class*=uk-width] {
    height: 100%
}

.md-panel-full .md-panel-full-aside {
    margin: 16px 16px 32px;
    padding: 16px
}

.md-panel-full .md-panel-full-aside.md-panel-full-aside-bg {
    background: #fff
}

.md-panel-full .md-panel-full-content {
    background: #fff;
    padding: 25px 25px 90px;
    width: inherit;
    min-width: 100%;
    min-height: 100%
}

.md-panel-full .md-panel-full-content>.md-panel-full-content-inner {
    position: relative;
    z-index: 10
}

.md-panel-full .md-panel-full-content:before {
    width: inherit;
    content: '';
    position: absolute;
    background: #fff;
    display: block;
    right: 0;
    top: 0;
    bottom: 0;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, .26);
    z-index: 5
}

.md-panel-full .md-panel-full-content .md-panel-full-content-header {
    margin-bottom: 24px
}

.md-panel-full .md-panel-full-content .md-panel-full-content-header .md-panel-full-content-menu {
    float: right
}

.md-top-bar .md-top-bar-actions-left {
    float: left;
    padding-left: 16px
}

.md-top-bar .md-top-bar-actions-left .md-top-bar-checkbox {
    padding-top: 10px
}

.md-top-bar .md-top-bar-actions-right {
    float: right;
    padding-right: 16px
}

.md-top-bar .md-top-bar-actions-right .md-top-bar-icons {
    margin-top: 5px
}

.md-user-image {
    width: 34px;
    height: 34px;
    border-radius: 50%
}

.md-user-placeholder {
    background-color: rgba(0, 0, 0, .085);
    width: 34px;
    height: 34px;
    border-radius: 50%
}

.md-user-letters {
    display: inline-block;
    line-height: 35px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    background-color: rgba(0, 0, 0, .085)
}

.md-icon {
    font-size: 24px;
    line-height: 32px!important;
    height: 32px!important;
    color: #727272;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background 280ms ease-out, color 280ms ease-out;
    transition: background 280ms ease-out, color 280ms ease-out;
    width: 32px!important;
    text-align: center
}

.md-icon.active,
.md-icon:active,
.md-icon:focus,
.md-icon:hover {
    color: #212121;
    background: rgba(0, 0, 0, .08)
}

.md-icon-light {
    color: #fff
}

.md-icon-light:active,
.md-icon-light:focus,
.md-icon-light:hover {
    color: #fff;
    background: rgba(0, 0, 0, .2)
}

.md-icon-dark {
    color: #212121
}

.md-icon-dark:active,
.md-icon-dark:focus,
.md-icon-dark:hover {
    color: #212121;
    background: rgba(255, 255, 255, .6)
}

.md-icon+.md-icon {
    margin-left: 4px
}

.md-icon-btn {
    display: inline-block
}

.md-icon-btn.active .md-icon {
    color: #212121;
    background: rgba(0, 0, 0, .08)
}

button.md-icon {
    background: 0 0;
    border: none;
    outline: 0
}

.uk-open .md-icon {
    color: #212121;
    background: rgba(0, 0, 0, .08)
}

.uk-open .md-icon-light {
    color: #fff;
    background: rgba(0, 0, 0, .2)
}

.uk-open .md-icon-dark {
    color: #212121;
    background: rgba(255, 255, 255, .6)
}

.md-list-inputs {
    margin: 0
}

.md-list-inputs>li {
    margin: 0
}

.md-list-inputs,
.md-list-inputs>li {
    list-style: none;
    padding: 0
}

.md-list-inputs li+li {
    margin-top: 8px
}

.md-list-inputs li .icheckbox_md {
    float: left
}

.md-list-inputs li label {
    overflow: hidden;
    padding-left: 8px;
    display: block;
    cursor: pointer
}

.md-hr {
    margin: 32px 0;
    height: 0;
    border-top: 2px solid rgba(0, 0, 0, .12)
}

.top-details {
    display: inline-block;
    float: left;
    line-height: 25px;
}

.top-content:last-child {
    margin-right: 0 !important;
    border-right: none;
}

.top-content {
    border-right: 1px dashed #ccc;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 0;
    padding: 0 10px;
    width: 225px;
}

.top-content img {
    display: block;
    height: 100%;
    margin: 0 auto;
    max-width: 100%;
}

.top-content h2 {
    color: skyblue;
    display: inline-block;
    font-size: 25px;
    margin: 0px 10px 0px 0px;
    float: right;
}

@-webkit-keyframes hierarchical_show {
    0% {
	opacity: 0;
	-webkit-transform: scale3d(.2, .2, 2);
	transform: scale3d(.2, .2, 2)
    }
    50% {
	opacity: 1
    }
    100% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
    }
}

@keyframes hierarchical_show {
    0% {
	opacity: 0;
	-webkit-transform: scale3d(.2, .2, 2);
	transform: scale3d(.2, .2, 2)
    }
    50% {
	opacity: 1
    }
    100% {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1)
    }
}

.hierarchical_show>* {
    visibility: hidden
}

.hierarchical_show_inView>* {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-name: hierarchical_show;
    animation-name: hierarchical_show;
    visibility: visible
}

@-webkit-keyframes hierarchical_slide {
    0% {
	opacity: 0;
	-webkit-transform: translate3d(0, 160%, 0);
	transform: translate3d(0, 160%, 0)
    }
    33% {
	opacity: 1
    }
    100% {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
    }
}

@keyframes hierarchical_slide {
    0% {
	opacity: 0;
	-webkit-transform: translate3d(0, 160%, 0);
	transform: translate3d(0, 160%, 0)
    }
    33% {
	opacity: 1
    }
    100% {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
    }
}

.hierarchical_slide>* {
    visibility: hidden
}

.hierarchical_slide_inView>* {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    animation-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-animation-duration: 700ms;
    animation-duration: 700ms;
    -webkit-animation-name: hierarchical_slide;
    animation-name: hierarchical_slide;
    visibility: visible
}

.fast_animation {
    -webkit-animation-duration: 350ms;
    animation-duration: 350ms
}

.cp_altair {
    padding: 8px 0;
    overflow: hidden
}

.cp_altair span {
    width: 24px;
    height: 24px;
    margin: 0 8px 8px 0;
    float: left;
    -webkit-transition: all 280ms ease-out;
    transition: all 280ms ease-out;
    cursor: pointer
}

.cp_altair span.active_color {
    border-radius: 50%;
    cursor: default
}

.mGraph {
    min-height: 240px;
    width: 100%
}

.mGraph-wrapper {
    position: relative
}

.mGraph-wrapper .md-toggle-group {
    position: absolute;
    top: 4px;
    left: 12px
}

.mGraph .mg-active-datapoint {
    font-size: 13px
}

.mGraph .mg-area1-color {
    fill: #1976d2
}

.mGraph .mg-area2-color {
    fill: #689f38
}

.mGraph .mg-area3-color {
    fill: #d32f2f
}

.mGraph .mg-area4-color {
    fill: #ffa000
}

.mGraph .mg-area5-color {
    fill: #455a64
}

.mGraph .mg-baselines line {
    stroke: #909090;
    stroke-width: .5
}

.mGraph .mg-baselines text {
    font-size: 9px;
    opacity: .5
}

.mGraph .mg-chart-title {
    font-size: 22px
}

.mGraph .mg-chart-title .fa {
    font-size: 16px
}

.mGraph .mg-line1-color {
    stroke: #1976d2
}

.mGraph .mg-hover-line1-color {
    fill: #1976d2
}

.mGraph .mg-line2-color {
    stroke: #689f38
}

.mGraph .mg-hover-line2-color {
    fill: #689f38
}

.mGraph .mg-line3-color {
    stroke: #d32f2f
}

.mGraph .mg-hover-line3-color {
    fill: #d32f2f
}

.mGraph .mg-line4-color {
    stroke: #ffa000
}

.mGraph .mg-hover-line4-color {
    fill: #ffa000
}

.mGraph .mg-line5-color {
    stroke: #455a64
}

.mGraph .mg-hover-line5-color {
    fill: #455a64
}

.mGraph .mg-line1-legend-color {
    color: #1976d2
}

.mGraph .mg-line2-legend-color {
    color: #689f38
}

.mGraph .mg-line3-legend-color {
    color: #d32f2f
}

.mGraph .mg-line4-legend-color {
    color: #ffa000
}

.mGraph .mg-line5-legend-color {
    color: #455a64
}

.mGraph .mg-markers line {
    stroke-width: .8
}

.mGraph .mg-markers text {
    font-size: 9px
}

.mGraph path.mg-main-line {
    stroke-width: 1.1
}

.mGraph .mg-x-axis line,
.mGraph .mg-y-axis line {
    stroke: #ccc;
    stroke-width: .8
}

.mGraph .mg-histogram .axis text,
.mGraph .mg-x-axis text,
.mGraph .mg-y-axis text {
    font-size: 11px
}

.mGraph .mg-axis .label,
.mGraph .mg-x-axis .label,
.mGraph .mg-y-axis .label {
    font-size: 10px
}

.mGraph .mg-active-datapoint-small,
.mGraph .mg-x-axis-small text,
.mGraph .mg-y-axis-small text {
    font-size: 8px
}

.mGraph .mg-x-axis-small .label,
.mGraph .mg-y-axis-small .label {
    font-size: 9px
}

.mGraph .mg-year-marker text {
    font-size: 9px
}

.mGraph .mg-year-marker line {
    stroke: #ccc;
    stroke-width: .8
}

.mGraph .mg-year-marker-small text {
    font-size: 8px
}

.mGraph .mg-chart-title {
    font-size: 18px;
    margin: 0;
    padding: 0
}

.mGraph .mg-chart-title .popover {
    z-index: 1060;
    position: absolute!important;
    background: #616161;
    color: #fff;
    font-size: 13px;
    padding: 8px 16px;
    line-height: 16px;
    max-width: 290px;
    margin-top: -10px
}

.c3chart {
    min-height: 240px;
    width: 100%
}

.c3chart .c3-tooltip {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    box-shadow: none;
    opacity: 1;
    background: #fff;
    border: none;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.c3chart .c3-tooltip th {
    border: none;
    background: #fff;
    color: #212121
}

.c3chart .c3-tooltip td {
    border: none;
    color: #212121;
    font-weight: 400;
    font-size: 12px
}

.c3chart .c3-tooltip td+td {
    border-left: 1px solid rgba(0, 0, 0, .12)
}

.c3chart .c3-tooltip tr {
    border: none
}

.c3chart .c3-tooltip tr+tr td {
    border-top: 1px solid rgba(0, 0, 0, .12)
}

.c3-area {
    opacity: .25
}

.clndr {
    position: relative;
    overflow: hidden
}

.clndr,
.clndr *,
.clndr :after,
.clndr :before,
.clndr:after,
.clndr:before {
    box-sizing: border-box
}

.clndr .clndr_days_grid:after,
.clndr .clndr_days_grid:before,
.clndr .clndr_days_names:after,
.clndr .clndr_days_names:before {
    content: " ";
    display: table
}

.clndr .clndr_days_grid:after,
.clndr .clndr_days_names:after {
    clear: both
}

.clndr .md-card-toolbar-heading-text {
    text-transform: capitalize
}

.clndr .clndr_days {
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    padding: 16px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.clndr .clndr_days .clndr_days_names .day-header {
    width: 14.28571429%;
    float: left;
    text-align: center;
    padding: 8px 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500
}

.clndr .clndr_days .clndr_days_grid .day {
    width: 14.28571429%;
    float: left;
    padding: 6px;
    text-align: center;
    position: relative
}

.clndr .clndr_days .clndr_days_grid .day.last-month,
.clndr .clndr_days .clndr_days_grid .day.next-month {
    color: #bbb
}

.clndr .clndr_days .clndr_days_grid .day>span {
    display: inline-block;
    font-size: 15px;
    line-height: 36px;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    border: 1px solid transparent
}

@media only screen and (max-width:479px) {
    .clndr .clndr_days .clndr_days_grid .day>span {
	font-size: 14px;
	line-height: 32px;
	width: 32px;
	border-radius: 16px
    }
}

.clndr .clndr_days .clndr_days_grid .day.today>span {
    background: #7cb342;
    color: #fff
}

.clndr .clndr_days .clndr_days_grid .day.event {
    cursor: pointer
}

.clndr .clndr_days .clndr_days_grid .day.event>span {
    border-color: rgba(0, 0, 0, .12)
}

.clndr .clndr_days .clndr_days_grid .day.event.today>span {
    border-color: transparent
}

.clndr .clndr_events {
    position: absolute;
    top: 48px;
    bottom: 0;
    right: 0;
    width: 240px;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 16px;
    margin-right: -240px;
    -webkit-transition: margin 280ms cubic-bezier(.4, 0, .2, 1);
    transition: margin 280ms cubic-bezier(.4, 0, .2, 1);
    border-left: 1px solid rgba(0, 0, 0, .12)
}

.clndr .clndr_events .clndr_event {
    padding: 8px 0;
    display: none
}

.clndr .clndr_events .clndr_event>a {
    display: inline-block;
    color: #212121
}

.clndr .clndr_events .clndr_event .clndr_event_more_info,
.clndr .clndr_events .clndr_event .clndr_event_title {
    display: block
}

.clndr .clndr_events .clndr_event .clndr_event_more_info {
    margin: 0;
    font-size: 12px;
    color: #999
}

.clndr .clndr_events .clndr_event .clndr_event_title {
    font-size: 14px;
    font-weight: 500
}

.clndr .clndr_events .clndr_events_close_button {
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer
}

.clndr-wrapper.animated_change .clndr_days {
    -webkit-transform: translateY(80%);
    transform: translateY(80%);
    opacity: 0
}

.events_visible .clndr .clndr_days {
    margin-right: 240px
}

.events_visible .clndr .clndr_days .day-active>span {
    border-color: #2196f3!important;
    box-shadow: 0 0 0 1px #2196f3
}

.events_visible .clndr .clndr_events {
    margin-right: 0
}

.events_over.events_visible .clndr .clndr_days {
    margin-right: 0
}

.events_over.events_visible .clndr_events {
    box-shadow: -2px 2px 5px rgba(0, 0, 0, .26);
    z-index: 5;
    border-left-color: transparent
}

.peity_data {
    display: none
}

.gmap {
    width: 100%;
    height: 240px
}

.gmap img {
    max-width: none
}

.gmap .on_gmap .wrap_controls {
    width: 180px;
    border: none!important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)!important
}

.gmap .on_gmap .controls_title {
    font-weight: 400!important;
    font-size: 14px!important
}

.gmap .on_gmap.dropdown .wrap_controls {
    overflow: visible!important
}

.gmap_list>li {
    cursor: pointer;
    -webkit-transition: background .4s cubic-bezier(.4, 0, .2, 1);
    transition: background .4s cubic-bezier(.4, 0, .2, 1)
}

.gmap_list>li:active {
    background: #eee
}

.gmap-info-window {
    min-width: 120px;
    font-weight: 400
}

.gmap-info-window h3 {
    margin: 0;
    font-size: 14px
}

.gmap-info-window p {
    color: #aaa;
    font-size: 13px;
    margin: 0
}

.epc_chart {
    display: block;
    position: relative
}

.epc_chart_text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font: 400 20px/110px AvenirNextLTPro-Regular, sans-serif
}

.epc_chart_icon {
    border-radius: 50%;
    height: 55px;
    left: 12px;
    line-height: 77px;
    top: 12px;
    width: 55px;
    bottom: 0;
    display: block;
    position: absolute;
    right: 0;
    text-align: center;
}

.m-top-25 {
    margin-top: 25px;
    margin-left: 110px;
}

.m-top-30 {
    margin-top: 30px;
}

.countUpMe {
    font-size: 35px;
}

.epc_chart_icon>i {
    color: #fff;
    font-size: 25px;
    vertical-align: super;
}

.epc_chart+.heading_a {
    margin-top: 10px
}

.icheckbox_md,
.iradio_md {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    border: none;
    cursor: pointer;
    position: relative;
    box-sizing: border-box
}

.icheckbox_md:after,
.iradio_md:after {
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.icheckbox_md>input,
.iradio_md>input {
    margin: 0
}

.icheckbox_md>.iCheck-helper,
.iradio_md>.iCheck-helper {
    z-index: 10
}

.icheckbox_md {
    border: 2px solid rgba(0, 0, 0, .54);
    border-radius: 2px;
    width: 18px;
    height: 18px;
    background: #fff;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.icheckbox_md.checked:after,
.icheckbox_md.disabled:after {
    content: '\e5ca';
    font-family: "Material Icons";
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: -2px;
    top: -6px;
    line-height: 1.42857143
}

.icheckbox_md.checked,
.icheckbox_md.hover.checked {
    background: #00A6CF;
    border-color: #00A6CF!important;
}

.icheckbox_md.disabled,
.icheckbox_md.disabled.checked {
    background: rgba(0, 0, 0, .26);
    background-clip: padding-box;
    border-color: rgba(0, 0, 0, .26);
    cursor: default
}

.md-input-danger .icheckbox_md {
    border-color: #e53935
}

.iradio_md {
    border: 2px solid rgba(0, 0, 0, .54);
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.iradio_md:after {
    content: '';
    background: 0 0;
    position: absolute;
    left: 3px;
    top: 3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    -webkit-transform: scale(.1);
    transform: scale(.1);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out
}

.iradio_md.checked {
    border-color: #339ab8;
}

.iradio_md.checked:after {
    background: #339ab8;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.iradio_md.disabled {
    border-color: rgba(0, 0, 0, .26);
    cursor: default
}

.iradio_md.disabled:after {
    background: rgba(0, 0, 0, .26);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.md-input-danger .iradio_md {
    border-color: #e53935
}

.disabled+.inline-label {
    color: rgba(0, 0, 0, .26);
    cursor: default
}

.icheck-inline {
    display: inline-block;
    margin: 0 16px 16px 0
}

code[class*=language-],
pre[class*=language-] {
    color: #000;
    font-family: Consolas, Monaco, 'Andale Mono', monospace;
    direction: ltr;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none
}

pre[class*=language-] {
    position: relative;
    margin: .5em 0;
    box-shadow: -1px 0 0 0 #358ccb, 0 0 0 1px #dfdfdf;
    border-left: 10px solid #358ccb;
    background-color: #fdfdfd;
    background-image: -webkit-linear-gradient(transparent 50%, rgba(69, 142, 209, .04) 50%);
    background-image: linear-gradient(transparent 50%, rgba(69, 142, 209, .04) 50%);
    background-size: 3em 3em;
    background-origin: content-box;
    overflow: visible;
    max-height: 30em
}

code[class*=language] {
    max-height: inherit;
    height: 100%;
    padding: 0 1em;
    display: block;
    overflow: auto
}

:not(pre)>code[class*=language-],
pre[class*=language-] {
    background-color: #fdfdfd;
    box-sizing: border-box;
    margin-bottom: 1em
}

:not(pre)>code[class*=language-] {
    position: relative;
    padding: .2em;
    border-radius: .3em;
    color: #c92c2c;
    border: 1px solid rgba(0, 0, 0, .1)
}

pre[class*=language-]:after,
pre[class*=language-]:before {
    content: '';
    z-index: -2;
    display: block;
    position: absolute;
    bottom: .75em;
    left: .18em;
    width: 40%;
    height: 20%;
    box-shadow: 0 13px 8px #979797;
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg)
}

:not(pre)>code[class*=language-]:after,
pre[class*=language-]:after {
    right: .75em;
    left: auto;
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg)
}

.token.block-comment,
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
    color: #7D8B99
}

.token.punctuation {
    color: #5F6364
}

.token.boolean,
.token.constant,
.token.deleted,
.token.function-name,
.token.number,
.token.property,
.token.symbol,
.token.tag {
    color: #c92c2c
}

.token.attr-name,
.token.builtin,
.token.char,
.token.function,
.token.inserted,
.token.selector,
.token.string {
    color: #2f9c0a
}

.token.entity,
.token.operator,
.token.url,
.token.variable {
    color: #a67f59;
    background: rgba(255, 255, 255, .5)
}

.token.atrule,
.token.attr-value,
.token.class-name,
.token.keyword {
    color: #1990b8
}

.token.important,
.token.regex {
    color: #e90
}

.language-css .token.string,
.style .token.string {
    color: #a67f59;
    background: rgba(255, 255, 255, .5)
}

.token.important {
    font-weight: 400
}

.token.bold {
    font-weight: 700
}

.token.italic {
    font-style: italic
}

.token.entity {
    cursor: help
}

.namespace {
    opacity: .7
}

@media screen and (max-width:1024px) {
    pre[class*=language-]:after,
    pre[class*=language-]:before {
	bottom: 14px;
	box-shadow: none
    }
}

.token.cr:before,
.token.lf:before,
.token.tab:not(:empty):before {
    color: #e0d7d1
}

pre[class*=language-].line-numbers {
    padding-left: 0
}

pre[class*=language-].line-numbers code {
    padding-left: 3.8em
}

pre[class*=language-].line-numbers .line-numbers-rows {
    left: 0
}

pre[class*=language-][data-line] {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0
}

pre[data-line] code {
    position: relative;
    padding-left: 4em
}

pre .line-highlight {
    margin-top: 0
}

pre.line-numbers {
    position: relative;
    padding-left: 3.8em;
    counter-reset: linenumber
}

pre.line-numbers>code {
    position: relative
}

.line-numbers .line-numbers-rows {
    position: absolute;
    pointer-events: none;
    top: 0;
    font-size: 100%;
    left: -3.8em;
    width: 3em;
    letter-spacing: -1px;
    border-right: 1px solid #999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.line-numbers-rows>span {
    pointer-events: none;
    display: block;
    counter-increment: linenumber
}

.line-numbers-rows>span:before {
    content: counter(linenumber);
    color: #999;
    display: block;
    padding-right: .8em;
    text-align: right
}

.scroll-wrapper {
    overflow: hidden!important;
    padding: 0!important;
    position: relative;
    height: 100%
}

.scroll-wrapper>.scroll-content {
    border: none!important;
    box-sizing: content-box!important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none!important;
    max-width: none!important;
    overflow: scroll!important;
    padding: 0;
    position: relative!important;
    top: 0;
    width: auto!important
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scroll-element {
    display: none
}

.scroll-element,
.scroll-element div {
    box-sizing: content-box
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block
}

.scroll-element .scroll-arrow,
.scroll-element .scroll-bar {
    cursor: default
}

.scroll-textarea>.scroll-content {
    overflow: hidden!important
}

.scroll-textarea>.scroll-content>textarea {
    border: none!important;
    box-sizing: border-box;
    height: 100%!important;
    margin: 0;
    max-height: none!important;
    max-width: none!important;
    overflow: scroll!important;
    outline: 0;
    padding: 2px;
    position: relative!important;
    top: 0;
    width: 100%!important
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
    height: 0;
    width: 0
}

.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10
}

.scrollbar-inner>.scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%
}

.scrollbar-inner>.scroll-element .scroll-element_track {
    display: none
}

.scrollbar-inner>.scroll-element .scroll-bar {
    display: block;
    opacity: 0;
    border-radius: 6px;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.scrollbar-inner>.scroll-element.scroll-x {
    bottom: 0;
    height: 0;
    left: 0;
    min-width: 100%;
    overflow: visible;
    width: 100%
}

.scrollbar-inner>.scroll-element.scroll-x .scroll-bar {
    height: 7px;
    min-width: 10px;
    top: -9px
}

.scrollbar-inner>.scroll-element.scroll-x .scroll-element_outer {
    left: 2px
}

.scrollbar-inner>.scroll-element.scroll-x .scroll-element_size {
    left: -4px
}

.scrollbar-inner>.scroll-element.scroll-y {
    height: 100%;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 0
}

.scrollbar-inner>.scroll-element.scroll-y .scroll-bar {
    left: -8px;
    min-height: 10px;
    width: 6px
}

.scrollbar-inner>.scroll-element.scroll-y .scroll-element_outer {
    top: 2px
}

.scrollbar-inner>.scroll-element.scroll-y .scroll-element_size {
    top: -4px
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
    left: -11px
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
    top: -11px
}

.scrollbar-inner:hover>.scroll-element .scroll-bar,
.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
    opacity: .7
}

.selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder {
    visibility: visible!important;
    background: #f2f2f2!important;
    background: rgba(0, 0, 0, .06)!important;
    border: 0 none!important;
    box-shadow: inset 0 0 12px 4px #fff
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2)
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: .4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px!important
}

.selectize-dropdown-header-close:hover {
    color: #000
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    box-sizing: border-box
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
    border-right: 0 none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
    display: none
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px!important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 17px;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: inherit;
    text-decoration: none;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 0 0 0;
    border-left: 1px solid #d0d0d0;
    border-radius: 0 2px 2px 0;
    box-sizing: border-box
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: rgba(0, 0, 0, .05)
}

.selectize-control.plugin-remove_button [data-value].active .remove {
    border-left-color: #cacaca
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: 0 0
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #fff
}

.selectize-control {
    position: relative;
    height: 35px;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit
}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
    background: #fff;
    cursor: text;
    display: inline-block
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px !important;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    border-radius: 3px
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px
}

.selectize-input.full {
    background-color: #fff
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default!important;
    background-color: #ebebe4;
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .15)
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0
}

.selectize-input>* {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1
}

.selectize-control.multi .selectize-input>div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0
}

.selectize-control.multi .selectize-input>div.active {
    background: #e8e8e8;
    color: #303030;
    border: 0 solid #cacaca
}

.selectize-control.multi .selectize-input.disabled>div,
.selectize-control.multi .selectize-input.disabled>div.active {
    color: #7d7d7d;
    background: #fff;
    border: 0 solid #fff
}

.selectize-input>input {
    display: inline-block!important;
    padding: 0!important;
    min-height: 0!important;
    max-height: none!important;
    max-width: 100%!important;
    margin: 0 2px 0 0!important;
    text-indent: 0!important;
    border: 0 none!important;
    background: 0 0!important;
    line-height: inherit!important;
    -webkit-user-select: auto!important;
    box-shadow: none!important
}

.selectize-input>input::-ms-clear {
    display: none
}

.selectize-input>input:focus {
    outline: 0!important
}

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #ccc;
    background: #fff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
    border-radius: 0 0 3px 3px
}

.selectize-dropdown [data-selectable] {
    cursor: pointer;
    overflow: hidden
}

.selectize-dropdown [data-selectable] .highlight {
    background: rgba(125, 168, 208, .2);
    border-radius: 1px
}

.selectize-dropdown .optgroup-header,
.selectize-dropdown [data-selectable] {
    padding: 5px 8px
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
    border-top: 0 none
}

.selectize-dropdown .optgroup-header {
    color: #303030;
    background: #fff;
    cursor: default
}

.selectize-dropdown .active {
    background-color: #f5fafd;
    color: #495c68
}

.selectize-dropdown .active.create {
    color: #495c68
}

.selectize-dropdown .create {
    color: rgba(48, 48, 48, .5)
}

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
    cursor: text;
    background-color: #ececec!important;
}

.selectize-control.single .selectize-input:after {
    content: ' ';
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: grey transparent transparent transparent
}

.selectize-control.single .selectize-input.dropdown-active:after {
    margin-top: -10px;
    margin-right: 15px;
    content: '\e8b6';
    color: #ccc;
    font-family: "Material Icons";
    font-size: 18px;
    border: none;
}

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto
}

.selectize-control.rtl .selectize-input>input {
    margin: 0 4px 0 -2px!important
}

.selectize-control .selectize-input.disabled {
    /* opacity: .5; */
    background-color: #ebebe4;
}

.selectize-input {
    border-color: #ccc;
    line-height: 21px;
    padding: 6px 8px !important;
    /* Avoid "flattening" when emptying the select */
    min-height: 35px;
    width: 350px;
}

.selectize-input,
.selectize-input.focus {
    border-radius: 0;
    box-shadow: none
}

.selectize-input.focus:before,
.selectize-input:before {
    display: none
}

.md-input-danger .selectize-input {
    border-color: #e53935
}

.selectize-dropdown {
    /* Enable type-in search for Selectize Select Boxes MTX-3377 */
    /* margin-top: -36px; */
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    color: #212121;
    z-index: 9999;
}

.selectize-dropdown [data-selectable] {
    padding-top: 8px;
    padding-bottom: 8px
}

.selectize-dropdown .active {
    background: rgba(0, 0, 0, .085);
    color: inherit
}

.selectize-dropdown .optgroup-header {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px
}

.selectize-dropdown.multi .item-icon {
    margin-right: 4px
}

.selectize-control.multi .selectize-input {
    min-height: 40px
}

.selectize-control.multi .selectize-input>div {
    border-radius: 18px;
    padding: 3px 8px 2px;
    font-size: 14px
}

.selectize-control.multi .selectize-input .selectize-input.has-items {
    padding: 4px
}

.selectize-control.multi .selectize-input .item-icon {
    margin-right: 4px
}

.selectize-control.multi .selectize-input input {
    height: 26px
}

.selectize-control.plugin-remove_button [data-value] {
    padding-right: 32px!important
}

.selectize-control.plugin-remove_button [data-value] .remove {
    border: none;
    width: auto;
    padding: 4px 5px 0 0
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
    background: 0 0
}

.selectize-control.plugin-remove_button [data-value] .remove:after {
    color: #727272;
    content: '\e5cd';
    font-family: "Material Icons";
    font-size: 18px
}

.selectize_fix {
    overflow: hidden;
    height: 0;
    width: 100%
}

.CodeMirror div.CodeMirror-cursor {
    min-height: 20px
}

.switchery {
    background-color: #fff;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    position: relative;
    vertical-align: middle;
    width: 38px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: content-box;
    background-clip: content-box;
    -webkit-transition: background-color 800ms ease-out!important;
    transition: background-color 800ms ease-out!important;
    box-shadow: none!important;
    margin: 6px 2px
}

.switchery>small {
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .55);
    height: 20px;
    position: absolute;
    top: 0;
    width: 20px;
    margin-top: -3px;
    -webkit-transition: background 200ms cubic-bezier(.4, 0, .2, 1), left .2s cubic-bezier(.4, 0, .2, 1)!important;
    transition: background 200ms cubic-bezier(.4, 0, .2, 1), left .2s cubic-bezier(.4, 0, .2, 1)!important
}

.switchery-small {
    width: 32px;
    height: 9px;
    margin: 4px 1px
}

.switchery-small>small {
    height: 16px;
    width: 16px;
    top: -1px
}

.switchery-large {
    width: 48px
}

.switchery-large>small {
    height: 24px;
    width: 24px;
    top: -3px
}

.irs {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 55px;
    left: 30px;
    width: 97%;
}

@media only screen and (max-width:1024px) {
    .irs {
	left: 10px;
	width: 92%;
    }
}

.irs-line {
    height: 2px;
    top: 33px;
    background: #EEE;
    position: relative;
    display: block;
    overflow: hidden;
    outline: 0!important
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
    position: absolute;
    display: block;
    top: 0
}

.irs-line-left {
    height: 8px;
    left: 0;
    width: 11%
}

.irs-line-mid {
    height: 8px;
    left: 9%;
    width: 82%
}

.irs-line-right {
    height: 8px;
    right: 0;
    width: 11%
}

.irs-bar {
    border-radius: 10px;
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 29px;
    width: 0;
}

.yellow-alert .irs-bar {
    background: #f7ce76;
}

.red-alert .irs-bar {
    background: #c13546;
}

.irs-bar-edge {}

.irs-shadow {
    height: 4px;
    top: 32px;
    background: #000;
    opacity: .4;
    position: absolute;
    display: none;
    left: 0;
    width: 0
}

.irs-slider {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #ccc;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 18px;
    position: absolute;
    top: 22px;
    width: 18px;
    z-index: 1;
}

.irs-slider:before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 2px solid #ccc;
    border-radius: 50%;
    background: #ccc;
}

.irs-slider.state_hover,
.irs-slider:hover {
    background: grey none repeat scroll 0 0;
}

.irs-slider.type_last {
    z-index: 2
}

.irs-max,
.irs-min {
    color: #727272;
    font-size: 12px;
    line-height: 16px;
    text-shadow: none;
    top: 0;
    padding: 1px 4px;
    background: rgba(0, 0, 0, .08);
    border-radius: 2px;
    display: none;
    cursor: default;
    position: absolute
}

.irs-min {
    left: 0
}

.irs-max {
    right: 0
}

.alerts-info p {
    color: #8c8c8c;
    display: inline;
    margin-left: 10px;
}

.alerts-info p strong {
    color: #000;
}

.alerts-info i {
    font-size: 30px;
    margin-left: 15px;
}

.warning i {
    color: #f7ce76;
}

.danger i {
    color: #c13546;
}

.content-footer-button {
    background: #46b3ce none repeat scroll 0 0;
    color: #fff;
    display: table;
    margin: 50px auto 0;
    padding: 10px 100px;
    text-align: center;
    border: 0px;
    font-size: 18px;
    cursor: pointer;
    font-family: Arial;
}

.irs-from,
.irs-single,
.irs-to {
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    text-shadow: none;
    padding: 1px 4px;
    background: #ccc;
    border-radius: 2px;
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap
}

.irs-from:after,
.irs-single:after,
.irs-to:after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -4px;
    display: block;
    border: 4px solid transparent;
    border-top-color: #ccc
}

.irs-with-grid {
    height: 65px
}

.irs-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px
}

.irs-grid-pol {
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #727272
}

.irs-grid-pol.small {
    background: #727272;
    height: 4px
}

.irs-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #727272
}

.irs-with-grid .irs-grid {
    display: block
}

.irs-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: transparent;
    z-index: 2
}

.irs-disabled {
    opacity: .4
}

.irs-hidden-input {
    position: absolute!important;
    display: block!important;
    top: 0!important;
    left: 0!important;
    width: 0!important;
    height: 0!important;
    font-size: 0!important;
    line-height: 0!important;
    padding: 0!important;
    margin: 0!important;
    outline: 0!important;
    z-index: -9999!important;
    background: 0 0!important;
    border-style: solid!important;
    border-color: transparent!important
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30)
}

.lt-ie9 .irs-max,
.lt-ie9 .irs-min {
    background: #ccc
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-single,
.lt-ie9 .irs-to {
    background: #999
}

.lt-ie9 .irs-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed
}

.parsley-errors-list {
    color: #e53935;
    margin-top: 0
}

.parsley-errors-list span {
    display: block;
    padding-top: 4px
}

.dataTables_wrapper .uk-table {
    margin: 0 auto;
    border-spacing: 0
}

.dataTables_wrapper .uk-table thead .sorting,
.dataTables_wrapper .uk-table thead .sorting_asc,
.dataTables_wrapper .uk-table thead .sorting_desc {
    cursor: pointer;
    padding-right: 24px
}

.dataTables_wrapper .uk-table thead .sorting,
.dataTables_wrapper .uk-table thead .sorting_asc,
.dataTables_wrapper .uk-table thead .sorting_asc_disabled,
.dataTables_wrapper .uk-table thead .sorting_desc,
.dataTables_wrapper .uk-table thead .sorting_desc_disabled {
    position: relative
}

.dataTables_wrapper .uk-table thead .sorting:after,
.dataTables_wrapper .uk-table thead .sorting_asc:after,
.dataTables_wrapper .uk-table thead .sorting_asc_disabled:after,
.dataTables_wrapper .uk-table thead .sorting_desc:after,
.dataTables_wrapper .uk-table thead .sorting_desc_disabled:after {
    position: absolute;
    right: 4px;
    bottom: 13px;
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    font-family: "Material Icons";
    color: #212121
}

.dataTables_wrapper .uk-table thead .sorting:after {
    content: '\e164';
    color: #aaa
}

.dataTables_wrapper .uk-table thead .sorting_asc:after {
    content: '\e313'
}

.dataTables_wrapper .uk-table thead .sorting_desc:after {
    content: '\e316'
}

.dataTables_wrapper .uk-table thead .sorting_asc_disabled:after {
    content: '\e313';
    color: #aaa
}

.dataTables_wrapper .uk-table thead .sorting_desc_disabled:after {
    content: '\e316';
    color: #aaa
}

.dataTables_wrapper .uk-table,
.dataTables_wrapper .uk-table td,
.dataTables_wrapper .uk-table th {
    box-sizing: content-box
}

.dataTables_wrapper .uk-table td:active,
.dataTables_wrapper .uk-table th:active,
.dataTables_wrapper .uk-table:active {
    outline: 0
}

.dataTables_wrapper .uk-table tbody tr.selected {
    background-color: rgba(102, 102, 102, .085)
}

.dataTables_wrapper .uk-table tbody tr>.sorting_1,
.dataTables_wrapper .uk-table tbody tr>.sorting_2,
.dataTables_wrapper .uk-table tbody tr>.sorting_3,
.dataTables_wrapper .uk-table.order-column tbody tr>.sorting_1,
.dataTables_wrapper .uk-table.order-column tbody tr>.sorting_2,
.dataTables_wrapper .uk-table.order-column tbody tr>.sorting_3 {
    background-color: rgba(102, 102, 102, .085)
}

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

.dataTables_wrapper .uk-table.compact thead td,
.dataTables_wrapper .uk-table.compact thead th {
    padding: 4px 17px 4px 4px
}

.dataTables_wrapper .uk-table.compact tfoot td,
.dataTables_wrapper .uk-table.compact tfoot th {
    padding: 4px
}

.dataTables_wrapper .uk-table.compact tbody td,
.dataTables_wrapper .uk-table.compact tbody th {
    padding: 4px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dataTables_wrapper .uk-table tfoot .md-input-wrapper {
    padding-top: 0
}

.dataTables_wrapper .uk-table tfoot .md-input-wrapper .md-input {
    padding: 8px 4px
}

.dataTables_wrapper .dataTables_length {
    margin-top: -1px
}

.dataTables_wrapper .dataTables_filter .md-input-wrapper {
    padding-top: 3px
}

.dataTables_wrapper .dataTables_filter .md-input-wrapper .md-input {
    padding: 6px 4px;
    -webkit-appearance: none;
    border-radius: 0
}

.dataTables_wrapper .selectize-control.dt-selectize {
    min-width: 64px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    height: 35px
}

.dataTables_wrapper .selectize-control.dt-selectize .selectize-input {
    border-color: transparent;
    background: 0 0
}

.dataTables_wrapper .selectize-control.dt-selectize:hover .selectize-input {
    border-color: rgba(0, 0, 0, .12);
    background: #fff
}

.dataTables_wrapper .dt-uikit-header {
    padding: 4px 8px;
    margin-bottom: 16px
}

.dataTables_wrapper .dt-uikit-footer {
    padding: 4px 8px;
    margin-top: 16px
}

.dataTables_wrapper .dt-uikit-footer .dataTables_info {
    padding-top: 8px;
    color: #727272;
    font-size: 12px
}

@media only screen and (max-width:1024px) {
    .dataTables_wrapper .dt-uikit-footer .dataTables_info {
	text-align: center
    }
}

.dataTables_wrapper .dt-uikit-footer .uk-pagination {
    text-align: right
}

@media only screen and (max-width:1024px) {
    .dataTables_wrapper .dt-uikit-footer .uk-pagination {
	margin-top: 16px;
	text-align: center
    }
}

.dataTables_wrapper .uk-overflow-container td,
.dataTables_wrapper .uk-overflow-container th {
    white-space: nowrap!important
}

.md-colVis li.ColVis_Special {
    cursor: pointer
}

.DTTT {
    margin-bottom: 8px
}

.DTTT_btn {
    position: relative;
    margin-bottom: 8px
}

.DTTT_Print {
    overflow-y: auto!important;
    height: auto;
    padding-top: 0
}

.DTTT_Print #page_content {
    display: block!important;
    height: auto;
    overflow-y: hidden;
    margin-left: 0!important
}

.DTTT_Print #page_content_inner {
    padding: 24px
}

.DTTT_print_info {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 150px;
    margin-left: -200px;
    margin-top: -75px;
    text-align: center;
    color: #212121;
    padding: 24px 32px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    box-sizing: border-box
}

.DTTT_print_info h6 {
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    color: #7cb342
}

.DTTT_print_info p {
    font-size: 16px;
    line-height: 20px
}

.fc-state-default {
    border: none;
    background: 0 0;
    box-shadow: none;
    border-radius: 0!important
}

.fc-toolbar {
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    margin: -16px -16px 16px;
    height: 48px;
    padding: 0 16px
}

.fc-toolbar h2 {
    line-height: 48px
}

.fc-toolbar .fc-button {
    margin-top: 8px;
    border-radius: 50%!important
}

.fc-toolbar .fc-button:hover {
    background: rgba(0, 0, 0, .08)
}

.fc-event {
    background: #0277bd;
    border-radius: 3px;
    font-size: 12px
}

.fc-day-grid-event {
    padding: 2px 2px
}

.fc-day-number.fc-other-month {
    opacity: .4
}

.fc .fc-button-group+.fc-button-group {
    margin-left: 24px
}

.fc .fc-day-grid-event {
    margin-top: 2px
}

.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: rgba(102, 102, 102, .12)
}

.fc-unthemed .fc-widget-header {
    border: none;
    text-align: left;
    font-size: 15px;
    color: #727272;
    font-weight: 400;
    padding: 2px 1px
}

.fc-unthemed .fc-today {
    background: #fffde7
}

.fc-unthemed .fc-button {
    position: relative;
    min-width: 32px;
    height: 32px;
    box-sizing: border-box;
    padding: 0;
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1)
}

.fc-unthemed .fc-button+.fc-button {
    margin-left: 8px
}

.fc-unthemed .fc-button:after {
    font-family: "Material Icons";
    font-size: 24px;
    position: absolute;
    color: #727272;
    left: 0;
    top: 4px;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1)
}

.fc-unthemed .fc-button:hover:after {
    color: #212121
}

.fc-unthemed .fc-button.fc-state-active {
    background: 0 0!important;
    cursor: default
}

.fc-unthemed .fc-button.fc-state-active:after {
    color: #7cb342
}

.fc-unthemed .fc-button.fc-state-disabled {
    background: 0 0!important;
    cursor: default
}

.fc-unthemed .fc-button.fc-state-disabled:hover:after {
    color: #727272
}

.fc-unthemed .fc-today-button {
    margin-left: 16px
}

.fc-unthemed .fc-today-button:after {
    content: '\e8df'
}

.fc-unthemed .fc-month-button:after {
    content: '\e42a'
}

.fc-unthemed .fc-agendaWeek-button:after {
    content: '\e8f3'
}

.fc-unthemed .fc-agendaDay-button:after {
    content: '\e8ed'
}

.fc-unthemed .fc-prev-button:after {
    content: '\e408'
}

.fc-unthemed .fc-next-button {
    margin-left: 0!important
}

.fc-unthemed .fc-next-button:after {
    content: '\e409'
}

.fc-unthemed .fc-popover {
    border: none!important;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    margin: -10px 0 0 -4px
}

.fc-unthemed .fc-popover .fc-header {
    padding: 4px;
    background: #999;
    color: #fff
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    margin-top: 3px;
    color: #fff
}

.fc-unthemed .fc-popover .fc-event-container {
    padding: 8px
}

.fc-unthemed .fc-highlight {
    background: 0 0;
    box-shadow: inset 0 0 0 2px #1976d2, inset 0 -1px 0 2px #1976d2;
    opacity: 1
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: left;
    color: #212121
}

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

.mapTooltip {
    background: #616161;
    color: #fff;
    font-size: 14px;
    padding: 6px 16px;
    line-height: 18px;
    text-shadow: none;
    position: fixed;
    border-radius: 4px;
    z-index: 1000;
    max-width: 200px;
    display: none
}

.vm_wrapper {
    max-width: 100%;
    margin: 0 auto
}

.plotLegend {
    margin-top: 24px;
    padding: 16px 16px 8px
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10202;
    overflow: hidden;
    position: fixed;
    background: #000;
    opacity: .3
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10203;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

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

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 10205
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #fff;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 10204
}

.mfp-preloader a {
    color: #fff
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 10206;
    box-shadow: none
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 8px
}

.mfp-close:after {
    content: '\e5cd';
    font-family: "Material Icons";
    font-size: 24px;
    color: #fff
}

.mfp-close-btn-in .mfp-close {
    color: #212121
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    margin: 0;
    top: 50%;
    margin-top: -50px;
    padding: 0;
    width: 90px;
    height: 100px
}

.mfp-arrow:after {
    font-family: "Material Icons";
    font-size: 64px;
    color: #fff
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    content: '\e315'
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    content: '\e314'
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
	padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, .6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
	padding: 0
    }
    .mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px
    }
    .mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	text-align: center;
	padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
	-webkit-transform: scale(.75);
	transform: scale(.75)
    }
    .mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0
    }
    .mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%
    }
    .mfp-container {
	padding-left: 6px;
	padding-right: 6px
    }
}

.md-scale.mfp-bg {
    opacity: 0;
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1)
}

.md-scale.mfp-bg.mfp-ready {
    opacity: .3
}

.md-scale.mfp-bg.mfp-removing {
    opacity: 0
}

.md-scale.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1)
}

.md-scale.mfp-wrap.mfp-ready .mfp-content {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.md-scale.mfp-wrap.mfp-removing .mfp-content {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer
}

.btn-file input {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 14px;
    cursor: pointer;
    filter: alpha(opacity=0);
    opacity: 0;
    direction: ltr
}

.fileinput {
    display: inline-block
}

.fileinput .form-control {
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 5px;
    margin-bottom: 0;
    vertical-align: middle;
    cursor: text
}

.fileinput .thumbnail {
    display: inline-block;
    overflow: hidden;
    text-align: center;
    vertical-align: top
}

.fileinput .thumbnail>img {
    max-height: 100%
}

.fileinput .btn {
    vertical-align: middle
}

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none
}

.fileinput-inline .fileinput-controls {
    display: inline
}

.fileinput-filename {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle
}

@media only screen and (min-width:1025px) {
    div.ganttview-wrapper {
	width: 100%
    }
    div.ganttview-slide-container {
	width: 75%;
	border: 1px solid rgba(0, 0, 0, .12)
    }
    div.ganttview-vtheader {
	width: 25%;
	border-right: 1px solid rgba(0, 0, 0, .12)
    }
}

@media only screen and (max-width:1024px) {
    div.ganttview-wrapper {
	position: relative
    }
    div.ganttview-vtheader {
	position: absolute;
	left: 0;
	top: 0;
	background: 0 0;
	width: 100%;
	z-index: 10;
	margin-top: 40px
    }
    div.ganttview-vtheader-series-name {
	height: 22px;
	line-height: 20px;
	border: none;
	margin-bottom: 31px
    }
    div.ganttview-vtheader-series-row {
	margin-bottom: 42px
    }
    div.ganttview-row {
	margin-top: 21px
    }
    div.ganttview-grid-spacer {
	background: 0 0;
	border-top: none
    }
    div.ganttview-grid-spacer+.ganttview-grid-row>div.ganttview-grid-row-cell {
	border-top-color: rgba(0, 0, 0, .12)
    }
    div.ganttview-grid-row {
	margin-top: 42px
    }
    div.ganttview-block-container {
	margin-top: 42px
    }
    div.ganttview-slide-container,
    div.ganttview-wrapper {
	width: 100%
    }
    div.ganttview-slide-container {
	border-left: none;
	position: relative;
	z-index: 10
    }
    div.ganttview-vtheader-group:last-child {
	border-bottom: none
    }
}

.animate_hide {
    display: none
}

#header_main {
    border-bottom: 7px solid #00A6CF;
    height: 60px;
    left: 0;
    padding: 0 25px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1104;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
    background: #fff;
    /* Old browsers */
    /*    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
    /*   background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0 ); /* IE6-9 */
}

#header_main:after,
#header_main:before {
    content: " ";
    display: table
}

#header_main:after {
    clear: both
}

#header_main .uk-navbar {
    border: none;
    background: 0 0;
    margin-top: 8px;
}

#header_main .uk-navbar .uk-navbar-nav {
    position: relative
}

#header_main .uk-navbar .uk-navbar-nav>li {
    position: static
}

#header_main .uk-navbar .uk-navbar-nav>li>a {
    color: #939597;
    text-shadow: none;
    border: none;
    line-height: 44px;
    height: 48px;
    z-index: auto;
    cursor: pointer
}

#header_main .uk-navbar .uk-navbar-nav>li>a:active,
#header_main .uk-navbar .uk-navbar-nav>li>a:focus {
    background: 0 0
}

.uk-open>#complex_list:after {
    position: relative!important;
}

#header_main .uk-navbar .uk-navbar-nav>li.uk-active>a,
#header_main .uk-navbar .uk-navbar-nav>li.uk-open>a,
#header_main .uk-navbar .uk-navbar-nav>li:focus>a,
#header_main .uk-navbar .uk-navbar-nav>li:hover>a {
    background: 0 0
}

#header_main .uk-navbar .uk-navbar-nav>li.uk-open>a {
    position: relative
}

#header_main .uk-navbar .uk-navbar-nav>li.uk-open>a:after,
.uk-open>#complex_list:after {
    border-bottom-color: #fff;
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    z-index: 1104
}

#header_main .uk-navbar .uk-navbar-nav>li .uk-dropdown {
    margin-top: 5px;
    max-height: 500px;
}

#header_main .uk-navbar .uk-navbar-nav>li .uk-dropdown .md-list {
    margin-left: -10px
}

#header_main .user_actions a.user_action_image {
    position: relative;
    padding-top: 2px
}

.user-name {
    margin: 0;
    font-size: 16px;
}

#header_main .user_actions .user_action_icon {
    display: block;
    position: relative;
    text-align: center;
}

#header_main .user_actions .user_action_icon:focus,
#header_main .user_actions .user_action_icon:hover {
    text-decoration: none
}

#header_main .user_actions .user_action_icon>.uk-badge {
    background: #FF552B none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 25px;
    left: 0;
    line-height: 24px;
    min-width: 20px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 25px;
}

#header_main .sSwitch {
    cursor: pointer;
    margin: 12px 0 0;
    padding: 12px 0
}

#header_main .sSwitch,
#header_main .sSwitch .sSwitchIcon {
    display: block;
    height: 2px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 20px
}

.breadcrumb {
    line-height: 40px;
    color: #FFFFFF;
    width: 100%;
    padding: 0px;
    z-index: 100;
    border-bottom: solid 4px #d4d4d4;
    margin-bottom: 30px;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb>li+li::before {
    color: #ccc;
    content: "/ ";
    padding: 0 5px;
}

.breadcrumb>.active {
    color: #777;
}

#header_main .sSwitch .sSwitchIcon,
#header_main .sSwitch .sSwitchIcon:after,
#header_main .sSwitch .sSwitchIcon:before {
    background: #fff;
    -webkit-transition: all .6s cubic-bezier(.4, 0, .2, 1);
    transition: all .6s cubic-bezier(.4, 0, .2, 1)
}

#header_main .sSwitch .sSwitchIcon:after,
#header_main .sSwitch .sSwitchIcon:before {
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 20px;
    z-index: -1
}

#header_main .sSwitch .sSwitchIcon:before {
    top: 6px
}

#header_main .sSwitch .sSwitchIcon:after {
    top: -6px
}

#header_main .sSwitch.sSwitch_left {
    float: left
}

#header_main .sSwitch.sSwitch_left .sSwitchIcon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#header_main .sSwitch.sSwitch_left .sSwitchIcon:after,
#header_main .sSwitch.sSwitch_left .sSwitchIcon:before {
    left: 0
}

#header_main .sSwitch.sSwitch_right {
    float: right;
    margin-left: 30px
}

#header_main .sSwitch.sSwitch_right .sSwitchIcon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#header_main .sSwitch.sSwitch_right .sSwitchIcon:after,
#header_main .sSwitch.sSwitch_right .sSwitchIcon:before {
    right: 0
}

#header_main .sSwitch.sSwitch_right.sidebar_secondary_check {
    display: none
}

#header_main .header_main_search_form {
    display: none;
    position: relative;
    padding: 0 40px;
    margin: 5px 0;
    background: rgba(255, 255, 255, .18)
}

#header_main .header_main_search_form .md-icon,
#header_main .header_main_search_form .md-icon:focus,
#header_main .header_main_search_form .md-icon:hover {
    color: #fff
}

#header_main .header_main_search_input {
    border: none;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    vertical-align: top;
    padding: 8px 0 6px;
    font-size: 16px;
    height: auto;
    background: 0 0;
    color: #fff
}

#header_main .header_main_search_btn {
    position: absolute;
    top: 1px;
    right: -2px;
    cursor: pointer
}

#header_main .header_main_search_close {
    position: absolute;
    top: 3px;
    left: 2px
}

.header_double_height:before {
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
    height: 60px;
    background: #1976d2;
    content: '';
    display: block
}

.header_double_height #header_main {
    box-shadow: none;
    position: absolute
}

.header_double_height #page_content {
    position: relative;
    overflow: hidden;
    padding-top: 10px
}

.header_double_height #page_content_inner {
    padding: 0
}

.header_double_height .md-card-single {
    position: relative;
    z-index: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.header_double_height .md-card-single .md-card-content {
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box
}

.header_double_height .md-list-outside-wrapper {
    margin-top: 48px
}

#sidebar_main {
    overflow: scroll;
    width: 240px;
    position: fixed;
    height: 93%;
    top: 67px;
    background: #33363f;
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    z-index: 999;
    overflow-y: scroll;
}

@media (max-width: 1024px) {
    #sidebar_main {
	top: 0px;
	left: -240px;
    }
}

#sidebar_main .menu_section .menu_heading {
    font: 400 12px/16px AvenirNextLTPro-Regular, sans-serif;
    margin: 0 0 12px;
    padding: 6px 6px 12px;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    text-transform: uppercase;
    color: #212121
}

#sidebar_main .menu_section ul {
    margin: 0
}

#sidebar_main .menu_section ul>li {
    margin: 0
}

#sidebar_main li:nth-child(odd) {
    border-bottom: 1px solid #191c23;
    border-top: 1px solid #404451;
}

#sidebar_main li:nth-child(even) {
    border-bottom: 1px solid #191c23;
    border-top: 1px solid #404451;
}

#sidebar_main .menu_section ul,
#sidebar_main .menu_section ul>li {
    list-style: none;
    padding: 0
}

#sidebar_main .menu_section>ul>li>a {
    font: 500 14px/23px AvenirNextLTPro-Regular, sans-serif;
    color: #a4a4a4;
    padding: 20px;
    display: block;
    overflow: hidden
}

@media only screen and (max-width:1024px) {
    #sidebar_main .menu_section>ul>li>a {
	font-size: 15px
    }
}

#sidebar_main .menu_section>ul>li>a:hover {
    text-decoration: none;
    background: #f5f5f5
}

#sidebar_main .menu_section>ul>li>a>.menu_arrow {
    float: right;
    margin-right: 4px;
    display: none
}

#sidebar_main .menu_section>ul>li>a>.menu_icon {
    width: 32px;
    vertical-align: -4px;
    text-align: left;
    color: #a4a4a4
}

#sidebar_main .menu_section>ul>li>ul>li .material-icons {
    color: #a4a4a4;
}

#sidebar_main .menu_section>ul>li.act_section>a {
    background: rgba(0, 0, 0, .085)
}

#sidebar_main .menu_section>ul>li.act_section.submenu_trigger>a {
    position: relative
}

#sidebar_main .menu_section>ul>li.act_section.submenu_trigger>a:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

#sidebar_main .menu_section>ul>li ul {
    margin: 0;
    display: none
}

#sidebar_main .menu_section>ul>li ul a {
    padding: 7px 10px 6px 40px;
    display: block;
    font: 400 13px/18px AvenirNextLTPro-Regular, sans-serif;
    color: #a4a4a4;
}

#sidebar_main .menu_section>ul>li ul a.menu_link_image {
    padding: 7px 10px 6px 10px;
    display: block;
    font: 400 13px/18px AvenirNextLTPro-Regular, sans-serif;
    color: #a4a4a4;
}

@media only screen and (max-width:1024px) {
    #sidebar_main .menu_section>ul>li ul a {
	font-size: 14px;
	line-height: 20px
    }
}

#sidebar_main .menu_section>ul>li ul a:hover {
    text-decoration: none;
    background: #f5f5f5
}

#sidebar_main .menu_section>ul>li ul li.act_item a {
    color: #3eaec9;
    font-weight: 500
}

#sidebar_main .menu_section>ul>li.submenu_trigger>a {
    position: relative
}

#sidebar_main .menu_section>ul>li.submenu_trigger>a:before {
    position: absolute;
    margin-top: 15px;
    right: 8px;
    top: 7px;
    content: '\e313';
    font-family: "Material Icons";
    font-size: 18px;
    display: block;
    color: #727272;
    -webkit-transition: -webkit-transform 280ms;
    transition: transform 280ms
}

#sidebar_main .sidebar_main_close_button {
    display: none
}

@media only screen and (max-width:1219px) {
    #sidebar_main .sidebar_main_close_button {
	display: block;
	position: absolute;
	right: 2px;
	top: 2px
    }
}

#sidebar_main .sidebar_main_header {
    border-bottom: 7px solid #47b4d0;
    height: 60px;
    background: #fff;
}

#sidebar_main .sidebar_main_header .sidebar_logo {
    line-height: 48px;
    overflow: hidden
}

#sidebar_main .sidebar_main_header .sidebar_logo a {
    display: inline-block;
    margin-left: 30px;
    margin-top: 5px;
}

#sidebar_main .sidebar_main_header .sidebar_actions {
    margin: 0 20px
}

#sidebar_main .sidebar_main_header .sidebar_actions .selectize-input {
    width: 48px;
    border: none;
    padding: 6px 0
}

#sidebar_main .sidebar_main_header .sidebar_actions .selectize-input input {
    -webkit-user-select: none!important;
    -moz-user-select: none!important;
    -ms-user-select: none!important;
    user-select: none!important
}

#sidebar_main .sidebar_main_header .sidebar_actions .selectize-dropdown {
    width: 160px!important;
    margin-left: -8px
}

#sidebar_main .sidebar_main_header .sidebar_actions .selectize-dropdown .item-icon {
    margin-right: 8px
}

#header_main,
#page_content,
#top_bar {
    -webkit-transition: margin 280ms;
    transition: margin 280ms
}

.sidebar_main_active #sidebar_main {
    left: 0
}

@media only screen and (max-width:1219px) {
    .sidebar_main_active #sidebar_main {
	box-shadow: 0 0 4px rgba(0, 0, 0, .14), 2px 4px 8px rgba(0, 0, 0, .28);
	z-index: 9999;
    }
}

@media only screen and (min-width:1220px) {
    .sidebar_main_active #page_content,
    .sidebar_main_active #top_bar {
	margin-left: 240px
    }
}

@media only screen and (max-width:1219px) {
    .sidebar_main_active #page_content:before {
	opacity: 1;
	z-index: 998;
    }
}

.sidebar_main_active:not(.steps) .sSwitch_left .sSwitchIcon:after,
.sidebar_main_active:not(.steps) .sSwitch_left .sSwitchIcon:before {
    top: 0!important
}

.sidebar_main_active #header_main .sSwitch.sSwitch_left .sSwitchIcon {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.sidebar_main_active #header_main .sSwitch.sSwitch_left .sSwitchIcon:after,
.sidebar_main_active #header_main .sSwitch.sSwitch_left .sSwitchIcon:before {
    width: 12px
}

.sidebar_main_active #header_main .sSwitch.sSwitch_left .sSwitchIcon:before {
    top: 4px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: left top;
    transform-origin: left top
}

.sidebar_main_active #header_main .sSwitch.sSwitch_left .sSwitchIcon:after {
    top: -4px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@media only screen and (min-width:1220px) {
    .sidebar_main_open #sidebar_main {
	left: 0
    }
    .sidebar_main_open #page_content,
    .sidebar_main_open #top_bar {
	margin-left: 240px
    }
    .sidebar_main_open:not(.steps) .sSwitch_left .sSwitchIcon:after,
    .sidebar_main_open:not(.steps) .sSwitch_left .sSwitchIcon:before {
	top: 0!important
    }
    .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon {
	-webkit-transform: rotate(0);
	transform: rotate(0)
    }
    .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon:after,
    .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon:before {
	width: 12px
    }
    .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon:before {
	top: 4px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transform-origin: left top;
	transform-origin: left top
    }
    .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon:after {
	top: -4px;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom
    }
}

@media only screen and (max-width:1219px) {}

@media only screen and (max-width:959px) {
    .user_heading_avatar {
	float: none;
	text-align: center;
	margin: 0 0 16px
    }
}

@media only screen and (max-width:959px) {
    .user_heading_avatar.fileinput {
	width: 82px;
	height: 82px;
	margin: 0 auto 16px;
	display: block
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2),
only screen and (min--moz-device-pixel-ratio:2),
only screen and (min-device-pixel-ratio:2),
only screen and (-webkit-min-device-pixel-ratio:192),
only screen and (min-resolution:192dppx),
only screen and (min-resolution:2dppx) {
    .user_heading_avatar img {
	background-image: url(../images/avatars/user@2x.png);
	background-size: 64px 64px
    }
}

.user_heading_avatar .btn-file {
    text-align: center;
    position: absolute;
    top: -4px;
    right: -8px;
    width: 32px;
    height: 32px;
    line-height: 38px;
    background: #fff;
    display: block;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    overflow: hidden
}

.user_heading_avatar .btn-file .material-icons {
    color: #2196f3;
    font-size: 24px
}

.user_heading_avatar .btn-file.fileinput-exists {
    left: -8px;
    right: auto
}

.user_heading_avatar .btn-file.fileinput-exists .material-icons {
    color: #e53935
}

.user_heading_avatar.fileinput-new .btn-file.fileinput-exists {
    display: none
}

.user_heading_content {
    padding: 16px 0;
    min-height: 40px;
}

@media only screen and (max-width:959px) {
    .user_heading_content {
	text-align: center
    }
}

.user_heading_content .heading_a,
.user_heading_content .heading_a .sub-heading,
.user_heading_content .heading_b,
.user_heading_content .heading_b .sub-heading,
.user_heading_content .heading_c,
.user_heading_content .heading_c .sub-heading {
    color: #fff
}

.user_heading_content .user_stats {
    margin: 0;
    overflow: hidden;
    text-align: center
}

.user_heading_content .user_stats>li {
    margin: 0
}

.user_heading_content .user_stats,
.user_heading_content .user_stats>li {
    list-style: none;
    padding: 0
}

.user_heading_content .user_stats li {
    margin-right: 48px;
    float: left
}

@media only screen and (max-width:959px) {
    .user_heading_content .user_stats li {
	float: none;
	display: inline-block;
	margin: 0 16px 8px
    }
}

.user_heading_content .user_stats .material-icons {
    color: #fff;
    margin-right: 4px;
    font-size: 36px;
    vertical-align: -12px
}

.user_heading_menu {
    position: absolute;
    top: 8px;
    right: 8px
}

.user_heading .md-fab {
    position: absolute;
    bottom: -22px;
    right: 24px
}

.user_content {
    padding: 32px
}

.user_content .full_width_in_card {
    margin: 16px 0 32px
}


/* TAG styles */

body,
html {
    height: 100%;
    box-sizing: border-box;
}

body {
    background: #ececec;
    font: 500 14px/1.42857143 AvenirNextLTPro-Regular, sans-serif;
    width: 100%;
    overflow: hidden;
    padding-top: 48px;
}

a,
button {
    outline: 0!important;
}

a {
    color: #00A6CF;
}

a:active,
a:hover {
    color: #007A99;
    text-decoration: none
}

code,
code[class*=language-],
pre,
pre[class*=language-] {
    font-family: 'Source Code Pro', Consolas, Monaco, 'Andale Mono', monospace!important;
    font-size: 12px;
    box-sizing: border-box
}

pre[class*=language-] {
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .12);
    padding: 0
}

pre[class*=language-]:after,
pre[class*=language-]:before {
    display: none
}

.line-numbers .line-numbers-rows {
    border-right-color: rgba(0, 0, 0, .12)
}

:not(pre)>code,
 :not(pre)>kbd,
 :not(pre)>samp {
    font-family: 'Source Code Pro', Consolas, Monaco, 'Andale Mono', monospace;
    font-size: 12px;
    color: #d32f2f
}

.touchscroll {
    overflow-y: auto!important;
    -webkit-overflow-scrolling: touch
}

blockquote {
    border-left: 4px solid rgba(0, 0, 0, .085)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: AvenirNextLTPro-Bold, sans-serif;
    font-weight: 500;
    margin-top: 10px;
}

.heading_a {
    margin: 10px 0px 0px 0px;
    font: 400 14px/24px AvenirNextLTPro-Regular, sans-serif
}

.heading_a .sub-heading {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    display: block;
    color: #727272
}

.heading_b {
    margin: 0;
    font: 400 22px/28px AvenirNextLTPro-Regular, sans-serif
}

.heading_b .sub-heading {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    display: block;
    color: #727272
}

.heading_c {
    margin: 0;
    font: 400 16px/20px AvenirNextLTPro-Regular, sans-serif
}

.heading_c .sub-heading {
    font-weight: 300;
    font-size: 13px;
    line-height: 20px;
    display: block;
    color: #727272
}

.heading_list {
    color: #727272;
    font: 500 13px/16px AvenirNextLTPro-Regular, sans-serif;
    padding: 0 16px;
    margin: 0 0 16px
}

.uk-grid+.heading_a,
.uk-grid+.heading_b,
.uk-grid+.heading_c,
.uk-grid+.heading_list {
    margin-top: 24px
}

.uk-text-large {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 16px
}

*>.uk-text-large {
    margin-top: 16px
}

.uk-text-upper {
    text-transform: uppercase
}

.uk-text-italic {
    font-style: italic
}

.uk-table .no-border td,
.uk-table.no-border td {
    border-bottom: none
}

.uk-height-1-1 {
    min-height: 100%;
    height: auto
}

address {
    margin: 0
}

address p {
    margin: 0
}

address p+p {
    margin-top: 4px
}

.grid-block {
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, .12);
    background: rgba(179, 179, 179, .085);
    padding: 48px 0
}

.inline-list {
    margin: 0;
    overflow: hidden
}

.inline-list>li {
    margin: 0
}

.inline-list,
.inline-list>li {
    list-style: none;
    padding: 0
}

.inline-list li {
    float: left;
    margin: 0 8px 8px 0;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    background: rgba(102, 102, 102, .085)
}

.img_thumb {
    width: 80px;
    max-width: 100%;
    height: auto
}

.img_thumb.square {
    height: 80px
}

.img_small {
    width: 120px;
    max-width: 100%;
    height: auto
}

.img_small.square {
    height: 120px
}

.img_medium {
    width: 240px;
    max-width: 100%;
    height: auto
}

.img_medium.square {
    height: 240px
}

.img_large {
    width: 400px;
    max-width: 100%;
    height: auto
}

.img_large.square {
    height: 400px
}

.inline-label {
    padding-left: 8px;
    cursor: pointer;
    vertical-align: -1px;
    left: -3px;
    position: relative
}

body.page_preloader_active {
    overflow: hidden
}

body.page_preloader_active>.page_preloader {
    -webkit-transition: opacity 1000ms ease-out;
    transition: opacity 1000ms ease-out;
    opacity: 1;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10005
}

body.page_preloader_active>.page_preloader>.regular-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px
}

body.pace-done>.page_preloader {
    opacity: 0
}

#page_content {
    height: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    background-color: #fff;
}

#page_content:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    display: block;
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
    z-index: -1
}

#page_content_inner {
    padding: 50px 25px 0px;
    /* Ios Scroll + Fixed Element Issue Fix */
    /* overflow-y: auto; */
}

.page_content_inner {
    padding: 50px 50px 100px;
}


/*::::::::::::: Users:::::::::::::::*/

.user-img {
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.groups-list li,
.users-list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    min-height: 40px;
    padding: 10px 4px;
    list-style: none;
}


/*:::::::Complexes::::::*/

.form-label {
    color: #939598;
    font-size: 14px;
    line-height: 32px;
    vertical-align: middle;
    padding-left: 120px!important;
}

div.form-select-label {
    display: flex;
}

.aud_count_field {
    height: 35px;
}

.form-field {
    border-color: rgba(0, 0, 0, 0.12);
    line-height: 21px;
    padding: 6px 8px;
    border: 1px solid #ccc;
    float: right;
}

.form-select {
    line-height: 21px;
    float: right;
}

.selectors {
    float: right;
    width: 60% !important;
}

.selectize-control.form-select.single.plugin-dropdown_append_page {
    margin-left: 10.5px;
}

.selectors>* {
    width: 47.5%;
}

.md-btn.button-blue {
    background: #00A6CF;
    border-radius: 0;
    color: #fff;
    padding: 0 20px;
}

.form-right {
    float: right;
}

.d-flex {
    display: flex !important;
}

.flex-row {
    flex-direction: row !important;
}

.justify-content-center {
    justify-content: center !important;
}

.calendar-container {
    position: relative;
}

.calendar-container i {
    position: absolute;
    right: 0px;
    top:5px;
    padding: 0px 8px;
    pointer-events: none;
}


/*:::::::Profile:::::::*/

.admin-fullimage img {
    width: 100%;
}

.switch {
    position: relative;
    display: block;
    vertical-align: top;
    width: 75px;
    height: 20px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    margin-bottom: 15px;
}

.switch-input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 10px;
    text-transform: uppercase;
    background: #939598;
    border-radius: inherit;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
}

.switch-label:before,
.switch-label:after {
    position: absolute;
    top: 50%;
    margin-top: -.5em;
    line-height: 1;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}

.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #fff;
    text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}

.switch-label:after {
    content: attr(data-on);
    left: 11px;
    color: #FFFFFF;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    opacity: 0;
}

.switch-input:checked~.switch-label {
    background: #46b3ce;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.switch-input:checked~.switch-label:before {
    opacity: 0;
}

.switch-input:checked~.switch-label:after {
    opacity: 1;
}

.switch-handle {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 18px;
    height: 18px;
    background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
    background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
    border-radius: 100%;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}

.switch-handle:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
    border-radius: 6px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}

.switch-input:checked~.switch-handle {
    left: 59px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

.md-list2 li {
    box-sizing: border-box;
    min-height: 48px;
    padding: 10px 4px;
    list-style: none;
    font-size: 16px;
    color: #939598;
}

.md-list2 {
    padding: 0;
}


/*::::::::::::: Auditorium:::::::::*/

.md-card-content2 {
    margin: 10px 15px;
}

.uk-panel-divider-hr {
    left: 15px;
    margin: 15px 0 !important;
    position: relative;
    width: 97%;
    border: .1px dashed #ccc;
    ;
}

#feature .heading_a {
    display: block;
    color: #000;
}

.heading_a {
    color: #000;
}

#feature .heading_a {
    color: #000;
    display: inline-block;
}

.single-tracks {
    border: 1px dashed #ccc;
    padding: 15px;
    background: #fcfcfc;
}

.title-icon {
    background: #46b3ce none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff!important;
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 700;
    height: 35px;
    line-height: 2;
    min-width: 20px;
    text-align: center;
    width: 34px;
    margin-right: 15px;
}

.single-tracks .md-list-left {
    display: inline-block;
    text-align: left;
}

.track-duration {
    float: right;
}

.single-tracks .md-list li:first-child {
    padding: 15px 4px;
}

.song-title {
    display: inline-block;
    float: left;
    margin: 0;
    font-size: 14px;
    min-width: 250px;
}

.md-list-right {
    float: right;
}

.ticket-head {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px dashed #ccc;
    display: block;
    padding: 8px 25px;
}

.ticket-user-name h4 {
    margin: 0 15px !important;
}

.ticket-content {
    background: #fcfcfc none repeat scroll 0 0;
    border: 1px dashed #ccc;
    padding: 15px 25px;
}

.ticket-content h5 {
    margin: 0 !important;
}

.ticket-head {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px dashed #ccc;
    display: block;
    padding: 8px 25px;
}

.ticket-user-name>span {
    margin: 6px 0;
    position: absolute;
}

.single-ticket {
    margin-bottom: 30px;
}

.accordion_head {
    background-color: #fcfcfc;
    color: #000;
    cursor: pointer;
    font-family: arial;
    font-size: 12px;
    margin: 0 0 1px 0;
    padding: 11px 11px;
    font-weight: bold;
    border: 1px dashed #ccc;
}

.accordion_body {
    background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 1px dashed #ccc;
    border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    color: #9b9b9b;
    padding: 10px;
}

.accordion_body p {
    padding: 18px 5px;
    margin: 0px;
}

.plusminus {
    background: #46b3ce none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    float: right;
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    margin-top: -5px;
    cursor: pointer;
}

.assets-list {
    list-style: none;
    line-height: 30px;
    color: #545454;
}

#raid-stroge .c100 {
    background-color: #7cc513;
}

#hard-drive .c100 {
    background-color: #24a5e1;
}

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


/* Transition
========================== */

.switch-label,
.switch-handle {
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}


/*::::: top head:::::*/

.uk-breadcrumb {
    display: inline-block !important;
    margin-left: 30px;
    margin-top: 15px;
}

.uk-breadcrumb select {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: medium none;
    box-shadow: none;
    color: #949597;
    font-family: AvenirNextLTPro-Regular, sans-serif;
    font-size: 15px;
    background-color: transparent;
}

.uk-breadcrumb select.aerrow-img {
    background-image: url("../images/bottom.png");
    background-position: 100% center;
    background-repeat: no-repeat;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 25px 0 0;
}

@media print {
    *,
     :after,
     :before {
	background: 0 0!important;
	color: #000!important;
	box-shadow: none!important;
	text-shadow: none!important
    }
    a,
    a:visited {
	text-decoration: underline
    }
    a[href]:after {
	content: " (" attr(href) ")"
    }
    abbr[title]:after {
	content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
	content: ""
    }
    blockquote,
    pre {
	border: 1px solid #999;
	page-break-inside: avoid
    }
    thead {
	display: table-header-group
    }
    img,
    tr {
	page-break-inside: avoid
    }
    img {
	max-width: 100%!important
    }
    h2,
    h3,
    p {
	orphans: 3;
	widows: 3
    }
    h2,
    h3 {
	page-break-after: avoid
    }
    .uk-table {
	border-collapse: collapse!important
    }
    .uk-table td,
    .uk-table th {
	background-color: #fff!important
    }
    .uk-table-bordered td,
    .uk-table-bordered th {
	border: 1px solid #ddd!important
    }
    #header_main,
    #sidebar_main,
    #sidebar_secondary,
    .header_double_height:before,
    .hidden-print,
    .md-fab-wrapper {
	display: none!important;
	width: 0!important;
	height: 0!important;
	overflow: hidden!important;
	margin: 0!important
    }
    .sidebar_main_active #header_main,
    .sidebar_main_active #top_bar {
	display: none!important;
	left: 0!important
    }
    body {
	overflow-y: visible!important;
	background: #fff;
	padding: 20px!important
    }
    body:after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	display: block;
	z-index: 9999
    }
    #sidebar_main {
	left: -240px!important
    }
    .md-card-single {
	margin: 0!important
    }
    #page_content {
	margin: 0!important;
	overflow-y: visible!important;
	height: auto!important;
	-webkit-transition: none!important;
	transition: none!important
    }
    #page_content:before {
	display: none!important
    }
    .md-card-content {
	height: auto!important
    }
}

.left.right {
    display: none;
}

.uk-breadcrumb {
    font-size: inherit !important;
}

#audislector {
    display: inline-block;
}

.poster {
    display: block;
    overflow: hidden;
    height: 272px;
    width: 203px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.poster img {
    display: block;
    /* Otherwise it keeps some space around baseline */
    min-width: 100%;
    /* Scale up to fill container width */
    min-height: 100%;
    /* Scale up to fill container height */
    -ms-interpolation-mode: bicubic;
    /* Scaled images look a bit better in IE now */
}

.chart {
    min-height: 120px!important;
}

.chart .md-card-content {
    padding: 10px!important;
}


/******************************************************************************
 * BADGE MENUS                                                                *
 ******************************************************************************/

.badge {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: contain;
}

.task_badge,
.message_badge,
.alert_badge {
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: contain;
    padding: 5px;
}

.projector_status.showstopper {
    background-image: url(../../assets/images/icons/projector-critical.png);
}

.lamp_status.showstopper {
    background-image: url(../../assets/images/icons/lamp-critical.png);
}

.filter_status.showstopper {
    background-image: url(../../assets/images/icons/filter-critical.png);
}

.playlist_status.showstopper {
    background-image: url(../../assets/images/icons/playlist-critical.png);
}

.kdm_status.showstopper {
    background-image: url(../../assets/images/icons/key-critical.png);
}

.server_status.showstopper {
    background-image: url(../../assets/images/icons/server-critical.png);
}

.support_pending.showstopper {
    background-image: url(../../assets/images/icons/support-critical.png);
}

.raid_status.showstopper {
    background-image: url(../../assets/images/icons/raid-critical.png);
}

.complex_status.showstopper {
    background-image: url(../../assets/images/icons/complex-critical.png);
}

.calibrator_status.showstopper {
    background-image: url(../../assets/images/icons/calibrator-critical.png);
}

.audio_status.showstopper {
    background-image: url(../../assets/images/icons/audio-critical.png);
}

.projector_status.critical {
    background-image: url(../../assets/images/icons/projector-critical.png);
}

.lamp_status.critical {
    background-image: url(../../assets/images/icons/lamp-critical.png);
}

.filter_status.critical {
    background-image: url(../../assets/images/icons/filter-critical.png);
}

.playlist_status.critical {
    background-image: url(../../assets/images/icons/playlist-critical.png);
}

.kdm_status.critical {
    background-image: url(../../assets/images/icons/key-critical.png);
}

.server_status.critical {
    background-image: url(../../assets/images/icons/server-critical.png);
}

.support_pending.critical {
    background-image: url(../../assets/images/icons/support-critical.png);
}

.raid_status.critical {
    background-image: url(../../assets/images/icons/raid-critical.png);
}

.complex_status.critical {
    background-image: url(../../assets/images/icons/complex-critical.png);
}

.calibrator_status.critical {
    background-image: url(../../assets/images/icons/calibrator-critical.png);
}

.audio_status.critical {
    background-image: url(../../assets/images/icons/audio-critical.png);
}

.projector_status.warning {
    background-image: url(../../assets/images/icons/projector-warning.png);
}

.lamp_status.warning {
    background-image: url(../../assets/images/icons/lamp-warning.png);
}

.filter_status.warning {
    background-image: url(../../assets/images/icons/filter-warning.png);
}

.playlist_status.warning {
    background-image: url(../../assets/images/icons/playlist-warning.png);
}

.kdm_status.warning {
    background-image: url(../../assets/images/icons/key-warning.png);
}

.server_status.warning {
    background-image: url(../../assets/images/icons/server-warning.png);
}

.support_pending.warning {
    background-image: url(../../assets/images/icons/support-warning.png);
}

.raid_status.warning {
    background-image: url(../../assets/images/icons/raid-warning.png);
}

.complex_status.warning {
    background-image: url(../../assets/images/icons/complex-warning.png);
}

.calibrator_status.warning {
    background-image: url(../../assets/images/icons/calibrator-warning.png);
}

.audio_status.warning {
    background-image: url(../../assets/images/icons/audio-warning.png);
}

.projector_status.cleared {
    background-image: url(../../assets/images/icons/projector-ok.png);
}

.lamp_status.cleared {
    background-image: url(../../assets/images/icons/lamp-ok.png);
}

.filter_status.cleared {
    background-image: url(../../assets/images/icons/filter-ok.png);
}

.playlist_status.cleared {
    background-image: url(../../assets/images/icons/playlist-ok.png);
}

.kdm_status.cleared {
    background-image: url(../../assets/images/icons/key-ok.png);
}

.server_status.cleared {
    background-image: url(../../assets/images/icons/server-ok.png);
}

.support_pending.cleared {
    background-image: url(../../assets/images/icons/support-ok.png);
}

.raid_status.cleared {
    background-image: url(../../assets/images/icons/raid-ok.png);
}

.complex_status.cleared {
    background-image: url(../../assets/images/icons/complex-ok.png);
}

.calibrator_status.cleared {
    background-image: url(../../assets/images/icons/calibrator-ok.png);
}

.audio_status.cleared {
    background-image: url(../../assets/images/icons/audio-ok.png);
}

.task.cleared {
    background-image: url(../../assets/images/icons/assignment.png);
}

.recurtask.cleared {
    background-image: url(../../assets/images/icons/repeat.png);
}

.datetask.cleared {
    background-image: url(../../assets/images/icons/event.png);
}


/* Not showing user image for the moment */

.md-user-image {
    display: none;
}

.header-badge-count {
    background: #f01e1e none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    height: 25px;
    left: 0;
    line-height: 24px;
    text-align: center;
    min-width: 20px;
    padding: 0;
    position: absolute;
    top: 0;
    width: 25px;
    margin-left: 30px;
}

.badge-offline {
    color: #FF552B;
    line-height: 2.3;
    margin-right: 12px;
}

.font-bold {
    font-family: 'AvenirNextLTPro-Bold', Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
}

.badge-content {
    display: inline-block;
    background-color: #FFFFFF;
    border: 1px solid #8F9094;
    border-radius: 0;
    box-shadow: 0px 3px 5px 0px #5B5B5B;
    padding: 0!important;
    max-height: 591px;
    overflow-x: hidden;
}

.selection {
    border: 1px solid #8F9094;
    display: inline-block;
    padding: 0!important;
    max-height: 700px;
    overflow-x: hidden;
}

.badge-content>div {
    overflow-y: initial;
}

.badge-content a:not(:last-child),
.selection a:not(:last-child) {
    border-bottom: 1px solid #8F9094;
}

.badge-content a,
.selection a {
    display: block;
    color: #39424D;
    padding: 2px;
    overflow-x: hidden;
}

.selection {
    padding: 0!important;
    cursor: pointer;
}

.section_header,
.selection_header {
    font-size: 16px;
    color: #939597;
}

.selection_header {
    cursor: pointer;
}

.selection a {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    vertical-align: center;
    padding: 10px;
}

.m_width_300 {
    min-width: 300px;
}

.m_width_200 {
    min-width: 200px;
}

.badge-info {
    top: -15px;
    left: 15px;
    position: relative;
}

.task-info,
.message-info {
    margin: 10px 0;
    height: 40px;
}

.badge-icon span {
    position: relative;
    left: -20px;
    top: 30px;
    background-color: #FF5930;
    border: 2px solid #FFFFFF;
    border-radius: 15px;
    padding: 1px 5px 0;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
}

.badge-icon .alert_badge {
    float: left;
    margin: 6px;
    padding: 5px;
}

.badge-icon .task_badge,
.badge-icon .message_badge {
    padding-right: 15px;
}

.badge-icon .task_badge i {
    margin: -5px 0 0 0;
    color: #FFF;
}

.badge-icon .task_badge .uk-badge {
    background-color: #00A6CF;
}

.badge-icon .task_badge .uk-badge.warning {
    background-color: #E4AC02;
}

.badge-icon .task_badge .uk-badge.critical {
    background-color: #C13546;
}

.badge-icon .task_badge .uk-badge.showstopper {
    background-color: #FF552B;
}

.subitem {
    vertical-align: middle;
}

.subitem a {
    padding: 3px!important;
    background-color: #4D515E;
    font-size: 13px!important;
    text-align: right;
    line-height: 28px!important;
}

.subitem .md-icon {
    font-size: 18px!important;
    line-height: 28px!important;
}

.hidden {
    display: none;
}

.details {
    border: 1px solid #DDDDDD;
    padding: 2px;
    border-radius: 2px;
    position: relative;
    margin-top: 0.5em;
    font-size: 12px;
}

.details p {
    margin: 4px;
}

.details-link {
    cursor: pointer;
    color: #00A6CF;
    font-size: 12px;
}

.details-link:hover {
    color: #007A99;
}

.uk-dropdown-shown {
    margin-top: 0px;
    margin-left: -20px;
}

.submenu {
    border: 0px!important;
    border-bottom: 1px solid #3a3d46!important;
}

#sidebar_main_toggle {
    float: right;
    position: absolute;
    bottom: 65px;
    width: 100%;
    text-align: right;
    border-top: 1px solid #404451;
}

#sidebar_main_toggle .material-icons {
    color: #FFFFFF;
    font-size: 18px;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid white;
}

.notopmargin {
    margin-top: 0px!important;
}

.support_bullets {
    color: #00A6CF;
    display: inline-block;
    font-size: 20px;
    float: right;
    font-family: AvenirNextLTPro-Bold, sans-serif;
    font-weight: 500;
    line-height: 30px;
    margin-right: 8px;
}

.ext-box {
    display: table;
    width: 100%;
}

.int-box {
    display: table-cell;
    vertical-align: middle;
}

.w100 {
    width: 100%;
}

.w60 {
    width: 60%;
}

.counter-card {
    border-right: 1px dashed #ccc;
    min-height: 120px;
}

.chart {
    padding-left: 0px;
}

.col3 {
    height: 200px;
    width: 33%;
    display: inline-block;
    text-align: center;
}

.col2 {
    width: 50%;
    display: inline-block;
    text-align: center;
}

.m-top-25-counter {
    margin-top: 25px;
    /*    float: right; */
    text-align: center;
    min-width: 70px;
}

.uk-float-left-counter {
    float: left;
}

@media screen and (max-width: 360px) {
    .m-top-25-counter {
	margin-right: 0%;
    }
    .uk-float-left-counter {
	margin-left: 0%;
    }
}


/* MOBILE HEADER MODS */

@media screen and (max-width: 1024px) {
    .uk-breadcrumb {
	margin-left: 30px!important;
	font-size: 13px!important;
	margin-top: 10px;
    }
    #main-nav {
	text-align: center;
    }
    #sidebar_main_toggle,
    #sidebar_main_toggle_2 {
	margin-left: 0px;
	float: left;
    }
    .uk-dropdown.selection,
    .uk-dropdown.uk-dropdown-xlarge {
	text-align: left;
    }
}

@media screen and (min-width: 361px) and (max-width: 720px) {
    .m-top-25-counter {
	margin-right: 20%;
    }
    .uk-float-left-counter {
	margin-left: 20%;
    }
}

@media screen and (max-width: 760px) {
    h4,
    h5 {
	margin: 0!important;
    }
    h4 {
	margin-bottom: 5px!important;
    }
    h4.title-icon {
	margin: 3px!important;
    }
}

@media screen and (min-width: 721px) and (max-width: 959px) {
    .m-top-25-counter {
	margin-right: 23%;
    }
    .uk-float-left-counter {
	margin-left: 23%;
    }
}

@media screen and (min-width: 960px) and (max-width: 1119px) {
    .m-top-25-counter {
	margin-right: 0%;
    }
    .uk-float-left-counter {
	margin-left: 0%;
    }
}


/* Automatic menu display starts here */


/*

@media screen and (min-width: 1220px) and (max-width: 1440px) {
    .m-top-25-counter {
    margin-right: 0%;
    }
    .uk-float-left-counter {
    margin-left: 0%;
    }
}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
    .m-top-25-counter {
    margin-right: 15%;
    }
    .uk-float-left-counter {
    margin-left: 15%;
    }
}
@media screen and (min-width: 1601px) and (max-width: 1920px) {
    .m-top-25-counter {
    margin-right: 15%;
    }
    .uk-float-left-counter {
    margin-left: 10%;
    }
}
@media screen and (min-width: 1921px) and (max-width: 2300px) {
    .m-top-25-counter {
    margin-right: 15%;
    }
    .uk-float-left-counter {
    margin-left: 25%;
    }
}
@media screen and (min-width: 2301px) {
    .m-top-25-counter {
    margin-right: 15%;
    }
    .uk-float-left-counter {
    margin-left: 30%;
    }
}
*/

#complex_list {
    position: relative;
    margin-top: 17px;
}

.minimize-button:hover,
.minimize-icon:hover {
    cursor: pointer;
}


/* Playlist styles */

.playlist-runtime {
    position: relative;
    padding: 1em;
}

.progressbar-wrapper {
    height: 1.5em;
    margin-bottom: 8px;
    border-left: 2px solid rgb(123, 121, 122);
    border-right: 2px solid rgb(123, 121, 122);
}

.progressbar {
    height: 10px;
    background-color: rgb(0, 0, 0);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 0px;
}

.progressbar .ui-progressbar-value {
    background-color: rgb(3, 149, 211);
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    border-radius: 0px;
    margin: 0px;
}

.ui-progressbar .ui-progressbar-value {
    height: 100%;
    margin: -1px;
}

#page_content_inner>h3 {
    color: #47b4d0;
}

.loading,
#table_loading,
.table_loading {
    /* background: url(../../assets/images/ring_2.svg) no-repeat center center; */
    background: url("../../assets/images/spinner_90px.gif") no-repeat center center;
    min-height: 200px;
    min-width: 100%;
}
.file_loading {
    background: url("../../assets/images/spinner_90px.gif") no-repeat center center;
    min-height: 100px;
    min-width: 100%;
}
.loading_2x {
    background: url("../../assets/images/spinner_150px.gif") no-repeat center center;
    min-height: 150px;
    min-width: 100%;
}

.loading_3x {
    background: url("../../assets/images/spinner_200px.gif") no-repeat center center;
    min-height: 150px;
    min-width: 100%;
}

#loading_icon {
    /* background: url(../../assets/images/ring_2.svg) no-repeat center center; */
    background: url("../../assets/images/spinner_90px.gif") no-repeat center center;
    height: 20px;
    width: 20px;
}

.loading_icon_white {
    background: url(../../assets/images/button_loader_white.svg) no-repeat center center;
    background-color: #46b3ce;
}

#save_complex_btn {
    min-width: 281px;
    min-height: 41px;
}

#save_firewall_btn {
    min-width: 281px;
    min-height: 41px;
}

.status {
    color: #444!important;
}

.recentactivity .big-button {
    background: #00A6CF none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    padding: 10px 0;
    width: 100%;
    margin: 16px 0;
}

.format {
    margin: 0px;
    font-size: 11px;
    display: block;
}

.status-title {
    margin-top: 15px;
    margin-bottom: 3px;
    font-size: 14px;
}

.status-value {
    margin-top: 2px;
}

.auditorium ol,
ul {
    padding-left: 10px;
}

.auditorium .uk-grid+.uk-grid {
    margin-top: 14px !important;
    margin-bottom: 20px!important;
}

.timeleft {
    float: right;
}


/****************************************************
 * TEMPBAR
 ****************************************************/

.tempbar_wrapper {
    padding-bottom: 10px;
    position: relative;
    /*  width: 100%; */
    width: 250px;
    margin: auto;
}

.tempbar_wrapper .tempbar {
    display: inline-block;
    width: 60%;
    height: 2.2em;
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    position: relative;
    margin-left: 10px;
    margin-top: 10px;
}

.tempbar_wrapper .tempbar .ui-slider-handle {
    display: none;
}

.tempbar_wrapper .tempbar .ui-slider {
    background-color: #FCC93C;
    border: 0;
    height: 1.5em;
    border-radius: 0;
    margin-right: -1px;
    margin-left: -1px;
    opacity: 1;
}

.tempbar_wrapper .tempbar .ui-slider-range {
    background-color: #0095D3;
    margin: 0;
    border: 0;
    border-radius: 0;
}

.tempbar_wrapper .tempbar .temp_value_indicator {
    height: 1.7em;
    width: 4px;
    background-color: #000000;
    display: inline-block;
    position: absolute;
    top: -3px;
    left: 0%;
    z-index: 1;
}

.tempbar_wrapper .tempbar .temp_range_min_indicator {
    height: 10px;
    width: 1px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    display: none;
}

.tempbar_wrapper .tempbar .temp_range_max_indicator {
    height: 10px;
    width: 1px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    display: none;
}

.tempbar_wrapper label.temp_value {
    display: inline;
    font-size: 28px;
    padding-left: 5px;
    vertical-align: 10px;
}

.tempbar_wrapper .temp_min,
.tempbar_wrapper .temp_max,
.tempbar_wrapper .temp_range_min,
.tempbar_wrapper .temp_range_max {
    position: absolute;
    top: 35px;
    font-size: 12px;
}

.tempbar_wrapper .temp_min {
    color: #8F9094;
    left: -4px;
}

.tempbar_wrapper .temp_max {
    color: #8F9094;
    right: -18px;
}

.tempbar_wrapper .temp_range_min {
    color: #8F9094;
    display: none;
}

.tempbar_wrapper .temp_range_max {
    color: #8F9094;
    display: none;
}


/****************************************************
 * Mobile Adjustments
 ****************************************************/

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

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

@media screen and (max-width: 340px) {
    .lamp_temp label.temp_value {
	font-size: 15px;
    }
}


/******************************************************
 * Header compatibility
 ******************************************************/

@media screen and (max-width: 1024px) {
    .page_content_inner,
    #page_content_inner {
	padding: 90px 24px 100px;
    }
    .header_main_content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
    }
    #header_main {
	height: 90px!important;
	padding: 0px;
    }
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.md-card-toolbar.celio-low,
.md-card-toolbar.cielo-ok {
    border-bottom: 4px solid #46b3ce;
}

.md-card-toolbar.celio-medium,
.md-card-toolbar.cielo-warning {
    border-bottom: 4px solid #f7ce76;
}

.md-card-toolbar.celio-high,
.md-card-toolbar.cielo-critical {
    border-bottom: 4px solid #c13546;
}


/* UNIFORMITY GRAPH */

.uniformity-graph {
    width: 100%;
    border-spacing: 0px;
}

.uniformity-data-graph table.uniformity-graph td {
    font-size: 0.8em;
    text-align: center;
    vertical-align: center;
    color: #000!important;
}


/* AUDIO & SPACE BAR */

.space-panel {
    width: 80%;
    margin: auto;
    height: 30px;
    margin-bottom: 10px;
}

.space-progressbar {
    position: relative;
    margin-top: 8px;
    margin-left: 15px;
    background-color: #B3B3B3;
    border: none;
    border-radius: 0;
    font-size: 16px;
    height: 100%;
}

.space-progressbar .progress-label {
    position: absolute;
    left: 33%;
    top: 6px;
    color: #FFFFFF;
    font-size: 14px;
}

.space-progressbar .ui-progressbar-value {
    margin: 0;
    background-color: #0395D3;
    border: none;
    border-radius: 0;
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold;
}

.ui-progressbar {
    height: 100%;
    text-align: left;
    overflow: hidden;
}


/* AUD MODAL */

.modal-dialog {
    color: #000000;
    text-align: center;
}

.modal-center {
    top: 30%;
}


/* SUPPORT BUBBLE */

.bubble {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    padding: 1em;
    position: relative;
    margin-left: 1px;
    width: 80%;
    margin: auto;
    margin-top: 1.5em;
    margin-bottom: 15px;
    font: 500 14px/1.42857143 AvenirNextLTPro-Regular, sans-serif;
}

.bubble-top {
    position: relative;
    height: 3em;
    margin-bottom: 1px;
}

.bubble .sep {
    border-top: 1px solid #DDDDDD;
}

form .bubble-top img {
    position: absolute;
    right: 0;
    width: 3em;
    cursor: pointer;
    padding: 0.5em;
}

input.aud-note-note,
.ticketfield {
    border: none;
    padding: 10px 10px 10px 0;
    width: 90%;
    margin: auto;
}

input.aud-note-note {
    width: 100%;
}

form.add-aud-note .msg_alert {
    color: red;
    font-size: 13px;
}

.attach_file {
    position: absolute;
    top: 5px;
    right: 10px;
    background: #46b3ce;
    color: #fff;
    border: none;
    border-radius: 2px;
    height: 25px;
    width: 25px;
    padding: 2px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    transition: all 280ms cubic-bezier(.4, 0, .2, 1);
    box-sizing: border-box;
    -webkit-appearance: none;
    vertical-align: middle;
    cursor: pointer;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
}

.attach_file:hover {
    background: #fff;
    outline: 0;
    text-decoration: none;
    color: #212121!important;
}

.attach_file i {
    font-size: 20px!important;
    color: #fff!important;
}

.attach_file i:hover {
    color: #212121!important;
}

.ticket_number {
    display: inline;
    float: right;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    margin-right: 15px;
}

@media screen and (min-width: 1024px) and (max-width: 1800px) {
    .split-2 {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	margin: auto;
    }
}

@media screen and (min-width: 1801px) {
    .split-2 {
	-moz-column-count: 3;
	-moz-column-gap: 20px;
	-webkit-column-count: 3;
	-webkit-column-gap: 20px;
	column-count: 3;
	column-gap: 20px;
	margin: auto;
    }
}


/* LOADER */

.loader {
    width: 100%;
    height: 50px;
    /* background: url("../../assets/images/ring_2.svg") no-repeat scroll 50% 50% / 2em; */
    background: url("../../assets/images/spinner_90px.gif") no-repeat scroll 50% 50% / 2em;
}

.big_loader {
    width: 100%;
    height: 200px;
    /* background: url("../../assets/images/ring_2.svg") no-repeat scroll 50% 50% / 4em; */
    background: url("../../assets/images/spinner_90px.gif") no-repeat scroll 50% 50% / 4em;
}

.short_loader {
    width: 100%;
    height: 30px;
    /* background: url("../../assets/images/ring_2.svg") no-repeat scroll 50% 50% / 4em; */
    background: url("../../assets/images/spinner_90px.gif") no-repeat scroll 50% 50% / 4em;
}


/* Animation */

.spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    width: 60px;
    margin: 0px auto;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0, 174, 239, .15);
    border-right: 6px solid rgba(0, 174, 239, .15);
    border-bottom: 6px solid rgba(0, 174, 239, .15);
    border-top: 6px solid rgba(0, 174, 239, .8);
    border-radius: 100%;
}

@-webkit-keyframes rotation {
    from {
	-webkit-transform: rotate(0deg);
    }
    to {
	-webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
	-moz-transform: rotate(0deg);
    }
    to {
	-moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
	-o-transform: rotate(0deg);
    }
    to {
	-o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
	transform: rotate(0deg);
    }
    to {
	transform: rotate(359deg);
    }
}

.audio-mute-label {
    margin: 9px;
    padding: 0;
    height: 2em;
    float: left;
    width: 35px;
}

.audio-mute-label .audio-mute-icon {
    background: url("../../assets/images/audio-mute.png") center right no-repeat;
    width: 100%;
    height: 100% !important;
    line-height: 2em;
}

.minimize-top {
    cursor: pointer;
    cursor: hand;
}

#event_search {
    text-transform: uppercase;
    color: #646464;
    border-bottom: 1px solid #D4D4D4;
    width: 100%;
    padding-top: 1.5em;
    padding-bottom: 0.5em;
}

#event_search i {
    width: 5%;
    padding-left: 15px;
}

#event_search input {
    padding-left: 1.5em;
    font-weight: bold;
    padding-top: 10px;
    border: none;
    width: 50%;
}

#search_cancel {
    width: 20%;
    text-align: right;
}

#timeline-date {
    width: 20%!important;
}

.uk-datepicker-heading,
.uk-datepicker-nav,
.uk-datepicker-table a.uk-active {
    background-color: #00A6CF;
}

.number_matched_div {
    text-align: right;
    padding: 10px;
    color: #999;
}

.error {
    background-color: #ffd5cb !important;
    /* border: 1px solid #ffd5cb !important; */
    margin-left: 10px;
    font-size: 12px;
    color: black;
}

input.error {
    margin-left: 0px;
}

.select_notice {
    margin-left: 10px;
    font-size: 12px;
    color: red;
}

.error-select {
    background-color: #ffd5cb !important;
}

.selectize-control.invalid>.selectize-input {
    border-color: red;
}

.md-list.split-2 li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12)!important;
}

input {
    font-family: AvenirNextLTPro-Regular, sans-serif;
}

input.timepicki-input {
    font-family: AvenirNextLTPro-Bold, sans-serif;
}


/* SMALL SWITCH */

.switch.sm {
    width: 70px;
    height: 17px;
}

.switch-handle.sm {
    width: 15px;
    height: 15px;
}

.switch-input.sm:checked~.switch-handle {
    left: 57px;
    box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}


/* REPORTS */

#cms-submenu>li {
    list-style-type: none;
    float: left;
    background: #00A5D2;
    font-size: 0.8em;
}

.navbar>.container {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
}

.nav-page-title {
    line-height: 50px;
}

@media (min-width: 768px) {
    .navbar-left {
	float: left!important;
    }
    .navbar-right {
	float: right!important;
	margin-right: -15px;
    }
}

#reports-inner-view,
#cms-inner-view {
    margin: 0!important;
}

.pull-right {
    float: right;
    margin: 5px!important;
}

.desktop-reports-export,
.desktop-cms-action {
    list-style-type: none;
    text-align: right;
}

#cms-table,
#reports-table {
    width: 100%;
    font-size: 1em;
}

#reports-table>thead>tr>th.header,
#cms-table>thead>tr>th.header {
    text-align: left!important;
    font-size: 0.9em!important;
}

.table-striped>tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    /* border: 1px solid #ddd; */
}

table {
    border-spacing: 0px!important;
}

#cms-actions {
    display: inline-block;
    width: 100%;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

#reports-table th,
#cms-table th {
    min-width: 0px!important;
    line-height: 25px;
    text-align: center;
    padding-right: 20px;
}

#cms-title {
    display: none;
}

.desktop-reports-export ul.reports-select-export,
.desktop-cms-action ul.cms-select-action li,
.desktop-reports-export ul.reports-select-export,
.desktop-cms-action ul.cms-select-action {
    width: auto!important;
    margin-top: 0px!important;
    padding: 0!important;
}

#cms-submenu li.selected {
    background-color: #127EAC;
}


/* REPORTS */

.desktop-reports-nav,
.desktop-cms-nav {
    background: none!important;
}

#reports-wrapper,
#cms-table-wrapper {
    overflow: inherit;
    position: relative;
}

.desktop-reports-nav .desktop-daterange-input {
    width: 200px!important;
    color: white!important;
    height: 36px!important;
    line-height: 36px!important;
}

.run-report {
    margin-top: -3px;
}

.date-picker-wrapper {
    border: 1px solid #127eac!important;
    background-color: #127eac!important;
    color: #2d2c2c!important;
}

.date-picker,
.date-picker-wrapper {
    font: 500 12px AvenirNextLTPro-Regular, sans-serif!important;
}

.date-picker-wrapper b,
.date-picker-wrapper .drp_top-bar,
.normal-top {
    color: #fff!important;
}

.btn-export {
    margin-top: 20px;
}

.run-report {
    color: #FFF!important;
    margin-left: 0!important;
    background-color: #46b3ce!important;
    font-size: 14px!important;
}

@media (max-width: 1024px) {
    #reports-view,
    .desktop-reports-export,
    .desktop-cms-action {
	text-align: center;
    }
}

.cms-select-action {
    text-align: center;
}

#report_desktop_navbar {
    margin-top: 5px!important;
}

.navbar-nav.navbar-right {
    margin-right: 0px;
    margin-top: -10px;
}


/* Reporting Menu Main Items' Icons */

.icon-reports-alerts:before {
    content: "\f0f3"
}

.icon-reports-content_play:before {
    content: "\f144"
}

.icon-reports-advertisement:before {
    content: "\f0a1"
}

.icon-reports-trailer:before {
    content: "\f008"
}

.icon-reports-business_intelligence:before {
    content: "\f1ad"
}

.icon-reports-operational:before {
    content: "\f233"
}

.icon-reports-asset:before {
    content: "\f013"
}


/* complex list fix */

.lista {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12)!important;
    box-sizing: border-box;
    min-height: 48px;
    padding: 10px;
}

.noplc {
    padding: 0!important;
}

.nopl {
    padding-left: 0!important;
    padding-right: 20px;
}

.user-post {
    margin-top: 0px!important;
    margin-bottom: 5px;
}


/* MOBILE CHANGES */

.mobile_logo {
    text-align: center;
    padding: 4px;
}

.mobile_logo img {
    text-align: center;
    height: 28px!important;
    margin-top: -8px;
    margin-left: -12px;
}

.tnav {
    text-align: center;
    margin-top: -20px;
    margin-bottom: 15px;
    color: #1f87a9!important;
}

.tnav h5 a {
    padding-left: 20px;
    padding-right: 20px;
}

.tnav h5,
.tnav>h5>a>i {
    color: #1f87a9!important;
}

.hidden-element {
    display: none;
}

.heading_a img {
    width: 32px;
}


/* MOBILE HEADER ICONS FIRST LINE FIX */

@media (max-width: 1024px) {
    .sidebar_logo {
	display: none;
    }
    #sidebar_main .sidebar_main_header {
	height: 0;
    }
    .uk-navbar-flip {
	margin-top: -40px;
    }
    #sidebar_main_toggle,
    #sidebar_main_toggle_2 {
	margin-top: -35px;
    }
    .selection_header.font-bold,
    #main-nav>div.uk-breadcrumb>span {
	position: absolute;
	width: 100%;
	left: 0;
	top: 35px;
    }
    .uk-breadcrumb {
	margin-top: 0!important;
    }
    #header_main .uk-navbar {
	margin-top: 0!important;
    }
    .uk-dropdown-shown {
	margin-top: 25px!important;
	margin-left: -90px!important;
    }
    .uk-dropdown.uk-dropdown-xlarge {
	margin-top: 0px!important;
    }
    #event_search input {
	width: 60%!important;
    }
    .countUpMe {
	font-size: 30px;
    }
    .uk-badge {
	font-size: 13px;
	font-weight: 600;
	height: 25px;
	width: 25px;
	line-height: 23px;
	padding: 0;
	margin-right: 0px;
    }
    /* Cell phone visual Difference with Chrome Simulator */
    .blue-bg-initials {
	padding-top: 3px;
    }
    .md-icon.material-icons.md-card-overlay-toggler img {
	margin-top: 0px!important;
    }
    .top-content h2,
    .top-details {
	font-size: 13px;
	line-height: 15px;
    }
    /* Status values One-line fix */
    .status-title {
	display: inline;
    }
    .status-value {
	display: inline;
	float: right;
    }
    .uk-grid-margin {
	margin-top: 10px !important;
    }
    /* FONT SIZES & SPACING*/
    .uk-grid+.uk-grid,
    .uk-grid-margin,
    .uk-grid>*>.uk-panel+.uk-panel {
	margin-top: 8px !important;
    }
    .md-card-content2,
    .md-card-content {
	padding-bottom: 15px!important;
    }
    .md-card .md-card-toolbar {
	padding: 0 8px;
    }
    .md-card .md-card-toolbar .md-card-toolbar-actions {
	padding-top: 15px;
    }
    .md-card .md-card-toolbar-heading-text {
	font-size: 12px;
    }
    h4 {
	font-size: 13px;
    }
    h5 {
	font-size: 12px;
    }
    .accordion_head {
	font-size: 12px;
	padding: 8px 8px;
    }
    .accordion_body {
	padding: 5px 5px 5px 30px;
    }
    .uk-accordion-content {
	padding: 5px;
    }
    .song-title {
	font-size: 12px;
	min-width: 110px;
    }
    .single-tracks .md-list li:first-child {
	padding: 5px;
    }
    .track-duration {
	margin-top: 15px;
    }
    .title-icon {
	font-size: 13px;
	height: 25px;
	line-height: 25px;
	min-width: 20px;
	width: 25px;
	padding-top: 2px;
    }
    .time-meta {
	font-size: 11px;
    }
    .auditorium ol,
    ul {
	padding-left: 0px!important;
    }
    .plusminus {
	font-size: 15px;
	height: 20px;
	width: 20px;
	line-height: 19px;
    }
    .temp_value {
	font-size: 18px!important;
    }
    .assets-list {
	margin-top: 5px;
	line-height: 20px;
	font-size: 12px;
    }
    .heading_a {
	font-size: 13px;
	margin-bottom: 5px;
	font-weight: bold;
    }
    .heading_a img {
	width: 20px;
    }
    .ticket_number {
	font-size: 13px;
	line-height: 24px;
	margin-right: 0px;
    }
    .md-btn {
	margin: 5px;
	font-size: 12px;
    }
    .uk-modal-footer>:last-child {
	margin-bottom: 5px;
    }
    div.uk-accordion-title>h3>strong {
	font-size: 12px;
	display: block;
    }
    div.uk-accordion-title>p {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	line-height: 11px;
    }
    .timeline.timeline_small .timeline_content {
	font-size: 12px;
    }
    .timeline_content span {
	font-size: 14px;
    }
    .single-tracks {
	padding: 5px;
    }
    .bubble-top {
	height: 40px;
    }
    .pull-r {
	text-align: center;
    }
    .attach_file i {
	font-size: 15px!important;
    }
    .md-list li {
	min-height: 25px;
	font-size: 12px;
    }
    body {
	font-size: 11px;
    }
    /* Activity Stream (Dashboard) */
    .timeline_item {
	padding: 0px 10px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
    }
    .timeline.timeline_small {
	padding: 0 0 0 81px;
    }
    .timeline.timeline_small .timeline_icon {
	top: -1px!important;
	height: 30px;
	left: -30px!important;
	width: 30px;
	padding-top: 2px;
    }
    /* Infocards Content (Dashboard) */
    .top-content {
	width: 95%!important;
	margin-bottom: 0px!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
	margin-top: 10px;
    }
    .top-content h2 {
	margin-bottom: 5px;
    }
    .timeline_content p {
	margin-bottom: 5px;
    }
    .activity-info {
	left: -70px!important;
	top: 32px!important;
	font-size: 10px;
    }
}

@media (max-width: 800px) {
    /* Popup small triangle disable */
    #header_main .uk-navbar .uk-navbar-nav>li>a:after,
    .uk-open>#complex_list:after {
	display: none;
    }
    /* CHARTS */
    .chart {
	width: 33%!important;
	text-align: center;
    }
    .m-top-25-counter {
	margin-top: 0px;
	margin-right: 0;
	display: inline-block;
	text-align: center;
	width: 100%;
    }
    .uk-float-left-counter {
	margin-left: 0;
    }
}

@media (max-width: 360px) {
    .chart .md-card-content {
	margin-left: -8px;
    }
    #header_main .uk-navbar .uk-navbar-nav>li>a {
	padding: 4px;
    }
}

@media (min-width:361px) and (max-width: 420px) {
    .chart .md-card-content {
	margin-left: 0px;
    }
    #header_main .uk-navbar .uk-navbar-nav>li>a {
	padding: 6px;
    }
}

@media (min-width:421px) and (max-width: 500px) {
    .chart .md-card-content {
	margin-left: 5px;
    }
    #header_main .uk-navbar .uk-navbar-nav>li>a {
	padding: 8px;
    }
}

@media (min-width:501px) and (max-width: 600px) {
    .chart .md-card-content {
	margin-left: 10px;
    }
}

@media (min-width:601px) and (max-width: 700px) {
    .chart .md-card-content {
	margin-left: 20px;
    }
}

@media (min-width:701px) and (max-width: 800px) {
    .chart .md-card-content {
	margin-left: 30px;
    }
}

@media (min-width: 1025px) {
    .uk-visible-ipadpro {
	display: none!important;
    }
}


/* IPAD PRO FIXES */

@media (max-width: 1024px) {
    .mobile_logo.uk-visible-small.uk-visible-medium {
	display: block!important;
    }
    .uk-hidden-ipadpro {
	display: none!important;
    }
    .top-content {
	width: 95%!important;
	margin-bottom: 0px!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
	margin-top: 10px;
    }
    .top-content h2 {
	margin-bottom: 5px;
    }
    .top-content h2,
    .top-details {
	font-size: 16px;
	line-height: 20px;
    }
    .md-card-content2,
    .md-card-content {
	padding-bottom: 15px!important;
    }
    #edit_user_form {
	padding-right: 30px;
    }
}

.selection-modules {
    margin-left: 0px;
    background-color: #34a1c0;
    font-weight: 900;
    width: 240px;
}

.selection-modules a {
    color: #fff;
    font-weight: 900;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.selection-modules a:hover {
    background-color: #105e79;
}

#main-nav>span.uk-hidden-ipadpro a>img {
    margin-top: -9px;
}

.state-separator {
    border-bottom: 1px solid #8F9094;
    padding: 10px;
    display: block;
    color: #39424D;
    overflow-x: hidden;
    background-color: #eeeeee;
}

#complex_search_kw {
    border: 0px;
    width: 200px;
    background-color: #eeeeee;
    color: #000;
    font-weight: bold;
}

.complex_item {
    font-size: 16px;
}

.selection-modules>a {
    font-size: 16px;
}


/* Auditorium Notes in Realtime View */

form.add-aud-note div {
    border-bottom: 1px solid #DDD;
    margin-bottom: 1em;
}

.aud-notes-list {
    margin: 1em;
}

.aud-note-row {
    width: 100%;
    min-height: 4em;
    line-height: 3em;
    border-bottom: 1px solid #DDD;
    padding: 0;
}

.aud-note-row:last-child {
    border-bottom: 0px;
}

.aud-note-row div {
    float: left;
}

.aud-note-col-user {
    margin-right: 1em;
}

.aud-note-col-note {
    width: 65%;
    margin: 0.65em 1em 0 0;
}

.aud-note-col-created {
    float: right !important;
    font-size: small;
    line-height: normal;
    margin: 0.5em 0;
    text-align: right;
}

.aud-note-col-action {
    float: right !important;
    margin-left: 2px;
    cursor: pointer;
}

.aud-note-col-note p {
    line-height: normal;
}

@media only screen and (max-width:1025px) {
    .add-aud-note-bubble {
	margin: 0.5em 1.5em 15px 1.5em !important;
	left: 10px;
    }
    .aud-note-row {
	height: auto;
    }
    .aud-note-col-user {
	float: left;
	width: 50%;
	margin: 0px;
    }
    .aud-note-col-note {
	width: 100%;
    }
    .aud-note-col-created {
	font-size: 10px;
	float: right;
	width: 40%;
	margin-top: 0.5em;
    }
    .add-aud-note-button {
	margin-bottom: 1em !important;
    }
}


/* Modifier styles */

.center {
    text-align: center;
}

.right {
    float: right;
}

.w_50 {
    width: 50%!important;
}

.pointer {
    cursor: pointer;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.big-checkbox {
    /* 1.5x-sized Checkboxes */
    -ms-transform: scale(1.5);
    /* IE */
    -moz-transform: scale(1.5);
    /* FF */
    -webkit-transform: scale(1.5);
    /* Safari and Chrome */
    -o-transform: scale(1.5);
    /* Opera */
    padding: 10px;
}


/* Official Cielo colors */

.blue {
    color: #00A6CF;
    background: inherit;
}

.blue-bg {
    background: #00A6CF;
}

.red {
    color: #FF552B;
    background: inherit;
}

.red-bg {
    background: #FF552B;
    color: #fff;
}

.brightred-bg {
    background: #e53935;
    color: #fff;
}

.yellow {
    color: #E4AC02;
    background: inherit;
}

.yellow-bg {
    background: #E4AC02;
}

.magenta {
    color: #C13546;
    background: inherit;
}

.maroon-bg {
    background: #C13546;
}

.black {
    color: #000;
}


/* Correspond to Cielo colors */

span.cleared {
    color: #00A6CF;
}

span.warning {
    color: #E4AC02;
}

span.critical {
    color: #C13546;
}

span.showstopper {
    color: #FF552B;
}


/* Extra colors */

.white {
    color: #FFF;
}

.green {
    color: #7cb342;
}


/* badge item top margin fix */

#message_item,
#task_item,
#badge_item {
    margin-left: 10px;
    margin-right: 10px;
}

#task_item span p,
#message_item span p,
#badge_item span p {
    margin-top: 10px;
    margin-bottom: 10px;
}

#page_content_inner_reports {
    padding: 50px 10px 100px;
}

.white_bg {
    background-color: #fff;
}

.wide_hr {
    border: solid 2px #d4d4d4;
    margin-top: 20px;
}


/* dash style to class fixes */

.hamb {
    margin-left: -10px;
    margin-right: 10px;
    margin-top: -12px;
}

#mod_hamb_img {
    margin-top: -9px;
}

#logo {
    display: inline;
    margin-top: -12px;
}


/*Modal fixes*/

.modal-title,
.modal-content {
    color: #000!important;
}

.uk-modal-dialog {
    width: 60%;
}

#latest-release-modal p,
h3,
h4,
h5 span {
    color: #000;
}

@media (max-width: 1024px) {
    #notice {
	margin-top: 70px;
	margin-bottom: -50px;
    }
    .uk-modal-dialog {
	width: 90%;
	height: auto;
	overflow-y: auto;
    }
}

p {
    margin: 5px;
    font-size: 13px;
    color: #2d2d2d;
}

.current-track {
    display: inline;
    line-height: 40px;
}

.playlist_kdm_status {
    float: right;
    font-size: 11px;
    font-weight: bold;
    margin-right: 10px;
    margin-left: 5px;
    position: absolute;
    top: 9px;
    right: 20px;
    color: #676767;
}

.status_list {
    float: left;
    /* display: table; */
    margin-top: 10px;
}

.status-container {
    display: table-cell;
    vertical-align: middle;
}

.status-val {
    font-size: 12px;
    font-weight: bold;
    margin-left: -20px;
}

.status_val_line {
    height: 35px;
    line-height: 35px;
    display: block;
}

.floatright {
    float: right;
}

.padding-20 {
    margin: 20px;
}

.marginzero {
    margin: 0px!important;
}

#current_aud_selector {
    color: #00A6CF;
}

#notice>p {
    color: #fff;
}

.plist_icon {
    margin-right: 5px;
}

.plist_feature {
    min-height: 20px;
    margin: 0px 0px 5px 0px;
}

.uk-modal-footer>:last-child {
    margin-left: 20px;
}


/* Confirm button color correction */

.js-modal-confirm.md-btn-flat-primary.md-btn.md-btn-flat {
    background: #46b3ce;
    color: #fff;
    border: none;
}


/* Icon showing on hide menu */

.show_icons_right {
    position: absolute;
    right: 0;
    margin-top: 5px;
    margin-right: -7px;
}

a.hide_nav:before {
    display: none!important;
}


/* Tabs Mobile fix */

@media only screen and (max-width:767px) {
    .uk-tab>li>a {
	font-size: 12px;
	width: 100%;
	min-width: 130px;
	padding: 10px 3px 5px 10px!important;
    }
    .icheck-inline {
	display: block;
    }
}

@media only screen and (max-width:359px) {
    .uk-tab>li>a {
	font-size: 10px;
	min-width: 100px;
    }
}


/* jquery-autocomplete styling for messaging */

.autocomplete-suggestions {
    background: #FFF;
    border: 1px solid #d4d4d4;
}


/* Margin left */

.m-left-sm {
    margin-left: 7px;
}


/* Fix for hidden tabs */

.uk-switcher>:not(.uk-active) {
    display: none!important;
}


/* Sidebar toggle circle background fix */

#sidebar_main_toggle>span>i {
    vertical-align: 0px;
}


/* Posters' info cards */

.top-info {
    font-size: 12px;
    position: relative;
    bottom: 0px;
    width: 195px;
    background: #000;
    padding: 5px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    height: 100%;
}

div.poster:hover div {
    opacity: 0.7;
    cursor: help;
}

div.poster:hover div.noshow {
    opacity: 0;
    cursor: auto;
}

.infotext {
    position: absolute;
    bottom: 30px;
    color: #fff;
    margin-right: 10px;
}

.info_title {
    font-weight: 900;
    font-size: 14.5px;
}


/* Module name under logo */

.module_text {
    position: relative;
    bottom: 10px;
    text-align: right;
    width: 100%;
    color: #939597;
    font-size: 12px;
    font-weight: bolder;
}


/* Initials badge in users*/

.initials_badge {
    float: left;
    margin-right: 10px;
}


/* Less space */

.top-title h4 {
    margin-bottom: 0px;
}


/* Hide Alerts */

.alerts-hidden {
    display: none;
}


/* Offline Banner */

.offbanner {
    padding: 0;
    margin: 0px!important;
    width: 100%;
}

.offbanner p {
    color: #fff;
    padding: 5px;
    font-size: 14px;
}


/* Map on Client Dash */

h1.map-info-heading {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 16px;
}

h1.map-info-heading.trim150 {
    width: 190px;
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

h1.map-info-heading.trim250 {
    width: 250px;
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
}

span.offline_complex {
    float: right;
    font-weight: bold;
    color: #FF552B;
    margin-bottom: 0;
    margin-top: 11px;
    line-height: 16px;
    font-family: "AvenirNextLTPro-Bold";
}

.map-info-body {
    margin-top: 0.5em;
    min-width: 250px;
}

.map-info-body ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

.map-info-location {
    width: 50%;
    float: left;
}

.map-info-alerts {
    width: 45%;
    float: right;
    padding-left: 5%;
}

div#reports-map-container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#reports-map {
    width: 100%;
    height: 500px;
}

.md-card-toolbar {
    cursor: pointer;
}

.uk-sortable-item {
    cursor: crosshair!important;
}

.margin-auto {
    margin: auto;
}

.float-none {
    float: none!important;
}

.float-right {
    float: right!important;
}

@media only screen and (max-width: 550px) {
    .uk-tab>li>a {
	font-size: 11px;
	font-weight: bold;
	min-width: 110px;
	padding: 5px 0px 5px 0px!important;
    }
}


/* Hide close buttons and links to open on mobile displays */

@media (max-width: 1024px) {
    .get-button,
    .handle-new-titles {
	display: none!important;
    }
}

#timeline-calendar {
    cursor: pointer;
    font-size: 20px;
}

.uk-badge i.material-icons {
    color: #FFF;
    font-size: 1em;
    line-height: 0.8em;
}

#feedback_comments {
    width: 100%;
    font-family: AvenirNextLTPro-Regular, sans-serif;
}


/* Admin (Oblivion) specific styles */

.admin-message {
    position: absolute;
    top: 40%;
    margin: auto;
    width: 100%;
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}

#dashboard-header {
    margin-bottom: 20px;
    /*    text-align:center; */
}

.btn-app {
    width: 80px;
    height: 80px;
    padding: 0;
    margin: 5px;
    font-size: 16px;
    background-color: #00A6CF;
    border: 1px solid #00A6CF;
    color: #f8f8f8;
    margin-bottom: 24px !important;
    display: inline-block;
    cursor: pointer;
}

.btn-app:hover {
    background-color: #fff;
    border: 1px solid #6aa6d6;
}

.btn-app:hover i {
    color: #6aa6d6;
}

.btn-app i {
    font-size: 38px;
    margin: auto;
    line-height: 78px;
    margin-bottom: 45px;
    display: block;
    vertical-align: middle;
    color: #fff;
}

.dashboard-main-icons {
    text-align: center;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

.dashboard-main-icons span.label {
    color: #5A8DB6 !important;
    position: relative;
    display: inline-block;
    top: -1px;
    font-size: 12px;
    width: 100%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    margin: auto;
    white-space: nowrap;
    vertical-align: baseline;
}

.force-hidden {
    display: none!important;
}


/* Checkbox Options */

.checkbox {
    display: inline;
    background: #127eac;
    font-size: 13px;
    color: #fff;
    padding: 10px;
}

.filter-checkbox {
    height: 25px;
    line-height: 25px;
    text-align: right;
    font-weight: bold;
    font-size: 13px;
}


/* Select2 Custom Styles */

.select2-container {
    width: 140px;
}

.select2-container .select2-choice {
    border: 0px!important;
    border-radius: 0px!important;
    background-color: #ddd!important;
    background-image: none!important;
    height: 30px!important;
    line-height: 30px!important;
}

.select2-drop-active {
    border: none!important;
}

.select2-results {
    padding: 0px!important;
    margin: 0px!important;
}

.select2-results .select2-highlighted {
    background-color: #EEE!important;
    color: #000!important;
}

.select2-results li {
    padding: 0 5px 0 35px;
    margin: 0px;
    line-height: 40px;
    background-position: 12px center;
    background-repeat: no-repeat;
    border-top: 1px solid #DDD;
}

.select2-results li.excel {
    background-image: url(../images/report-desktop-export-excel.png);
    background-repeat: no-repeat;
    background-position: 12px center;
}

.select2-results li.csv {
    background-image: url(../images/report-desktop-export-csv.png);
    background-repeat: no-repeat;
    background-position: 12px center;
}

.select2-results li.tsv {
    background-image: url(../images/report-desktop-export-tsv.png);
    background-repeat: no-repeat;
    background-position: 12px center;
}

.select2-container .select2-choice .select2-arrow {
    border-left: 0px!important;
    background-image: none!important;
    background: none!important;
}

.select2-container .select2-choice .select2-arrow b {
    background: url(../images/report-desktop-arrow-down-dark.png) no-repeat 0px 12px!important;
}

.select2-container .select2-choice>.select2-chosen {
    text-align: left;
    color: #000;
    font-weight: normal;
    margin-left: 10px;
    font-size: 14px;
}

#export-select-box {
    text-align: right;
}

.total-critical {
    font-size: 13px;
    height: 30px;
    line-height: 30px;
    padding: 0px 0px 0px 0px;
    width: 45px;
}

.alert-totals {
    text-align: left;
}

.panel.panel-default.custom-panel-flat {
    margin-top: -70px;
}

.margintop30 {
    margin-top: 30px;
}

#submenu {
    height: 2em;
    line-height: 2em;
    float: right;
    margin-top: -5px;
}

#submenu>li:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 5px 10px rgba(0, 0, 0, 0.22);
}

#submenu>li {
    list-style-type: none;
    float: left;
    background: #00A5D2;
    font-size: 0.8em;
    width: 3em;
    height: 3em;
    border-radius: 3em;
    text-align: center;
    line-height: 3em;
    padding: 0.5em;
    margin-top: -0.5em;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    margin-left: 10px;
}

#submenu li i {
    color: #FFFFFF;
    font-size: 3em;
}

.action-button i {
    background-color: #00a5d2;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    vertical-align: middle;
    border-radius: 12px;
    text-align: center;
    font-size: 18px;
}

.action-button i:hover {
    background-color: #eeeeee;
    color: #00a5d2;
}

a.action-button.delete i {
    background-color: #d32f2f;
}

a.action-button.delete i:hover {
    background-color: #eeeeee;
    color: #d32f2f;
}

.margintopzero {
    margin-top: 5px!important;
}

.tab_content {
    border: 1px #ccc solid;
    padding: 10px;
}

li.tl.uk-active {
    background-color: #f1f1f1;
}

.gridnom {
    margin-left: 0px;
}

.ukgridnomargin {
    margin-left: 0px!important;
    margin-top: 0px!important;
}

.nopadding {
    padding: 0px;
}

#hours .uk-width-medium-1-4 {
    margin: 6px 0px 6px 0px;
}

#custom-filter-box {
    margin-bottom: 20px;
    height: 30px;
    line-height: 25px;
}

.header_services {
    color: #999;
    font-size: 12px;
}

.alertmargin {
    margin: 0px 10px 15px 10px;
}

.service_label {
    border-bottom: #00a6cf solid 2px;
    margin-top: 30px;
    margin-bottom: 20px!important;
    text-transform: uppercase;
}

.service .form-label {
    padding-left: 10px!important;
}

.loading_100 {
    min-height: 100px;
}

.loading_50 {
    min-height: 50px;
}

.loading_85 {
    min-height: 85px;
}

.form-control::placeholder {
    color: #ccc;
}

.form-group.has-feedback.service {
    margin-top: 5px!important;
    margin-left: 0px;
}

.full_width_input {
    line-height: 21px;
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    box-sizing: border-box;
}

.service .form-control {
    line-height: 21px;
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #d0d0d0;
}


/* UNIFORM FORM STYLING CLASSES */


/* ALL CAPS BUTTONS */

.uk-button.uk-button-primary,
.content-footer-button {
    text-transform: uppercase;
}

.uk-button.uk-button-primary {
    background-color: #00A6CF!important;
}

.agent-restart-btn,
#set_geolocation_button {
    width: 100%;
    height: 33px;
    line-height: 33px;
}

.agent-restart-btn {
    margin-right: 35px;
}

.agent-get-license,
.agent-copy-license,
.agent-restart-btn {
    width: 180px;
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
    margin-top: 5px;
    padding: 0px;
}

@media only screen and (max-width:1600px) {
    .agent-get-license,
    .agent-copy-license,
    .agent-restart-btn {
	width: auto;
	font-size: 10px;
    }
}

.time_pick input {
    /* outline: 0; */
    line-height: 21px;
    width: 50%;
    padding: 6px 8px;
    border: 1px solid #d0d0d0;
}

input.form-control {
    line-height: 21px;
    padding: 6px 8px;
    border: 1px solid #d0d0d0;
}

#datatable-2,
#datatable-updates,
.sortableorigtable {
    visibility: hidden;
}

.dataTables_wrapper {
    visibility: hidden;
}


/* SPIN */

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

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

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

.agent-active-div {
    padding-left: 0px;
}

#gobacksave {
    margin-bottom: 30px;
    margin-top: -20px;
}

.coordinates {
    border: none!important;
    padding: 0px!important;
}

.ptop2 {
    padding-top: 2px!important;
}

#agent_status {
    line-height: 32px;
}

#clear_button {
    width: 10%!important;
    float: right;
    text-align: center;
    line-height: 38px;
    cursor: pointer;
}

.with_clear_button {
    width: 90%!important;
    display: inline-block;
}

.assigned-complexes>div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.form_field_addon {
    line-height: 21px;
    margin-top: 8px;
}

.pwfloatleft {
    margin-left: -15px;
    float: left;
}

.epiceditor-preview {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'AvenirNextLTPro-Regular';
    font-size: 12px;
    line-height: 1.6;
}

.iconrow {
    height: 70px;
    line-height: 70px;
}

.uk-button.uk-button-primary>i.material-icons {
    color: white;
    font-size: 17px;
}

.service small {
    font-size: 12px;
    color: #999;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.service label {
    line-height: 50px;
}

.block {
    display: block!important;
}

.small_loader {
    width: 32px;
    height: 32px;
    /* background: url(../../assets/images/ring_2.svg) no-repeat scroll 50% 50% / 2em; */
    background: url("../../assets/images/spinner_90px.gif") no-repeat scroll 50% 50% / 2em;
    display: inline-block;
}

button.uk-modal-close.md-btn-flat-primary.md-btn.md-btn-flat:focus {
    background-color: #00A6CF;
    color: #fff;
}

.lhs_clicked {
    /* background: url(../../assets/images/ring_2.svg); */
    background: url("../../assets/images/spinner_90px.gif");
    background-size: 18px;
    background-position-x: 95%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}

.loading_125px {
    min-height: 125px;
}

button:disabled {
    background-color: #ccc;
}

.assigned-complexes p {
    line-height: 35px;
}

#user-password-checkbox-container {
    float: right;
    display: inline-block;
    margin-top: 8px;
}

#change_password {
    vertical-align: middle;
}

#run_report {
    margin-top: 18px;
}

.text_below_logo {
    font: 500 18px AvenirNextLTPro-Regular, sans-serif;
    color: #939597;
    font-size: 18px;
    font-weight: bolder;
    margin-top: 10px;
}

.text_below_logo sup {
    font-size: 11px;
}


/** Trumbowyg v2.8.1 - A lightweight WYSIWYG editor - alex-d.github.io/Trumbowyg - License MIT - Author : Alexandre Demode (Alex-D) / alex-d.fr */

#trumbowyg-icons,
#trumbowyg-icons svg {
    height: 0;
    width: 0
}

.trumbowyg-button-pane,
.trumbowyg-modal {
    z-index: 11;
    -webkit-backface-visibility: hidden
}

#trumbowyg-icons {
    overflow: hidden;
    visibility: hidden
}

.trumbowyg-box *,
.trumbowyg-box ::after,
.trumbowyg-box ::before {
    box-sizing: border-box
}

.trumbowyg-box svg {
    width: 17px;
    height: 100%;
    fill: #222
}

.trumbowyg-box,
.trumbowyg-editor {
    display: block;
    position: relative;
    border: 1px solid #DDD;
    width: 100%;
    min-height: 300px;
    margin: 17px auto
}

.trumbowyg-box .trumbowyg-editor {
    margin: 0 auto
}

.trumbowyg-box.trumbowyg-fullscreen {
    background: #FEFEFE;
    border: none!important
}

.trumbowyg-editor,
.trumbowyg-textarea {
    position: relative;
    box-sizing: border-box;
    padding: 20px;
    min-height: 300px;
    width: 100%;
    border-style: none;
    resize: none;
    outline: 0;
    overflow: auto
}

.trumbowyg-editor.trumbowyg-autogrow-on-enter,
.trumbowyg-textarea.trumbowyg-autogrow-on-enter {
    transition: height .3s ease-out
}

.trumbowyg-box-blur .trumbowyg-editor *,
.trumbowyg-box-blur .trumbowyg-editor::before {
    color: transparent!important;
    text-shadow: 0 0 7px #333
}

@media screen and (min-width:0 \0) {
    .trumbowyg-box-blur .trumbowyg-editor *,
    .trumbowyg-box-blur .trumbowyg-editor::before {
	color: rgba(200, 200, 200, .6)!important
    }
}

@supports (-ms-accelerator:true) {
    .trumbowyg-box-blur .trumbowyg-editor *,
    .trumbowyg-box-blur .trumbowyg-editor::before {
	color: rgba(200, 200, 200, .6)!important
    }
}

.trumbowyg-box-blur .trumbowyg-editor hr,
.trumbowyg-box-blur .trumbowyg-editor img {
    opacity: .2
}

.trumbowyg-textarea {
    position: relative;
    display: block;
    overflow: auto;
    border: none;
    white-space: normal;
    font-size: 14px;
    font-family: Inconsolata, Consolas, Courier, "Courier New", sans-serif;
    line-height: 18px
}

.trumbowyg-box.trumbowyg-editor-visible .trumbowyg-textarea {
    height: 1px!important;
    width: 25%;
    min-height: 0!important;
    padding: 0!important;
    background: 0 0;
    opacity: 0!important
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-textarea {
    display: block
}

.trumbowyg-box.trumbowyg-editor-hidden .trumbowyg-editor {
    display: none
}

.trumbowyg-box.trumbowyg-disabled .trumbowyg-textarea {
    opacity: .8;
    background: 0 0
}

.trumbowyg-editor[contenteditable=true]:empty:not(:focus)::before {
    content: attr(placeholder);
    color: #999;
    pointer-events: none
}

.trumbowyg-button-pane {
    width: 100%;
    min-height: 36px;
    background: #ecf0f1;
    border-bottom: 1px solid #d7e0e2;
    margin: 0;
    padding: 0 5px;
    position: relative;
    list-style-type: none;
    line-height: 10px;
    backface-visibility: hidden
}

.trumbowyg-button-pane::after {
    content: " ";
    display: block;
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #d7e0e2
}

.trumbowyg-button-pane .trumbowyg-button-group {
    display: inline-block
}

.trumbowyg-button-pane .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
    color: transparent
}

.trumbowyg-button-pane .trumbowyg-button-group:not(:empty)+.trumbowyg-button-group::before {
    content: " ";
    display: inline-block;
    width: 1px;
    background: #d7e0e2;
    margin: 0 5px;
    height: 35px;
    vertical-align: top
}

.trumbowyg-button-pane button {
    display: inline-block;
    position: relative;
    width: 35px;
    height: 35px;
    padding: 1px 6px!important;
    margin-bottom: 1px;
    overflow: hidden;
    border: none;
    cursor: pointer;
    background: 0 0;
    vertical-align: middle;
    transition: background-color 150ms, opacity 150ms
}

.trumbowyg-button-pane button.trumbowyg-textual-button {
    width: auto;
    line-height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.trumbowyg-button-pane.trumbowyg-disable button:not(.trumbowyg-not-disable):not(.trumbowyg-active),
.trumbowyg-disabled .trumbowyg-button-pane button:not(.trumbowyg-not-disable):not(.trumbowyg-viewHTML-button) {
    opacity: .2;
    cursor: default
}

.trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before,
.trumbowyg-disabled .trumbowyg-button-pane .trumbowyg-button-group::before {
    background: #e3e9eb
}

.trumbowyg-button-pane button.trumbowyg-active,
.trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
    background-color: #FFF;
    outline: 0
}

.trumbowyg-button-pane .trumbowyg-open-dropdown::after {
    display: block;
    content: " ";
    position: absolute;
    top: 25px;
    right: 3px;
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-top-color: #555
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button {
    padding-left: 10px!important;
    padding-right: 18px!important
}

.trumbowyg-button-pane .trumbowyg-open-dropdown.trumbowyg-textual-button::after {
    top: 17px;
    right: 7px
}

.trumbowyg-button-pane .trumbowyg-right {
    float: right
}

.trumbowyg-button-pane .trumbowyg-right::before {
    display: none!important
}

.trumbowyg-dropdown {
    width: 200px;
    border: 1px solid #ecf0f1;
    padding: 5px 0;
    border-top: none;
    background: #FFF;
    margin-left: -1px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 3px;
    z-index: 11
}

.trumbowyg-dropdown button {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    background: #FFF;
    padding: 0 10px;
    color: #333!important;
    border: none;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    transition: all 150ms
}

.trumbowyg-dropdown button:focus,
.trumbowyg-dropdown button:hover {
    background: #ecf0f1
}

.trumbowyg-dropdown button svg {
    float: left;
    margin-right: 14px
}

.trumbowyg-modal {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 520px;
    width: 100%;
    height: 350px;
    overflow: hidden;
    backface-visibility: hidden
}

.trumbowyg-modal-box {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 500px;
    width: calc(100% - 20px);
    padding-bottom: 45px;
    z-index: 1;
    background-color: #FFF;
    text-align: center;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, .2) 0 2px 3px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.trumbowyg-modal-box .trumbowyg-modal-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 15px 0 13px;
    display: block;
    border-bottom: 1px solid #EEE;
    color: #333;
    background: #fbfcfc
}

.trumbowyg-modal-box .trumbowyg-progress {
    width: 100%;
    height: 3px;
    position: absolute;
    top: 58px
}

.trumbowyg-modal-box .trumbowyg-progress .trumbowyg-progress-bar {
    background: #2BC06A;
    width: 0;
    height: 100%;
    transition: width 150ms linear
}

.trumbowyg-modal-box label {
    display: block;
    position: relative;
    margin: 15px 12px;
    height: 29px;
    line-height: 29px;
    overflow: hidden
}

.trumbowyg-modal-box label .trumbowyg-input-infos {
    display: block;
    text-align: left;
    height: 25px;
    line-height: 25px;
    transition: all 150ms
}

.trumbowyg-modal-box label .trumbowyg-input-infos span {
    display: block;
    color: #69878f;
    background-color: #fbfcfc;
    border: 1px solid #DEDEDE;
    padding: 0 7px;
    width: 150px
}

.trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
    color: #e74c3c
}

.trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-modal-box label.trumbowyg-input-error textarea {
    border: 1px solid #e74c3c
}

.trumbowyg-modal-box label.trumbowyg-input-error .trumbowyg-input-infos {
    margin-top: -27px
}

.trumbowyg-modal-box label input {
    position: absolute;
    top: 0;
    right: 0;
    height: 27px;
    line-height: 27px;
    border: 1px solid #DEDEDE;
    background: #fff;
    font-size: 14px;
    max-width: 330px;
    width: 70%;
    padding: 0 7px;
    transition: all 150ms
}

.trumbowyg-modal-box label input:focus,
.trumbowyg-modal-box label input:hover {
    outline: 0;
    border: 1px solid #95a5a6
}

.trumbowyg-modal-box label input:focus {
    background: #fbfcfc
}

.trumbowyg-modal-box .error {
    margin-top: 25px;
    display: block;
    color: red
}

.trumbowyg-modal-box .trumbowyg-modal-button {
    position: absolute;
    bottom: 10px;
    right: 0;
    text-decoration: none;
    color: #FFF;
    display: block;
    width: 100px;
    height: 35px;
    line-height: 33px;
    margin: 0 10px;
    background-color: #333;
    border: none;
    cursor: pointer;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif;
    font-size: 16px;
    transition: all 150ms
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
    right: 110px;
    background: #2bc06a
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
    background: #40d47e;
    outline: 0
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
    background: #25a25a
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
    color: #555;
    background: #e6e6e6
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,
.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
    background: #fbfbfb;
    outline: 0
}

.trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
    background: #d5d5d5
}

.trumbowyg-overlay {
    position: absolute;
    background-color: rgba(255, 255, 255, .5);
    height: 100%;
    width: 100%;
    left: 0;
    display: none;
    top: 0;
    z-index: 10
}

body.trumbowyg-body-fullscreen {
    overflow: hidden
}

.trumbowyg-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 99999
}

.trumbowyg-fullscreen .trumbowyg-editor,
.trumbowyg-fullscreen.trumbowyg-box {
    border: none
}

.trumbowyg-fullscreen .trumbowyg-editor,
.trumbowyg-fullscreen .trumbowyg-textarea {
    height: calc(100% - 37px)!important;
    overflow: auto
}

.trumbowyg-fullscreen .trumbowyg-overlay {
    height: 100%!important
}

.trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
    color: #222;
    fill: transparent
}

.trumbowyg-editor embed,
.trumbowyg-editor img,
.trumbowyg-editor object,
.trumbowyg-editor video {
    max-width: 100%
}

.trumbowyg-editor img,
.trumbowyg-editor video {
    height: auto
}

.trumbowyg-editor img {
    cursor: move
}

.trumbowyg-editor.trumbowyg-reset-css {
    background: #FEFEFE!important;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif!important;
    font-size: 14px!important;
    line-height: 1.45em!important;
    white-space: normal!important;
    color: #333
}

.trumbowyg-editor.trumbowyg-reset-css a {
    color: #15c!important;
    text-decoration: underline!important
}

.trumbowyg-editor.trumbowyg-reset-css blockquote,
.trumbowyg-editor.trumbowyg-reset-css div,
.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css p,
.trumbowyg-editor.trumbowyg-reset-css ul {
    box-shadow: none!important;
    background: 0 0!important;
    margin: 0 0 15px!important;
    line-height: 1.4em!important;
    font-family: "Trebuchet MS", Helvetica, Verdana, sans-serif!important;
    font-size: 14px!important;
    border: none
}

.trumbowyg-editor.trumbowyg-reset-css hr,
.trumbowyg-editor.trumbowyg-reset-css iframe,
.trumbowyg-editor.trumbowyg-reset-css object {
    margin-bottom: 15px!important
}

.trumbowyg-editor.trumbowyg-reset-css blockquote {
    margin-left: 32px!important;
    font-style: italic!important;
    color: #555
}

.trumbowyg-editor.trumbowyg-reset-css ol,
.trumbowyg-editor.trumbowyg-reset-css ul {
    padding-left: 20px!important
}

.trumbowyg-editor.trumbowyg-reset-css ol ol,
.trumbowyg-editor.trumbowyg-reset-css ol ul,
.trumbowyg-editor.trumbowyg-reset-css ul ol,
.trumbowyg-editor.trumbowyg-reset-css ul ul {
    border: none;
    margin: 2px!important;
    padding: 0 0 0 24px!important
}

.trumbowyg-editor.trumbowyg-reset-css hr {
    display: block;
    height: 1px;
    border: none;
    border-top: 1px solid #CCC
}

.trumbowyg-editor.trumbowyg-reset-css h1,
.trumbowyg-editor.trumbowyg-reset-css h2,
.trumbowyg-editor.trumbowyg-reset-css h3,
.trumbowyg-editor.trumbowyg-reset-css h4 {
    color: #111;
    background: 0 0;
    margin: 0!important;
    padding: 0!important;
    font-weight: 700
}

.trumbowyg-editor.trumbowyg-reset-css h1 {
    font-size: 32px!important;
    line-height: 38px!important;
    margin-bottom: 20px!important
}

.trumbowyg-editor.trumbowyg-reset-css h2 {
    font-size: 26px!important;
    line-height: 34px!important;
    margin-bottom: 15px!important
}

.trumbowyg-editor.trumbowyg-reset-css h3 {
    font-size: 22px!important;
    line-height: 28px!important;
    margin-bottom: 7px!important
}

.trumbowyg-editor.trumbowyg-reset-css h4 {
    font-size: 16px!important;
    line-height: 22px!important;
    margin-bottom: 7px!important
}

.trumbowyg-dark .trumbowyg-textarea {
    background: #111;
    color: #ddd
}

.trumbowyg-dark .trumbowyg-box {
    border: 1px solid #343434
}

.trumbowyg-dark .trumbowyg-box.trumbowyg-fullscreen {
    background: #111
}

.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
.trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
    text-shadow: 0 0 7px #ccc
}

@media screen and (min-width:0 \0) {
    .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
    .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
	color: rgba(20, 20, 20, .6)!important
    }
}

@supports (-ms-accelerator:true) {
    .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor *,
    .trumbowyg-dark .trumbowyg-box.trumbowyg-box-blur .trumbowyg-editor::before {
	color: rgba(20, 20, 20, .6)!important
    }
}

.trumbowyg-dark .trumbowyg-box svg {
    fill: #ecf0f1;
    color: #ecf0f1
}

.trumbowyg-dark .trumbowyg-button-pane {
    background-color: #222;
    border-bottom-color: #343434
}

.trumbowyg-dark .trumbowyg-button-pane::after {
    background: #343434
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty)::before {
    background-color: #343434
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-button-group:not(:empty) .trumbowyg-fullscreen-button svg {
    color: transparent
}

.trumbowyg-dark .trumbowyg-button-pane.trumbowyg-disable .trumbowyg-button-group::before {
    background-color: #2a2a2a
}

.trumbowyg-dark .trumbowyg-button-pane button.trumbowyg-active,
.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):focus,
.trumbowyg-dark .trumbowyg-button-pane button:not(.trumbowyg-disable):hover {
    background-color: #333
}

.trumbowyg-dark .trumbowyg-button-pane .trumbowyg-open-dropdown::after {
    border-top-color: #fff
}

.trumbowyg-dark .trumbowyg-fullscreen .trumbowyg-button-group .trumbowyg-fullscreen-button svg {
    color: #ecf0f1;
    fill: transparent
}

.trumbowyg-dark .trumbowyg-dropdown {
    border-color: #222;
    background: #333;
    box-shadow: rgba(0, 0, 0, .3) 0 2px 3px
}

.trumbowyg-dark .trumbowyg-dropdown button {
    background: #333;
    color: #fff!important
}

.trumbowyg-dark .trumbowyg-dropdown button:focus,
.trumbowyg-dark .trumbowyg-dropdown button:hover {
    background: #222
}

.trumbowyg-dark .trumbowyg-modal-box {
    background-color: #222
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-title {
    border-bottom: 1px solid #555;
    color: #fff;
    background: #3c3c3c
}

.trumbowyg-dark .trumbowyg-modal-box label {
    display: block;
    position: relative;
    margin: 15px 12px;
    height: 27px;
    line-height: 27px;
    overflow: hidden
}

.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span {
    color: #eee;
    background-color: #2f2f2f;
    border-color: #222
}

.trumbowyg-dark .trumbowyg-modal-box label .trumbowyg-input-infos span.trumbowyg-msg-error {
    color: #e74c3c
}

.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error input,
.trumbowyg-dark .trumbowyg-modal-box label.trumbowyg-input-error textarea {
    border-color: #e74c3c
}

.trumbowyg-dark .trumbowyg-modal-box label input {
    border-color: #222;
    color: #eee;
    background: #333
}

.trumbowyg-dark .trumbowyg-modal-box label input:focus,
.trumbowyg-dark .trumbowyg-modal-box label input:hover {
    border-color: #626262
}

.trumbowyg-dark .trumbowyg-modal-box label input:focus {
    background-color: #2f2f2f
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit {
    background: #1b7943
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:focus,
.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:hover {
    background: #25a25a
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-submit:active {
    background: #176437
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset {
    background: #333;
    color: #ccc
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:focus,
.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:hover {
    background: #444
}

.trumbowyg-dark .trumbowyg-modal-box .trumbowyg-modal-button.trumbowyg-modal-reset:active {
    background: #111
}

.trumbowyg-dark .trumbowyg-overlay {
    background-color: rgba(15, 15, 15, .6)
}

.trumbowyg-disabled {
    background-color: #ccc;
}

.breadcrumb li .uk-breadcrumb {
    margin-left: 0px!important;
}

.selection a {
    overflow-x: unset;
}

.selection_header {
    color: #00A6CF;
    font-weight: 500;
    font-size: 18px;
}

.complex_item {
    font-weight: normal;
    font-family: AvenirNextLTPro-Regular, sans-serif;
}

.auditorium_item {
    font-weight: normal;
    font-family: AvenirNextLTPro-Regular, sans-serif;
}

.m_width_400 {
    min-width: 400px;
}

.warranty_banner {
    background-color: #FF552B;
}

.warranty_banner p {
    color: #fff;
}

.warranty_banner a {
    color: #fff;
    font-weight: bold;
}

.date-picker-wrapper {
    z-index: 9999!important;
}

.select-wrapper:after {
    content: '\f0d7';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 3px;
    text-decoration: none;
    color: black;
}

.date-picker-wrapper .select-wrapper:hover {
    text-decoration: none!important;
}

.date-picker-wrapper .select-wrapper select {
    font-size: 11px!important;
    padding: 4px!important;
}

.nopaddingleft {
    padding-left: 0px;
}

.form-label-nopad {
    color: #939598;
    font-size: 14px;
    line-height: 32px;
    vertical-align: middle;
    display: inline;
}

.width100pc .selectize-input {
    width: 85%;
}

.width85pc {
    width: 85%;
}

.complex_override_row {
    padding-top: 5px;
    padding-bottom: 5px;
}

.nofloat {
    float: none;
}

.complex_override_titles {
    font-weight: bold;
    font-size: 13px;
    color: #939598;
}

#complex_override_list {
    margin-top: 20px;
}

#override_check_link {
    font-size: 10px;
}

#client_auditorium_limit {
    line-height: 21px;
    padding: 6px 8px;
    border: 1px solid #ccc;
    width: 50%;
}

#select_complex_override,
#select_complex_contract_dates,
#export_complex_contract_dates {
    margin-left: 5px;
    min-width: 80px;
    font-size: 11px;
}

.complex_override_row {
    line-height: 40px;
    /* padding: 0px; */
}

.complex_row,
.client_override_row {
    height: 40px;
}

.switch_with_select {
    line-height: 40px;
    padding-left: 0px;
    margin-top: 5px;
}

.phead {
    font-weight: normal;
    margin: 5px;
    font-size: 12px;
    color: #2d2d2d;
}

.phead a {
    font-weight: bolder;
    font-size: 10px;
}

.nomargin {
    margin: 0px!important;
}

.inlineoptions {
    font-size: 10px;
}

.inlineoptions_all_access {
    font-size: 12px;
    color: #00A6CF;
}

.calendar-container i.fullw {
    position: absolute;
    right: 25px;
    padding: 5px 8px;
    pointer-events: none;
}

.warning_banner {
    margin-top: 0px!important;
    margin-bottom: 20px!important;
}

.uk-alert p,
.uk-alert p i {
    color: white;
    font-size: 14px;
}

#main-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.center_mission {
    text-align: center;
    max-width: 100%;
    margin-left: 5%;
    margin-right: 2%;
    display: inline-block;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 13px;
    text-transform: uppercase;
    color: #00A6CF;
}

input#celledit {
    width: 50%;
    height: 15px;
    /* padding: 8px 10px; */
}


/* Calendar Overlap problem fix */

.calendar_spacer {
    height: 150px;
}

.demo_ent {
    line-height: 38px;
    font-weight: bold;
    color: #00A6CF;
}

.is_demo_switch {
    margin-top: 6px;
}

.is_demo_switch_top {
    margin-top: 10px;
}

.edit_services_button {
    padding: 5px;
}

#main-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.center_mission {
    text-align: center;
    width: 70%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 13px;
    text-transform: uppercase;
    color: #00A6CF;
}

.remote-btn {
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 20px;
    cursor: pointer;
    font-size: 15px;
}

.remote-btn img {
    width: 24px;
}

.remote-error {
    margin-left: 20px;
}

.remote-iframe-container {
    width: 800px;
    overflow: hidden;
    margin-left: 22%;
}

.remote-iframe-container iframe {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 20px;
}

.complex-remote-container .remote-iframe-container {
    width: 1415px;
    margin-left: 10%;
    margin-bottom: 10px;
}

.complex-remote-container .remote-label {
    margin: 12px 0 20px 20px;
    font-size: 12px;
    font-style: italic;
    display: block;
}

.finance_contract_inactive {
    background: #ffd5cb;
}

.finance_contract_expiring {
    background: #feffd9;
}

#set_all_complexes,
.set-all-client-complexes {
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
}

.download-btn-icon {
    color: #fff;
}

.user-mobile-number {
    padding-left: 40px;
}

.complex_overriden_label {
    color: #00A6CF;
    background: inherit;
    text-transform: uppercase;
    font-size: 10px;
}

.highlight_override {
    background-color: #ffffc3!important;
}

.uk-tab>li.uk-active>a.tab_title.highlight_override {
    background-color: #f1f1bf!important;
}

.cielo_blue {
    color: #00A6CF;
}

.alert_summary_inline_label {
    font-size: 15px!important;
    vertical-align: -3px!important;
    left: -4px!important;
}

.align_right {
    text-align: right;
}

#acceskey {
    background-color: #ebebe4;
    width: 330px;
}

.credits_table {
    border: 1px solid gray!important;
    background-color: #f2fdff!important;
}

.credits_table strong {
    color: #000!important;
}

#agreement ol {
    font-weight: bolder;
    font-size: 16px;
    color: #00A6CF;
}

#agreement p {
    padding-left: 30px;
}

strong.black {
    color: #000!important;
}

#agreement ul {
    font-weight: bolder;
    font-size: 16px;
    color: #00A6CF;
    list-style: none;
}

i.enable-disable-icon {
    font-size: 18px;
}

.submenu-image {
    margin-right: 10px;
}

#supersearch {
    color: #007A99;
    text-decoration: none;
    width: 80%;
    /*    margin: auto; */
    height: 30px;
    line-height: 20px;
    font-size: 18px;
    padding: 4px;
}

.ss_buttons {
    width: 15%;
    margin-left: 10px;
}

#supersearch-container {
    width: 100%;
    display: inline-flex;
}

#supersearch-results {
    margin-top: 25px;
}

#supersearch-results li {
    background-color: #00a6cf;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-decoration: none;
    list-style: none;
    margin-top: 10px;
    margin-right: 2%;
    /* margin-left: auto; */
    padding: 7px;
    width: 30%;
    border-radius: 5px;
    border: 1px solid #00a6cf;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
}

#supersearch-results li:hover {
    color: #00a6cf;
    background-color: #fff;
    cursor: pointer;
}

.mapboxgl-popup-content {
    background-color: white!important;
    border-radius: 8px!important;
    padding: 12px!important;
    box-shadow: 0 2px 7px 1px rgba(0, 0, 0, 0.3)!important;
    font-weight: 300!important;
    font-family: Roboto, Arial, sans-serif!important;
    font-size: 13px!important;
    overflow: hidden!important;
    min-width: 350px;
    max-width: 350px;
    font-family: Roboto, Arial, sans-serif!important;
}

.ad_client_select_form p {
    height: 2em;
    font-weight: bold;
    line-height: 2em;
}

.ad_client_select_form ul {
    list-style: none;
    border: 1px solid lightgray;
    height: 190px;
    overflow-y: auto;
    padding-left: 0px;
}

.ad_client_select_form li {
    line-height: 2em;
    padding: 5px;
    cursor: pointer;
}

.ad_client-select-buttons {
    width: 10%;
    padding: 0px;
}

.ad_client-select-buttons ul {
    list-style: none;
    height: 190px;
    text-align: center;
    vertical-align: middle;
    padding-left: 35px;
    border: none;
    margin-top: 80px;
}

.ad_client-select-buttons ul li button {
    background-color: #00A6CF;
    margin: 5px;
}

.ad_client-select-buttons ul li button i {
    color: #fff;
    margin-top: 4px;
}

.ad_client-select-buttons ul li button:hover i,
.ad_client-select-buttons ul li button:focus i {
    color: #00A6CF;
    margin-top: 4px;
}

.ad_client_select_form ul {
    scrollbar-face-color: #00A6CF;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}

.ad_client_select_form ul::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.ad_client_select_form ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ad_client_select_form ul::-webkit-scrollbar-thumb {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #00A6CF;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.complex-selected,
.client-selected,
.selected-complex-selected {
    background-color: #00A6CF;
    color: #fff;
}

.search-selected-hidden {
    display: none;
}

#available_complex_list .complex_client_name {
    display: none;
}

.searchbox {
    border-color: rgba(0, 0, 0, 0.12);
    line-height: 21px;
    padding: 6px 8px;
    border: 1px solid #ccc;
    margin-left: -5px;
    width: 96%;
}

.pct70 {
    width: 75%!important;
}

.pct30 {
    line-height: 31px;
    float: right;
}

@media only screen and (max-width:1410px) {
    .pct70 {
	width: 65%!important;
    }
}

#finance_message_txt {
    line-height: 21px;
    padding: 6px 8px;
    border: 1px solid #ccc;
    width: 100%;
}


/*
#127EAC
*/

.finance_edit_tab_content .loading {
    display: block!important;
}

.total_screens_sign {
    padding-top: 23px;
    font-weight: bold;
    color: #00a6cf!important;
}

.selectize-input>* {
    vertical-align: middle;
}

.selectize-input .item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
}


/* respnonsive */

.selectize-input {
    display: table !important;
    table-layout: fixed;
    width: 100%;
}

.selectize-input>* {
    vertical-align: middle;
}

.selectize-input .item {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80%;
}

a.action-button.has_complexes_no_delete i:hover {
    background-color: #eeeeee;
    color: #d32f2f;
}

a.action-button.has_complexes_no_delete i {
    background-color: #d32f2f;
}

.file_video_fields {
    width: 45%!important;
}

#capture_thumbnail {
    margin: auto;
}

#no_thumbnail_txt {
    width: 45%;
    margin: auto;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.uk-modal-body p {
    font-size: 14px;
    font-family: 'AvenirNextLTPro-Regular';
}

.ss_buttons {
    width: 10%;
    margin-left: 10px;
}

#supersearch-container {
    width: 100%;
    display: inline-flex;
}

#supersearch-results {
    margin-top: 25px;
}

#supersearch-results li {
    background-color: #fff;
    color: #00a6cf;
    font-size: 16px;
    text-decoration: none;
    list-style: none;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    padding: 7px;
    width: 92%;
    border-radius: 5px;
    border: 1px solid #00a6cf;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
}

#supersearch-results li:hover {
    color: #fff;
    background-color: #00a6cf;
    cursor: pointer;
}

#supersearch {
    width: 80%;
    padding: 0px;
    padding-top: 17px;
    height: 40px;
    text-indent: 10px;
}

.ss_buttons {
    width: 15%;
    margin-left: 10px;
}

#supersearch-container {
    width: 100%;
    display: inline-flex;
}

#supersearch-results {
    margin-top: 25px;
    width: 100%;
}

#supersearch-results li,
.set_complex_label,
.set_client_label {
    background-color: #00a6cf;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    text-decoration: none;
    list-style: none;
    text-align: center;
    margin-top: 10px;
    margin-right: 2%;
    /* margin-left: auto; */
    padding: 7px;
    width: 15%;
    border-radius: 5px;
    border: 1px solid #00a6cf;
    transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#supersearch-results li:hover {
    color: #ffffff;
    background-color: #00718c;
    cursor: pointer;
}

#supersearch-results li.red-bg {
    background: #FF552B;
    color: #fff;
}

.input-group {
    position: relative;
    display: inline-flex;
    width: 100%;
}

.ss_label {
    position: relative;
    left: 2px;
    top: 2px;
}

.ss_label_2 {
    position: relative;
    left: 50px;
    top: 2px;
}

.set_complex_label,
.set_client_label {
    width: 20%!important;
    margin-top: 9px!important;
    padding: 4px;
    margin-right: 9px;
    background-color: #037b99;
    font-weight: bold;
}

.set_complex_input {
    /*     padding-left:19%!important; */
}

#clear_label_c,
#clear_label_cl {
    display: none;
}

.set_complex_label>#clear_label_c,
.set_client_label>#clear_label_cl {
    display: inline-block;
    position: absolute;
    right: 4px;
    top: 4px;
    font-weight: bolder;
    cursor: pointer;
}

.set_complex_label>#clear_label_c i.material-icons,
.set_client_label>#clear_label_cl i.material-icons {
    color: white;
    font-size: 17px;
}

.supersearch_welcome_text {
    height: 18px;
    text-align: center;
    margin-top: 35px;
    color: #00a6cf;
}

.supersearch_welcome_text h4 {
    color: #00a6cf;
}

#search_icon {
    position: relative;
    left: 5px;
    width: 27px;
    height: 20px;
    display: inline-flex;
    top: 17px;
    /* transition: all 0.1s ease; */
}

#loaded_aud_name {
    margin-top: 50px;
    color: #00A6CF;
    text-align: center;
    font-family: AvenirNextLTPro-Bold, sans-serif;
    font-weight: 500;
    font-size: 25px;
}

.search_clear_aud,
.refresh_aud {
    cursor: pointer;
}

.search_clear_aud i,
.refresh_aud i {
    color: #00A6CF!important;
}

.noborder {
    border: 0px;
}

.ss_create_ticket {
    padding: 5px;
    background-color: #00A6CF;
    line-height: 18px;
    color: white;
    position: absolute;
    left: 75%;
    border-radius: 5px;
    display: inline-block;
    font-weight: 100;
}

.ss_create_ticket:hover {
    color: white;
}

.small_loader_ticket {
    height: 48px;
    width: 48px;
    float: right;
    /* background: url(../../assets/images/ring_2.svg) no-repeat scroll 50% 50% / 2em; */
    background: url("../../assets/images/spinner_90px.gif") no-repeat scroll 50% 50% / 2em;
    display: inline-block;
    position: absolute;
    left: 75%;
}

.app-remote-btn {
    line-height: 48px;
}

.remote_iframe {
    width: 90%;
    height: 90%;
    margin: auto;
}

h5#ss-remote-title {
    color: #00A6CF;
    text-align: center;
}

.remote-error-new {
    text-align: center;
}

.clear_text {
    font-size: 12px;
    line-height: 25px;
    vertical-align: middle;
    height: 25px;
    margin-left: -5px;
}

.iframe_container {
    min-height: 80%;
}

.ss_created_ticket {
    position: absolute;
    left: 75%;
}

.force_hidden {
    display: none!important;
}

.ss_create_ticket i {
    font-size: 16px;
    color: white;
    font-weight: normal;
    margin-right: 4px;
}

.inline {
    display: inline-block;
}

.force_inline {
    display: inline-block!important;
}

.ss-remote-btn {
    font-size: 13px!important;
    left: 50%!important;
    position: absolute;
    padding-top: 4px;
    line-height: 35px!important;
    float: right;
    margin: 10px 5px 0px 0px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    line-height: 20px;
    vertical-align: middle;
}

.ss-remote-button:hover {
    color: red;
}

.padding30 {
    padding-top: 0px!important;
    padding-bottom: 35px!important;
}

.toggle-switch-select-all,
.toggle-switch-unselect-all {
    cursor: pointer;
}

.margin-left-minus-100 {
    margin-left: -100px;
}

.margin-left-100 {
    margin-left: 100px;
}


/* Complex Attributes */

.attribute-selected,
.complex_group-selected {
    background-color: #00A6CF;
    color: #fff;
}

.attribute-select,
.complex_group-select {
    width: 40%;
}

@media (max-width: 800px) {
    .complex_group-select {
	width: 90%!important;
    }
    .ul-complex-complex_group-out {
	margin-top: 60px!important;
    }
    .complex_group-select ul {
	margin-top: 30px;
    }
    .complex_group-buttons ul {
	height: 40px!important;
	text-align: center!important;
	vertical-align: middle!important;
	margin: 10px!important;
	padding-left: 0px!important;
    }
    .complex_group-buttons {
	width: 100%!important;
    }
}

.attribute-select ul,
.complex_group-select ul {
    list-style: none;
    border: 1px solid lightgray;
    height: 240px;
    overflow-y: auto;
    padding-left: 0px;
}

.attribute-select li,
.complex_group-select li {
    line-height: 2em;
    padding: 5px;
    cursor: pointer;
}

.attribute-select p,
.complex_group-select p {
    height: 2em;
    font-weight: bold;
    line-height: 2em;
}

.attribute-buttons,
.complex_group-buttons {
    width: 10%;
    padding: 0px;
}

.attribute-buttons ul,
.complex_group-buttons ul {
    list-style: none;
    height: 240px;
    text-align: center;
    vertical-align: middle;
    padding-left: 35px;
    margin-top: 80px;
}

.attribute-buttons ul li button,
.complex_group-buttons ul li button {
    background-color: #00A6CF;
    margin: 5px;
}

.attribute-buttons ul li button i,
.complex_group-buttons ul li button i {
    color: #fff;
}

.attribute-buttons ul li button i:hover,
.attribute-buttons ul li button:hover i,
.attribute-buttons ul li button:focus,
.complex_group-buttons ul li button i:hover,
.complex_group-buttons ul li button:hover i,
.complex_group-buttons ul li button:focus {
    color: #00A6CF;
}

.msg_alert {
    color: red;
    font-size: 13px;
}

.delete_attribute,
.delete_complex_group {
    position: relative!important;
}

.attribute-delete-attr,
.complex_group-delete-cgroup {
    color: #FF552B;
    font-size: 20px!important;
}

.attribute-list-80,
.complex_group-list-80 {
    width: 90%;
    display: inline-block;
}

.attribute-list-5,
.complex_group-list-5 {
    width: 5%;
    display: inline-block;
}

.attribute-list li,
.complex_group-list li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    min-height: 40px;
    padding: 10px 4px;
    list-style: none;
}

#user_in_complex_group {
    font-weight: bold;
    height: 90px;
    line-height: 90px;
    color: #00a6cf;
}

#qr_generator #qr_card {
    width: 695px;
    height: 943px;
    padding: 0;
    margin: 0 auto;
    background-color: #00a6cf;
    font-family: 'Montserrat', sans-serif;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

#qr_generator #qr_card #card_header {
    font-size: 56px;
    font-family: 'Montserrat', sans-serif;
    padding: 40px 50px 35px 50px;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    height: 115px;
}

#qr_generator #qr_card #card_subheading {
    padding: 0px 60px;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    height: 140px;
}

#qr_generator #qr_card #card_qr_sample {
    text-align: center;
    padding: 50px 0px 75px 0px;
}

#qr_generator #qr_card #card_qrfooter {
    margin-top: 20px;
    margin-bottom: -40px;
}

#qr_generator #qr_card #card_qr_sample #card_qr_sample_container {
    padding: 5px;
    background: #ffffff;
    display: inline-block;
}

#qr_generator #qr_card #card_footer {
    padding: 30px 0px;
    background-color: #fff;
}

#qr_generator #qr_card #card_footer #card_company_logo {
    cursor: pointer;
    display: inline-block;
    padding-left: 30px;
    padding-right: 20px;
    position: relative;
    top: -45px;
    max-height: 200px;
    overflow: hidden;
    vertical-align: middle;
    width: 220px;
    text-align: center;
}

#qr_generator #qr_card #card_footer #card_company_logo img {
    max-height: 100px;
}

#qr_generator #qr_card #card_footer #card_zone {
    display: inline-block;
    padding-left: 20px;
    border-left: 1px solid #ccc;
    color: #00a6cf;
    font-weight: bold;
    font-size: 45px;
}

#qr_generator #qr_card #card_footer #card_zone_footer_text,
#qr_generator #qr_card #card_footer #card_zone_footer_url {
    width: 385px;
    font-size: 22px;
}

#qr_generator #qr_card .editable-element,
#qr_generator #qr_equipment .editable_element {
    border: none;
}

#qr_generator #qr_card .editable_element:hover,
#qr_generator #qr_equipment .editable_element:hover {
    border: 1px solid #ffa000;
}

#qr_generator .uk-button-large {
    min-height: 60px;
}

#qr_generator .uk-button.uk-active,
.uk-button:active,
#qr_generator .uk-button-group .uk-button:active,
.uk-button-group .uk-button:hover {
    background-color: #00A6CF;
    color: #fff;
}

#qr_generator .uk-form-horizontal .uk-form-label {
    font-weight: bold;
}

#qr_generator #qr_generator_template {
    position: absolute;
    top: 15px;
    left: 40%;
}

#qr_generator #qr_equipment {
    margin: 0 auto;
    text-align: center;
    padding: 15px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.5);
}

#qr_generator #qr_equipment #card_zone_number {
    font-weight: bold;
    font-size: 18px;
}

#qr_generator_actions {
    position: absolute;
    top: 50%;
    right: 0;
}

#qr_generator_actions .uk-icon-button {
    width: 75px;
    height: 75px;
    font-size: 38px;
    line-height: 75px;
}

#qr_generator_actions .uk-button {
    line-height: 45px;
}

#qr_generator #client_data .uk-table-striped tbody tr.headers {
    background: rgba(70, 179, 206, 1);
    color: #fff;
}

#qr_generator .pickr {
    display: inline-block;
}

#qr_generator .pickr .pcr-button {
    width: 60px;
    height: 60px;
    vertical-align: middle;
}

.table-bottom-tab {
    max-width: 5vw;
    padding: 1vw;
    background: #cbebf4;
    user-select: none;
    cursor: pointer;
    margin-right: 1vw;
    text-align: center;
    color: #4a4a4a;
}

.table-bottom-tab {
    max-width: 5vw;
    padding: 1vw;
    background: #cbebf4;
    user-select: none;
    cursor: pointer;
    margin-right: 1vw;
    text-align: center;
    color: #4a4a4a;
}

.table-bottom-tab:hover {
    background: #00a6cf;
    color: white;
}

.table-bottom-tab.active {
    background: #00a6cf;
    color: white;
}

.table-bottom-tab-disabled {
    max-width: 5vw;
    padding: 1vw;
    background: #e4eaec;
    user-select: none;
    cursor: not-allowed;
    margin-right: 1vw;
    text-align: center;
    color: #847d7d;
    border: 1px solid #dfdfdf;
}


/*color picker*/


/*! Pickr 1.5.1 MIT | https://github.com/Simonwep/pickr */

.pickr {
    position: relative;
    overflow: visible;
    transform: translateY(0)
}

.pickr * {
    box-sizing: border-box;
    outline: none;
    border: none;
    -webkit-appearance: none
}

.pickr .pcr-button {
    position: relative;
    height: 2em;
    width: 2em;
    padding: .5em;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    border-radius: .15em;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" stroke="%2342445A" stroke-width="5px" stroke-linecap="round"><path d="M45,45L5,5"></path><path d="M45,5L5,45"></path></svg>') no-repeat 50%;
    background-size: 0;
    transition: all .3s
}

.pickr .pcr-button:before {
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
    background-size: .5em;
    z-index: -1;
    z-index: auto
}

.pickr .pcr-button:after,
.pickr .pcr-button:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: .15em
}

.pickr .pcr-button:after {
    transition: background .3s;
    background: currentColor
}

.pickr .pcr-button.clear {
    background-size: 70%
}

.pickr .pcr-button.clear:before {
    opacity: 0
}

.pickr .pcr-button.clear:focus {
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .85), 0 0 0 3px currentColor
}

.pickr .pcr-button.disabled {
    cursor: not-allowed
}

.pcr-app *,
.pickr * {
    box-sizing: border-box;
    outline: none;
    border: none;
    -webkit-appearance: none
}

.pcr-app button.pcr-active,
.pcr-app button:focus,
.pcr-app input.pcr-active,
.pcr-app input:focus,
.pickr button.pcr-active,
.pickr button:focus,
.pickr input.pcr-active,
.pickr input:focus {
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .85), 0 0 0 3px currentColor
}

.pcr-app .pcr-palette,
.pcr-app .pcr-slider,
.pickr .pcr-palette,
.pickr .pcr-slider {
    transition: box-shadow .3s
}

.pcr-app .pcr-palette:focus,
.pcr-app .pcr-slider:focus,
.pickr .pcr-palette:focus,
.pickr .pcr-slider:focus {
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .85), 0 0 0 3px rgba(0, 0, 0, .25)
}

.pcr-app {
    position: fixed;
    display: flex;
    flex-direction: column;
    z-index: 10000;
    border-radius: .1em;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility 0s .3s;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
    box-shadow: 0 .15em 1.5em 0 rgba(0, 0, 0, .1), 0 0 1em 0 rgba(0, 0, 0, .03);
    left: 0;
    top: 0
}

.pcr-app.visible {
    transition: opacity .3s;
    visibility: visible;
    opacity: 1
}

.pcr-app .pcr-swatches {
    display: flex;
    flex-wrap: wrap;
    margin-top: .75em
}

.pcr-app .pcr-swatches.pcr-last {
    margin: 0
}

@supports (display:grid) {
    .pcr-app .pcr-swatches {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(auto-fit, 1.75em)
    }
}

.pcr-app .pcr-swatches>button {
    font-size: 1em;
    position: relative;
    width: calc(1.75em - 5px);
    height: calc(1.75em - 5px);
    border-radius: .15em;
    cursor: pointer;
    margin: 2.5px;
    flex-shrink: 0;
    justify-self: center;
    transition: all .15s;
    overflow: hidden;
    background: transparent;
    z-index: 1
}

.pcr-app .pcr-swatches>button:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
    background-size: 6px;
    border-radius: .15em;
    z-index: -1
}

.pcr-app .pcr-swatches>button:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: currentColor;
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: .15em;
    box-sizing: border-box
}

.pcr-app .pcr-swatches>button:hover {
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05)
}

.pcr-app .pcr-interaction {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 -.2em
}

.pcr-app .pcr-interaction>* {
    margin: 0 .2em
}

.pcr-app .pcr-interaction input {
    letter-spacing: .07em;
    font-size: .75em;
    text-align: center;
    cursor: pointer;
    color: #75797e;
    background: #f1f3f4;
    border-radius: .15em;
    transition: all .15s;
    padding: .45em .5em;
    margin-top: .75em
}

.pcr-app .pcr-interaction input:hover {
    -webkit-filter: brightness(.975);
    filter: brightness(.975)
}

.pcr-app .pcr-interaction input:focus {
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .85), 0 0 0 3px rgba(66, 133, 244, .75)
}

.pcr-app .pcr-interaction .pcr-result {
    color: #75797e;
    text-align: left;
    flex: 1 1 8em;
    min-width: 8em;
    transition: all .2s;
    border-radius: .15em;
    background: #f1f3f4;
    cursor: text
}

.pcr-app .pcr-interaction .pcr-result::-moz-selection {
    background: #4285f4;
    color: #fff
}

.pcr-app .pcr-interaction .pcr-result::selection {
    background: #4285f4;
    color: #fff
}

.pcr-app .pcr-interaction .pcr-type.active {
    color: #fff;
    background: #4285f4
}

.pcr-app .pcr-interaction .pcr-cancel,
.pcr-app .pcr-interaction .pcr-clear,
.pcr-app .pcr-interaction .pcr-save {
    width: auto;
    color: #fff
}

.pcr-app .pcr-interaction .pcr-cancel:hover,
.pcr-app .pcr-interaction .pcr-clear:hover,
.pcr-app .pcr-interaction .pcr-save:hover {
    -webkit-filter: brightness(.925);
    filter: brightness(.925)
}

.pcr-app .pcr-interaction .pcr-save {
    background: #4285f4
}

.pcr-app .pcr-interaction .pcr-cancel,
.pcr-app .pcr-interaction .pcr-clear {
    background: #f44250
}

.pcr-app .pcr-interaction .pcr-cancel:focus,
.pcr-app .pcr-interaction .pcr-clear:focus {
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .85), 0 0 0 3px rgba(244, 66, 80, .75)
}

.pcr-app .pcr-selection .pcr-picker {
    position: absolute;
    height: 18px;
    width: 18px;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pcr-app .pcr-selection .pcr-color-chooser,
.pcr-app .pcr-selection .pcr-color-opacity,
.pcr-app .pcr-selection .pcr-color-palette {
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    flex-direction: column;
    cursor: grab;
    cursor: -webkit-grab
}

.pcr-app .pcr-selection .pcr-color-chooser:active,
.pcr-app .pcr-selection .pcr-color-opacity:active,
.pcr-app .pcr-selection .pcr-color-palette:active {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.pcr-app[data-theme=nano] {
    width: 14.25em;
    max-width: 95vw
}

.pcr-app[data-theme=nano] .pcr-swatches {
    margin-top: .6em;
    padding: 0 .6em
}

.pcr-app[data-theme=nano] .pcr-interaction {
    padding: 0 .6em .6em
}

.pcr-app[data-theme=nano] .pcr-selection {
    display: grid;
    grid-gap: .6em;
    grid-template-columns: 1fr 4fr;
    grid-template-rows: 5fr auto auto;
    align-items: center;
    height: 10.5em;
    width: 100%;
    align-self: flex-start
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview {
    grid-area: 2/1/4/1;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: .6em
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-last-color {
    display: none
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color {
    position: relative;
    background: currentColor;
    width: 2em;
    height: 2em;
    border-radius: 50em;
    overflow: hidden
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
    background-size: .5em;
    border-radius: .15em;
    z-index: -1
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette {
    grid-area: 1/1/2/3;
    width: 100%;
    height: 100%;
    z-index: 1
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette {
    border-radius: .15em;
    width: 100%;
    height: 100%
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
    background-size: .5em;
    border-radius: .15em;
    z-index: -1
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser {
    grid-area: 2/2/2/2
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity {
    grid-area: 3/2/3/2
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser,
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity {
    height: .5em;
    margin: 0 .6em
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-picker,
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-picker {
    top: 50%;
    transform: translateY(-50%)
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider,
.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider {
    flex-grow: 1;
    border-radius: 50em
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider {
    background: linear-gradient(90deg, red, #ff0, #0f0, #0ff, #00f, #f0f, red)
}

.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider {
    background: linear-gradient(90deg, transparent, #000), url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 2 2"><path fill="white" d="M1,0H2V1H1V0ZM0,1H1V2H0V1Z"/><path fill="gray" d="M0,0H1V1H0V0ZM1,1H2V2H1V1Z"/></svg>');
    background-size: 100%, .25em
}

.form-field-noborder {
    line-height: 21px;
    padding: 6px 8px;
    float: right;
}

.uk-width-medium-6-10.form-field-noborder .switch {
    margin-top: 0px;
    margin-left: -11px;
}
.drawer {
    background-color: #ffff;
    border: solid 1px rgba(77, 77, 77, 0.02);
    box-shadow: 0 3px 10px 0 rgba(77, 77, 77, 0.15);
    position: fixed;
    right: 0;
    top: 0;
    transition: 800ms;
    width: 500px;
    z-index: 9999;
}

button#add-amplifier {
    background: #46b3ce none repeat scroll 0 0;
    color: #fff;
    display: table;
    margin: 100px auto 0;
    padding: 10px 50px;
    text-align: center;
    border: 0px;
    font-size: 18px;
    cursor: pointer;
    font-family: Arial;
}

button.remove-amplifier {
    float: right;
    background: #ff4d34;
    color: #fff;
    width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    font-family: Arial, sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.selectize-dropdown{
    top: 36px !important;
}

#upload-progress-bar {
    background-color: #1e87f0; /* theme color */
    transition: width 0.2s ease, background-color 0.3s ease;
}
