﻿@charset "utf-8";

body {
    overflow: hidden;
    color: #fff;
    background-color: #103146;
}

input[type="text"], input[type="password"], input[type="tel"], input[type="email"] {
    border: 1px solid #515151;
    color: #FFF;
    background-color: #222222;
}

#portal {
    position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; overflow: hidden;
}

#header {
    position: absolute; top: 0px; left: 0px; right: 0px; height: 49px; border-bottom: 1px solid #383838; background-color: #103146;
}

#header .menu {
    position: absolute; right:0px; top:0px; height: 55px; width: 250px; 
}

#content {
    position: absolute; top: 49px; left:0px; right:0px; bottom:0px;background-color: #333333;

}

iframe {
    padding: 7px !important;
}

#login-error {
    padding: 15px 0px 0px 0px;
    text-align: center;
    color: #FFF;
}

#recover-error {
    padding: 0px 0px 0px 0px;
    text-align: center;
    color: #FFF;
}

#recoverMessage {
    color: #FFF;
}

.sidebar {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 200px;
    background-color: #222222;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.sidebar-head {
    position: absolute;
    top: 0px;
    left:0px;
    right: 0px;
    height: 40px;
    border-bottom: 1px solid #333333;
}

.sidebar-body {
    position: absolute;
    top: 1px;
    left:0px;
    bottom: 41px;
    right: 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

.sidebar-foot {
    position: absolute;
    right: 0px;
    left:0px;
    bottom: 0px;
    height: 40px;
    border-top: 1px solid #333333;
    background-color: #252525;
}

.small { 
    width:45px; 
} 
.smalllabel {
    width:0px;
}
.large { 
    width:250px; 
}

.search_button {
    color: #FFF;
}

.plugin {
    display: inline-block;
    position: relative;
    line-height: 3em;
    width: 200px;
    cursor: pointer;
    border-bottom: 1px solid #333333;
}
.plugin-header {
    display: inline-block;
    position: relative;
    line-height: 3em;
    width: 200px;
    cursor: default;
    border-bottom: 1px solid #333333;
}
.plugin-header:hover {
    background-color: #222222;
}

.plugin:hover {
    background-color: #333333;
}
.plugin .icon {
    width: 40px;
    font-size: 13pt;
    text-align: center; 
    line-height: 2em;
    float:left;
}

.plugin .label {
    font-size: 9pt;
    text-align: left; 
    line-height: 3em;
    float:left;

    color: #ffffff;
}

.tabs {
    position: absolute;
    left: 202px;
    right: 0;
    height: 28px;
    background-color: #222222;
    border-bottom: 1px solid #666666;
}

.tabs .tab {
    line-height: 2em;
    padding: 0 1em;
    display: inline-block;
    background-color: #000000;
    border-right: 1px solid #444444;
    height: 27px;
    color: #666666;
}
.tabs .tab.active {
    background-color: #252525;
    border-color: #666666;
    border-left: 1px solid #666666;
    color: #ffffff;
    height: 28px;
}
.tabs .tabelement:nth-child(2) {
    border-left: none;
}

.tabs .tabClose {
    color: #666666;
}
.tabs .tabClose:hover {
    color: #ffffff;
}

.tabs .closeAllTabs {
    line-height: 2em;
    padding: 0 1em;
    display: inline-block;
    height: 27px;
    background-color: #222222;
    color: #888888;
}
.tabs .closeAllTabs:hover {
    background-color: #252525;
    color: #ffffff;
}

.windows {
    position: absolute;
    top: 28px;
    bottom: 0px;
    right: 0px;
    transition:all 0.2s linear;
    left: 201px;
    white-space: nowrap; /* important */
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: #222222;
    font-size: 0;
}

.minmisedBlade {
    background-color: #222222;
}

.winscr {
        position: relative;

        background: red;
        height: 100%; display: inline-block;
        left:0px;
}
.scrollr {

    position: absolute;
    height:20px;
    bottom: 0px;
    right: 0px;
    left: 201px;
}
.left46 { left:47px } 


.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: .5s;
}





.menuicon {
    font-size: 20pt;
    width: 60px;
    line-height:60px;
    vertical-align: middle;
    text-align: center;
}


.sidebar ul {
    list-style-type: none;  padding: 0; width:200px;
}
.sidebar li {
    margin: 0px 0px 10px 0px; border-bottom: 1px solid #383838;
}

