#chart .c3-gauge-value {
    font: Roboto, sans-serif;
    font-size: 16px !important;
    fill: #FFF !important;
    font-weight: 500 !important;
}

#chart .c3-chart-arcs-gauge-unit {
    font-size: 12px !important;
    fill: #FFF !important;
    font-weight: 400 !important;
    font: Roboto, sans-serif;
}

.notext {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.action-color {
    color: #FF9C0C;
}

.blue-lightest {
    background-color: #66A4E0;
}

.blue-lighter {
    background-color: #3E8CD8;
}

.blue-darker {
    background-color: #0863BB;
}

.blue-darkest {
    background-color: #064887;
}

.box-border{
    box-shadow: inset 0 1px 4px #666;
}

.demo-block {
    margin: 0 2rem;
    line-height: 1.5;
}

.description {
    color: #999;
    font-weight: 300;
    left: auto !important;
    white-space: nowrap !important;
}

.device-badge{
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    left: 0;
    top: 8px;
    min-width: 20px;
    padding: 0 4px;
    line-height: 14px;
    border-radius: 2px;
}

.dropdown-list {
    margin-top: -45px;
}

.dropdown-service {
    margin-top: -35px;
}

.card-tabs {
    vertical-align: -10px;
}


.reciept-lockup
{
    width: 50% !important;
    display: inline-block;
}
.hst-lookup
{
    width: 40%;
}

.log-modal
{
    width: 60%;
}

.hard-margin{
    margin-left: 35px !important;
}

.box-scroll
{
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 400px;
}

.error-class
{
    border: 1px solid #e53935 !important;
}

.icon-card-tabs {
    vertical-align: -10px;
    top: 0 !important;
}

.input-modal-grp {
    padding: 12px 0;
}

.kendo-right {
    float: right;
    padding-top: 15px;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px; /* -1 * image width / 2 */
    margin-top: -32px; /* -1 * image height / 2 */
    z-index: 10;
}

.max-height-500 {
    max-height: 500px !important;
    overflow-y: auto;
}

.md-bg-success {
    background-color: #7cb342;
    color: #FFF;
}

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

.service-img-height {
    height: 200px;
}

.service-type {
    padding-bottom: 0;
    color: #FFF !important;
}

.service-card-head {
    height: 18% !important;
}

.service-icons {
    margin-top: 15px;
    margin-bottom: 15px;
}

.service-dropdown-icon {
    color: #FFF;
}

.service-dropdown-icon:hover {
    color: #FFF;
}

.max-width-250{
    max-width:250px;
}
.w-188 {
    width: 188px;
}

.no-rec-found {
    color:#dddcdc;
}

.row-padding {
    padding: 2px 2px!important;
}

.no-min-width{
    min-width: 0!important;
    padding-bottom: 0!important;
    font: 500 14px/28px Roboto,sans-serif
}

.no-move-cursor {
    cursor: default;
}

.profile-card {
    min-height: 50px;
}



.recent_items {
    cursor: pointer;
}

.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rotate {
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.rotate.left {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.spin {
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.spin.left {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.service-status-error {
    font-size: 23px;
    margin-right: 8px;
    margin-top: 8px;

}

.service-status-on {
    margin-right: 15px;
    margin-top: 13px;
    line-height: 1.4;
    font-weight: 400;
    font-size: 13px;
    color: rgba(32, 134, 32, 0.87);
}

.service-status-off {
    margin-right: 15px;
    margin-top: 13px;
    line-height: 1.4;
    font-weight: 400;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.54);
}

.service-status-error {
    margin-right: 15px;
    margin-top: 13px;
    line-height: 1.4;
    font-weight: 400;
    font-size: 13px;
    color: #e53935;
}

.short-bottom{
    margin-bottom: 4px;
}

.show-more {
    font-weight: 400;
    font-size: 8px;
    color: rgba(0, 0, 0, 0.54);
}

.show-more-icon {
    font-weight: 400;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.54);
}

.text-smallest {
    font-size: 10px !important;
}

.uk-padding-top {
    padding-top: 12px;
    margin-bottom: -12px;
}

.uk-badge-outline {
    border: 1px solid rgba(0,0,0,.12);
    background: #fff;
    color: #212121;
    padding-bottom: 0;
    line-height: 16px;
}

.view-cap, .view-container-border {
    background-color: #FFFFFF !important;
}

.no-border-bottom {
    /*border-bottom: none !important;*/
    /*padding-bottom: 4px !important;*/
}

.selectize-dropdown {
    z-index: 9999;
}

#mobile_quick_bar {
    position: fixed;
    right: 0;
    top: 170px;
    background: #fff;
    width: 170px;
    z-index: 1093;
    box-sizing: border-box;
    padding: 16px;
    margin-right: -176px;
    -webkit-transition: margin 280ms cubic-bezier(.4, 0, .2, 1);
    transition: margin 280ms cubic-bezier(.4, 0, .2, 1);
    box-shadow: -2px 2px 5px rgba(0, 0, 0, .26)
}

#mobile_quick_bar.switcher_active {
    margin-right: 0
}

#mobile_quick_bar .switcher_app_themes {
    margin: 0;
    overflow: hidden
}

