li.hi-logo.hidden-xs > a > img {
    margin-top: -20px;
}
.text-white {
    color: #d8dada !important;
}
.ellipsis {
    display      : inline-block;
    overflow     : hidden;
    max-width    : 100%;
    white-space  : nowrap;
    text-overflow: ellipsis;
}
.row-active > .card-header {
    padding: 10px !important;
}
.delete-cross {
    color: rgba(255,255,255,0.4);
}
.delete-cross:hover {
    color: rgba(255,255,255,1);
}
.modal .modal-footer .btn-link {
    font-size  : 14px;
    font-weight: 500;
    color      : rgba(255,255,255,0.7);
}
.modal .modal-footer .btn-link:hover {
    color           : rgba(0, 0, 0, 0.7);
    background-color: #eeeeee;
}
.noUi-tooltip {
    white-space: nowrap;
}
.noUi-handle-upper {
    background-color: #ef4140;
}
.noUi-handle-lower {
    background-color: #4caf50;
}
.noUi-horizontal .noUi-handle,
.noUi-vertical .noUi-handle {
    margin-left: 7px;
}
.noUi-value {
    position   : absolute;
    width      : 40px;
    text-align : center;
    white-space: nowrap;
}
.smart-schedule-card {
    min-height: 182px;
}
.list-group.lg-even-white .list-group-item:nth-child(even),
.list-group.lg-odd-white .list-group-item:nth-child(odd) {
    background-color: rgba(255,255,255,0.04);
}
.easy-pie .pie-title {
    position  : absolute;
    bottom    : 35px;
    left      : 1px;
    width     : 100%;
    text-align: center;
}
.easy-pie.main-pie .percent {
    font-size : 50px;
    margin-top: 46px;
    text-align: center;
}
.easy-pie .percent {
    font-weight: 300;
    line-height: 100%;
    position   : absolute;
    left       : 11px;
    width      : 100%;
}
.linear {
    -webkit-transition: all 0.2s linear !important;
    -moz-transition   : all 0.2s linear !important;
    -ms-transition    : all 0.2s linear !important;
    -o-transition     : all 0.2s linear !important;
}
.linear-slow {
    -webkit-transition: all 0.6s linear !important;
    -moz-transition   : all 0.6s linear !important;
    -ms-transition    : all 0.6s linear !important;
    -o-transition     : all 0.6s linear !important;
}
.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform   : rotate(90deg);
    -ms-transform    : rotate(90deg);
    -o-transform     : rotate(90deg);
}
.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform   : rotate(180deg);
    -ms-transform    : rotate(180deg);
    -o-transform     : rotate(180deg);
}
.profile-view .pv-header {
    position               : relative;
    width                  : 100%;
    height                 : 145px;
    background-image       : none;
    background-repeat      : no-repeat;
    background-position    : center;
    -webkit-background-size: cover;
    -moz-background-size   : cover;
    -o-background-size     : cover;
    background-size        : cover;
}
.main-header {
    font-size: 25px !important;
}
.show-body {
    font-size: 17px;
}
.launch-fab {
    line-height  : 42px;
    position     : absolute;
    right        : 16px;
    bottom       : -28px;
    width        : 60px;
    height       : 60px;
    padding      : 0;
    text-align   : center;
    border-radius: 50%;
}
.lg-fab {
    font-size    : 20px;
    line-height  : 22px;
    width        : 42px;
    height       : 42px;
    padding      : 0;
    text-align   : center;
    border-radius: 50%;
}
.card .card-header .btn-float {
    z-index: 1;
    right  : 10px;
    bottom : -20px;
}
.btn-float {
    line-height  : 46px!important;
    width        : 45px;
    height       : 45px;
    border-radius: 50%;
}
.btn-float i {
    font-size                  : 18px;
    transition                 : all;
    -webkit-transition-duration: 0.5s;
    transition-duration        : 0.5s;
}
.btn-wire {
    border       : 1px rgba(0, 0, 0, 0.75) solid;
    border-radius: 3px;
}
.btn-wire-info {
    border       : 1px #2196F3 solid;
    border-radius: 3px;
}
.btn-wire-info:hover {
    color           : #FFFFFF !important;
    background-color: #2196F3;
}
.os-main {
    position                   : absolute;
    bottom                     : -50px;
    left                       : 50%;
    width                      : 130px;
    height                     : 130px;
    margin-left                : -65px;
    -webkit-transition         : all;
    -o-transition              : all;
    transition                 : all;
    -webkit-transition-duration: 0.3s;
    transition-duration        : 0.3s;
    border-radius              : 50%;
}
.project-main {
    position                   : absolute;
    bottom                     : -60px;
    left                       : 50%;
    width                      : 130px;
    height                     : 130px;
    margin-left                : -65px;
    -webkit-transition         : all;
    -o-transition              : all;
    transition                 : all;
    -webkit-transition-duration: 0.3s;
    transition-duration        : 0.3s;
    border-radius              : 50%;
}
.inst-name {
    text-transform: uppercase;
}
.name-edit {
    cursor                     : pointer;
    -webkit-transition         : all;
    -o-transition              : all;
    transition                 : all;
    -webkit-transition-duration: 0.3s;
    transition-duration        : 0.3s;
    color                      : #333;
    background                 : #D8DADA;
    padding                    : 5px;
    border-radius              : 50%;
    min-width                  : 24px;
    text-align                 : center;

}
.name-edit:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.control-button {
    cursor                     : pointer;
    color                      : #333;
    background                 : #D8DADA;
    padding                    : 7px;
    border-radius              : 50%;
    min-width                  : 27px;
    text-align                 : center;

}
.control-button:hover {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.img-centre {
    display     : block;
    margin-right: auto;
    margin-left : auto;
}
.img-inactive {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.row-divider {
    box-shadow: inset 0 -2px 0 0 rgba(255, 255, 255, 0.1);
}
.os-border {
    border : 5px solid #333c42;
    background-color: #333c42;
}
.os-border .row-active {
    border-color: #ef4140;
}
.row-active {
    border       : 5px solid #ef4140 !important;
    border-radius: 2px;
}
.quick-select {
    border       : 5px solid #333c42;
    border-radius: 2px;
}
.panel-collapse .panel-heading .panel-header {
    font-size    : 1.2em;
    display      : block;
    margin-bottom: -7px;
    color        : #ffffff;
}
.bgm-light-grey {
    background-color: #333c42 !important;
}
.bgm-grey {
    background-color: #2b343a !important;
}
.bgm-lightest-grey {
    background-color: rgba(231, 234, 255, 0.13) !important;
}
.bgm-dark-grey {
    background-color: #1e262b !important;
}
.bgm-red {
    background-color: #ef4140 !important;
}
.card .storage {
    position     : relative;
    margin-bottom: 10px;
    background   : #2b343a;
}
.tab-nav li {
    font-size: 1.1em;
}
.f-em-2 {
    font-size: 2em !important;
}
.f-8 {
    font-size: 8px !important;
}
.f-10 {
    font-size: 10px !important;
}
.f-12 {
    font-size: 12px !important;
}
.f-14 {
    font-size: 14px !important;
}
.f-16 {
    font-size: 16px !important;
}
.f-18 {
    font-size: 18px !important;
}
.f-20 {
    font-size: 20px !important;
}
.f-24 {
    font-size: 24px !important;
}
.f-30 {
    font-size: 30px !important;
}
.f-40 {
    font-size: 40px !important;
}
.f-50 {
    font-size: 50px !important;
}
.f-60 {
    font-size: 60px !important;
}
.f-w-l {
    font-weight: lighter !important;
}
.f-w-n {
    font-weight: normal !important;
}
.f-w-b {
    font-weight: bold !important;
}
.max-w-60 {
    max-width: 60px;
}
.max-w-120 {
    max-width: 120px;
}
.max-h-110 {
    height: 110px;
}
.max-h-55 {
    height: 55px;
}
.tab-nav li > a:after {
    background: #ef4140;
}
.upper {
    text-transform: uppercase;
}
.pointer {
    cursor: pointer;
}
.pointer-disabled {
    cursor: not-allowed !important;
}
.ellipsis {
    overflow     : hidden;
    white-space  : nowrap;
    text-overflow: ellipsis;
}
.dark .bootstrap-tagsinput {
    padding         : 0;
    border          : none;
    background-color: transparent;
    box-shadow      : none;
}
.dark .bootstrap-tagsinput input {
    min-width  : 200px;
    line-height: 2.3;
}
.transition-arrow-down {
    margin-top : 25px;
    margin-left: 5px;
}
hr.opaque {
    border-top: 2px solid rgba(255,255,255,0.1);
}
/*--------------
sidebar
--------------*/
.side-bar-profile {
    position        : fixed;
    bottom          : 0;
    left            : 0;
    width           : 268px;
    background-color: #262e33;
}
.side-bar-profile > li {
    background-color: #262e33;
}
.main-menu-top {
    margin-bottom: 77px;
}
/**
 * fix for custom scrollbar
 * Not suitable globally- prefix with page class
 */
/*.mCustomScrollBox {
    margin-right : 10px;
}*/
.card-header-img {
    min-width: 42px;
    max-width: 42px;
}
.card .card-header .actions {
    position: absolute;
    z-index : 2;
    top     : 10px;
    right   : 10px;
}
.card-port {
    font-size       : 12px !important;
    padding         : 5px;
    white-space     : nowrap;
    color           : #d8dada !important;
    border-radius   : 3px;
    background-color: rgba(24, 29, 33, 0.44);
}
.card-port > img {
    margin-right: 2px;
    margin-top  : -2px;
    margin-left : -2px;
}
@media (min-width: 1580px) {
    #footer {
        padding-left: 268px !important;
    }
}
.modal-open[style] {
    padding-right: 0 !important;
}
.center {
    display: block !important;
    margin : auto;
}
.alert-warning {
    background-color: #ff9800!important;
}
/*sweet alert 2 changes*/
.swal2-modal {
    font-family: roboto, sans-serif;
    min-height : 0 !important;
}
.swal2-modal .swal2-title {
    font-size  : large;
    line-height: 25px;
}
.swal2-modal .swal2-spacer {
    height       : 15px;
    margin-top   : 5px;
    margin-bottom: 5px;
    color        : transparent;
    border       : 0;
}
.swal2-modal .swal2-loading::after {
    margin-left       : 10px !important;
    height            : 18px !important;
    width             : 18px !important;
    vertical-align    : -2px !important;
    border            : 3px solid #ffffff !important;
    border-right-color: transparent !important;
}
/**
 * growl css
 */
.growl-animated {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition   : all 0.5s ease-in-out;
    -ms-transition    : all 0.5s ease-in-out;
    -o-transition     : all 0.5s ease-in-out;
    transition        : all 0.5s ease-in-out;
}
.notification-container {
    position : fixed;
    z-index  : 1060;
    top      : 10px;
    right    : 0;
    bottom   : auto;
    left     : 0;
    width    : 80%;
    max-width: 400px;
    margin   : auto;
}
.notification-icon {
    background-color: rgba(0, 0, 0, 0.2);
}
.notification {
    font      : 14px Helvetica,sans-serif;
    position  : relative;
    overflow  : hidden;
    max-height: 800px;
    color     : #ffffff;
}
.notification-icon {
    position  : absolute;
    top       : 0;
    left      : 0;
    width     : 40px;
    height    : 100%;
    text-align: center;
    color     : rgb(255,255,255);
}
.notification-icon span {
    position: relative;
    top     : 5px;
}
.notification-title {
    font-weight   : bold;
    padding       : 10px 30px 5px 50px;
    text-transform: uppercase;
    word-break    : break-word;
}
.notification-message {
    padding   : 0 30px 10px 50px;
    word-break: break-word;
}
.alert {
    border: none;
}
/*=============================*/
/*PROJECT RELATED CSS*/
/*=============================*/
.project.card-body {
    min-height: 100px;
}
.new_project.toggle-switch .ts-label {
    min-width: 250px;
    max-width: 60%;
}
.new_project.input-lg {
    height    : 100%;
    min-height: 40px;
}
.new_project.card {
    background: rgba(51,60,66,1);
}
.new_project.jumbotron {
    background: #2b343a;
}
.project.tab-nav {
    display: table;
}
.project .tab-nav > li {
    display   : table-cell;
    width     : 25%;
    text-align: center;
}
.project .card {
    background: rgba(51,60,66,1);
}
.project .card-body .list-group {
    overflow-y: auto;
    max-height: 280px;
}
.project.tag {
    font-size    : 12px;
    float        : left;
    margin       : 6px 4px 4px 0;
    padding      : 5px 8px;
    color        : #d8dada;
    border       : 0;
    border-radius: 2px;
    background   : rgba(255,255,255,0.1);
    box-shadow   : none;
}
.bootstrap-tagsinput > .tag {
    font-size         : 12px;
    font-weight       : bold;
    text-transform    : uppercase;
    float             : left;
    height            : 26px;
    padding           : 7px 12px 7px 15px;
    display           : inline-block;
    -webkit-transition: 0.2s ease-out;
    transition        : 0.2s ease-out;
    border-radius     : 26px;
    margin            : 2px;
    box-shadow        : 0 5px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.project .search-choice-close {
    position    : relative;
    z-index     : 1;
    padding-left: 5px;
}
.project .search-choice-close:before {
    background: none;
}
.project.tag > span {
    padding-left: 5px;
}
.bootstrap-select > .btn > span.filter-option.pull-left {
    color: #d8dada;
}
select > option {
    color: #303030;
}
.project.easy-pie .percent {
    font-weight: 300;
    line-height: 100%;
    position   : absolute;
    left       : 0;
    width      : 100%;
}
.project.easy-pie .pie-title {
    position  : absolute;
    bottom    : -3px;
    left      : 0;
    width     : 100%;
    text-align: center;
}
.project#profile-main {
    min-height: 575px;
}
.select_project.contacts .c-footer > a {
    display      : block;
    width        : 100%;
    padding      : 7px 10px;
    text-align   : center;
    color        : inherit;
    border       : 0;
    border-radius: 0;
    background   : rgba(255,255,255,0.04);
}
.pa {
    position   : relative;
    width      : 250px;
    text-align : center;
    line-height: 250px;
    margin     : 0 auto;
}
.pa-img {
    margin       : 0 auto;
    border-radius: 50%;
    width        : 250px;
}
.pa-edit {
    position        : absolute;
    width           : 250px;
    height          : 250px;
    opacity         : 0;
    transition      : 0.5s ease;
    border-radius   : 50%;
    background-color: #000;
}
.pa a:active .pa-edit,
.pa a:focus .pa-edit,
.pa a:hover .pa-edit {
    cursor          : pointer;
    opacity         : 0.8;
    background-color: #222;
}
.pa-fluid {
    position   : relative;
    width      : 100%;
    text-align : center;
    line-height: 100%;
    margin     : 0 auto;
}
.pa-fluid-img {
    margin       : 0 auto;
    border-radius: 50%;
    width        : 100%;
}
.pa-fluid-edit {
    position        : absolute;
    width           : 100%;
    height          : 100%;
    opacity         : 0;
    transition      : 0.5s ease;
    border-radius   : 50%;
    background-color: #000;
    display         : flex;
    justify-content : center;
    align-items     : center;
}
.pa-fluid a:active .pa-fluid-edit,
.pa-fluid a:focus .pa-fluid-edit,
.pa-fluid a:hover .pa-fluid-edit {
    cursor          : pointer;
    opacity         : 0.8;
    background-color: #222;
}
/*=============================*/
/*LOGIN CSS*/
/*=============================*/
.login {
    cursor: pointer;
}
.login-block {
    display: flex;
}
.login-form {
    width : 70%;
    margin: auto;
}
.login-input {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius   : 2px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    box-shadow        : 0 0 0 1000px white inset !important;
}
.form {
    opacity: 100;
}
.logo {
    width        : 100%;
    margin-bottom: 10%;
}
.logo-md-r-b {
    position : fixed;
    right    : 25px;
    bottom   : 0;
    max-width: 220px;
}
.logo-sm-l-b {
    position : fixed;
    left     : 30px;
    bottom   : 0;
    max-width: 120px;
}
/* Top nav Login dropdown fix */
.dm-icon > a {
    padding: 10px 25px !important;
}
.dm-icon > a > .zmdi {
    width: 28px;
}
.lgi-img-div {
    width           : 45px;
    height          : 45px;
    margin-right    : 15px;
    padding         : 3px 0 3px 1px !important;
    border-radius   : 50%;
    background-color: #7a7a7a;
    box-shadow      : 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
}
.dropdown > a > img,
.dropdown > a > svg,
.lgi-img-div > img {
    display      : block;
    width        : 36px;
    height       : 36px;
    margin       : 0 auto;
    border-radius: 0;
}
/*=============================*/
/*TOP NAV CSS*/
/*=============================*/
.topnav.lg-body {
    overflow  : auto;
    min-height: 69px !important;
    max-height: 350px;
}
.topnav.lg-header {
    padding: 15px;
}
.topnav.lg-header > p {
    margin : 0;
    padding: 6px;
}
h4.text-uppercase:empty {
    width        : 100%;
    height       : 10px;
    border-radius: 5px;
    background   : #666666;
}
.hi-menu > li {
    vertical-align: middle;
    margin-left: -3px !important;
    margin-right: -3px !important;
}
/*=============================*/
/*Toggle CSS*/
/*=============================*/
.toggle-switch.disabled,
.toggle-switch.disabled > * {
    cursor : not-allowed;
    opacity: 0.6;
    filter : alpha(opacity=60);
}
.toggle-switch .ts-label {
    width: 100%;
}
/* Chart container sizing */
.flot-chart {
    height: 214px;
}
/* Croppie Image Rotate buttons */
.rotate {
    position: relative;
    top     : 40%;
}
/* Resize croppie container */
.croppie-container {
    height: 300px;
}
/* Croppie Image Grid */
.img-grid {
    overflow-y: scroll;
    height    : 220px;
}
.img-grid span {
    position           : relative;
    float              : left;
    width              : 119px;
    height             : 119px;
    margin             : 3px;
    background-repeat  : no-repeat;
    background-position: 50% 50%;
    background-size    : cover;
}
.mm-profile > a > img,
.mm-profile > a > svg,
.projectItems .lgi-img {
    box-shadow: 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
}
.mm-profile > a > svg {
    float: left;
}
/* camera icon placeholder for unselected crop image */
.cr-boundary {
    background-color: #7a7a7a;
}
.camera-placeholder i {
    position        : absolute;
    top             : 100px;
    transform       : translateX(-50%);
    color           : #1e262b;
    background-color: #7a7a7a;
    z-index         : 2;
}
/* global header image */
.header-img {
    height       : 63px;
    width        : 63px;
    border-radius: 50%;
    margin-left  : -22px;
    margin-right : 15px;
    box-shadow   : 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
}
/* typeahead */
.ta-menu {
    width: 100%;
}
.ta-dataset {
    border: transparent;
}
.ta-arrow {
    padding-top: 9px;
    color      : #d8dada;
    font-size  : 23px;
    visibility : hidden;
}
.media a:focus i,
.media a:hover i,
.ta-selectable .ta-arrow {
    visibility: visible;
}
.media-object,
.media-object img,
.overlay {
    width        : 64px;
    height       : 64px;
    border-radius: 50%;
}
.overlay {
    position        : absolute;
    top             : 0;
    left            : 0;
    margin          : 15px;
    opacity         : 0;
    transition      : 0.3s ease;
    background-color: #333;
    line-height     : 64px;
    text-align      : center;
}
.overlay:hover {
    opacity: 0.7;
    color  : white;
}
/* Search Page */
.machine-projects {
    padding: 5px 20px 20px;
}
.table-img {
    margin-left: -15px;
}
.table-img img {
    margin       : 2px;
    height       : 30px;
    width        : 30px;
    border-radius: 50%;
}
.table-row {
    vertical-align: middle !important;
}
.table-row a {
    color: #d8dada;
}
.table-row a:hover {
    text-decoration: underline;
}
.search-projects {
    margin-bottom: 30px;
}
.search-projects a {
    display   : block;
    text-align: center;
}
.search-projects a img,
.search-projects a svg {
    width        : 150px;
    height       : 150px;
    border-radius: 50%;
    box-shadow   : 0 2px 5px rgba(0,0,0,0.16), 0 2px 10px rgba(0,0,0,0.12);
}
.search-projects a:hover img,
.search-projects a:hover svg {
    box-shadow: 0 12px 15px rgba(0,0,0,0.24), 0 17px 50px rgba(0,0,0,0.19);
}
@media (min-width: 1580px) {
    .search-projects a img,
    .search-projects a svg {
        width : 175px;
        height: 175px;
    }
}
@media (min-width: 768px) {
    #projects {
        margin-left: 15px !important;
        margin-right: 15px !important;
    }
}
@media (max-width: 380px) {
    .search-projects a img,
    .search-projects a svg {
        width : 90px;
        height: 90px;
    }
    .search-projects a svg text {
        font-size: 4em;
    }
}
.search-projects a h4 {
    text-align: center;
    margin-top: 20px;
}
.search-input {
    background-color: white;
    border-radius   : 2px;
    max-width       : 700px;
    margin          : 0 auto;
}
.search-input .typeahead {
    padding: 0 10px 0 55px;
}
.search-input .s-icon {
    position   : absolute;
    width      : 45px;
    padding-top: 9px;
    text-align : center;
    font-size  : 23px;
    font-style : normal;
}
.search-input .s-icon,
.search-input .typeahead {
    color: #000000;
}
.search-input .typeahead::-webkit-input-placeholder {
    color: #666666;
}
.search-input .typeahead::-moz-placeholder {
    /* Firefox 19+ */
    color: #666666;
}
.search-input .typeahead:-ms-input-placeholder {
    /* IE 10+ */
    color: #666666;
}
.moreRes {
    text-align: right;
    width     : 100%;
}
/* End Search Page */
/*=============================*/
/*FAB CSS*/
/*=============================*/
.fab {
    position   : fixed;
    width      : 56px;
    height     : 156px;
    right      : 15px;
    bottom     : 15px;
    margin-left: -28px;
    z-index    : 3;
}
.fab:hover .fab-buttons {
    opacity   : 1;
    visibility: visible;
}
.fab:hover .fab-buttons__link {
    transform: scaleY(1) scaleX(1) translateY(-16px) translateX(0px);
}
.fab:hover {
    opacity         : 1;
    transform       : scale(1);
    transform-origin: right center 0;
    transition-delay: 0.1s;
}
.fab-action-button {
    position     : absolute;
    bottom       : 0;
    display      : block;
    width        : 56px;
    height       : 56px;
    border-radius: 50%;
    box-shadow   : 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    text-align   : center;
    color        : #fff;
}
.fab-action-button:active,
.fab-action-button:hover,
.fab-action-button:visited {
    color: #fff !important;
}
.fab .fa-circle-o-notch,
.fab:hover a i {
    transform         : rotate(0deg);
    -ms-transform     : rotate(0deg);
    -webkit-transform : rotate(0deg);
    -moz-transition   : 0.2s;
    -webkit-transition: 0.2s;
    -o-transition     : 0.2s;
    transition        : 0.2s;
    opacity           : 1;
    visibility        : visible;
}
.fab-action-button i {
    position    : absolute;
    margin-left : auto;
    margin-right: auto;
    left        : 0;
    right       : 0;
}
.fab a i {
    line-height       : 56px;
    font-size         : 25px;
    transform         : rotate(-90deg);
    -ms-transform     : rotate(-90deg);
    -webkit-transform : rotate(-90deg);
    -moz-transition   : 0.2s;
    -webkit-transition: 0.2s;
    -o-transition     : 0.2s;
    transition        : 0.2s;
    opacity           : 0;
    visibility        : hidden;
}
.fab .zmdi {
    transform         : rotate(0deg);
    -ms-transform     : rotate(0deg);
    -webkit-transform : rotate(0deg);
    -moz-transition   : 0.2s;
    -webkit-transition: 0.2s;
    -o-transition     : 0.2s;
    transition        : 0.2s;
    opacity           : 1;
    visibility        : visible;
}
.fab:hover .zmdi {
    transform         : rotate(90deg);
    -ms-transform     : rotate(90deg);
    -webkit-transform : rotate(90deg);
    -moz-transition   : 0.2s;
    -webkit-transition: 0.2s;
    -o-transition     : 0.2s;
    transition        : 0.2s;
    opacity           : 0;
    visibility        : hidden;
}
.fab-menu {
    min-width: 250px;
}
.fab-buttons {
    position  : absolute;
    left      : 0;
    right     : 0;
    bottom    : 50px;
    list-style: none;
    margin    : 0;
    padding   : 0;
    opacity   : 0;
    visibility: hidden;
    transition: 0.2s;
}
.fab-buttons__item {
    display   : block;
    text-align: center;
    margin    : 12px 0;
}
.fab-buttons__link {
    display           : inline-block;
    width             : 40px;
    height            : 40px;
    text-decoration   : none;
    background-color  : #ffffff;
    border-radius     : 50%;
    box-shadow        : 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    transform         : scaleY(0.5) scaleX(0.5) translateY(0px) translateX(0px);
    -moz-transition   : 0.2s;
    -webkit-transition: 0.2s;
    -o-transition     : 0.2s;
    transition        : 0.2s;
}
.fab-buttons__link i {
    line-height: 40px !important;
}
[data-tooltip]:before {
    top             : 50%;
    margin-top      : -11px;
    font-weight     : 600;
    border-radius   : 2px;
    background      : #585858;
    color           : #fff;
    content         : attr(data-tooltip);
    font-size       : 12px;
    text-decoration : none;
    visibility      : hidden;
    opacity         : 0;
    padding         : 4px 7px;
    margin-right    : 12px;
    position        : absolute;
    transform       : scale(0);
    right           : 100%;
    white-space     : nowrap;
    transform-origin: top right;
    transition      : all 0.1s cubic-bezier(.25, .8, .25, 1);
}
[data-tooltip]:hover:before {
    visibility      : visible;
    opacity         : 1;
    transform       : scale(1);
    transform-origin: right center 0;
}
/*chips css*/
.chip-click:hover:enabled {
    cursor          : pointer;
    box-shadow      : 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    background-color: #2196f3 !important;
}
.chip-click-red:hover:enabled {
    background-color: #ef4140 !important;
}
/*medium chip*/
.md-chip {
    display           : inline-flex;
    height            : 42px;
    padding           : 0;
    -webkit-transition: 0.2s ease-out;
    transition        : 0.2s ease-out;
    border-radius     : 42px;
    box-shadow        : 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.md-chip-img {
    float        : left;
    overflow     : hidden;
    width        : 42px;
    height       : 42px;
    border-radius: 50%;
    z-index      : 1;
}
.md-chip-img .md-chip-span {
    display: block;
    height : 42px;
}
,
.md-chip-img img,
.md-chip-img svg {
    height           : 42px;
    margin-left      : 21px;
    -webkit-transform: translate(-50%);
}
.md-chip-text {
    font-size  : 22px;
    font-weight: bold;
    display    : inline-block;
    float      : left;
    height     : 42px;
    padding    : 5px 18px 10px 10px;
    color      : rgba(255, 255, 255, 0.87);
}
/*small chip*/
.sm-chip {
    display           : inline-flex;
    height            : 32px;
    padding           : 0;
    -webkit-transition: 0.2s ease-out;
    transition        : 0.2s ease-out;
    border-radius     : 32px;
    box-shadow        : 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.sm-chip-img {
    float        : left;
    overflow     : hidden;
    width        : 32px;
    height       : 32px;
    border-radius: 50%;
    z-index      : 1;
}
.sm-chip-img .sm-chip-span {
    display: block;
    height : 32px;
}
.sm-chip-img img,
.sm-chip-img svg {
    height           : 32px;
    margin-left      : 16px;
    -webkit-transform: translate(-50%);
}
.sm-chip-text {
    font-size  : 14px;
    font-weight: bold;
    display    : inline-block;
    float      : left;
    height     : 32px;
    padding    : 7px 15px 6px 10px;
    color      : rgba(255, 255, 255, 0.87);
}
/*extra small chip*/
.xs-chip {
    display           : inline-flex;
    height            : 26px;
    margin            : 0 0 5px;
    padding           : 0;
    -webkit-transition: 0.2s ease-out;
    transition        : 0.2s ease-out;
    border-radius     : 26px;
    box-shadow        : 0 5px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    white-space       : nowrap;
}
.xs-chip-img {
    float        : left;
    overflow     : hidden;
    width        : 26px;
    min-width    : 26px;
    height       : 26px;
    border-radius: 50%;
    z-index      : 1;
    margin-left  : -1px;
}
.xs-chip-img .xs-chip-span {
    display: block;
    height : 26px;
}
.xs-chip-img img,
.xs-chip-img svg {
    height           : 26px;
    margin-left      : 13px;
    -webkit-transform: translate(-50%);
}
.xs-chip-text {
    font-size  : 12px;
    font-weight: bold;
    display    : inline-block;
    float      : left;
    height     : 26px;
    padding    : 5px 12px 5px 8px;
    color      : rgba(255, 255, 255, 0.87);
}
.particles-js-canvas-el {
    position: absolute;
}
/*minus margin global*/
.-m-0 {
    margin: -0 !important;
}
.-m-t-0 {
    margin-top: -0 !important;
}
.-m-b-0 {
    margin-bottom: -0 !important;
}
.-m-l-0 {
    margin-left: -0 !important;
}
.-m-r-0 {
    margin-right: -0 !important;
}
.-m-5 {
    margin: -5px !important;
}
.-m-t-5 {
    margin-top: -5px !important;
}
.-m-b-5 {
    margin-bottom: -5px !important;
}
.-m-l-5 {
    margin-left: -5px !important;
}
.-m-r-5 {
    margin-right: -5px !important;
}
.-m-10 {
    margin: -10px !important;
}
.-m-t-10 {
    margin-top: -10px !important;
}
.-m-b-10 {
    margin-bottom: -10px !important;
}
.-m-l-10 {
    margin-left: -10px !important;
}
.-m-r-10 {
    margin-right: -10px !important;
}
.-m-15 {
    margin: -15px !important;
}
.-m-t-15 {
    margin-top: -15px !important;
}
.-m-b-15 {
    margin-bottom: -15px !important;
}
.-m-l-15 {
    margin-left: -15px !important;
}
.-m-r-15 {
    margin-right: -15px !important;
}
.-m-20 {
    margin: -20px !important;
}
.-m-t-20 {
    margin-top: -20px !important;
}
.-m-b-20 {
    margin-bottom: -20px !important;
}
.-m-l-20 {
    margin-left: -20px !important;
}
.-m-r-20 {
    margin-right: -20px !important;
}
.-m-25 {
    margin: -25px !important;
}
.-m-t-25 {
    margin-top: -25px !important;
}
.-m-b-25 {
    margin-bottom: -25px !important;
}
.-m-l-25 {
    margin-left: -25px !important;
}
.-m-r-25 {
    margin-right: -25px !important;
}
.-m-30 {
    margin: -30px !important;
}
.-m-t-30 {
    margin-top: -30px !important;
}
.-m-b-30 {
    margin-bottom: -30px !important;
}
.-m-l-30 {
    margin-left: -30px !important;
}
.-m-r-30 {
    margin-right: -30px !important;
}
.checkbox-success input:checked+.input-helper:before {
    background-color: #4caf50;
}
.checkbox-success input:checked+.input-helper:before,
.radio-success input:checked+.input-helper:before {
    border-color: #4caf50;
}
/*
Feedback Stuff
 */
.btn.feedback {
    position: fixed;
    right   : 0;
    bottom  : 0;
}
.rating {
    width : 200px;
    height: 40px;
    margin: 0 auto;
}
.rating label {
    float   : right;
    position: relative;
    width   : 40px;
    height  : 40px;
    cursor  : pointer;
}
.rating label:not(:first-of-type) {
    padding-right: 2px;
}
.rating label:before {
    content    : '\2605';
    font-size  : 42px;
    color      : #cccccc;
    line-height: 1;
}
.rating input {
    display: none;
}
.rating input:checked ~ label:before,
.rating:not(:checked) > label:hover ~ label:before,
.rating:not(:checked) > label:hover:before {
    color: #f9df4a;
}
/* Remove white border from preloaders */
.li-loader {
    border: none;
}
.plc-path {
    stroke-width: 4px;
}
/* Storage table */
tbody tr.selected {
    background-color: #333c42 !important;
}
#machine-table td {
    vertical-align: middle !important;
}
#audit-table td {
    vertical-align: middle !important;
}
#grid-buckets td {
    vertical-align: middle !important;
}
.table.dataTable {
    margin-top   : 0 !important;
    margin-bottom: 0 !important;
}
/* Align header sort icon */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    bottom: 14px !important;
}
table.dataTable td.select-checkbox,
table.dataTable th.select-checkbox {
    position     : relative;
    min-height   : 18px;
    margin-bottom: 0;
    font-weight  : 400;
    cursor       : pointer;
}
table.dataTable td.select-checkbox:after,
table.dataTable td.select-checkbox:before,
table.dataTable th.select-checkbox:after,
table.dataTable th.select-checkbox:before {
    display      : block;
    content      : "";
    position     : absolute;
    top          : 1.2em;
    width        : 17px;
    height       : 17px;
    border-radius: 2px;
}
table.dataTable td.select-checkbox:before,
table.dataTable th.select-checkbox:before {
    border: 2px solid rgba(255,255,255,.4);
}
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
    text-align      : center;
    content         : '\f26b';
    font-family     : Material-Design-Iconic-Font;
    position        : absolute;
    font-size       : 13px;
    color           : #2b343a;
    font-weight     : 700;
    background-color: #D8DADA;
    border-color    : #D8DADA;
}
.select-loader {
    position : absolute;
    font-size: 1.4em;
}
.table-filter {
    max-width : 220px;
    margin-top: -2px;
}
.table-filter input {
    margin-top: -2px;
}
.dataTables_filter,
.dataTables_info,
.dataTables_length,
.dataTables_paginate {
    padding: 10px 25px !important;
}
.pagination {
    margin: 0 !important;
}
.dataTables_paginate {
    text-align: center !important;
}
.dataTables_length {
    text-align: right !important;
}
@media screen and (max-width: 767px) {
    .dataTables_info,
    .dataTables_length {
        text-align: center !important;
    }
}
.dataTables_length select {
    width: 30px !important;
}
.dataTables_length .form-control {
    display: inline;
}
.dataTables_filter {
    text-align: left !important;
}
.dataTables_filter input,
.dataTables_filter label {
    width: 95% !important;
}
.snapshotMenu {
    min-width: 180px;
}
.changeInstanceMd {
    color: rgba(255, 255, 255, 0.7);
}
.card-rename > .name-edit {
    display : block;
    position: relative;
    top     : -22px;
}
.card-rename > .name-edit {
    position: absolute;
    top     : 15px;
    right   : 15px;
}
.card-rename > .name-edit-controls {
    position: absolute;
    right   : 25px;
}
.card-resize {
    min-width: 230px;
}
.roninloader img {
    position   : absolute;
    top        : 50%;
    left       : 50%;
    width      : 300px;
    margin-top : -150px;
    margin-left: -150px;
}
.c-overflow,
.c-overflow-table {
    overflow: auto;
}
html {
    overflow  : scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width     : 7px;
    background: rgba(255, 255, 255, 0.0);
}
::-webkit-scrollbar:horizontal {
    height    : 7px;
    background: rgba(255, 255, 255, 0.0);
}
::-webkit-scrollbar-thumb {
    background   : rgba(255,255,255,.1);
    border-radius: 5px;
}
.fg-float .fg-toggled .fg-label {
    opacity: 1.0;
}
.break-wrap {
    word-wrap: break-word;
}
.input-group-dark,
.modal-search {
    background-color: rgba(0,0,0,.1);
    border-radius   : 50px;
}
.input-group-dark input,
.input-group-dark span {
    color: #333;
}
.input-group-dark input::placeholder {
    color: #aaa;
}
.modal-search .zmdi {
    font-size : 22px;
    margin-top: -2px;
}
.modal-search .form-control {
    border-bottom: none;
}
.img-card-responsive {
    width:100%;
    height:100%;
}
.card-port > svg {
    position: relative;
    top: 3px;
    left: -2px;
    margin-top: -4px;
}
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}
.progress-btn {
    position: absolute;
    margin: -8px 0;
    left: 0%;
}
.progress-btn i {
    color: #333333
}
.bootstrap-datetimepicker-widget table td span {
    color:#333;
}
#chat {
    width:380px;
    right:-400px;
}