.sidebar ul li a  {
    text-decoration: none; color: #FFF;  display:block; cursor: pointer;
}

.sidebar ul li a .icon {
    width: 40px;
    font-size: 12pt;
    display: inline-block;
    text-align: center; 
    line-height: 30px;
    overflow:hidden;

}
.sidebar ul li a .label {
        width: 150px;
    display: inline-block;
    clear: both;
    text-align: left; 
    overflow:hidden;
    line-height: 30px;
    white-space:nowrap;    
    font-size: 9pt    
}
 


.sidebar ul li a:visited {
    color: white;
}
 
.sidebar ul li a:hover, .sidebar ul li .current {
    color: #fff; background-color: #383838; 
}


.plugin-header>input {
    background-color: transparent;
    width: 150px;
    border: none;
    color: #fff;
    float: left;
    margin-left: 0px;
    line-height: 3em;
    height: 2.5em;
    vertical-align: middle;
    font-weight: normal;
    color: #179CDF;
}

.plugin-delete {
    display: none;
    color: #fff;
    float: right;
    padding-right: 1.5em;
    cursor: pointer;
    line-height: 3em;
    height: 2em;
}

.visible {
    visibility: visible;
}

.hidden {
    visibility:hidden;
}

.modal {
    position: absolute; top:0px; left:0px; right:0px; bottom: 0px; background-color: #000;  opacity: 0.5; z-index: 5999; overflow:hidden;
}

.page {
    position:absolute; top:0px; left:0px; bottom: 0px; right: 0px; background-color: #252525; z-index: 100;
}



.blade {
      height: 100%; background-color: #252525;  display: inline-block; position: relative;  border-left: 1px solid #383838;
}

.blade .head {
    position:absolute; top:0px; left:0px; right: 0px; height: 41px; border-bottom: 1px solid #383838; line-height: 41px;
}

.blade .head .icon {
    font-size: 12pt;
    color: #B8D432;
    margin-left: 20px;
    vertical-align:middle;
}
.blade .head .title {
    padding-left: 10px;
    font-size: 10pt;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 12em);
}

.blade .head .blade_icon  {
    font-size: 14pt; color: #616161; margin: 5px; padding:5px 0px; cursor: pointer;
}
.blade .head .blade_icon:hover {
    color:#ffffff;
}
.blade .head .blade_icon.active {
    color:#ffffff;
}

.minimisedBlade {
    background-color: #252525;
    border-left: 1px solid #383838;
}
.minimisedBlade .blade_icon  {
    font-size: 12pt; color: #616161; margin: 5px; padding:5px 0px; cursor: pointer;
}
.minimisedBlade .blade_icon:hover {
    color:#ffffff;
}

.blade .menu {
    position:absolute; top:42px; left:0px; right: 0px; height: 60px; border-bottom: 1px solid #383838; padding-left:20px;
}
.blade .menu-body {
    position:absolute; top:103px; left:0px; right: 0px; bottom:0px; overflow-y: auto;
}

.blade .find {
    position:absolute; top:131px; left:20px; right: 20px; height: 30px; 
}

.blade .list {
    position: absolute; top: 180px; left: 20px; right: 20px; bottom: 35px;
}

.blade .info {
    position: absolute; top: 0px; left: 0px; right: 0px; height: 200px;
}

.blade .view {
    position: absolute; top: 110px; left: 0px; right: 0px; bottom: 0px; overflow-y: auto; padding-left:20px; padding-right: 20px; padding-bottom:20px;
}
.blade .info{
    position: absolute; top: 110px; left: 0px; right: 0px; height: 150px; border-bottom: 1px solid #383838;
}


.blade .viewgrid {
    position: absolute; top: 440px; left: 0px; right: 0px; bottom: 0px; 
}
.blade .grid {
    position: absolute; top: 125px; left: 20px; right: 20px; bottom: 20px; overflow: hidden;
}

.blade .foot {
    position: absolute; bottom: 0px; left: 0px; right: 0px; height: 100px; border-top: 1px solid #383838;
}

.blade .grid-footer {
    position: absolute;
    bottom: 0.5em;
    left: 0.5em;
    right: 0.5em;
    border: 1px solid #515151;
    padding: 0.25em 1em;
}