#mobile_quick_bar .switcher_app_themes > li {
    margin: 0
}

#mobile_quick_bar .switcher_app_themes, #style_switcher .switcher_app_themes > li {
    list-style: none;
    padding: 0
}

#mobile_quick_bar .switcher_app_themes li {
    float: left;
    cursor: pointer;
    width: 36px;
    margin: 0 16px 16px 0;
    opacity: .5;
    -webkit-transition: opacity 280ms cubic-bezier(.4, 0, .2, 1);
    transition: opacity 280ms cubic-bezier(.4, 0, .2, 1)
}

#mobile_quick_bar .switcher_app_themes li span {
    display: block;
    padding: 0 4px;
    height: 24px;
    line-height: 24px;
    box-sizing: border-box;
    width: 50%;
    float: left
}

#mobile_quick_bar .switcher_app_themes li.active_theme {
    opacity: 1;
    position: relative
}

#mobile_quick_bar .switcher_app_themes li.active_theme:after {
    position: absolute;
    top: 0;
    left: 50%;
    content: '\e5ca';
    font-family: "Material Icons";
    font-size: 18px;
    display: block;
    color: #fff;
    margin-left: -8px
}

#mobile_quick_toggle {
    position: absolute;
    top: 8px;
    left: -44px;
    width: 44px;
    height: 36px;
    background: #fff;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
    padding: 0 8px;
    box-shadow: -2px 2px 5px rgba(0, 0, 0, .26);
    box-sizing: border-box;
    z-index: 1096
}

#mobile_quick_toggle .material-icons {
    font-size: 24px;
    line-height: 36px;
    color: #212121
}

/*nav styles*/
/*ul {*/
/*background: white; border-top: 6px solid hsl(180, 40%, 60%);*/
/*width: 200px; margin: 0 auto;*/
/*}*/

/* Progress Bar */
.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    background-clip: padding-box;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}

.progress .determinate {
    position: absolute;
    background-color: inherit;
    top: 0;
    bottom: 0;
    background-color: #26a69a;
    transition: width .3s linear;
}

.progress .indeterminate {
    background-color: #26a69a;
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

/*fix*/
.uk-datepicker {
    z-index: 10000 !important;
}
#mGraph_sale-legend {
    font-size: 13px;
    text-align: center;
    margin-top: 6px;
}
#live-status {
    float: right;
}

.mGraph .mg-area1-color {
    fill:#689f38 !important;
}
.mGraph .mg-area2-color {
    fill:transparent !important;
}
.mg-line1-legend-color {
    color:#689f38 !important;
    fill:#689f38 !important;
}
.mg-line2-legend-color {
    color:#1976d2 !important;
    fill:#1976d2 !important;
}
.mGraph .mg-line1-color {
    stroke:#689f38 !important;
}
.mGraph .mg-hover-line1-color {
    fill:#689f38 !important;
}
.mGraph .mg-line2-color {
    stroke:#1976d2 !important;
}
.mGraph .mg-hover-line2-color{
    fill:#1976d2 !important;
}
#mGraph_sale_interval-group .uk-button {
    margin-top: 3px;
}

@media screen and (orientation: portrait) {
    .details{
        display: none;
    }
}

@media screen and (min-width: 1450px) {
    .dropdown-buttons {
        display: none;
    }

}

@media screen and (max-width: 1450px) {
    .regular-buttons {
        display: none;
    }

}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* hardware page css */

.device-link {
    font-size: 15px;
}
.device-link.active {
    color: #000000;
}
.uplink-freezed {
    background-color: #F3F3F3;
}
/* fix */
.uk-notify {
    z-index: 10000 !important;
}
.spinner {

}
.spinner:after {
    content: "\f110";
    font-family: FontAwesome;
    -webkit-animation: uk-rotate 2s infinite linear;
    animation: uk-rotate 2s infinite linear;
}



/*delete this later */

.md-card .md-card-toolbar .uk-tab li>a {
  padding: 10px 8px!important;
}

.md-card .md-card-toolbar .uk-tab {
    margin-top: -2px;
    border-bottom: none;
}

#header_main .uk-navbar .uk-navbar-nav>li .uk-dropdown {
    top: 100%!important;
    right: 0!important;
    left: auto!important;
}

.md-card.md-card-fullscreen {
    z-index: 1300;
}