.icon-list  {
    list-style-type: none; padding: 0; width:100%
}
.icon-list li {
    margin: 0px 0px 0px 0px; border-bottom: 1px solid #383838;
}

.icon-list li h1 {
    margin-top: 25px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 8pt;
    /*font-weight: 700;*/
    vertical-align: baseline;
    border-bottom: 1px solid #383838;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
    pointer-events: none; 
}
.icon-list li a  {
    text-decoration: none; color: #FFF;  display:block; cursor: pointer; width: 100%
}

.icon-list li a .icon {
    width: 30px;
    font-size: 12pt;
    display: inline-block;
    text-align: center; 
    line-height: 35px;
    overflow:hidden;

}
.icon-list li a .text {
    display: inline-block;
    text-align: left; 
    overflow:hidden;
    line-height: 35px;
    white-space:nowrap;        
    font-size: 9pt;
    color: #fff;
    float: left;
    width: 60px;
}

.icon-list li a .text.radio_button {
    color: #bbb;
}

.icon-list li a:hover {
    color: #fff; background-color: #505050; 
}
.icon-list li.current {
    background-color: #000 !important;
}

.favourite {
    color: #FFFF00;
}
.notfavourite{
    color : #787878;
}

.active {
    color: #B8D432;
}
.inactive{
    color : #616161;
}
.blade h1 {
    margin-top: 25px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 8pt;
    /*font-weight: 700;*/
    vertical-align: baseline;
    border-bottom: 1px solid #383838;
    text-transform: uppercase;
    letter-spacing: 0.5pt;
}


.blade .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 60px;
}
.blade .menu ul li {

    display: inline-block;
    width: 60px;
    height: 60px;
    cursor: pointer;
}

.blade .menu ul li i {
    text-align:center;
    font-size: 13pt;
    width: 60px;
    padding-top: 10px;
    color: #fff;
}
.blade .menu ul li  p {
    text-align:center;
    font-size: 9pt;
    width: 60px;
    padding-top: 10px;
    color: #fff;
}

.blade .menu ul li:hover {
    background-color: #515151;
}

.blade .menu ul li.active {
    border-left: 1px solid #252525;
    background-color: #515151;
}
.blade .menu ul li.active.borderRight {
    border-right: 1px solid #252525;
}


.disabled {
    color: #9C9C9C !important;
    pointer-events:none; 
    opacity:0.6;         
}
.blade-child {
    height: 100%; background-color: #252525;  display: inline-block; position: relative;  border-left: 1px solid #383838;
}

.blade-child .head {
  position:absolute; top:0px; left:0px; right: 0px; height: 49px; border-bottom: 1px solid #383838;
}

.blade-child .menu {
    position:absolute; top:61px; left:0px; right: 0px; height: 60px; border-bottom: 1px solid #383838;
}

.blade-child .find {
    position:absolute; top:131px; left:20px; right: 20px; height: 30px; 
}

.blade-child .list {
  position: absolute; top: 180px; left: 20px; right: 20px; bottom: 20px; 
}

.blade-form {
    /*padding-right: 8px;*/
}
.blade-form p {
  color: #EFEFEF; font-size: 8pt; vertical-align: baseline; margin-top: 10px; line-height: 14pt;
}

.blade-form h1 {
    margin-top: 25px;
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: #00BCF2;
    font-size: 8pt;
    /*font-weight: bold;*/
    vertical-align: baseline;
    border-bottom: 1px solid #383838;
    text-transform: uppercase;
}


.page .head {
    position:absolute; top:0px; left:0px; right: 0px; height: 49px; border-bottom: 1px solid #383838;
}

.page .menu {
    position:absolute; top:61px; left:0px; right: 0px; height: 60px; border-bottom: 1px solid #383838;
}

.page .find {
    position:absolute; top:131px; left:20px; right: 20px; height: 30px; 
}

.page .list {
    position:absolute; top:180px; left:20px; right: 20px; bottom: 20px; 
}



.page-dialog  {
    z-index: 6000;
}
.page-dialog .head {
    position: absolute; top: 0px; left: 0px; right:0px; height: 44px; background-color:#9cc65e;
}
.page-dialog .head .title {
    position: absolute; left: 0px; top: 0px;line-height: 44px; right:0px; height:44px; vertical-align: middle; color: #fff; text-align: center; font-size: 10pt;
}
.page-dialog .body {
    position: absolute; top: 44px; left: 0px; right:0px; bottom: 0px; background-color:#fff;
}



.jqx-grid-cell
{
    border-right-color: transparent !important;
} 

.jqx-grid-column-header-azure {
    border-right-color: transparent !important;
    text-transform: uppercase;

}


@keyframes normalNavigationBar {

    from {
            width: 45px;
        }
    to {
        width: 200px;
    }

}
@keyframes normalNavigationBarLabel {

    from {
            width: 0px;
            display: block;
        }
    to {
        width: 150px;
        
    }

}

.normalNavigationBar {
    animation: normalNavigationBar 0.2s linear;
    animation-fill-mode: forwards;
}

.normalNavigationBarLabel {
    animation: normalNavigationBarLabel 0.2s linear;
    animation-fill-mode: forwards;
}


@keyframes compactNavigationBar {

    from {
            width: 200px;
        }
    to {
        width: 45px;
    }

}
@keyframes compactNavigationBarLabel {

    from {
            width: 150px;
        }
    to {
        width: 0px;
        display: none;
    }

}

.compactNavigationBar {
    animation: compactNavigationBar 0.2s linear;
    animation-fill-mode: forwards;
}

.compactNavigationBarLabel {
    animation: compactNavigationBarLabel 0.2s linear;
    animation-fill-mode: forwards;
}


.animate-page-slideFromLeft {
    -webkit-animation: slideFromLeft  0.75s ease;
    animation: slideFromLeft  0.75s ease;
}

@-webkit-keyframes slideFromLeft {
    from { -webkit-transform: translateX(-100%); }
}
@keyframes slideFromLeft {
    from { transform: translateX(-100%); }
}


.animate-page-slideParentFromRight {
    -webkit-animation: slideParentFromRight 1.75s ease;
    animation: slideParentFromRight 1.75s ease;
}
    
@-webkit-keyframes slideParentFromRight {
    from { -webkit-transform: translateX(-100%); }
}
@keyframes slideParentFromRight {
    from { transform: translateX(-100%); }
}    




.jqx-validator-error-label {
    font-size: 8pt;
}

.blade-question-icon {
    font-size: 50pt !important;
    color: #B8D432;
}

.blade-question {
    font-size: 9pt;
    color: #fff;
    line-height: 25px;
    margin: 10px;
    white-space: normal;
    text-align: center;
}


/* Time Restriction Editor */

.trt {
    width: 100%; border-collapse: separate; border-spacing: 1px; background-color: #383838;
}
.tc {
    width: 17px;
    height: 10px;
    background-color: #252525;
}
.tch {
    font-size: 7pt;
    color: #fff;
    vertical-align: middle;
    width: 17px;
    height: 10px;
    background-color: #252525;
    text-align: center;
}
.restricted {
    background-color: #000;
    color: #fff;
    cursor:pointer;
}
.unrestricted {
    background-color: #54B4D9;
    color: #000;
    cursor:pointer;
}