.subscribers-notes > h4 {
    text-align: center;
    margin-top: 2.7em;
}

.cursor-pointer {
    cursor: pointer;
}

.city-dropdown, .filter-dropdown {
    margin-left: 8px;
    margin-top: 5px;
}

.lead_filter .uk-nav > li,
.building_city_filter .uk-nav > li {
    padding: 5px 15px;
}

.lead-details-dropdown-scroll {
    max-height: 200px;
    overflow: auto;
}

#lead_header_container h3, span,
#sub_header h5, h6 {
    display : inline;
}

#sub_header h6 {
    color: #727272 !important;
}

#action_button_container a {
    color: #727272 !important;
    display: inline-block !important;
    background: #f6f6f6;
}
#action_button_container li{
    margin-right: 10px;
    display: inline;
}

#action_button_container {
    padding-left: 0 !important;
}

#hide-show-active {
    display: table-cell;
}
#hide-show-active > input{
    margin: 0;
}
#hide-show-active > span{
    vertical-align: top;
    font-weight: 700;
}

.card-header {
    padding: 0 16px 0 0;
    height: 48px;
}
.pre-line{
    white-space: pre-line !important;
}

.no-port-assigned {
    background-image: url('/assets/img/no-port-assigned.png');
    background-repeat: no-repeat;
    /*background-attachment: fixed;*/
    background-position: center;
    min-height: 202px;
}

.background-text {
    color: #f1f0f0 !important;
}


#buildings_list .md-input-wrapper{
    padding-top: 0;
    margin-top: 0;
}

#buildings_list .md-input-wrapper > label {
    padding-top: 0;
    margin-top: 0;
}

#buildings_list{
    width: 25%;
    left: 0;
    margin-left: 0;
    padding-left: 0;
}

.comment-border{
    border-top: 1px dashed rgba(0,0,0,.12);
    margin-top: 0px !important;
}

.sticky-note-li{
    border-bottom: 0px !important;
}

.ticket-reply-date{
    font-size: 12px;
    color: #777;
}

#commentBox {
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.lable-color
{
    color: #727272 !important;
}

.label-size
{
    font-size: 12px !important;
}

.word-wrap
{
    word-wrap: break-word;
}

.comment-header-change
{
    padding: 16px 8px 8px;
    border: none;
    background: 0 0;
    margin-bottom: 0;
}
.f-s-14
{
    font-size: 14px;
}
.f-s-11
{
    font-size: 11px;
}

.p-l-51
{
    padding-left: 51px;
}

.p-r-20
{
    padding-right: 20px;
}

/*Account search*/
#account_search_box .header_main_search_form {
    position: relative;
    padding: 2px 46px 0 40px;
    margin: 5px 0;
}

#account_search_box .header_main_search_input {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0;
    box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 6px 15px;
    vertical-align: top;
    width: 100%;
}

#account_search_box .header_main_search_btn {
    margin: 75px 29px 0px 0;
    position: absolute;
    top: 1px;
    right: -2px;
    cursor: pointer
}

#account_search_box .header_main_search_form form {
    position: static;
}

.bg-color
{
    background:white !important;
}
#search_result_width
{
    width: 92%;
}

.card-border-primary
{
    border-left-color: #2196f3 !important;
}

#account_search_box .uk-autocomplete.uk-open .uk-dropdown {
    left: 40px;
    right: 46px;
    width: auto;
}

#name_search_box .uk-autocomplete.uk-open .uk-dropdown {
    width: 100%;
}

.card-header-color-red
{
    background-color: rgba(255, 0, 0, 0.08) !important;
}

.card-header-color-green
{
    background-color: rgba(0, 128, 0, 0.08) !important;
}

.card-header-color-primary
{
    background-color: rgba(39, 150, 243, 0.08) !important;
}

.m-l-8
{
    margin-left: 8px;
}

.m-r-10
{
    margin-right: 10px !important;
}

.m-l-5
{
    margin-left: 5px !important;
}

.m-l-20
{
    margin-left: 20px !important;
}

.m-b-15
{
    margin-bottom: 15px;
}

.m-b-24
{
    margin-bottom: 24px;
}

.m-t-15
{
    margin-top: 15px;
}

.m-t-25
{
    margin-top: 25px;
}


.m-t-35
{
    margin-top: 35px;
}

.m-l-31
{
    margin-left: 31px;
}

.m-l-74
{
    margin-left: 74%;
}

.m-t-0 {
    margin-top: 0 !important;
}

.google_wrap {
    display: block;
    width: 150px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.editable-popup {
    z-index: 900 !important;
}

.select-width {
    width: 155px !important;
}

#last_replier {
    margin-right: 5px;
}