.b-border {
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.blade-color-border {
    border-color: #383838;
}



.ONLINE {
    background-color: green
}
.OFFLINE{
    background-color: red
}
.ONLINE-color{
    color: green
}
.OFFLINE-color{
    color: red
}
.Status {
    font-size: 8pt;
    color: white;
    padding: 0px 5px;
}


.blade-form-tip {
    width: 100%;
    color: #B8D432;
    font-size: 9pt;
    line-height: 20px;
    white-space:normal;
    margin-top:20px;
}




.uer {
    display: table-row;
    line-height: 20px;

}
.uel {
    display: table-cell;
    width: 100px;
}
.uet {
    display: table-cell;
}
.user_events_view hr {
    margin-top: 5px;
    margin-bottom: 5px;
}


.button {
    width: 50%;
    background-color: #b8d432;
    border-radius: 2px;

    display: inline-block;
    position: relative;
    line-height: 40px;
    cursor: pointer;
}

.button .label {
    color: #000;
    font-size: 11pt;
    width: 100%;
    text-align: center;

    line-height: 40px;
    float: left;
}

.radio-button-checked.radio-button-checked-border {
    border-left: 1px solid #383838;
    border-right: 1px solid #383838;
    background-color: #000;
}
.radio-button-checked.radio-button-checked-border .text.radio_button {
    font-size: 10pt;
    color: #fff;
}




.slider-gauge-container {
    float: left;
    margin-top: 15px;
    width: 100%;
}
.slider-gauge-background {
    z-index: 20;
    margin: 10px 0;
    width: 99%;
    height: 15px;
    background-image: url("../img/criss_cross.png");
    border: 1px solid #383838;
    background-color: #383838;
}
.slider-gauge-fill {
    height: 15px;
    z-index: 10;
    top: 0;
    background-color: #00BCF2;
    border: 1px solid #00BCF2;
    border-right: 1px solid #ffffff;
}
.slider-gauge-fill-shaped {
    height: 15px;
    background-color: #ffe066;
    border: 1px solid #ffe066;
}
.slider-gauge-fill-expired {
    height: 15px;
    background-color: #fb274a;
    border: 1px solid #fb274a;
}
.slider-gauge-text {
    color:     #ffffff;
    font-size: 8pt;
}
.slider-gauge-title {
    float: left;
}
.slider-gauge-top-right-text {
    padding-bottom: 5px;
    float: right;
}
.slider-gauge-bottom-left-text {
    padding-top: 5px;
    float: left;
}

img {
    max-width: 100%;
    max-height: 100%;
}


.service-summary-table {
    width: 100%;
    min-width: 720px;
}

.service-summary-table td {
    padding: 6px 7px 6px 20px;
    border: 1px solid #383838;
    text-align: right;
    min-width: 80px;
    font-size: 12px;
}

.service-summary-table tr:nth-child(even) {
    background-color: #202020;
}
.service-summary-table tr:nth-child(odd) {
    background-color: #151515;
}

.service-summary-table th {
    padding: 6px 7px 6px 7px;
    border: 1px solid #383838;
    min-width: 80px;
    text-align: center;
    font-size: 14px;
    background-color: #151515;

}

.service-profit-table td {
    vertical-align: middle;
    background-color: #000000;
}


.ticketBold {
    color: #58B5D7;
    font-weight: bold;
}



.rotate {
    transition: 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
}

.notification-badge {
    position: relative;
    top: -15px;
    left: -10px;
    display: none;
    color: #FFF;
    font-size: 7pt;
    background-color: red;
    border: 1px solid red;
    border-radius: 10px;
    padding: 0px 6px 1px 5px;
    line-height: 18px;
}
.fa-bell-o[data-count]:after {
    position: absolute;
    right: -5px;
    top: 5px;
    content: attr(data-count);
    font-size: 7pt;
    padding: .6em;
    border-radius: 999px;
    line-height: .75em;
    color: white;
    background: red;
    text-align: center;
    min-width: 2em;
    font-weight: bold;
    z-index: 1000;
}
.sys-menu {
    position: relative;
    display: inline-block;
}
.sys-menu:hover .sys-menu-items {
   /* display: block;*/
   cursor: pointer;
}
.sys-menu-item:hover {
    background-color: #1C587D;
    cursor: pointer;
}

.sys-menu-items {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(66,66,66,0.2);
    z-index: 1;
}
.sys-menu-items a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
.sys-menu-items a p {
    color: black;
    line-height: 25px;
    font-size: 10pt;
    display: inline-block;
}
.sys-menu-items a i {
    color: black;
    line-height: 25px;
    font-size: 15pt;
    display: inline-block;
}
.sys-menu-items a:hover {
    background-color: #f1f1f1
}

.sys-menu-user {
    height: 13px;
    text-align: right;
    padding: 0;
    margin: 10px 5px 0px 0px;
    line-height: 13px;
    vertical-align: bottom;
    font-size: 14px;
    color: #fff;
}
.sys-menu-role {
    height: 13px;
    text-align: right;
    padding: 0;
    margin: 5px 5px 0px 0px;
    line-height: 13px;
    vertical-align: bottom;
    font-size: 12px;
    color: #fff;
}

.avatar {
    float: right;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid #383838;
    text-align: center;
    margin-top: 5px;
    margin-right: 5px;
    background-color: #505050;
}

    .avatar i {
        font-size: 22pt;
        line-height: 36px;
        color: #fff
    }

.jqx-grid-cell-azure {
    cursor: pointer;
}

/*------ Help Topics ----------------------------------------------------------------------------*/

.help-topic {

}

.help-topic h1 {
    
   font-size: 14pt;
   margin: 10px 0px 10px 0px;
   border: none;
   text-transform: none;
}

    .help-topic h2 {
        font-size: 9pt;
        margin: 10px 0px 5px 0px;
        border: none;
        text-transform: none;
        font-weight: 700;
        color: #B8D432;
    }

.help-topic p {
    font-size: 9pt;
    line-height: 25px;
    margin: 0;
}

/*------ Notifications ---------------------------------------------------------------------------*/

.notification-leave-container {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 350px; /* note: notification-container width... */
    z-index: 2049;
}

.notification-container {
    position: absolute;
    top: 50px;
    right: 0;
    width: 350px;
    display: none;
    bottom: 0px;
    overflow: hidden;
    background: #000;
    opacity: 1.0;
    z-index: 999;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}
.notification-container-scroller {
    position: absolute;
    top: 0px;
    right: 0px;
    left:0px;
    bottom: 30px;
    overflow: hidden;
}
.notification-container-footer {
    position: absolute;
    bottom: 0px;
    right: 0px;
    left: 0px;
    height: 30px;
}
.selected {
    -webkit-animation: slide-in 0.2s forwards;
    animation: slide-in 0.2s forwards;
}

.dismiss {
    -webkit-animation: slide-out 0.2s forwards;
    animation: slide-out 0.2s forwards;
}

.notification {
    height: 150px;
    width: 360px;
    background-color: #000;
    border-bottom: 1px solid #383838; 
    cursor: pointer;
}

.unread {
    border-left: 5px solid #1C587D;
}
.read {
    border-left: 5px solid #000;
}

.notification .title {
    float: left;
    margin: 10px;
    color: #fff;
    line-height: 18px;
    font-size: 10pt;
}
.notification .date {
    float: right;
    margin: 10px 0px 10px 10px;
    color: #fff;
    line-height: 18px;
    font-size: 10pt;
}
.notification .close {
    float: right;
    margin: 10px 30px 10px 10px;
    color: #fff;
    font-size: 10pt;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    cursor: pointer;
}
.notification .body {
    display: inline-block;
    margin: 10px;
    height: 60px;
    width: 325px;
    font-size: 10pt;
}

@-webkit-keyframes slide-in {
    0 {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

@keyframes slide-in {
    0 {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

@-webkit-keyframes slide-out {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(100%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}


/*------ ACE Editor Customisation ---------------------------------------------------------------*/

.ace_editor, .ace_editor * {
    font-family: "Monaco", "Menlo", "Ubuntu Mono", "Droid Sans Mono", "Consolas", monospace !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}

/*------ Webkit Scrollbar Customisation ---------------------------------------------------------*/

::-webkit-scrollbar {
    width: 15px;
    height: 15px;
}

::-webkit-scrollbar-button {
    width: 15px;
    height: 15px;
    background-color: #3E3E42;
    color: #fff;
}

::-webkit-scrollbar-thumb {
    background: #818181;
    border: 0px none #ffffff;
    border-radius: 0px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #6e6e6e;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #818181;
    }

::-webkit-scrollbar-track {
    background: #424242;
    border: 0px none #ffffff;
    border-radius: 0px;
}

    ::-webkit-scrollbar-track:hover {
        background: #424242;
    }

    ::-webkit-scrollbar-track:active {
        background: #424242;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}


.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0.5;
    }
}

.call-alert {
    height: 30px;
    width:250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
    z-index: 2048;
    background-color: #FEC30C;
    color: #000;
    border-radius: 3px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    cursor:pointer;
    display:none;
}
.call-alert-icon {
    float: left;
    font-size: 20pt !important;
    line-height: 30px !important;
    margin: 0px 10px;
    color: #FFF;
}
.call-alert-text {
    font-size: 9pt;
    line-height: 11pt;
}
.call-alert-close {
    float: left;
    font-size: 10pt;
    line-height: 30px !important;
    margin: 0px 10px;
    color: #FFF;
}

.widgetIcon {
    float: left;
    padding: 10px 0px 0px 10px;
    font-size: 24pt;
    
}
.widgetValue {
    text-align: right;
    vertical-align: bottom;
    font-size:14pt;
    padding: 10px 10px 0px 0px;

}
.widgetText {
    line-height: 10px;
    vertical-align: top;
    font-size:8pt;
    padding: 5px 10px 0px 0px;
}

.portalWidget 
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    min-height: 70px;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #444444;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.drillDownWidget {
    background-color: #252525 !important;
    border: 1px solid #444444 !important;
    transition: all 0.125s ease-out;
}
.drillDownWidget:hover {
    background-color: #000000 !important;
    border: 1px solid #666666 !important;
    transition: all 0.375s ease-in;
}

.selectedWidget .simpleWidget {
    border: 1px solid #dddddd !important;
}
.selectedWidget.page-title {
    border: 1px dashed #dddddd !important;
}

.editMode {
    -webkit-filter: grayscale(100%);
    -mos-filter: greyscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}
.editMode.selectedWidget {
    -webkit-filter: none;
    -mos-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.Editable_Container.chart_container .widgetSettingsIcon {
    position: absolute;
    padding: 0.5em;
    display: none;
    border: 1px solid #666666;
    background-color: #383838;
    color: #dddddd;
    cursor: pointer;
    transition: all 0.125s ease-out;
    z-index: 80;

    top: 30px;
    right: 40px;
}
.Editable_Container.chart_container .widgetSettingsIcon.previousDate {
    right: 70px;
}
.Editable_Container.chart_container .widgetSettingsIcon.nextDate {
    right: 10px;
}

.Editable_Container.chart_container .widgetSettingsIcon:hover {
    border: 1px solid #dddddd;
    background-color: #444444;
    color: #ffffff;
    transition: all 0.25s ease-in;
}
.Editable_Container.chart_container:hover .widgetSettingsIcon {
    display: initial;
}

.Editable_Container.page-title .widgetSettingsIcon {
    position: absolute;
    padding: 0.5em;
    top: -1em;
    right: 1em;
    display: none;
    border: 1px solid #666666;
    background-color: #383838;
    color: #dddddd;
    cursor: pointer;
    transition: all 0.125s ease-out;
}
.Editable_Container.page-title .widgetSettingsIcon:hover {
    border: 1px solid #dddddd;
    background-color: #444444;
    color: #ffffff;
    transition: all 0.25s ease-in;
}
.Editable_Container.page-title:hover .widgetSettingsIcon {
    display: initial;
}

.simpleWidget .widgetSettingsIcon {
    position: absolute;
    padding: 0.5em;
    top: 0px;
    right: 0px;
    display: none;
    border: 1px solid #666666;
    background-color: #252525;
    color: #dddddd;
    cursor: pointer;
    transition: all 0.125s ease-out;
}
.simpleWidget .widgetSettingsIcon:hover {
    border: 1px solid #dddddd;
    background-color: #444444;
    color: #ffffff;
    transition: all 0.25s ease-in;
}
.simpleWidget:hover .widgetSettingsIcon {
    display: initial;
}

.drillDownWidget .widgetSettingsIcon {
    border: 1px solid #666666;
    background-color: #252525;
    color: #dddddd;
    transition: all 0.125s ease-out;
    cursor: pointer;
}
.drillDownWidget .widgetSettingsIcon:hover {
    border: 1px solid #dddddd;
    background-color: #444444;
    color: #ffffff;
    transition: all 0.25s ease-in;
}
.drillDownWidget:hover .widgetSettingsIcon {
    display: initial;
}

.resourceUtilisationChart .jqx-chart-axis-text {
    fill: #dddddd;
}

.resourceUtilisationChart .jqx-chart-legend-text {
    fill: #dddddd;
}

.mapMarkerHidden {
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    opacity: 0;
}


/*------------------------------------ lachlan is a gangsta -----------------------------------------------*/

.diagnostic {
    background: #404041;
    border-radius: 10px;
    position: absolute;
    top: 130px;
    left: 50px;
    width: 700px;
    height: 225px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.diagnostic-interface {
    border-radius: 10px;
    width: 80px;
    height: 60px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 12px;
    padding: 5px;
    text-align: center;
    color: black;
}

.diagnostic-connected {
    background: #404041;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: absolute;
    top: 48px;
    margin-left: 53px;
}

    .diagnostic-connected:hover::before {
        content: attr(data-title);
        position: absolute;
        bottom: 45px;
        padding: 10px;
        background: white;
        color: black;
        font-size: 14px;
        white-space: nowrap;
        border-radius: 10px;
        right: 0%;
    }

.diagnostic-name {
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
}

.diagnostic-lineSpeed {
    display: flex;
    justify-content: center;
    font-size: 12px;
    margin-bottom: 10px;
}

.diagnostic-ssid {
    display: flex;
    justify-content: center;
    font-size: 12px;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .diagnostic-ssid:hover::before {
        content: attr(data-title);
        position: absolute;
        bottom: 45px;
        padding: 10px;
        background: white;
        color: black;
        font-size: 14px;
        white-space: pre-line;
        border-radius: 10px;
        right: 2%;
    }

.diagnostic-results {
    background: #404041;
    position: absolute;
    top: 400px;
    width: 700px;
    left: 50px;
    padding: 20px;
    overflow: auto;
    padding-bottom: 25px;
    border-radius: 10px;
}

.diagnostic-results-icon {
    padding: 20px;
    display: inline-flex;
    font-size: 22px !important;
    width: 60px;
}

.diagnostic-results-name {
    margin-left: 20px;
    font-size: 15px;
    display: inline;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.diagnostic-results-comment {
    margin-left: 80px;
    font-size: 12px;
    display: block;
    white-space: pre-wrap;
    word-wrap: break-word;
    width: 65%;
}

.diagnostic-results-command {
    width: 70px;
    height: 30px;
    background: #646466;
    color: white;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    float: right;
    margin-top: 15px;
}

.diagnostic-scan-button {
    width: 70px;
    height: 30px;
    background: #646466;
    color: white;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #404041;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 358px;
    left: 390px;
    z-index: 10;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* ---------  Google Maps stuff - DW 18th July 2023 ----------------------- */
.contextMenu {
    background-color: #252525;
    padding: 5px;
    border-bottom: 1px grey solid;
    cursor:pointer;
}

.contextMenu:hover {
    background-color: #333333;
}

.deleteConfirmationButtons {
    width: 40px;
    height: 30px;
    background-color: #252525;
    margin-top: 10px;
    margin-right: 10px;
    color: white;
    border: 1px solid white;
}

.searchDialog {
    position: absolute;
    width: 300px;
    background-color: #252525;
    padding: 10px;
    border: 1px solid white;
    display: block;
    z-index: 5;
    top: 15px;
    left : 15px;
}

.searchDialog input[type="input"] {        
    width: 280px;
    height: 25px;
    padding: 5px;
}

.editDialog {
    position: absolute;
    width: 250px;
    background-color: #252525;
    padding: 10px;
    border: 1px solid white;
    display: none;
    z-index:11;
}

    .editDialog span {
        color: white;
    }

    .editDialog input[type="text"] {
        font-size: smaller;
            color: white;
    }

    .editDialog textarea {
        font-size: smaller;
        color: white;
        background-color: #252525;
        width: 100%;
        padding : 12px 6px 6px 12px;
        color: white;
        height:50px;
    }

    .editDialog select {
        background-color: #252525;
        color:white;
    }

    .editDialog p {
        
        font-size: smaller;
        margin-top: 10px;
                         
    }

    .editDialog label {
        font-size: smaller;
        color : white;
    }

.deleteDialog {
    position: absolute;
    width: auto;
    background-color: black;
    padding: 10px;
    display: none;
    text-align:center;
    border: 1px solid white;
    z-index:11;
}

.spliceMapObject {
    position: absolute;    
}

.spliceMapObjectLabel {
    color: black;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: lightgrey;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: grab;
    margin-left: 5px;
    margin-right: 5px;
}


.spliceMapObjectIdentifier {
    color: white;
    background-color: black;
    border: none;
    font-size: smaller;
    display: contents;
    width: 50px;
    margin-right: 5px;
}
.spliceMapObjectDescription {
    color: white;     
    border: none;
    font-size: xx-small;
}

.spliceMapObjectAddSplitter {
    float:right;
    cursor:pointer;
    margin-right:25px;
    border: 1px solid white;
    padding: 3px;
    border-radius: 4px;
}

.spliceMapObjectAddSwitch {
    float: right;
    cursor: pointer;
    margin-right: 25px;
    border: 1px solid white;
    padding: 3px;
    border-radius: 4px;
}


.spliceMapObjectAddOlt {
    float: right;
    cursor: pointer;
    margin-right: 25px;
    border: 1px solid white;
    padding: 3px;
    border-radius: 4px;
}

.hoverDialog {
    position : absolute;
    display :none;
    width:auto;
    height:23px;
    background-color:white;
    padding:5px;
}

.hoverDialog span {        
    color: black;
    text-align:center;
    display:block;
}