.account_search_btn
{
    margin: 184px 29px 0px 0;
    position: absolute;
    top: 1px;
    right: -2px;
    cursor: pointer;
}

#assign_subscriber_modal .account_search_btn
{
    margin-top: 95px;
}

.capitalize {
    text-transform: capitalize;
}

.history-badge {

    background: rgb(255, 255, 255);
    color: #000;
    font-size: 11px;
    font-weight: 400;
    min-width: 20px;
    padding: 0px 4px;
    border-radius: 2px;
    margin-left: -43px;
    margin-top: -29px;
    border: 1px solid black;
}

#account_search_lable
{
    color: #727272 !important;
}

.not-active {
 pointer-events: none;
 cursor: default;
}

/*end css Account search*/
@media screen and (max-width:768px)
{
    #buildings_list {
        width : 63%;
    }
}
.router-img {
    width: 95%;
    max-width: 95%;
    float: right;
    padding: 1%;
    margin: 1%;
}
.router-info{
    vertical-align: top;
    width: 30%;
    max-width: 30%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: left;
}

.router-image-block {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: center;
    text-align: center;
    float: right;
}

.ticket-comment {
    width: 100%;
}

ul.attachment-list li{
    margin-left: 0;
    padding: 5px 10px 5px 10px;
}

@media (max-width: 479px) {
    .m-mobile
    {
        margin: 12px 0px 0 0 !important;
    }
}

.md-card-info {
    border-left: 4px solid transparent;
    border-left-color: #0097a7 !important;
}

.md-card-info-header{
    background-color: #e6fcff !important;
}

.expiry_date{
    float:right;
    color: #FFF;
}

.md-btn-black, .md-btn-black:active, .md-btn-black:focus, .md-btn-black:hover {
    background: #000000;
    color: #fff
}

.btn-load-promo{
    float:right;
    margin-right: 10px;
}

.invoice-view .subscriber-name
{
    margin-bottom: 10px;
}

.invoice-view .margin-top
{
    margin-top: 15px !important;
}

.invoice-view .md-fab-wrapper.md-fab-in-card {
    position: fixed !important;
    right: 0;
    bottom: 0;
    z-index: -9;
}



.icon-button .md-fab
{
    float: right;
}

.show-log
{
    text-align: center;
    z-index: 9;
}

.icon-font
{
    font-size: 18px !important;
}

.invoice-view .uk-modal-dialog-large
{
    margin: 70px auto 0 !important;
}
.icon-button.uk-modal-dialog
{
    background: transparent;
    box-shadow: none;
    margin: 0 auto 50px !important;
}
.show-log-icon
{
    vertical-align: middle;
}

.icon-f-s
{
    font-size: 15px !important;
}

.show-log-container
{
    margin-right: 40px;
    margin-left: 40px;
    text-align: center;
}

.staff .dropify-wrapper
{
    display: table-cell;
}

.staff .add-image
{
    padding-left: 25px !important;
    display: table-cell;
    vertical-align: middle;
}
.reciept-container.staff{
  display: table;
    width: 100%;
}
#events_calendar > .fc-list-item-time,
.fc-list-item-title a {
    color: #fff;
}

.fc-list-item:hover
.fc-list-item-title a {
    color: #444;
}

.fc-list-item:hover
.fc-list-item-time {
    color: #444;
}

@media only screen and (max-device-width: 480px) {
    .hard-margin{
        margin-left: 20px !important;
    }
}

.promos-select { line-height: 48px; }

.promos-select select {
  width: 100px;
  background-color: #fff;
  padding: 3px 6px;
  margin-left: 10px;
}
#sidebar_main .menu_section>ul>li.submenu_trigger li.submenu_trigger>a {
    position: relative;
    padding-right: 32px;
}
#sidebar_main .menu_section>ul>li.submenu_trigger li.submenu_trigger>a:before {
    position: absolute;
    right: 8px;
    top: 7px;
    content: '\e5c5';
    font-family: "Material Icons";
    font-size: 18px;
    display: block;
    color: #727272;
    -webkit-transition: -webkit-transform 280ms;
    transition: -webkit-transform 280ms;
    transition: transform 280ms;
    transition: transform 280ms,-webkit-transform 280ms;
}
#sidebar_main .menu_section>ul>li.submenu_trigger li ul {
    margin-left: 16px;
}

.pac-container {
    z-index: 1600;
}

.checkbox-disabled {
    opacity: 0.4;
}
.dataTables_wrapper .uk-overflow-container {
    -webkit-overflow-scrolling: auto !important;
}
 #lead_confirm_modal {
    z-index: 1305;
}
/*
 #schedule_modal .uk-modal-dialog {
    top: 90px !important;
}
#lead_confirm_modal .uk-modal-dialog {
    top: 400px !important;
}
*/

.modal--sm{
    width: 400px;
}