﻿/*
*  Altair Admin AngularJS
*  author: tzd
*
*  Content:
*    1. variables/mixins
*    2. UIkit custom styles
*    3. Kendo UI custom styles
*    4. custom components
*    5. material design styles
*    6. plugins
*    7. partials (header,sidebars,top bar)
*    8. pages
*    9. altair admin styles
*    10. print styles
*    12. themes
*    11. style
*/
/* 1. altair variables/mixins ======================== */
/* 2. UIkit custom styles ============================ */
/* animations */
/* For Firefox */
/* CSS styles used by custom infobox template */

.fileMngLeft {
    width: 20%;
    min-width: 220px;
}

.fileMngRight {
    /* width: 68.3%; */
}

.divLables {
    display: inline-block;
    color: #aab2bd;
    width: 50%;
}

.divinlValues {
    display: inline-block;
    color: #434a54;
    font-weight: 700;
}

.modalBdy {
    padding-left: 8% !important;
}

.intendImg {
    border-left: 1px dotted #AAB2BD;
    border-bottom: 1px dotted #AAB2BD;
    width: 17px;
    height: 17px;
    display: inline-block;
    margin: 6px 11px 2px 11px;
}

.paddingZero {
    padding: 0px !important;
}

.padding-4 {
    padding: 4px !important;
}

.padding-8 {
    padding: 8px !important;
}

.padding-12 {
    padding: 12px !important;
}

.padding-16 {
    padding: 16px !important;
}


.margin-4 {
    margin: 4px !important;
}

.margin-8 {
    margin: 8px !important;
}

.margin-12 {
    margin: 12px !important;
}

.margin-16 {
    margin: 16px !important;
}

.margin-right-4 {
    margin-right: 4px !important;
}

.LteInfo, .SoftwareVersion {
    padding: 5px 0px;
    display: inline-block;
    font-weight: bold;
    color: #444;
}

.lteStatus {
    text-align: left !important;
    white-space: nowrap;
    width: 25%;
}

.modalTble {
    word-break: break-word;
    width: 100%;
}

@media only screen and ( max-width: 768px) {
    .fileMngLeft {
        width: 100%;
    }

    .fileMngRight {
        width: 100%;
    }

    .verticalLine {
        height: 1px !important;
    }

    #idNUNumbersSectionFile {
        height: 260px !important;
    }
}

.pointerCursor {
    cursor: pointer;
}

.FileActive {
    background-color: #DCEEF9;
}

.jstree-default .jstree-wholerow-clicked {
    background: #DCEEF9;
    background: -webkit-linear-gradient(top, #DCEEF9 0,#DCEEF9 100%);
    background: linear-gradient(to bottom, #DCEEF9 0,#DCEEF9 100%);
}

#tableshow tr td, .fileManTableContents {
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 100%;
}
/* form range inputs*/
input[type='range'].chrmeScale {
    -webkit-appearance: none;
    -moz-apperance: none;
    width: 95px;
    border-radius: 6px;
    height: 2px;
    display: inline-block;
    background-image: -webkit-gradient( linear, left top, right top, color-stop(0.5, #39f), color-stop(0.5, #3399ff24) );
}

    input[type='range'].chrmeScale::-webkit-slider-thumb {
        -webkit-appearance: none !important;
        background-color: #39f;
        border: 1px solid #39f;
        height: 15px;
        width: 15px;
        border-radius: 50%;
    }

input[type=range].ieAndMoz {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 95px !important;
    display: inline-block !important;
}
    /* mozilla */
    input[type=range].ieAndMoz::-moz-range-track {
        width: 100%;
        height: 2px;
        cursor: pointer;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        background-color: #3399ff24;
    }

    input[type=range].ieAndMoz::-moz-range-thumb {
        height: 14px;
        border-radius: 50%;
        background: #39f;
        border: 1px solid #39f;
        cursor: pointer;
    }

    input[type=range].ieAndMoz::-moz-range-progress {
        background-color: #39f;
        height: 2px;
    }

    /* Internet explorer */

    input[type=range].ieAndMoz::-ms-track {
        width: 300px;
        height: 2px;
        /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
        background: transparent;
        /*leave room for the larger thumb to overflow with a transparent border */
        border-color: transparent;
        border-width: 7px 0;
        /*remove default tick marks*/
        color: transparent;
    }

    input[type=range].ieAndMoz::-ms-fill-lower {
        background: #39f;
        border-radius: 10px;
    }

    input[type=range].ieAndMoz::-ms-fill-upper {
        background: rgba(79, 174, 224, 0.54);
        border-radius: 10px;
    }

    input[type=range].ieAndMoz::-ms-thumb {
        border: none;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        background: #39f;
    }

.valueBox {
    display: inline-block;
    width: 54px;
    border: 1px solid #BCB4B4;
    padding: 7px;
    border-radius: 5px;
    float: right;
}

.tooltipchannel, .nxt-tooltip-container {
    display: inline-block;
}

    .tooltipchannel .tooltipchanneltext, .nxt-tooltip-container .nxt-tooltip-text {
        display: none;
        max-width: 420px;
        background-color: #ffffff;
        color: #434A54;
        text-align: left;
        border-radius: 6px;
        padding: 16px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        white-space: normal !important;
    }

    .tooltipchannel:hover .tooltipchanneltext, .nxt-tooltip-container:hover .nxt-tooltip-text {
        display: block;
    }

@media only screen and (min-width: 650px) and (max-width:1920px) {
    .nxt-tooltip-container:hover .nxt-tooltip-text {
        width: 250px !important;
    }
}


/*Customized css for map editor*/
#mapEditor .MicrosoftMap #InfoboxCustom, #mapEditor .MicrosoftMap .InfoboxCustom {
    background-color: #4FAEE0;
    padding: 0 6px;
    border-radius: 3px;
    max-width: 350px;
    color: white;
    cursor: default;
    pointer-events: none;
}

#mapEditor .MicrosoftMap #Infobox {
    pointer-events: none;
}

.mapEditorTablist {
    padding: 0 15px;
    height: 703px;
    overflow: auto;
}

input[type='number'].ui-grid-pager-control-input {
    -moz-appearance: textfield;
}


/* Webkit browsers like Safari and Chrome */
input[type=number].ui-grid-pager-control-input::-webkit-inner-spin-button,
input[type=number].ui-grid-pager-control-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.portalAlertStatus {
    position: fixed;
    top: 0;
    z-index: 1105;
    width: 100%;
    overflow: hidden;
    min-height: 35px;
    background: darkorange !important;
}

.headerLeftIconSiteReport {
    padding: 0 5px;
    font-size: 40px !important;
    float: left;
}

.mapSiteIcon {
    color: #434a54;
    padding: 0px 8px 8px 8px !important;
    font-size: 20px !important;
}

.mapEditorPushpinSettingsIcon {
    font-size: 20px !important;
    line-height: 28px !important;
    vertical-align: middle;
    color: white !important;
    pointer-events: all;
    cursor: pointer;
}

.mapSystemIcon {
    color: #434a54;
    float: left !important;
    padding: 3px 8px 5px 8px !important;
    font-size: 20px !important;
    margin-top: -10px !important;
}

[class^="uk-animation-"] {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation-duration: 280ms;
    animation-duration: 280ms;
}

input[type=text]::-ms-clear {
    display: none;
}

.gm-style-iw + div {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.countryCodeDropdownBtn {
    width: 100%;
    border-color: #ccd1d9 !important;
    font: 400 15px / 18px "Roboto", sans-serif !important;
    background: transparent !important;
    height: 46px !important;
    border-radius: 4px !important;
    border-width: 1px !important;
    border-style: solid !important;
}

.countryCode {
    color: gray;
    font-size: 11px;
}

.textBoxColorWrongUSer {
    background-color: #F2DEDE !important;
}

.loader {
    border: 5px solid transparent;
    border-radius: 50%;
    border-top: 5px solid #4FAEE0;
    border-left: 5px solid #4FAEE0;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
}

.loaderOfModal {
    border: 4px solid transparent;
    border-radius: 50%;
    border-top: 4px solid #4FAEE0;
    border-left: 4px solid #4FAEE0;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 15px;
}

.loaderImageDiv {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2000;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.dataTableRowSelected {
    background-color: #F5F7FA !important;
}

.versionName {
    /*color:#4FAEE0;*/
}

.tableRightOptions {
    float: right;
    padding-top: 12px;
}


.colorRed {
    color: red !important;
}

.colorYellow {
    color: #ffc107 !important;
}

.colorApp {
    color: #4faee0 !important;
}

@keyframes blink {
    50% {
        color: transparent;
    }
}

.loader__dot {
    animation: 1s blink infinite;
}

    .loader__dot:nth-child(2) {
        animation-delay: 1250ms;
    }

    .loader__dot:nth-child(3) {
        animation-delay: 1500ms;
    }

.UppercaseTxt {
    text-transform: uppercase;
}
/* START SECTION -- Map Filter Options */

.panel-heading a:before {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    transition: all 0.5s;
    -webkit-text-stroke: 2px white;
}

.panel-heading.active a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.mapSideBar {
    width: 210px;
    /*height: 800px;*/
    /*overflow: auto;*/
    float: right;
    /*padding: 15px;*/
    background-color: white !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.mapEditLevelTitle {
    font-family: "Roboto", medium;
    font-size: 11px;
    color: #aab2bd;
    padding-left: 10px;
}

.mapEditLevelText {
    font-family: "Roboto", regular;
    font-size: 15px !important;
    color: #434a54;
    background-color: white;
    border: 1px solid gainsboro !important;
}

.createNewLevelOptionText {
    color: #4FAEE0;
    padding: 10px 0px 10px 25px;
    cursor: pointer;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

    .slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #4CAF50;
        cursor: pointer;
    }

    .slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #4CAF50;
        cursor: pointer;
    }

.systemName {
    font-family: Roboto Bold;
    padding-left: 10px;
}
/* END SECTION -- MAP Filter Options */

/* START SECTION -- Antenna Settings */
.antennaUnitText {
    width: 180px;
    padding: 15px 0px 15px 50px;
}

.unitsSelectBoxWidth {
    width: 200px !important;
}

.antennaSettingTdText {
    padding: 15px;
}

.BandSett {
    padding: 8px 0px;
}

.antennaSettingsTable {
    word-break: break-word;
}
/* END SECTION -- Antenna Settings */

/* START SECTION -- Antenna Position */
.antenna-position-select {
    margin-top: 0px;
    height: 43px;
    width: 33% !important;
    float: left;
    margin-right: 135px;
}

.antenna-position-btn {
    border-radius: 40px;
    margin-top: -39px;
    min-width: 156px !important;
    float: right;
}

.antenna-dialog-bar {
    background-color: #ddd;
    height: 20px;
}

.md-card-body {
    height: 155px !important;
}

.modal-header-name {
    margin-left: 34px;
}

.md-inr-icon {
    float: left;
    margin-left: 16px !important;
    width: 100px !important;
}

.md-inr-icon-prop {
    font-size: 70px !important;
    color: #434A54;
    padding-left: 36px !important;
}

.md-inr-txt {
    float: left;
    margin-left: 18px !important;
}

.recommendedMsgText {
    float: right;
    padding: 0px 10px 10px 10px;
}

/* END SECTION -- Antenna Position */
/* START SECTION -- Policy */
.addAlarmText {
    display: table-cell;
    vertical-align: middle;
    padding-top: 15px;
    width: 32px;
}

.addAlarmDropdownPadding {
    padding: 0px 15px !important;
}

.antennaUnitText {
    width: 180px;
    padding: 15px 0px 15px 50px;
}
/* END SECTION -- Policy */
/*Customized check box*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 20px;
            height: 20px;
            border: 2px solid #4FAEE0;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:not(:checked) + label:before {
            border: 2px solid #CCD1D9 !important;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #4FAEE0;
            position: absolute;
            top: 6px;
            left: 6px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

[type="radio"]:disabled + label {
    cursor: default;
}

[type="radio"]:disabled:checked + label:before,
[type="radio"]:disabled:not(:checked) + label:before {
    border: 2px solid #CCD1D9 !important;
}

[type="radio"]:disabled:checked + label:after {
    background: #CCD1D9 !important;
}

[type="radio"]:disabled:not(:checked) + label:after {
    background: #fff !important;
}

[type="checkbox"]:disabled + label {
    cursor: default;
}

.redBorder {
    border: solid 1px red !important;
}

.backgroundGray {
    background-color: gainsboro !important;
}

.modalLoaderImage {
    width: 35px;
    margin-right: 15px;
}

.markerLabels {
    color: white;
    font-family: roboto bold;
    font-size: 18px;
    text-align: center;
    padding-top: 23px;
    display: block;
    z-index: 100;
}
/*START--CSS for new System flow*/
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    cursor: default !important;
    background-color: rgb(79, 174, 224) !important;
    border-bottom-color: transparent;
}

.textBoxLabels {
    color: #AAB2BD !important;
    font-size: 11px !important;
    top: -14px;
    font-family: 'Roboto Medium';
}

.siteInfoTab {
    width: 50% !important;
    height: 100% !important;
    position: absolute !important;
}

.siteInfoTabText {
    color: white !important;
    height: 100% !important;
}

/* COMMON RADIO STYLES  */
#exTab1 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

#exTab2 h3 {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
    border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
    border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
    color: white;
    background-color: #428bca;
    padding: 5px 15px;
}


button:disabled {
    pointer-events: none;
    background-color: #CCD1D9;
}

.siteInfoTabInfo {
    float: left;
    font-family: roboto bold;
}

.addToSiteLink {
    float: right;
    color: #4FAEE0;
    cursor: pointer;
}

.additionalInfoTab {
    font-family: roboto bold;
}
/*END--CSS for new System flow*/

/*START--CSS for System details*/

.textVoltage {
    vertical-align: top;
    width: 100px;
    padding-left: 5px;
    background-color: white;
}

/*END--CSS for System details*/
.addSiteModalBody {
    padding: 0px !important;
}

.overrideCoordinatesTop {
    top: 0px;
}

/*Remote Shutdown Bar*/
.topbar {
    background: rgba(208, 29, 21, 0.86);
    height: 35px;
}
/*End Remote Shutdown Bar*/

/* START--CSS for Access section */
.NUNumbersSection {
    float: right !important;
}

.accessGrantTextLabels {
    top: 15px !important;
}

.addNUnumbersBtn {
    clear: both;
    margin-top: 10px !important;
    float: right !important;
    margin-right: 60%;
}

.disableUploadFile {
    background-color: gainsboro !important;
    pointer-events: none;
}

.bulkModal {
    clear: both;
    padding: 2px;
    overflow: auto;
    height: 275px !important;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    background-color: #F5F7FA;
    width: 94%;
    margin-left: 25px;
}

.textSKU {
    float: left;
    width: 165px;
    padding-top: 35px;
}

.textSerialNumber {
    float: left;
    width: 165px;
    padding-top: 17px;
}

.textNuSerialNum {
    width: 33%;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.uploadButtonSection {
    padding: 30px 15px 0px 15px;
    clear: both;
}

.CSVLoadedText {
    float: left;
    padding: 10px 0px 0px 25px;
    color: gray;
}
/* END--CSS for Access section */

.footer {
    clear: both;
    position: relative;
    width: 100% !important;
    bottom: 0px;
    margin: 0px;
    padding: 22px 10px 5px 10px;
    height: auto !important;
    font-size: 12px;
    text-align: right;
}

.modalHeader {
    font-family: Roboto Bold;
    font-size: 18px;
}

.modalHeaderImage {
    font-size: 28px !important;
    margin-top: -4px;
    float: left;
    margin-right: 8px;
}

@font-face {
    font-family: 'Roboto Light';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Light'), local('Roboto-Light'), url("robotoLight.woff2") format('woff2'); /*fonts/Hgo13k-tfSpn0qi1SFdUfVtXRa8TVwTICgirnJhmVJw.woff2*/
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/*same aside Roboto Regular*/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url("robotoRegular.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Roboto Medium';
    font-style: normal;
    font-weight: 300;
    src: local('Roboto Medium'), local('Roboto-Medium'), url("robotoMedium.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
    font-family: 'Roboto Bold';
    font-style: normal;
    font-weight: 700;
    src: local('Roboto Bold'), local('Roboto-Bold'), url("robotoBold.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* dialog modals */

.modal-headerNewSite {
    padding: 15px 25px 8px 18px;
}

.uk-modal.uk-modal-no-backdrop {
    background: transparent;
}

.uk-modal-dialog .uk-modal-header {
    background: none;
    border-bottom: none;
    margin: 0 -24px 24px;
    padding: 0 32px 0 24px;
    overflow: hidden;
}

    .uk-modal-dialog .uk-modal-header .uk-modal-title {
        margin: 0;
        font: 500 18px / 28px "Roboto", sans-serif;
    }

        .uk-modal-dialog .uk-modal-header .uk-modal-title span {
            font-size: 16px;
            display: block;
            color: #727272;
        }

.uk-modal-dialog .uk-modal-footer {
    margin: 16px -16px -16px;
    padding: 16px;
    background: #fff;
    border-top: none;
}

    .uk-modal-dialog .uk-modal-footer:before,
    .uk-modal-dialog .uk-modal-footer:after {
        content: " ";
        display: table;
    }

    .uk-modal-dialog .uk-modal-footer:after {
        clear: both;
    }

    .uk-modal-dialog .uk-modal-footer:before,
    .uk-modal-dialog .uk-modal-footer:after {
        content: " ";
        display: table;
    }

    .uk-modal-dialog .uk-modal-footer:after {
        clear: both;
    }

    .uk-modal-dialog .uk-modal-footer .md-icon-btn {
        margin-top: 2px;
    }

.uk-modal-dialog .uk-modal-caption {
    bottom: 16px;
    margin: 0 32px;
}

.uk-modal-dialog-lightbox {
    padding: 0;
}

    .uk-modal-dialog-lightbox > .uk-close:first-child {
        top: -11px;
        right: -11px;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
        border: none;
    }

.uk-modal .uk-margin.uk-modal-content {
    margin-bottom: 0;
}

.uk-modal.uk-modal-dialog-replace .uk-modal-content {
    font-size: 18px;
}
/* dropdowns */
.uk-dropdown {
    -webkit-transform: scale(0.25, 0);
    transform: scale(0.25, 0);
    opacity: 0;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transform-origin: 50% 0 !important;
    transform-origin: 50% 0 !important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: none;
    border-radius: 2px;
}

    .uk-dropdown.uk-dropdown-xlarge {
        width: 360px;
    }

@media only screen and (max-width: 479px) {
    .uk-dropdown.uk-dropdown-xlarge {
        width: 260px;
    }
}

@media only screen and (max-width: 279px) {
    .needHelpOption {
        float: left;
    }
}

.uk-dropdown.uk-dropdown-large {
    width: 260px;
}

.uk-dropdown.uk-dropdown-small {
    width: 160px;
}

.uk-dropdown > ul > li > a {
    font-size: 14px;
    color: #212121;
}

    .uk-dropdown > ul > li > a:hover {
        background: rgba(0, 0, 0, 0.085);
    }

.uk-dropdown > ul > li.uk-active > a {
    background: rgba(0, 0, 0, 0.085);
}

.uk-dropdown.dropdown-modal {
    z-index: 1310;
}

.uk-dropdown.dropdown-fs {
    z-index: 9999;
}

.uk-dropdown.uk-dropdown-scrollable {
    -webkit-overflow-scrolling: touch;
}

[data-uk-dropdown*="top-"] .uk-dropdown {
    -webkit-transform-origin: 50% 100% !important;
    transform-origin: 50% 100% !important;
}

[data-uk-dropdown*="left-"] .uk-dropdown {
    -webkit-transform-origin: 100% 50% !important;
    transform-origin: 100% 50% !important;
}

[data-uk-dropdown*="right-"] .uk-dropdown {
    -webkit-transform-origin: 0 50% !important;
    transform-origin: 0 50% !important;
}

[data-uk-dropdown*='justify'] {
    position: static !important;
}

    [data-uk-dropdown*='justify'] [class*="uk-dropdown-width"] {
        left: 0 !important;
        width: 100% !important;
        min-width: inherit !important;
        margin-left: 0 !important;
    }

.uk-dropdown-active {
    display: block !important;
}

.uk-dropdown-shown {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.uk-nav-dropdown > li > a:focus,
.uk-nav-dropdown > li > a:hover {
    text-shadow: none;
    box-shadow: none;
    color: #212121;
    background: rgba(153, 153, 153, 0.2);
}
/* forms */
.uk-form input:not([type]),
.uk-form input[type=color],
.uk-form input[type=date],
.uk-form input[type=datetime-local],
.uk-form input[type=email],
.uk-form input[type=month],
.uk-form input[type=number],
.uk-form input[type=password],
.uk-form input[type=search],
.uk-form input[type=tel],
.uk-form input[type=text],
.uk-form input[type=time],
.uk-form input[type=url],
.uk-form input[type=week],
.uk-form select,
.uk-form textarea {
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    -webkit-transition: border 200ms ease-in;
    transition: border 200ms ease-in;
    resize: none;
}

    .uk-form input:not([type]):focus,
    .uk-form input[type=color]:focus,
    .uk-form input[type=date]:focus,
    .uk-form input[type=datetime-local]:focus,
    .uk-form input[type=email]:focus,
    .uk-form input[type=month]:focus,
    .uk-form input[type=number]:focus,
    .uk-form input[type=password]:focus,
    .uk-form input[type=search]:focus,
    .uk-form input[type=tel]:focus,
    .uk-form input[type=text]:focus,
    .uk-form input[type=time]:focus,
    .uk-form input[type=url]:focus,
    .uk-form input[type=week]:focus,
    .uk-form select:focus,
    .uk-form textarea:focus {
        background: none;
        border-color: #2196f3;
    }

.uk-form textarea {
    -webkit-transition: border-color 200ms ease-in, height 280ms ease-in;
    transition: border-color 200ms ease-in, height 280ms ease-in;
}

.uk-form-row {
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

    .uk-form-row + .uk-form-row {
        margin-top: 24px;
    }

.uk-form-stacked .uk-form-label {
    font-weight: 500;
    font-size: 13px;
    display: block;
    padding-bottom: 8px;
}

    .uk-form-stacked .uk-form-label + p {
        margin-top: 0;
    }

.uk-form-help-block {
    display: block;
    font-size: 12px;
    color: #727272;
    padding: 4px 0 0 0;
    font-style: italic;
}

.uk-form-width-large,
.uk-form-width-medium,
.uk-form-width-small,
.uk-form-width-mini {
    max-width: 100%;
}
/* grid */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
    /*margin-top: 24px;*/
}

.uk-grid.uk-grid-small + .uk-grid-small,
.uk-grid.uk-grid-small > * > .uk-panel + .uk-panel,
.uk-grid.uk-grid-small > .uk-grid-margin {
    margin-top: 10px;
}
/* icons */
[class*="uk-icon-"] {
    color: #727272;
}
/* input groups */
.uk-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    /*&-icon {
        font-size: 20px !important;
        vertical-align: -3px;
    }*/
}

    .uk-input-group > input[type=text] {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .uk-input-group-addon,
    .uk-input-group > input[type=text] {
        display: table-cell;
    }

.uk-input-group-addon {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 1;
    text-align: center;
    padding: 0 16px;
    font-size: 16px;
    min-width: 22px;
}

.uk-input-group > .md-input-wrapper {
    display: inline-block;
}

.uk-input-group.uk-input-group-danger .uk-input-group-addon i {
    color: #e53935 !important;
}

.uk-input-group.uk-input-group-danger + .parsley-errors-list {
    margin-left: 58px;
}

.uk-input-group.uk-input-group-success .uk-input-group-addon i {
    color: #7cb342 !important;
}
/* pagination */
.uk-pagination {
    margin: 0;
}

    .uk-pagination > li {
        outline: none !important;
    }

        .uk-pagination > li > a,
        .uk-pagination > li > span {
            border: none;
            padding: 4px 8px;
            min-width: 32px;
            line-height: 24px;
            height: 32px;
            box-sizing: border-box;
            text-shadow: none;
            color: #212121;
            border-radius: 4px;
        }

            .uk-pagination > li > a [class*="uk-icon-"],
            .uk-pagination > li > span [class*="uk-icon-"] {
                font-size: 16px;
            }

        .uk-pagination > li > a {
            background: transparent;
        }

            .uk-pagination > li > a:hover {
                background: #DCEEF9;
            }

        .uk-pagination > li.uk-active > a,
        .uk-pagination > li.uk-active > span {
            background: #7cb342;
        }

            .uk-pagination > li.uk-active > a,
            .uk-pagination > li.uk-active > span,
            .uk-pagination > li.uk-active > a:hover,
            .uk-pagination > li.uk-active > span:hover {
                color: #fff;
            }

        .uk-pagination > li.uk-active > a,
        .uk-pagination > li.uk-active > span {
            background: #4FAEE0;
        }

        .uk-disabled{
            pointer-events: none !important;
        }

.uk-pagination > li.uk-disabled > a,
.uk-pagination > li.uk-disabled > span {
    border: none;
    text-shadow: none;
    background: transparent !important;
    color: #aaa;
    cursor: default;
    /*display:none;*/
    visibility: hidden;
    border-top: dotted 1px;
}

        .uk-pagination > li.previous.uk-disabled > a {
            display: none;
        }


/* panels */
.uk-panel-box {
    border-radius: 2px;
    background: #fff;
    border-color: rgba(0, 0, 0, 0.12);
}

    .uk-panel-box .uk-panel-teaser {
        border-radius: 2px 2px 0 0;
    }
/* tables */
.uk-table td {
    border-bottom-color: #e6e9ed; /* rgba(0, 0, 0, 0.12); */
}

.uk-table th {
    border-bottom: 1px #e6e9ed;
}

.uk-table-nowrap td,
.uk-table-nowrap th {
    white-space: nowrap;
}

.uk-table-align-vertical td,
.uk-table-align-vertical th {
    vertical-align: middle;
}

.uk-table-no-border td {
    border-bottom-color: transparent;
}
/* sticky */
.uk-sticky-placeholder .uk-active {
    z-index: 1094;
}
/* subnav */
.uk-subnav-pill > * > * {
    color: #212121;
}

.uk-subnav-pill > .uk-active > * {
    background: #7cb342;
}
/* tables */
.uk-table thead th {
    border-bottom: 2px solid #e6e9ed; /* rgba(0, 0, 0, 0.12); */
}

    .uk-table thead th:nth-child(n+1) {
        background-color: white !important; /* rgba(0, 0, 0, 0.12); */
    }


    .uk-table thead th:first-child:not(.nxt-flexible-width-column) {
        width: 30px !important;
    }

.uk-table thead th,
.uk-table tfoot td,
.uk-table tfoot th {
    font-style: normal;
    font-weight: 400;
    color: #AAB2BD;
    font-size: 14px;
}

.uk-table td {
    border-bottom-color: #e6e9ed; /*rgba(0, 0, 0, 0.12);*/
}

.uk-table tfoot td,
.uk-table tfoot th {
    border-top: 2px solid rgba(0, 0, 0, 0.12);
    border-bottom: none;
}

.uk-table-striped tbody tr:nth-of-type(odd) {
    background: rgba(0, 0, 0, 0.085);
}

.uk-table-hover tbody tr:hover {
    background: rgba(0, 0, 0, 0.085);
}
/* thumbnails */
.uk-thumbnail {
    border-radius: 0;
    border-color: rgba(0, 0, 0, 0.12);
}

.uk-thumbnail-caption {
    padding: 4px 4px 0;
    line-height: 20px;
    color: #727272;
    font-size: 12px;
}
/* utilities */
.uk-text-small {
    font-size: 12px;
}

.uk-text-muted {
    color: #757575 !important;
}

.uk-text-primary {
    color: #2196f3 !important;
}

.uk-text-danger {
    color: #e53935 !important;
}

.uk-text-success {
    color: #7cb342 !important;
}

.uk-text-warning {
    color: #ffa000 !important;
}

.uk-margin-small-bottom {
    margin-bottom: 0.8% !important;
}

.uk-margin-medium-bottom {
    margin-bottom: 25px !important; /*3.2% !important;*/
}

.uk-margin-large-bottom {
    margin-bottom: 4.8% !important;
}

.uk-margin-medium-top {
    margin-top: 3.2% !important;
}

.uk-close:hover,
.uk-close:focus {
    opacity: 1;
}

.uk-close:after {
    opacity: 1 !important;
    color: #727272;
    content: '\e5cd';
    font-family: "Material Icons";
}
/* ------------ Components ------------ */
/* accordion */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Accordion
 ========================================================================== */
/* Sub-object: `uk-accordion-title`
 ========================================================================== */
.uk-accordion-title {
    margin-top: 0;
    margin-bottom: 15px;
    padding: 5px 15px;
    background: #f5f5f5;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    border: 1px solid #dddddd;
    border-radius: 4px;
}
/* Sub-object: `uk-accordion-content`
 ========================================================================== */
.uk-accordion-content {
    padding: 0 15px 15px 15px;
}
    /*
 * Micro clearfix to make panels more robust
 */
    .uk-accordion-content:before,
    .uk-accordion-content:after {
        content: "";
        display: table;
    }

    .uk-accordion-content:after {
        clear: both;
    }
    /*
 * Remove margin from the last-child
 */
    .uk-accordion-content > :last-child {
        margin-bottom: 0;
    }

.uk-accordion-title {
    background: rgba(153, 153, 153, 0.2);
    border-radius: 0;
    border: none;
    margin: 0 0 4px;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 24px 8px 16px;
    position: relative;
}

    .uk-accordion-title:after {
        content: '\e313';
        font-family: "Material Icons";
        font-size: 18px;
        position: absolute;
        top: 8px;
        right: 8px;
        display: block;
        color: #727272;
        -webkit-transition: -webkit-transform 280ms;
        transition: transform 280ms;
    }

    .uk-accordion-title.uk-active:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

.uk-accordion-title-primary {
    background: #2196f3;
    color: #fff;
}

    .uk-accordion-title-primary:after {
        color: #fff;
    }

.uk-accordion-title-danger {
    background: #e53935;
    color: #fff;
}

    .uk-accordion-title-danger:after {
        color: #fff;
    }

.uk-accordion-title-success {
    background: #7cb342;
    color: #fff;
}

    .uk-accordion-title-success:after {
        color: #fff;
    }

.uk-accordion-title-warning {
    background: #ffa000;
    color: #fff;
}

    .uk-accordion-title-warning:after {
        color: #fff;
    }

.uk-accordion-content {
    padding: 16px;
}

.uk-accordion-alt .uk-accordion-title {
    background: #fff;
    margin: 0;
    padding: 16px 24px 16px 48px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

    .uk-accordion-alt .uk-accordion-title:first-child {
        border-top: none;
    }

    .uk-accordion-alt .uk-accordion-title:after {
        color: #2196f3;
        content: '\e145';
        right: auto;
        left: 16px;
        top: 16px;
    }

    .uk-accordion-alt .uk-accordion-title.uk-active:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        content: '\e15b';
    }

.uk-accordion-alt .uk-accordion-content {
    padding: 24px;
}
/* dotnav */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Dotnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
.uk-dotnav {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /* 1 */
    margin-left: -15px;
    margin-top: -15px;
    /* 2 */
    padding: 0;
    list-style: none;
}
    /*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 */
    .uk-dotnav > * {
        /* 1 */
        -ms-flex: none;
        -webkit-flex: none;
        -webkit-box-flex: 0;
        flex: none;
        /* 2 */
        padding-left: 15px;
        margin-top: 15px;
    }
    /*
 * DEPRECATED IE9 Support
 */
    .uk-dotnav:before,
    .uk-dotnav:after {
        content: "";
        display: block;
        overflow: hidden;
    }

    .uk-dotnav:after {
        clear: both;
    }

    .uk-dotnav > * {
        float: left;
    }
        /* Items
 ========================================================================== */
        /*
 * Items
 * 1. Hide text if present
 */
        .uk-dotnav > * > * {
            display: block;
            box-sizing: content-box;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: rgba(50, 50, 50, 0.1);
            /* 1 */
            text-indent: 100%;
            overflow: hidden;
            white-space: nowrap;
        }
        /*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
        .uk-dotnav > * > :hover,
        .uk-dotnav > * > :focus {
            background: rgba(50, 50, 50, 0.4);
            /* 2 */
            outline: none;
        }
        /* OnClick */
        .uk-dotnav > * > :active {
            background: rgba(50, 50, 50, 0.6);
        }
    /* Active */
    .uk-dotnav > .uk-active > * {
        background: rgba(50, 50, 50, 0.4);
    }
/* Modifier: `uk-dotnav-contrast`
 ========================================================================== */
.uk-dotnav-contrast > * > * {
    background: rgba(255, 255, 255, 0.4);
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-dotnav-contrast > * > :hover,
.uk-dotnav-contrast > * > :focus {
    background: rgba(255, 255, 255, 0.7);
}
/* OnClick */
.uk-dotnav-contrast > * > :active {
    background: rgba(255, 255, 255, 0.9);
}
/* Active */
.uk-dotnav-contrast > .uk-active > * {
    background: rgba(255, 255, 255, 0.9);
}
/* Modifier: 'uk-dotnav-vertical'
 ========================================================================== */
/*
 * DEPRECATED
 */
.uk-dotnav-vertical {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
}
    /*
 * DEPRECATED IE9 Support
 */
    .uk-dotnav-vertical > * {
        float: none;
    }
/* progress */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Progress
 ========================================================================== */
/*
 * 1. Clearing
 * 2. Vertical alignment if text is used
 */
.uk-progress {
    box-sizing: border-box;
    height: 20px;
    margin-bottom: 15px;
    background: #f5f5f5;
    /* 1 */
    overflow: hidden;
    /* 2 */
    line-height: 20px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
}
/*
 * Add margin if adjacent element
 */
* + .uk-progress {
    margin-top: 15px;
}
/* Sub-object: `uk-progress-bar`
 ========================================================================== */
/*
 * 1. Transition
 * 2. Needed for text
 */
.uk-progress-bar {
    width: 0;
    height: 100%;
    background: #00a8e6;
    float: left;
    /* 1 */
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
    /* 2 */
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}
/* Size modifiers
 ========================================================================== */
/* Mini */
.uk-progress-mini {
    height: 6px;
}
/* Small */
.uk-progress-small {
    height: 12px;
}
/* Color modifiers
 ========================================================================== */
.uk-progress-success .uk-progress-bar {
    background-color: #8cc14c;
}

.uk-progress-warning .uk-progress-bar {
    background-color: #faa732;
}

.uk-progress-danger .uk-progress-bar {
    background-color: #da314b;
}

/* Size modifiers
     ========================================================================== */
.uk-progress-mini,
.uk-progress-small {
    border-radius: 500px;
}

.uk-progress {
    box-shadow: none;
    border-radius: 2px;
}

.uk-progress-bar {
    background: #009688;
}

.uk-progress-success .uk-progress-bar {
    background-color: #7cb342;
}

.uk-progress-danger .uk-progress-bar {
    background-color: #e53935;
}

.uk-progress-warning .uk-progress-bar {
    background-color: #ffa000;
}
/* htmleditor */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: HTML editor
 ========================================================================== */
/* Sub-object `uk-htmleditor-navbar`
 ========================================================================== */
.uk-htmleditor-navbar {
    background: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
    /*
 * Micro clearfix
 */
    .uk-htmleditor-navbar:before,
    .uk-htmleditor-navbar:after {
        content: "";
        display: table;
    }

    .uk-htmleditor-navbar:after {
        clear: both;
    }
/* Sub-object `uk-htmleditor-navbar-nav`
 ========================================================================== */
.uk-htmleditor-navbar-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

    .uk-htmleditor-navbar-nav > li {
        float: left;
    }
        /*
 * 1. Dimensions
 * 2. Style
 */
        .uk-htmleditor-navbar-nav > li > a {
            display: block;
            box-sizing: border-box;
            text-decoration: none;
            /* 1 */
            height: 41px;
            padding: 0 15px;
            line-height: 40px;
            /* 2 */
            color: #444444;
            font-size: 11px;
            cursor: pointer;
            margin-top: -1px;
            margin-left: -1px;
            border: 1px solid transparent;
            border-bottom-width: 0;
            text-shadow: 0 1px 0 #ffffff;
        }
            /*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
            .uk-htmleditor-navbar-nav > li:hover > a,
            .uk-htmleditor-navbar-nav > li > a:focus {
                background-color: #fafafa;
                color: #444444;
                outline: none;
                /* 2 */
                position: relative;
                z-index: 1;
                border-left-color: rgba(0, 0, 0, 0.1);
                border-right-color: rgba(0, 0, 0, 0.1);
                border-top-color: rgba(0, 0, 0, 0.1);
            }
            /* OnClick */
            .uk-htmleditor-navbar-nav > li > a:active {
                background-color: #eeeeee;
                color: #444444;
                border-left-color: rgba(0, 0, 0, 0.1);
                border-right-color: rgba(0, 0, 0, 0.1);
                border-top-color: rgba(0, 0, 0, 0.2);
            }
        /* Active */
        .uk-htmleditor-navbar-nav > li.uk-active > a {
            background-color: #fafafa;
            color: #444444;
            border-left-color: rgba(0, 0, 0, 0.1);
            border-right-color: rgba(0, 0, 0, 0.1);
            border-top-color: rgba(0, 0, 0, 0.1);
        }
/* Sub-object: `uk-htmleditor-navbar-flip`
 ========================================================================== */
.uk-htmleditor-navbar-flip {
    float: right;
}
/* Sub-object for special buttons
 ========================================================================== */
[data-mode='split'] .uk-htmleditor-button-code,
[data-mode='split'] .uk-htmleditor-button-preview {
    display: none;
}
/* Sub-object `uk-htmleditor-content`
 ========================================================================== */
.uk-htmleditor-content {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: #ffffff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
    /*
 * Micro clearfix
 */
    .uk-htmleditor-content:before,
    .uk-htmleditor-content:after {
        content: "";
        display: table;
    }

    .uk-htmleditor-content:after {
        clear: both;
    }
/* Modifier `uk-htmleditor-fullscreen`
 ========================================================================== */
.uk-htmleditor-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
}

    .uk-htmleditor-fullscreen .uk-htmleditor-content {
        position: absolute;
        top: 41px;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .uk-htmleditor-fullscreen .uk-icon-expand:before {
        content: "\f066";
    }
/* Sub-objects `uk-htmleditor-code` and `uk-htmleditor-preview`
 ========================================================================== */
.uk-htmleditor-code,
.uk-htmleditor-preview {
    box-sizing: border-box;
}

.uk-htmleditor-preview {
    padding: 20px;
    overflow-y: scroll;
    position: relative;
}
/*
 * Tab view
 */
[data-mode='tab'][data-active-tab='code'] .uk-htmleditor-preview,
[data-mode='tab'][data-active-tab='preview'] .uk-htmleditor-code {
    display: none;
}
/*
 * Split view
 */
[data-mode='split'] .uk-htmleditor-code,
[data-mode='split'] .uk-htmleditor-preview {
    float: left;
    width: 50%;
}

[data-mode='split'] .uk-htmleditor-code {
    border-right: 1px solid #eeeeee;
}
/* Sub-object `uk-htmleditor-iframe`
 ========================================================================== */
.uk-htmleditor-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* CodeMirror modifications
 ========================================================================== */
.uk-htmleditor .CodeMirror {
    padding: 10px;
    box-sizing: border-box;
}
/*
     * Apply same `border-radius` as `uk-htmleditor-navbar`
     */
.uk-htmleditor-navbar-nav:first-child > li:first-child > a {
    border-top-left-radius: 4px;
}
/*
     * Sub-modifier `uk-htmleditor-navbar-flip`
     */
/* Collapse border */
.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav > li > a {
    margin-left: 0;
    margin-right: -1px;
}
/* Apply same `border-radius` as `uk-htmleditor-navbar` */
.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav:first-child > li:first-child > a {
    border-top-left-radius: 0;
}

.uk-htmleditor-navbar-flip .uk-htmleditor-navbar-nav:last-child > li:last-child > a {
    border-top-right-radius: 4px;
}
/*
     * Sub-modifier `uk-htmleditor-fullscreen`
     */
.uk-htmleditor-fullscreen .uk-htmleditor-navbar {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.uk-htmleditor-fullscreen .uk-htmleditor-content {
    border: none;
    border-radius: 0;
}

.uk-htmleditor-fullscreen .uk-htmleditor-navbar-nav > li > a {
    border-radius: 0 !important;
}

.uk-htmleditor-navbar {
    border-radius: 0;
    background: #f9f9f9;
    border-width: 1px 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.uk-htmleditor-navbar-nav > li > a {
    border: none;
    border-radius: 0 !important;
    height: 38px;
}

.uk-htmleditor-navbar-nav > li.uk-active > a {
    background: #ebebeb;
}

.uk-htmleditor-navbar-nav > li:hover > a,
.uk-htmleditor-navbar-nav > li > a:focus {
    background: #ebebeb;
}

.uk-htmleditor-content {
    border-radius: 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.uk-htmleditor-fullscreen {
    z-index: 1154;
}

    .uk-htmleditor-fullscreen .uk-htmleditor-navbar {
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .uk-htmleditor-fullscreen .uk-htmleditor-content {
        top: 38px;
    }
/* upload */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Form file
 ========================================================================== */
/*
 * 1. Behave like form elements
 * 2. Create position context for dropdowns
 * 3. Clip content
 */
.uk-form-file {
    /* 1 */
    display: inline-block;
    vertical-align: middle;
    /* 2 */
    position: relative;
    /* 3 */
    overflow: hidden;
}
    /*
 * 1. Required for Firefox
 * 2. Expand height and required for the cursor
 */
    .uk-form-file input[type="file"] {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 100%;
        opacity: 0;
        cursor: pointer;
        /* 1 */
        left: 0;
        /* 2 */
        font-size: 500px;
    }
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Upload
 ========================================================================== */
/*
 * Create a box-shadow when dragging a file over the upload area
 */
.uk-dragover {
    box-shadow: 0 0 20px rgba(100, 100, 100, 0.3);
}

.uk-file-upload {
    width: 100%;
    padding: 32px 16px;
    box-sizing: border-box;
    background: #f5f5f5;
    text-align: center;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}

    .uk-file-upload p {
        margin: 0;
    }

    .uk-file-upload.uk-dragover {
        box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    }

div.uk-form-file {
    padding: 3px 2px;
}

.uk-form-file input[type="file"] {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    left: 0;
    font-size: 500px;
}

    .uk-form-file input[type="file"]::-webkit-file-upload-button {
        cursor: pointer;
    }
/* form select */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Form select
 ========================================================================== */
/*
 * 1. Behave like form elements
 * 2. Create position context for dropdowns
 * 3. Clip content
 */
.uk-form-select {
    /* 1 */
    display: inline-block;
    vertical-align: middle;
    /* 2 */
    position: relative;
    /* 3 */
    overflow: hidden;
}
    /*
 * 1. Required for Firefox
 * 1. Required for Webkit to make `height` work
 */
    .uk-form-select select {
        position: absolute;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        /* 1 */
        left: 0;
        /* 2 */
        -webkit-appearance: none;
    }
/* datepicker */
.uk-datepicker {
    z-index: 1094;
    width: auto;
    padding: 0;
}

.uk-datepicker-nav {
    margin-bottom: 15px;
    text-align: center;
    line-height: 20px;
    background: #009688;
    padding: 10px 0;
}

    .uk-datepicker-nav a,
    .uk-datepicker-nav a:hover {
        text-decoration: none;
        color: #fff;
    }

    .uk-datepicker-nav .uk-form-select {
        font: 400 16px / 22px "Roboto", sans-serif;
        color: #fff;
        text-transform: uppercase;
    }

.uk-datepicker-previous {
    float: left;
    margin-left: 8px;
}

    .uk-datepicker-previous:after {
        content: "\f053";
    }

.uk-datepicker-next {
    float: right;
    margin-right: 8px;
}

    .uk-datepicker-next:after {
        content: "\f054";
    }

    .uk-datepicker-previous:after,
    .uk-datepicker-next:after {
        width: 20px;
        font-family: FontAwesome;
    }

.uk-datepicker.dp-top {
    -webkit-transform-origin: 50% 100% !important;
    transform-origin: 50% 100% !important;
}

.uk-datepicker-table {
    width: 100%;
}

    .uk-datepicker-table th,
    .uk-datepicker-table td {
        padding: 2px;
        font: 400 13px / 15px "Roboto", sans-serif;
    }

    .uk-datepicker-table th {
        color: #727272;
        font-size: 12px;
        text-transform: uppercase;
    }

    .uk-datepicker-table a {
        display: block;
        width: 30px;
        line-height: 30px;
        height: 30px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        color: #212121;
    }

        .uk-datepicker-table a:hover {
            background-color: rgba(0, 0, 0, 0.085);
            color: #212121;
            outline: none;
        }

        .uk-datepicker-table a.uk-active {
            background-color: #009688;
            color: #fff;
        }

a.uk-datepicker-table-muted {
    color: #999;
}
/* autocomplete, timepicker */
.uk-autocomplete .uk-dropdown {
    display: block;
    max-height: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 0;
    border: none;
    -webkit-transform: scale(0.25, 0);
    transform: scale(0.25, 0);
    opacity: 0;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-animation: none !important;
    animation: none !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.uk-autocomplete.uk-open .uk-dropdown {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    max-height: 210px;
}
/* password toggle */
.uk-form-password-toggle {
    position: absolute;
    right: 8px;
    top: 16px;
    color: #727272;
}

    .uk-form-password-toggle:hover {
        color: #727272;
    }
/* nestable */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Nestable
 ========================================================================== */
.uk-nestable {
    padding: 0;
    list-style: none;
}
    /*
 * Disables the default callout shown when you touch and hold a touch target
 * Currently only works in Webkit
 */
    .uk-nestable a,
    .uk-nestable img {
        -webkit-touch-callout: none;
    }
/* Sub-object `uk-nestable-list`
 ========================================================================== */
.uk-nestable-list {
    margin: 0;
    padding-left: 40px;
    list-style: none;
}
/* Sub-modifier `uk-nestable-item`
 ========================================================================== */
/*
 * 1. Deactivate browser touch actions in IE11
 */
.uk-nestable-item {
    /* 1 */
    -ms-touch-action: none;
    touch-action: none;
}

    .uk-nestable-item + .uk-nestable-item {
        margin-top: 10px;
    }

.uk-nestable-list:not(.uk-nestable-dragged) > .uk-nestable-item:first-child {
    margin-top: 10px;
}
/* Sub-modifier `uk-nestable-dragged`
 ========================================================================== */
/*
 * 1. Reset style
 */
.uk-nestable-dragged {
    position: absolute;
    z-index: 1050;
    pointer-events: none;
    /* 1 */
    padding-left: 0;
}
/* Sub-modifier `uk-nestable-placeholder`
 ========================================================================== */
.uk-nestable-placeholder {
    position: relative;
}

    .uk-nestable-placeholder > * {
        opacity: 0;
    }

    .uk-nestable-placeholder:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: 1px dashed #dddddd;
        opacity: 1;
    }
/* Empty List
 ========================================================================== */
.uk-nestable-empty {
    min-height: 30px;
}
/* Sub-object `uk-nestable-handle`
 ========================================================================== */
/*
 * Deactivate browser touch actions in IE11
 */
.uk-nestable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
    /* Hover */
    .uk-nestable-handle:hover {
        cursor: move;
    }
/* Sub-object `uk-nestable-moving`
 ========================================================================== */
.uk-nestable-moving,
.uk-nestable-moving * {
    cursor: move;
}
/* [data-nestable-action='toggle']
 ========================================================================== */
/*
 * 1. Makes text unselectable. Happens if double clicked by mistake
 */
[data-nestable-action='toggle'] {
    cursor: pointer;
    /* 1 */
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Sub-object `.uk-nestable-toggle`
 ========================================================================== */
.uk-nestable-toggle {
    display: inline-block;
    visibility: hidden;
}

    .uk-nestable-toggle:after {
        content: "\f147";
        font-family: FontAwesome;
    }

.uk-parent > :not(.uk-nestable-list) .uk-nestable-toggle {
    visibility: visible;
}
/*
 * Collapsed
 */
.uk-collapsed .uk-nestable-list {
    display: none;
}

.uk-collapsed .uk-nestable-toggle:after {
    content: "\f196";
}
/* Sub-object `uk-nestable-panel`
 ========================================================================== */
.uk-nestable-panel {
    padding: 5px;
    background: #f5f5f5;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    text-shadow: 0 1px 0 #ffffff;
}

.uk-nestable-handle {
    margin-right: 16px;
}

.uk-nestable-panel {
    padding: 8px 16px;
    background: #fff;
    border-radius: 4px;
    border: none;
    text-shadow: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.uk-nestable-placeholder:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    background: rgba(0, 0, 0, 0.085);
    opacity: 1;
}

.uk-nestable-toggle {
    font-size: 18px;
    height: 18px;
    width: 18px;
    line-height: 18px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 8px;
    display: none;
}

    .uk-nestable-toggle:after {
        vertical-align: top;
        content: '\e316';
        font-family: "Material Icons";
    }

.uk-parent > .uk-nestable-panel .uk-nestable-toggle {
    display: inline-block;
}

.uk-collapsed .uk-nestable-toggle:after {
    content: "\e313";
}
/* notify */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Notify
 ========================================================================== */
/*
 * Message container for positioning
 */
.uk-notify {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 1040;
    box-sizing: border-box;
    width: 350px;
}
/* Position modifiers
========================================================================== */
.uk-notify-top-right,
.uk-notify-bottom-right {
    left: auto;
    right: 10px;
}

.uk-notify-top-center,
.uk-notify-bottom-center {
    left: 50%;
    margin-left: -175px;
}

.uk-notify-bottom-left,
.uk-notify-bottom-right,
.uk-notify-bottom-center {
    top: auto;
    bottom: 10px;
}

.hideSearchOption {
    display: none !important;
}
/* Responsiveness
========================================================================== */
/* Phones portrait and smaller */
@media screen and (max-width: 479px) {
    /*
     * Fit in small screen
     */
    .uk-notify {
        left: 10px;
        right: 10px;
        width: auto;
        margin: 0;
    }

    .hideSearchOption {
        display: block !important;
    }

    #header_main .uk-navbar .uk-navbar-nav > #hideAdminProfile {
        display: none !important;
    }

    #header_main .uk-navbar .uk-navbar-nav > #hideAdminProfile1 {
        display: block !important;
    }

    #page_content #page_content_inner .header_content #hideOptions {
        display: none !important;
    }

    #page_content #page_content_inner .header_content #optionsOfPage {
        display: block !important;
    }

    #page_content #page_content_inner .header_content #OptionsMobileLayout {
        /*display: none !important;*/
    }

    #page_content #page_content_inner .header_content #divSiteOption #showOptionsMobileLayout {
        display: block !important;
    }

    #page_content #page_content_inner .header_content #divUserOption #showOptionsMobileLayout {
        display: block !important;
    }

    #page_content #page_content_inner .header_content #divGroupOption #showOptionsMobileLayout {
        display: block !important;
    }

    #page_content #page_content_inner .header_content {
        margin-right: -12px !important;
    }

        #page_content #page_content_inner .header_content #divSiteOption {
            right: 27px !important;
            overflow: hidden !important;
        }

        #page_content #page_content_inner .header_content #divUserOption {
            right: 27px !important;
            overflow: hidden !important;
        }

        #page_content #page_content_inner .header_content #divGroupOption {
            right: 27px !important;
            overflow: hidden !important;
        }

        #page_content #page_content_inner .header_content #divSoftUpdateOption {
            margin-right: 92px;
            overflow: hidden !important;
        }


    #page_content .md-card-top .md-card-content #detailIconText {
        font-size: 150% !important;
    }

    #page_content .md-card-top .md-card-content .NewBody {
        width: 250px !important;
    }

    #page_content .md-card-top .md-card-content .headerBooster {
        width: 170px !important;
    }

    #page_content .md-card-top .md-card-content #siteDetails #productDetails {
        margin-top: 68px !important;
        width: 260px !important;
    }

    .modal .center {
        z-index: 60;
        margin-left: 200px;
        width: 50px;
    }
}

@media (max-width: 405px) and (min-device-width: 320px) {
    #page_content .md-card-top .md-card-content #systemDetailsValue {
        font-size: 12px !important;
        width: 220px !important;
    }
}



@media (max-width: 599px) {
    .dt-uikit-footer .uk-grid .uk-width-medium-7-10 .uk-pagination > li > a,
    .uk-pagination > li > span {
        border: none;
        padding: 1px 0px;
        min-width: 20px;
        line-height: 24px;
        height: 25px;
        box-sizing: border-box;
        text-shadow: none;
        border-radius: -9px;
    }
}

/* Sub-object: `uk-notify-message`
========================================================================== */
.uk-notify-message {
    position: relative;
    margin-bottom: 10px;
    padding: 15px;
    background: #444444;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    cursor: pointer;
    border: 1px solid #444444;
    border-radius: 4px;
}
    /* Close in notify
 ========================================================================== */
    .uk-notify-message > .uk-close {
        visibility: hidden;
        float: right;
    }

    .uk-notify-message:hover > .uk-close {
        visibility: visible;
    }
/* Modifier: `uk-alert-info`
 ========================================================================== */
.uk-notify-message-primary {
    background: #ebf7fd;
    color: #2d7091;
    border-color: rgba(45, 112, 145, 0.3);
}
/* Modifier: `uk-alert-success`
 ========================================================================== */
.uk-notify-message-success {
    background: #f2fae3;
    color: #659f13;
    border-color: rgba(101, 159, 19, 0.3);
}
/* Modifier: `uk-notify-message-warning`
 ========================================================================== */
.uk-notify-message-warning {
    background: #fffceb;
    color: #e28327;
    border-color: rgba(226, 131, 39, 0.3);
}
/* Modifier: `uk-notify-message-danger`
 ========================================================================== */
.uk-notify-message-danger {
    background: #fff1f0;
    color: #d85030;
    border-color: rgba(216, 80, 48, 0.3);
}

.uk-notify {
    z-index: 1114;
    width: 400px;
    top: 56px;
    max-width: 100%;
}

.uk-notify-top-center,
.uk-notify-bottom-center {
    margin-left: -200px;
}

.uk-notify-top-left {
    left: 24px;
}

.uk-notify-top-right {
    right: 24px;
}

.uk-notify-bottom-left {
    left: 24px;
}

.uk-notify-bottom-right {
    right: 24px;
}

.uk-notify-bottom-center,
.uk-notify-bottom-left,
.uk-notify-bottom-right {
    top: auto;
    bottom: 8px;
}

.uk-notify-message {
    background: #323232;
    border-radius: 4px;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 18px;
    border: none;
}

.uk-notify .uk-close {
    display: none;
}

.uk-notify .notify-action {
    float: right;
    text-transform: uppercase;
    color: #8bc34a;
    margin-left: 16px;
}

    .uk-notify .notify-action:hover {
        color: #689f38;
    }

.uk-notify .notify-content {
    overflow: hidden;
}

.uk-notify-message-info {
    background: #1976d2;
    color: #fff;
}

.uk-notify-message-success {
    background: #7cb342;
}

.uk-notify-message-warning {
    background: #ffa000;
}

.uk-notify-message-danger {
    background: #e53935;
}

.uk-notify-message-info,
.uk-notify-message-success,
.uk-notify-message-warning,
.uk-notify-message-danger {
    color: #fff;
}

    .uk-notify-message-info .notify-action,
    .uk-notify-message-success .notify-action,
    .uk-notify-message-warning .notify-action,
    .uk-notify-message-danger .notify-action {
        color: #fff;
    }

        .uk-notify-message-info .notify-action:hover,
        .uk-notify-message-success .notify-action:hover,
        .uk-notify-message-warning .notify-action:hover,
        .uk-notify-message-danger .notify-action:hover {
            color: #fff;
            text-decoration: underline;
        }

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
        box-sizing: border-box;
    }
}

@media only screen and (max-width: 767px) {
    .uk-notify-top-center,
    .uk-notify-top-left,
    .uk-notify-top-right,
    .uk-notify-bottom-center,
    .uk-notify-bottom-left,
    .uk-notify-bottom-right {
        width: 100%;
        margin: 0;
        left: 0;
        right: 0;
    }

        .uk-notify-top-center > .uk-notify-message,
        .uk-notify-top-left > .uk-notify-message,
        .uk-notify-top-right > .uk-notify-message,
        .uk-notify-bottom-center > .uk-notify-message,
        .uk-notify-bottom-left > .uk-notify-message,
        .uk-notify-bottom-right > .uk-notify-message {
            border-radius: 0;
            padding: 16px 32px;
        }

    .uk-notify-top-center,
    .uk-notify-top-left,
    .uk-notify-top-right {
        top: 0;
        bottom: auto;
    }

    .uk-notify-bottom-center,
    .uk-notify-bottom-left,
    .uk-notify-bottom-right {
        top: auto;
        bottom: -10px;
    }

    #showOptionsMobileLayout {
        display: block;
    }

    #OptionsMobileLayout {
        display: none;
    }
}

@media only screen and (min-width: 960px) {
    .sidebar_main_active .uk-notify-top-left,
    .sidebar_main_open .uk-notify-top-left {
        left: 256px;
    }

    .sidebar_main_active .uk-notify-top-center,
    .sidebar_main_open .uk-notify-top-center {
        margin-left: -80px;
    }

    .sidebar_main_active .uk-notify-bottom-left,
    .sidebar_main_open .uk-notify-bottom-left {
        left: 256px;
    }

    .sidebar_main_active .uk-notify-bottom-center,
    .sidebar_main_open .uk-notify-bottom-center {
        margin-left: -80px;
    }
}
/* slideshow */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Slideshow
 ========================================================================== */
/*
 * 1. Create position context
 * 2. Create stacking context to prevent z-index issues with other components
 * 3. Set width because child elements are positioned absolute. Height is set via JS
 * 4. Reset list style
 * 5. Clip child elements
 * 6. Deactivate browser history navigation in IE11
 */
.uk-slideshow {
    /* 1 */
    position: relative;
    /* 2 */
    z-index: 0;
    /* 3 */
    width: 100%;
    /* 4 */
    margin: 0;
    padding: 0;
    list-style: none;
    /* 5 */
    overflow: hidden;
    /* 6 */
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
    /*
 * Sub-object item
 * 1. Position items above each other
 * 2. Expand to parent container width
 * 3. Hide by default
 */
    .uk-slideshow > li {
        /* 1 */
        position: absolute;
        top: 0;
        left: 0;
        /* 2 */
        width: 100%;
        /* 3 */
        opacity: 0;
    }
    /*
 * Active
 * 1. Stack at first
 * 2. Show slide
 */
    .uk-slideshow > .uk-active {
        /* 1 */
        z-index: 10;
        /* 2 */
        opacity: 1;
    }
    /*
 * Hide default images which is only relevant to keep existing proportions
 */
    .uk-slideshow > li > img {
        visibility: hidden;
    }
/*
 * Pointer for controls
 */
[data-uk-slideshow-slide] {
    cursor: pointer;
}
/* Modifier: `uk-slideshow-fullscreen`
 ========================================================================== */
.uk-slideshow-fullscreen,
.uk-slideshow-fullscreen > li {
    height: 100vh;
}
/* Animations
 ========================================================================== */
/*
 * Fade
 */
.uk-slideshow-fade-in {
    -webkit-animation: uk-fade 0.5s linear;
    animation: uk-fade 0.5s linear;
}

.uk-slideshow-fade-out {
    -webkit-animation: uk-fade 0.5s linear reverse;
    animation: uk-fade 0.5s linear reverse;
}
/*
 * Scroll
 */
.uk-slideshow-scroll-forward-in {
    -webkit-animation: uk-slide-right 0.5s ease-in-out;
    animation: uk-slide-right 0.5s ease-in-out;
}

.uk-slideshow-scroll-forward-out {
    -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
    animation: uk-slide-left 0.5s ease-in-out reverse;
}

.uk-slideshow-scroll-backward-in {
    -webkit-animation: uk-slide-left 0.5s ease-in-out;
    animation: uk-slide-left 0.5s ease-in-out;
}

.uk-slideshow-scroll-backward-out {
    -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
    animation: uk-slide-right 0.5s ease-in-out reverse;
}
/*
 * Scale
 */
.uk-slideshow-scale-out {
    -webkit-animation: uk-fade-scale-15 0.5s ease-in-out reverse;
    animation: uk-fade-scale-15 0.5s ease-in-out reverse;
}
/*
 * Swipe
 */
.uk-slideshow-swipe-forward-in {
    -webkit-animation: uk-slide-left-33 0.5s ease-in-out;
    animation: uk-slide-left-33 0.5s ease-in-out;
}

.uk-slideshow-swipe-forward-out {
    -webkit-animation: uk-slide-left 0.5s ease-in-out reverse;
    animation: uk-slide-left 0.5s ease-in-out reverse;
}

.uk-slideshow-swipe-backward-in {
    -webkit-animation: uk-slide-right-33 0.5s ease-in-out;
    animation: uk-slide-right-33 0.5s ease-in-out;
}

.uk-slideshow-swipe-backward-out {
    -webkit-animation: uk-slide-right 0.5s ease-in-out reverse;
    animation: uk-slide-right 0.5s ease-in-out reverse;
}

.uk-slideshow-swipe-forward-in:before,
.uk-slideshow-swipe-backward-in:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.6);
    -webkit-animation: uk-fade 0.5s ease-in-out reverse;
    animation: uk-fade 0.5s ease-in-out reverse;
}
/* slidenav */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Slidenav
 ========================================================================== */
/*
 * 1. Required for `a` elements
 * 2. Dimension
 * 3. Style
 */
.uk-slidenav {
    /* 1 */
    display: inline-block;
    /* 2 */
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    /* 3 */
    line-height: 60px;
    color: rgba(50, 50, 50, 0.4);
    font-size: 60px;
    text-align: center;
}
    /*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 * 4. Style
 */
    .uk-slidenav:hover,
    .uk-slidenav:focus {
        /* 2 */
        outline: none;
        /* 3 */
        text-decoration: none;
        /* 4 */
        color: rgba(50, 50, 50, 0.7);
        cursor: pointer;
    }
    /* Active */
    .uk-slidenav:active {
        color: rgba(50, 50, 50, 0.9);
    }
/*
 * Icons
 */
.uk-slidenav-previous:before {
    content: "\f104";
    font-family: FontAwesome;
}

.uk-slidenav-next:before {
    content: "\f105";
    font-family: FontAwesome;
}
/* Sub-object: `uk-slidenav-position`
 ========================================================================== */
/*
 * Create position context
 */
.uk-slidenav-position {
    position: relative;
}
    /*
 * Center vertically
 */
    .uk-slidenav-position .uk-slidenav {
        display: none;
        position: absolute;
        top: 50%;
        z-index: 1;
        margin-top: -30px;
    }

    .uk-slidenav-position:hover .uk-slidenav {
        display: block;
    }

    .uk-slidenav-position .uk-slidenav-previous {
        left: 20px;
    }

    .uk-slidenav-position .uk-slidenav-next {
        right: 20px;
    }
/* Modifier: `uk-slidenav-contrast`
 ========================================================================== */
.uk-slidenav-contrast {
    color: rgba(255, 255, 255, 0.5);
}
    /*
 * Hover
 * 1. Apply hover style also to focus state
 */
    .uk-slidenav-contrast:hover,
    .uk-slidenav-contrast:focus {
        color: rgba(255, 255, 255, 0.7);
    }
    /* Active */
    .uk-slidenav-contrast:active {
        color: rgba(255, 255, 255, 0.9);
    }
/* tooltips */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Tooltip
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Set dimensions
 * 4. Set style
 */
.uk-tooltip {
    /* 1 */
    display: none;
    /* 2 */
    position: absolute;
    z-index: 1030;
    /* 3 */
    box-sizing: border-box;
    max-width: 200px;
    padding: 5px 8px;
    /* 4 */
    background: #333333;
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    line-height: 18px;
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
    /* Triangle
 ========================================================================== */
    /*
 * 1. Dashed is less antialised than solid
 */
    .uk-tooltip:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        /* 1 */
        border: 5px dashed #333333;
    }
/* Direction modifiers
 ========================================================================== */
/*
 * Top
 */
.uk-tooltip-top:after,
.uk-tooltip-top-left:after,
.uk-tooltip-top-right:after {
    bottom: -5px;
    border-top-style: solid;
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #333333;
}
/*
 * Bottom
 */
.uk-tooltip-bottom:after,
.uk-tooltip-bottom-left:after,
.uk-tooltip-bottom-right:after {
    top: -5px;
    border-bottom-style: solid;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: #333333;
}
/*
 * Top/Bottom center
 */
.uk-tooltip-top:after,
.uk-tooltip-bottom:after {
    left: 50%;
    margin-left: -5px;
}
/*
 * Top/Bottom left
 */
.uk-tooltip-top-left:after,
.uk-tooltip-bottom-left:after {
    left: 10px;
}
/*
 * Top/Bottom right
 */
.uk-tooltip-top-right:after,
.uk-tooltip-bottom-right:after {
    right: 10px;
}
/*
 * Left
 */
.uk-tooltip-left:after {
    right: -5px;
    top: 50%;
    margin-top: -5px;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #333333;
}
/*
 * Right
 */
.uk-tooltip-right:after {
    left: -5px;
    top: 50%;
    margin-top: -5px;
    border-right-style: solid;
    border-left: none;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: #333333;
}

.uk-tooltip {
    background: #424242;
    color: #fff;
    font-size: 13px;
    padding: 3px 16px;
    line-height: 22px;
    text-shadow: none;
    min-width: 80px;
    text-align: center;
    z-index: 1114;
    opacity: 0;
}

    .uk-tooltip .uk-tooltip-inner {
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
    }

    .uk-tooltip:after {
        display: none !important;
    }

    .uk-tooltip.long-text {
        text-align: left;
    }

        .uk-tooltip.long-text .uk-tooltip-inner {
            white-space: normal;
            overflow: visible;
            line-height: 18px;
            padding: 4px 0;
        }

.uk-tooltip-small {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
}
/* tabs */
.uk-tab {
    border-bottom-color: rgba(0, 0, 0, 0.12);
}

.uk-sticky-placeholder .uk-tab {
    background: #fff;
    padding-top: 8px;
}

.uk-tab > li {
    margin-bottom: 0;
    margin-top: 0;
    z-index: 1;
}

    .uk-tab > li > a {
        font-size: 13px;
        text-transform: uppercase;
        color: #212121;
        border: none;
        border-bottom: 2px solid transparent;
        border-radius: 0 !important;
        font-weight: 500;
        min-width: 100px;
        max-width: 100%;
        text-align: center;
        -webkit-transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 220ms cubic-bezier(0.4, 0, 0.2, 1);
        padding: 8px !important;
        margin: 0 !important;
        box-sizing: border-box;
        position: relative;
        top: 1px;
    }

        .uk-tab > li > a:hover,
        .uk-tab > li > a:focus {
            background: none;
            color: #212121;
            border-bottom-color: #b2dbfb;
        }

    .uk-tab > li.uk-active > a {
        background: transparent !important;
        border-bottom-color: #2196f3;
    }

    .uk-tab > li.uk-disabled > a,
    .uk-tab > li.uk-disabled > a:hover,
    .uk-tab > li.uk-disabled > a:focus {
        color: #aaa;
    }

.uk-tab-bottom li {
    margin-top: 0;
}

    .uk-tab-bottom li > a {
        border-top: 2px solid transparent;
        border-bottom: none;
        top: auto;
        bottom: 1px;
    }

        .uk-tab-bottom li > a:hover,
        .uk-tab-bottom li > a:focus {
            border-top-color: #b2dbfb;
        }

    .uk-tab-bottom li.uk-active > a {
        border-top-color: #2196f3;
    }

.uk-tab-left {
    border-bottom: none;
}

    .uk-tab-left li > a {
        border-right: 2px solid transparent;
        border-bottom: none;
        text-align: right;
        top: auto;
        bottom: auto;
    }

        .uk-tab-left li > a:hover,
        .uk-tab-left li > a:focus {
            border-right-color: #b2dbfb;
        }

    .uk-tab-left li.uk-active > a {
        border-right-color: #2196f3;
    }

.uk-tab-right {
    border-bottom: none;
}

    .uk-tab-right li > a {
        border-left: 2px solid transparent;
        border-bottom: none;
        text-align: left;
        top: auto;
        bottom: auto;
    }

        .uk-tab-right li > a:hover,
        .uk-tab-right li > a:focus {
            border-left-color: #b2dbfb;
        }

    .uk-tab-right li.uk-active > a {
        border-left-color: #2196f3;
    }

.uk-tab-responsive li a {
    border: none !important;
}

.uk-tab-responsive > a:before {
    content: '\e5d2';
    font-family: "Material Icons";
    color: #727272;
    margin-right: 8px;
    vertical-align: -4px;
    font-size: 18px;
}

.uk-tab-icons > li > a {
    min-width: 64px;
}

    .uk-tab-icons > li > a > .material-icons {
        font-size: 24px;
    }
/* text truncate */
.uk-text-truncate {
    display: block;
}
/* sortable */
/*! UIkit 2.24.3 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Sortable
 ========================================================================== */
.uk-sortable {
    position: relative;
}
    /*
 * Deactivate browser touch actions in IE11
 */
    .uk-sortable > * {
        -ms-touch-action: none;
        touch-action: none;
    }
    /*
 * Disables the default callout shown when you touch and hold a touch target
 * Currently only works in Webkit
 */
    .uk-sortable a,
    .uk-sortable img {
        -webkit-touch-callout: none;
    }
    /*
 * Remove margin from the last-child
 */
    .uk-sortable > :last-child {
        margin-bottom: 0;
    }
/* Sub-modifier `uk-sortable-dragged`
 ========================================================================== */
.uk-sortable-dragged {
    position: absolute;
    z-index: 1050;
    pointer-events: none;
}
/* Sub-modifier `uk-sortable-placeholder`
 ========================================================================== */
.uk-sortable-placeholder {
    opacity: 0;
}
/* Empty List
 ========================================================================== */
.uk-sortable-empty {
    min-height: 30px;
}
/* Sub-object `uk-sortable-handle`
 ========================================================================== */
/*
 * Deactivate browser touch actions in IE11
 */
.uk-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
    /* Hover */
    .uk-sortable-handle:hover {
        cursor: move;
    }
/* Sub-object `uk-sortable-moving`
 ========================================================================== */
.uk-sortable-moving,
.uk-sortable-moving * {
    cursor: move;
}

.uk-sortable > * {
    -ms-touch-action: auto;
    touch-action: auto;
}

.uk-sortable.sortable-handler > * {
    cursor: move;
}

.uk-sortable .sortable-handler {
    cursor: move;
}

.uk-switcher {
    overflow: hidden;
}

/* 5. material design styles ========================= */
/* bg colors */
.md-bg-cyan {
    background-color: #00acc1 !important;
    color: #fff;
}

.md-bg-light-green {
    background-color: #7cb342 !important;
    color: #fff;
}

.md-bg-grey {
    background-color: #616161 !important;
    color: #fff;
}

.md-bg-red {
    background-color: #d32f2f !important;
    color: #fff;
}

.md-bg-light-blue {
    background-color: #0288d1 !important;
    color: #fff;
}

.md-bg-teal {
    background-color: #00897b !important;
    color: #fff;
}

.md-bg-purple {
    background-color: #8e24aa !important;
    color: #fff;
}
/* buttons */
.md-btn {
    background: #fff;
    border: none;
    border-radius: 40px;
    min-height: 31px;
    min-width: 100px;
    width:150px;
    padding: 4px 22px;
    text-align: center;
    text-shadow: none;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    font: 500 14px / 31px "Roboto", sans-serif !important;
}

.button-primary {
    background: #fff;
    border: none;
    border-radius: 40px;
    min-height: 31px;
    min-width: 100px;
    padding: 4px 22px;
    text-align: center;
    text-shadow: none;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    font: 500 14px / 31px "Roboto", sans-serif !important;
}

@media only screen and (max-width: 650px) {
    .button-primary {
        width: 100px;
    }
}


.bold-text-over {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1.5;
    font-family: 'Roboto';
    font-size: 14px;
    margin: 0;
    font-weight: 600;
}


@media only screen and (max-width: 650px) {
    .bold-text-over {
        width: 200px;
    }
}



.md-btn-primary:hover,
.uk-button-dropdown.uk-open > .md-btn {
    background: #61B6E3;
    outline: none;
    text-decoration: none;
    box-shadow: 0 3px 5px 0 rgba(55,77,88,0.30);
}

.md-btn:active,
.uk-button-dropdown.uk-open > .md-btn {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.cancel-button {
    background: #fff;
    border-radius: 40px;
    border: 1.5px solid #4FAEE0;
    color: #4FAEE0;
    min-height: 31px;
    min-width: 100px;
    width:150px;
    padding: 4px 22px;
    text-align: center;
    text-shadow: none;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box;
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    font: 500 14px / 31px "Roboto", sans-serif !important;
}

@media only screen and (max-width: 650px) {
    .cancel-button {
        padding: 0;
        width:125px;
    }
}










/* Used as link style buttons */
.md-btn-flat {
    box-shadow: none !important;
    background: none;
    color: #4FAEE0;
    margin-right: 14px;
}

    .md-btn-flat:hover,
    .md-btn-flat:focus {
        color: #479cc9;
    }

    .md-btn-flat:active {
        color: #72bee6;
    }


.md-btn-flat-danger,
.md-btn-flat-danger:hover,
.md-btn-flat-danger:focus,
.md-btn-flat-danger:active {
    color: #e53935;
}

    .md-btn-flat-danger:hover,
    .md-btn-flat-danger:focus,
    .md-btn-flat-danger:active {
        background: #fceaea;
    }

.md-btn-flat-primary,
.md-btn-flat-primary:hover,
.md-btn-flat-primary:focus,
.md-btn-flat-primary:active {
    color: #1976d2;
}

    .md-btn-flat-primary:hover,
    .md-btn-flat-primary:focus,
    .md-btn-flat-primary:active {
        background: #e3f2fd;
    }

.md-btn-flat-success,
.md-btn-flat-success:hover,
.md-btn-flat-success:focus,
.md-btn-flat-success:active {
    color: #7cb342;
}

    .md-btn-flat-success:hover,
    .md-btn-flat-success:focus,
    .md-btn-flat-success:active {
        background: #e1efd2;
    }

.md-btn-flat-warning,
.md-btn-flat-warning:hover,
.md-btn-flat-warning:focus,
.md-btn-flat-warning:active {
    color: #ffa000;
}

    .md-btn-flat-warning:hover,
    .md-btn-flat-warning:focus,
    .md-btn-flat-warning:active {
        background: #ffeccc;
    }

.md-btn-flat.disabled {
    background: none !important;
}

.md-btn-danger,
.md-btn-danger:hover,
.md-btn-danger:focus,
.md-btn-danger:active {
    background: #e53935;
    color: #fff;
}

.md-btn-primary,
.md-btn-primary:focus {
    background: #4FAEE0;
    color: #fff;
}

    .md-btn-primary:active,
    .uk-button-dropdown.uk-open > .md-btn {
        background: #4FAEE0;
        box-shadow: inset 0 1px 3px 0 rgba(31,69,89,0.40);
    }

.md-btn-success,
.md-btn-success:hover,
.md-btn-success:focus,
.md-btn-success:active {
    background: #7cb342;
    color: #fff;
}

.md-btn-warning,
.md-btn-warning:hover,
.md-btn-warning:focus,
.md-btn-warning:active {
    background: #ffa000;
    color: #fff;
}

.md-btn.disabled,
.md-btn.disabled:hover,
.md-btn.disabled:focus,
.md-btn.disabled:active {
    color: #aab2bd;
    background: #e6e9ed;
    box-shadow: none !important;
    cursor: default;
    pointer-events: none;
}

.md-btn-small {
    line-height: 27px !important;
    min-width: 14px;
    font-size: 11px !important;
}

.md-btn-large {
    line-height: 42px !important;
    font-size: 16px !important;
}

.md-btn::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.md-btn-block {
    width: 100%;
}

    .md-btn-block + .md-btn-block {
        margin-left: 0;
        margin-top: 12px;
    }

.md-btn + .md-btn-group {
    margin-left: 16px;
}

.sidebar_secondary_active .md-fab-wrapper {
    margin-right: 264px;
}

@media only screen and (max-width: 767px) {
    .sidebar_secondary_active .md-fab-wrapper {
        margin-right: 280px;
    }
}

.md-toggle-group .md-toggle-button {
    border-width: 0 0 2px;
    border-style: solid;
    border-color: transparent;
    background: none;
    line-height: 30px;
    min-width: 42px;
    text-align: center;
    padding: 0 8px;
    vertical-align: middle;
    cursor: pointer;
}

    .md-toggle-group .md-toggle-button.md-toggle-active {
        border-bottom-color: #212121;
    }

.md-toggle-group.md-toggle-group-small .md-toggle-button {
    font-size: 11px;
    line-height: 24px;
    min-width: 16px;
    padding: 0 6px;
}

.md-btn-group {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .md-btn-group .md-btn {
        vertical-align: top;
        margin-left: 0 !important;
    }

        .md-btn-group .md-btn:first-child {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .md-btn-group .md-btn:not(:first-child):not(:last-child) {
            border-radius: 0;
        }

        .md-btn-group .md-btn:last-child {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

/* cards */
.md-card-top {
    background: #fff;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border: none;
    width: 100%;
    padding-left: 0px;
    padding-top: 30px;
    margin-bottom: 20px;
}

.md-card {
    background: #fff;
    position: relative;
    box-shadow: 0 0px 4px rgba(0, 0, 0, 0), 0 2px 3px rgba(0, 0, 0, 0.2);
    border: none;
}

    .md-card + .md-card,
    .md-card + .uk-grid,
    .uk-grid + .md-card {
        margin-top: 25px;
    }

    .md-card .full_width_in_card {
        padding: 16px 24px;
        background: rgba(0, 0, 0, 0.085);
    }

    .md-card .md-card-toolbar {
        height: 48px;
        padding: 0 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
        background: #dceef9;
        cursor:pointer;
    }

        .md-card .md-card-toolbar:before,
        .md-card .md-card-toolbar:after {
            content: " ";
            display: table;
        }

        .md-card .md-card-toolbar:after {
            clear: both;
        }

        .md-card .md-card-toolbar:before,
        .md-card .md-card-toolbar:after {
            content: " ";
            display: table;
        }

        .md-card .md-card-toolbar:after {
            clear: both;
        }

    .md-card .md-card-toolbar-heading-text {
        font: 600 16px / 50px "Roboto", sans-serif;
        color: #212121;
        margin: 0;
        float: left;
        overflow: hidden;
        height: 48px;
    }

        .md-card .md-card-toolbar-heading-text.large {
            font-size: 18px;
            font-weight: 400;
        }

    .md-card .md-card-toolbar .md-toggle-group {
        float: left;
        margin: 8px 0 0 16px;
    }

        .md-card .md-card-toolbar .md-toggle-group.md-toggle-group-small {
            margin-top: 10px;
        }

    .md-card .md-card-toolbar .md-card-toolbar-actions {
        float: right;
        padding-top: 10px;
    }
        .md-card .md-card-toolbar .md-card-toolbar-actions .md-icon {
            color: #4faee0;
        }

        .md-card .md-card-toolbar .md-card-toolbar-actions .uk-open .md-card-toolbar-icon {
            background: rgba(0, 0, 0, 0.085);
            color: #212121;
        }

        .md-card .md-card-toolbar .md-card-toolbar-actions .md-card-dropdown {
            display: inline-block;
            position: relative;
        }

        .md-card .md-card-toolbar .md-card-toolbar-actions .selectize-control {
            min-width: 220px;
            margin-top: -3px;
        }

            .md-card .md-card-toolbar .md-card-toolbar-actions .selectize-control .selectize-input {
                min-height: 30px;
                padding: 4px 8px;
            }

            .md-card .md-card-toolbar .md-card-toolbar-actions .selectize-control .selectize-dropdown {
                margin-top: -34px;
            }

    .md-card .md-card-toolbar .md-icon + .md-card-dropdown {
        margin-left: 4px;
    }

    .md-card .md-card-toolbar .md-card-fullscreen-deactivate {
        margin: 9px 8px 0 0;
    }

    .md-card .md-card-toolbar-input {
        border: none;
        font: 400 18px / 24px "Roboto", sans-serif;
        height: auto;
        background: none !important;
        padding: 12px 0;
        width: 50%;
        box-sizing: border-box;
    }

    .md-card .md-card-toolbar .uk-tab {
        margin-top: -2px;
        border-bottom: none;
    }

        .md-card .md-card-toolbar .uk-tab li > a {
            padding: 10px 8px !important;
        }

    .md-card .md-card-head {
        height: 160px;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    }

    .md-card .md-card-head-menu {
        position: absolute;
        right: 8px;
        top: 8px;
    }

    .md-card .md-card-head-avatar {
        width: 82px;
        height: 82px;
        border-radius: 50%;
        margin-top: 16px;
        border: 2px solid #fff;
        display: inline-block;
    }

    .md-card .md-card-head-text {
        padding: 8px 16px 16px;
        font: 500 16px / 22px "Roboto", sans-serif;
        color: #212121;
        margin: 0;
    }

        .md-card .md-card-head-text span {
            display: block;
            font: 400 12px / 18px "Roboto", sans-serif;
            margin-top: -2px;
        }

        .md-card .md-card-head-text.text_dark {
            color: #212121 !important;
        }

    .md-card .md-card-head-text-over {
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    }

    .md-card .md-card-head-subtext {
        position: absolute;
        bottom: 10px;
        left: 0;
        right: 0;
        padding: 0 16px;
        text-align: right;
        color: #fff;
    }

        .md-card .md-card-head-subtext span {
            font-size: 26px;
        }

    .md-card .md-card-head-icon {
        font-size: 48px;
        color: #fff;
        vertical-align: middle;
    }

    .md-card .md-card-head.head_background {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        border-bottom-color: transparent;
    }

        .md-card .md-card-head.head_background .md-card-head-text {
            color: #fff;
        }

    .md-card .md-card-head.head_background_top {
        background-repeat: no-repeat;
        background-position: center top;
    }

    .md-card .md-card-head.head_background_bottom {
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .md-card .md-card-head .head_chart {
        height: 100px;
        width: 100%;
        position: absolute !important;
        left: 0;
        top: 40px;
    }

    .md-card .md-card-head .fitVid_player {
        width: 100%;
        height: 160px;
        overflow: hidden;
    }

    .md-card .md-card-head-img {
        height: 100%;
        width: auto;
    }

    .md-card .md-card-head iframe {
        height: 160px;
    }

    .md-card .md-card-content {
        padding: 5px; /*1.5%;*/
        overflow: auto;
    }

        .md-card .md-card-content.padding-reset {
            padding: 0;
        }

        .md-card .md-card-content.large-padding {
            padding: 24px 35px;
        }

        .md-card .md-card-content.small-padding {
            padding: 8px;
        }

    .md-card.md-card-fullscreen {
        position: fixed;
        z-index: 9998;
        overflow-x: hidden;
    }

        .md-card.md-card-fullscreen .md-card-fullscreen-activate {
            display: none;
        }

    .md-card .md-card-fullscreen-content {
        display: none;
        padding: 16px 0;
    }

.md-card-fullscreen-content-hidden .md-card .md-card-fullscreen-content {
    display: block;
    visibility: hidden;
    padding: 0;
}

.md-card.mdToolbar_fixed {
    overflow-y: hidden;
}

    .md-card.mdToolbar_fixed > .md-card-toolbar {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 9999;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    }

    .md-card.mdToolbar_fixed > .md-card-content {
        overflow-y: scroll;
        box-sizing: border-box;
        position: absolute;
        width: 100%;
        top: 48px;
        bottom: 0;
    }

.md-card.md-card-overlay {
    overflow: hidden;
    padding-bottom: 54px;
}

    .md-card.md-card-overlay .md-card-content {
        height: 142px;
        overflow: hidden;
        box-sizing: border-box;
    }

        .md-card.md-card-overlay .md-card-content.no_truncate {
            position: relative;
        }

            .md-card.md-card-overlay .md-card-content.no_truncate:after {
                position: absolute;
                bottom: 0;
                left: 0;
                right: 0;
                height: 8px;
                background-image: -webkit-linear-gradient(bottom, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
                background-image: linear-gradient(to top, #ffffff 50%, rgba(255, 255, 255, 0) 100%);
                display: block;
                content: '';
                z-index: 10;
            }

        .md-card.md-card-overlay .md-card-content > pre {
            margin-top: 0;
            max-height: 110px;
        }

            .md-card.md-card-overlay .md-card-content > pre > code {
                overflow: hidden;
            }

    .md-card.md-card-overlay .md-card-overlay-content {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        padding: 0 16px;
        margin-top: -54px;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        text-align: left;
        bottom: 0;
        background: #fff;
        z-index: 10;
        -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    }

        .md-card.md-card-overlay .md-card-overlay-content p {
            margin: 0;
        }

            .md-card.md-card-overlay .md-card-overlay-content p + * {
                margin-top: 16px;
            }

            .md-card.md-card-overlay .md-card-overlay-content p + p {
                margin-top: 4px;
            }

    .md-card.md-card-overlay .md-card-overlay-header {
        padding: 12px 0;
    }

        .md-card.md-card-overlay .md-card-overlay-header:before,
        .md-card.md-card-overlay .md-card-overlay-header:after {
            content: " ";
            display: table;
        }

        .md-card.md-card-overlay .md-card-overlay-header:after {
            clear: both;
        }

        .md-card.md-card-overlay .md-card-overlay-header:before,
        .md-card.md-card-overlay .md-card-overlay-header:after {
            content: " ";
            display: table;
        }

        .md-card.md-card-overlay .md-card-overlay-header:after {
            clear: both;
        }

        .md-card.md-card-overlay .md-card-overlay-header h3,
        .md-card.md-card-overlay .md-card-overlay-header h4 {
            margin: 0;
            text-overflow: ellipsis;
            display: inline-block;
            vertical-align: top;
            white-space: nowrap;
            overflow: hidden;
            width: 100%;
            padding-right: 32px;
            box-sizing: border-box;
        }

        .md-card.md-card-overlay .md-card-overlay-header h3 {
            font: 400 16px / 30px "Roboto", sans-serif;
        }

        .md-card.md-card-overlay .md-card-overlay-header h4 {
            font: 500 14px / 30px "Roboto", sans-serif;
        }

        .md-card.md-card-overlay .md-card-overlay-header .md-icon {
            position: absolute;
            right: 12px;
            top: 11px;
        }

.md-card.md-card-overlay-active .md-card-overlay-content {
    top: -1px;
    margin-top: 0;
}

.md-card.md-card-hover {
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

    .md-card.md-card-hover:hover {
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    }

.uk-sortable-dragged .md-card {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

    .uk-sortable-dragged .md-card canvas {
        margin: 0 auto;
        display: block;
    }

.md-card .heading_list {
    padding: 0;
}

.md-card-primary,
.md-card-success,
.md-card-danger,
.md-card-warning {
    border-left: 4px solid transparent;
}

.md-card-primary {
    border-left-color: #2196f3;
}

.md-card-success {
    border-left-color: #7cb342;
}

.md-card-danger {
    border-left-color: #e53935;
}

.md-card-warning {
    border-left-color: #ffa000;
}

.md-expand,
.md-expand-group > * {
    opacity: 0;
}

.md-card-placeholder {
    min-width: 100%;
}

.md-card-list-wrapper,
.md-card-list-wrapper:before,
.md-card-list-wrapper:after,
.md-card-list-wrapper *,
.md-card-list-wrapper *:before,
.md-card-list-wrapper *:after {
    box-sizing: border-box;
}

    .md-card-list-wrapper .md-card-list-header {
        position: absolute;
        top: -24px;
        left: 0;
    }

    .md-card-list-wrapper .md-card-list {
        margin: 48px 0 0 0;
        position: relative;
    }

        .md-card-list-wrapper .md-card-list:first-child {
            margin-top: 24px;
        }

        .md-card-list-wrapper .md-card-list > ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            .md-card-list-wrapper .md-card-list > ul > li {
                padding: 0;
                margin: 0;
                list-style: none;
            }

            .md-card-list-wrapper .md-card-list > ul > li {
                min-height: 34px;
                padding: 8px 16px;
                font-size: 13px;
                -webkit-transition: background 150ms,padding 200ms;
                transition: background 150ms,padding 200ms;
                background: #fff;
                box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
            }

                .md-card-list-wrapper .md-card-list > ul > li:before,
                .md-card-list-wrapper .md-card-list > ul > li:after {
                    content: " ";
                    display: table;
                }

                .md-card-list-wrapper .md-card-list > ul > li:after {
                    clear: both;
                }

                .md-card-list-wrapper .md-card-list > ul > li:before,
                .md-card-list-wrapper .md-card-list > ul > li:after {
                    content: " ";
                    display: table;
                }

                .md-card-list-wrapper .md-card-list > ul > li:after {
                    clear: both;
                }

                .md-card-list-wrapper .md-card-list > ul > li.item-shown {
                    background: #fff;
                    padding: 8px 36px;
                }

@media only screen and (max-width: 767px) {
    .md-card-list-wrapper .md-card-list > ul > li.item-shown .md-card-list-item-subject {
        clear: both;
        float: none;
        padding-top: 16px;
    }

        .md-card-list-wrapper .md-card-list > ul > li.item-shown .md-card-list-item-subject > span {
            white-space: normal;
        }
}

.md-card-list-wrapper .md-card-list > ul > li.item-shown .md-card-list-item-sender {
    width: auto;
    overflow: hidden;
}

.md-card-list-wrapper .md-card-list > ul > li.item-shown.md-card-list-item-selected {
    position: relative;
}

    .md-card-list-wrapper .md-card-list > ul > li.item-shown.md-card-list-item-selected:before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        bottom: 0;
        width: 8px;
        background: #e3f2fd;
    }

.md-card-list-wrapper .md-card-list .md-card-list-item-select,
.md-card-list-wrapper .md-card-list .md-card-list-item-avatar-wrapper,
.md-card-list-wrapper .md-card-list .md-card-list-item-sender {
    float: left;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-select {
    padding: 6px 8px 0 0;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-avatar-wrapper,
.md-card-list-wrapper .md-card-list .md-card-list-item-sender,
.md-card-list-wrapper .md-card-list .md-card-list-item-subject,
.md-card-list-wrapper .md-card-list .md-card-list-item-date {
    padding: 0 8px;
}

    .md-card-list-wrapper .md-card-list .md-card-list-item-avatar-wrapper .md-card-list-item-avatar {
        background: #757575;
        color: #fff;
        width: 34px;
        border-radius: 50%;
        display: block;
    }

    .md-card-list-wrapper .md-card-list .md-card-list-item-avatar-wrapper .md-card-list-item-avatar-large {
        width: 82px;
        border-radius: 50%;
    }

    .md-card-list-wrapper .md-card-list .md-card-list-item-avatar-wrapper span.md-card-list-item-avatar {
        line-height: 34px;
        text-transform: uppercase;
        text-align: center;
    }

.md-card-list-wrapper .md-card-list .md-card-list-item-sender {
    width: 220px;
    line-height: 34px;
}

    .md-card-list-wrapper .md-card-list .md-card-list-item-sender > span {
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
    }

@media only screen and (max-width: 1023px) {
    .md-card-list-wrapper .md-card-list .md-card-list-item-sender {
        display: none;
    }
}

.md-card-list-wrapper .md-card-list .md-card-list-item-subject {
    overflow: hidden;
    font-weight: 500;
}

    .md-card-list-wrapper .md-card-list .md-card-list-item-subject > span {
        line-height: 34px;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: top;
        white-space: nowrap;
        overflow: hidden;
        width: 100%;
    }

    .md-card-list-wrapper .md-card-list .md-card-list-item-subject .md-card-list-item-sender-small {
        display: none;
    }

@media only screen and (max-width: 1023px) {
    .md-card-list-wrapper .md-card-list .md-card-list-item-subject .md-card-list-item-sender-small {
        display: block;
    }

        .md-card-list-wrapper .md-card-list .md-card-list-item-subject .md-card-list-item-sender-small + span {
            line-height: inherit;
        }
}

.md-card-list-wrapper .md-card-list .md-card-list-item-subject .md-card-list-item-sender-small > span {
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    color: #999;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-date {
    line-height: 34px;
    float: right;
    color: #999;
}

@media only screen and (max-width: 479px) {
    .md-card-list-wrapper .md-card-list .md-card-list-item-date {
        display: none;
    }
}

.md-card-list-wrapper .md-card-list .md-card-list-item-menu {
    float: right;
    margin: 0 0 0 8px;
    position: relative;
}

    .md-card-list-wrapper .md-card-list .md-card-list-item-menu .uk-dropdown .material-icons {
        margin-right: 8px;
    }

.md-card-list-wrapper .md-card-list .md-card-list-item-content-wrapper {
    display: none;
    clear: both;
    opacity: 0;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-content {
    padding: 16px 16px 0 0;
    max-height: 360px;
    overflow-x: hidden;
    margin: 0 0 40px;
    top: 20px;
    position: relative;
    font-size: 14px;
}

    .md-card-list-wrapper .md-card-list .md-card-list-item-content + .md-card-list-item-reply {
        padding-top: 10px;
    }

.md-card-list-wrapper .md-card-list .md-card-list-item-reply {
    padding: 16px 0;
}

.md-card-list-wrapper .md-card-list .md-card-list-item-selected {
    background: #e3f2fd;
}

/*Loading Image*/
.modal {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    filter: alpha(opacity=60);
    opacity: 1;
    -moz-opacity: 0.8;
}

.center {
    z-index: 600;
    margin-left: 50% !important;
    /*margin-left:750px;*/
    width: 50px;
}

    .center img {
        height: 50px;
        width: 50px;
    }

.iamgeLoad {
    z-index: 600;
    background-color: white;
}

    .iamgeLoad img {
        height: 50px;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: auto;
        position: absolute;
    }

/*End of Loading image*/
/* forms */
select,
textarea,
input:not([type]),
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    outline: none;
}

    select.md-input,
    textarea.md-input,
    input:not([type]).md-input,
    input[type="text"].md-input,
    input[type="password"].md-input,
    input[type="datetime"].md-input,
    input[type="datetime-local"].md-input,
    input[type="date"].md-input,
    input[type="month"].md-input,
    input[type="time"].md-input,
    input[type="week"].md-input,
    input[type="number"].md-input,
    input[type="email"].md-input,
    input[type="url"].md-input,
    input[type="search"].md-input,
    input[type="tel"].md-input,
    input[type="color"].md-input {
        border-radius: 4px !important;
        border-width: 1px;
        border-style: solid;
        border-color: #ccd1d9;
        font: 400 15px / 18px "Roboto";
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
        box-sizing: border-box;
        padding: 12px 10px;
        background: transparent;
        width: 100%;
        display: block;
        height: 46px;
        color: #434A54;
    }

        select.md-input.md-input-danger,
        textarea.md-input.md-input-danger,
        input:not([type]).md-input.md-input-danger,
        input[type="text"].md-input.md-input-danger,
        input[type="password"].md-input.md-input-danger,
        input[type="datetime"].md-input.md-input-danger,
        input[type="datetime-local"].md-input.md-input-danger,
        input[type="date"].md-input.md-input-danger,
        input[type="month"].md-input.md-input-danger,
        input[type="time"].md-input.md-input-danger,
        input[type="week"].md-input.md-input-danger,
        input[type="number"].md-input.md-input-danger,
        input[type="email"].md-input.md-input-danger,
        input[type="url"].md-input.md-input-danger,
        input[type="search"].md-input.md-input-danger,
        input[type="tel"].md-input.md-input-danger,
        input[type="color"].md-input.md-input-danger {
            border-color: #e53935;
        }

            select.md-input.md-input-danger:focus,
            textarea.md-input.md-input-danger:focus,
            input:not([type]).md-input.md-input-danger:focus,
            input[type="text"].md-input.md-input-danger:focus,
            input[type="password"].md-input.md-input-danger:focus,
            input[type="datetime"].md-input.md-input-danger:focus,
            input[type="datetime-local"].md-input.md-input-danger:focus,
            input[type="date"].md-input.md-input-danger:focus,
            input[type="month"].md-input.md-input-danger:focus,
            input[type="time"].md-input.md-input-danger:focus,
            input[type="week"].md-input.md-input-danger:focus,
            input[type="number"].md-input.md-input-danger:focus,
            input[type="email"].md-input.md-input-danger:focus,
            input[type="url"].md-input.md-input-danger:focus,
            input[type="search"].md-input.md-input-danger:focus,
            input[type="tel"].md-input.md-input-danger:focus,
            input[type="color"].md-input.md-input-danger:focus {
                border-bottom-color: #e53935;
            }

        select.md-input.md-input-success,
        textarea.md-input.md-input-success,
        input:not([type]).md-input.md-input-success,
        input[type="text"].md-input.md-input-success,
        input[type="password"].md-input.md-input-success,
        input[type="datetime"].md-input.md-input-success,
        input[type="datetime-local"].md-input.md-input-success,
        input[type="date"].md-input.md-input-success,
        input[type="month"].md-input.md-input-success,
        input[type="time"].md-input.md-input-success,
        input[type="week"].md-input.md-input-success,
        input[type="number"].md-input.md-input-success,
        input[type="email"].md-input.md-input-success,
        input[type="url"].md-input.md-input-success,
        input[type="search"].md-input.md-input-success,
        input[type="tel"].md-input.md-input-success,
        input[type="color"].md-input.md-input-success {
            border-color: #7cb342;
        }

            select.md-input.md-input-success:focus,
            textarea.md-input.md-input-success:focus,
            input:not([type]).md-input.md-input-success:focus,
            input[type="text"].md-input.md-input-success:focus,
            input[type="password"].md-input.md-input-success:focus,
            input[type="datetime"].md-input.md-input-success:focus,
            input[type="datetime-local"].md-input.md-input-success:focus,
            input[type="date"].md-input.md-input-success:focus,
            input[type="month"].md-input.md-input-success:focus,
            input[type="time"].md-input.md-input-success:focus,
            input[type="week"].md-input.md-input-success:focus,
            input[type="number"].md-input.md-input-success:focus,
            input[type="email"].md-input.md-input-success:focus,
            input[type="url"].md-input.md-input-success:focus,
            input[type="search"].md-input.md-input-success:focus,
            input[type="tel"].md-input.md-input-success:focus,
            input[type="color"].md-input.md-input-success:focus {
                border-bottom-color: #7cb342;
            }

        select.md-input:focus,
        textarea.md-input:focus,
        input:not([type]).md-input:focus,
        input[type="text"].md-input:focus,
        input[type="password"].md-input:focus,
        input[type="datetime"].md-input:focus,
        input[type="datetime-local"].md-input:focus,
        input[type="date"].md-input:focus,
        input[type="month"].md-input:focus,
        input[type="time"].md-input:focus,
        input[type="week"].md-input:focus,
        input[type="number"].md-input:focus,
        input[type="email"].md-input:focus,
        input[type="url"].md-input:focus,
        input[type="search"].md-input:focus,
        input[type="tel"].md-input:focus,
        input[type="color"].md-input:focus {
            background: transparent;
            border-color: rgba(0, 0, 0, 0.12);
        }

    select.md-input-small,
    textarea.md-input-small,
    input:not([type]).md-input-small,
    input[type="text"].md-input-small,
    input[type="password"].md-input-small,
    input[type="datetime"].md-input-small,
    input[type="datetime-local"].md-input-small,
    input[type="date"].md-input-small,
    input[type="month"].md-input-small,
    input[type="time"].md-input-small,
    input[type="week"].md-input-small,
    input[type="number"].md-input-small,
    input[type="email"].md-input-small,
    input[type="url"].md-input-small,
    input[type="search"].md-input-small,
    input[type="tel"].md-input-small,
    input[type="color"].md-input-small {
        padding: 4px;
    }

.md-input-width-small {
    min-width: 80px !important;
}

.md-input-width-medium {
    min-width: 160px !important;
}

.md-input-width-large {
    min-width: 320px !important;
}

textarea.md-input {
    min-height: 80px;
    resize: none;
    overflow: hidden;
    -webkit-transition: height 200ms ease-out;
    transition: height 200ms ease-out;
    line-height: 24px;
}

.md-input-wrapper {
    position: relative;
    padding-top: 4px;
    width: 100%;
    display: block;
}

    .md-input-wrapper .md-input-bar {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

        .md-input-wrapper .md-input-bar:before,
        .md-input-wrapper .md-input-bar:after {
            content: '';
            display: block;
            position: absolute;
            bottom: 0;
            width: 0;
            height: 2px;
            background: #1976d2;
            -webkit-transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: width 400ms cubic-bezier(0.4, 0, 0.2, 1);
        }

        .md-input-wrapper .md-input-bar:before {
            left: 50%;
        }

        .md-input-wrapper .md-input-bar:after {
            right: 50%;
        }

    .md-input-wrapper > label {
        color: #AAB2BD;
        position: absolute;
        /*top: 16px;*/
        left: 10px;
        right: 0;
        pointer-events: none;
        /*-webkit-transition: all 150ms ease-out;*/
        transition: all 150ms ease-out;
    }

    .md-input-wrapper + * {
        margin-top: 10px;
    }

    .md-input-wrapper.md-input-wrapper-disabled > label {
        color: rgba(0, 0, 0, 0.26);
    }

.md-input-wrapper-count {
    padding-bottom: 24px;
}

    .md-input-wrapper-count .md-input-bar {
        bottom: 24px;
    }

    .md-input-wrapper-count .text-count-wrapper {
        font-size: 12px;
        position: absolute;
        right: 0;
        bottom: 0;
        opacity: 0;
        -webkit-transition: opacity 200ms ease-in;
        transition: opacity 200ms ease-in;
    }

    .md-input-wrapper-count > .md-input-wrapper-count .text-count-wrapper {
        position: absolute;
        bottom: 0;
        right: 0;
    }

.md-input-filled > label {
    /*top: -14px;*/
    font-size: 12px;
}

.md-input-filled.md-input-wrapper-count .text-count-wrapper,
.md-input-focus.md-input-wrapper-count .text-count-wrapper {
    opacity: 1;
}

.md-input-focus .md-input-bar:before,
.md-input-focus .md-input-bar:after {
    width: 50%;
}

.md-input-wrapper-danger .md-input-bar:before,
.md-input-wrapper-danger .md-input-bar:after {
    background: #e53935;
}

.md-input-wrapper-danger.md-input-wrapper-count .text-count-wrapper {
    color: #e53935;
}

.md-input-wrapper-success .md-input-bar:before,
.md-input-wrapper-success .md-input-bar:after {
    background: #7cb342;
}

.md-input-wrapper-success.md-input-wrapper-count .text-count-wrapper {
    color: #7cb342;
}

.md-form-group {
    position: relative;
}

label.md-label {
    color: #999;
    padding: 0 6px;
    font-size: 14px;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url("../icons/material-design-icons/MaterialIcons-Regular.eot");
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url("../icons/material-design-icons/MaterialIcons-Regular.woff2") format('woff2'), url("../icons/material-design-icons/MaterialIcons-Regular.woff") format('woff'), url("../icons/material-design-icons/MaterialIcons-Regular.ttf") format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    /* Preferred icon size */
    display: inline-block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    vertical-align: -4px;
    color: #434A54; /*rgba(0, 0, 0, 0.54);*/
}

    .material-icons.md-inactive {
        color: rgba(0, 0, 0, 0.26);
    }

    .material-icons.md-24 {
        font-size: 24px;
        vertical-align: -8px;
    }

    .material-icons.md-36 {
        font-size: 36px;
        vertical-align: -16px;
    }

    .material-icons.md-48 {
        font-size: 48px;
        vertical-align: -24px;
    }

    .material-icons.md-light {
        color: #ffffff;
    }

        .material-icons.md-light.md-inactive {
            color: rgba(255, 255, 255, 0.3);
        }
/* list */
.md-list {
    margin: 0;
    padding: 0;
    list-style: none;
    /*&-outside-wrapper {
        overflow: hidden;
    }*/
}

    .md-list > li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .md-list,
    .md-list:before,
    .md-list:after,
    .md-list *,
    .md-list *:before,
    .md-list *:after {
        box-sizing: border-box;
    }

        .md-list .uk-nestable-list > li,
        .md-list > li {
            min-height: 48px;
            padding: 8px 4px;
            box-sizing: border-box;
            border-bottom: 1px solid rgba(0, 0, 0, 0.12);
            position: relative;
        }

            .md-list .uk-nestable-list > li > .md-list-content,
            .md-list > li > .md-list-content {
                overflow: hidden;
            }

                .md-list .uk-nestable-list > li > .md-list-content > span,
                .md-list > li > .md-list-content > span {
                    display: block;
                }

                .md-list .uk-nestable-list > li > .md-list-content .md-list-heading,
                .md-list > li > .md-list-content .md-list-heading {
                    margin: 0;
                    font-weight: 500;
                    display: block;
                    overflow: hidden;
                    padding-bottom: 1px;
                }

                .md-list .uk-nestable-list > li > .md-list-content .md-list-menu,
                .md-list > li > .md-list-content .md-list-menu {
                    float: right;
                }

                    .md-list .uk-nestable-list > li > .md-list-content .md-list-menu .md-list-menu-toggle,
                    .md-list > li > .md-list-content .md-list-menu .md-list-menu-toggle {
                        display: block;
                        font-size: 18px;
                        color: rgba(0, 0, 0, 0.8);
                        width: 28px;
                        height: 28px;
                        line-height: 28px;
                        border-radius: 14px;
                        text-align: center;
                    }

                .md-list .uk-nestable-list > li > .md-list-content .uk-badge,
                .md-list > li > .md-list-content .uk-badge {
                    float: right;
                    color: #fff !important;
                }

                .md-list .uk-nestable-list > li > .md-list-content .md-list-action,
                .md-list > li > .md-list-content .md-list-action {
                    float: right;
                    margin-left: 8px;
                    margin-top: 2px;
                    display: none;
                }

                .md-list .uk-nestable-list > li > .md-list-content .md-list-action-placeholder,
                .md-list > li > .md-list-content .md-list-action-placeholder {
                    float: right;
                    margin-left: 8px;
                    display: none;
                    width: 32px;
                    height: 32px;
                }

            .md-list .uk-nestable-list > li .md-list-action-dropdown,
            .md-list > li .md-list-action-dropdown {
                position: absolute;
                right: 16px;
                top: 10px;
                display: none;
            }

            .md-list .uk-nestable-list > li > a.md-list-content,
            .md-list > li > a.md-list-content {
                display: block;
                color: #212121;
            }

            .md-list .uk-nestable-list > li:last-child,
            .md-list > li:last-child {
                border-bottom: none;
            }

            .md-list .uk-nestable-list > li.md-list-item-active,
            .md-list > li.md-list-item-active {
                color: #7cb342;
            }

            .md-list .uk-nestable-list > li.md-list-item-disabled > .md-list-content,
            .md-list > li.md-list-item-disabled > .md-list-content {
                color: #bdbdbd;
            }

                .md-list .uk-nestable-list > li.md-list-item-disabled > .md-list-content span,
                .md-list > li.md-list-item-disabled > .md-list-content span {
                    color: #bdbdbd !important;
                }

            .md-list .uk-nestable-list > li.heading_list,
            .md-list > li.heading_list {
                min-height: 32px;
                padding: 32px 8px 16px;
                border-bottom: none;
                background: transparent !important;
                text-transform: uppercase;
            }

            .uk-touch .md-list .uk-nestable-list > li > .md-list-addon-element .uk-nestable-handle,
            .uk-touch .md-list > li > .md-list-addon-element .uk-nestable-handle,
            .md-list .uk-nestable-list > li:hover > .md-list-addon-element .uk-nestable-handle,
            .md-list > li:hover > .md-list-addon-element .uk-nestable-handle {
                display: block;
            }

            .uk-touch .md-list .uk-nestable-list > li > .md-list-content .md-list-action,
            .uk-touch .md-list > li > .md-list-content .md-list-action,
            .md-list .uk-nestable-list > li:hover > .md-list-content .md-list-action,
            .md-list > li:hover > .md-list-content .md-list-action,
            .uk-touch .md-list .uk-nestable-list > li > .md-list-content .md-list-action-placeholder,
            .uk-touch .md-list > li > .md-list-content .md-list-action-placeholder,
            .md-list .uk-nestable-list > li:hover > .md-list-content .md-list-action-placeholder,
            .md-list > li:hover > .md-list-content .md-list-action-placeholder {
                display: block;
            }

            .uk-touch .md-list .uk-nestable-list > li .md-list-action-dropdown,
            .uk-touch .md-list > li .md-list-action-dropdown,
            .md-list .uk-nestable-list > li:hover .md-list-action-dropdown,
            .md-list > li:hover .md-list-action-dropdown {
                display: block;
            }

        .md-list .uk-nestable-list > li {
            margin-left: 64px;
        }

.md-list-addon > li {
    margin-left: 64px;
    position: relative;
}

    .md-list-addon > li:last-child .md-list-addon-element {
        border-bottom: none;
        bottom: 0;
    }

    .md-list-addon > li:first-child .md-list-addon-element {
        top: 0;
    }

    .md-list-addon > li.md-list-item-active .md-list-addon-element,
    .md-list-addon > li.md-list-item-active .md-list-addon-element .material-icons {
        color: #7cb342;
    }

.md-list-addon-element {
    position: absolute;
    left: -64px;
    top: -1px;
    bottom: -1px;
    width: 64px;
    text-align: center;
    padding: 8px 0;
    display: block;
}

    .md-list-addon-element .element-status {
        position: absolute;
        right: 12px;
        top: 10px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #bdbdbd;
        border: 1px solid #fff;
    }

    .md-list-addon-element .element-status-danger {
        background: #e53935;
    }

    .md-list-addon-element .element-status-success {
        background: #7cb342;
    }

    .md-list-addon-element .element-status-warning {
        background: #ffa000;
    }

    .md-list-addon-element > .md-list-addon-avatar {
        margin-top: 2px;
    }

    .md-list-addon-element > .md-list-addon-icon {
        font-size: 28px;
        margin-top: 4px;
        color: #727272;
    }

    .md-list-addon-element > .material-icons {
        margin-top: 6px;
    }

    .md-list-addon-element .iradio_md,
    .md-list-addon-element .icheckbox_md {
        margin-top: 10px;
    }

    .md-list-addon-element .uk-nestable-handle {
        position: absolute;
        left: -2px;
        top: 12px;
        display: none;
    }

.md-list-interactive li {
    cursor: pointer;
}

.md-list-bg {
    background: #fff;
}

.md-list-separated li {
    background: #fff;
    padding: 8px;
}

    .md-list-separated li + li {
        border-top: none;
        margin-top: 8px;
    }

.md-list-bg-no-sep {
    background: #fff;
    padding: 8px;
}

    .md-list-bg-no-sep li > .md-list-content {
        padding: 0 4px;
    }

.md-list-outside > li {
    padding: 0;
}

    .md-list-outside > li > .md-list-content {
        padding: 8px 16px;
        display: block;
        color: #212121;
    }

    .md-list-outside > li.md-list-item-active,
    .md-list-outside > li:hover:not(.heading_list) {
        background: rgba(0, 0, 0, 0.085);
    }

    .md-list-outside > li.heading_list {
        padding: 32px 16px 16px;
    }

.md-list-outside.md-list-addon li {
    margin-left: 0;
}

    .md-list-outside.md-list-addon li .md-list-addon-element {
        position: relative;
        top: auto;
        left: auto;
        float: left;
    }

    .md-list-outside.md-list-addon li .md-list-content {
        padding-left: 0;
    }

.md-list .uk-nestable-list {
    padding-left: 0;
}

    .md-list .uk-nestable-list .uk-nestable-item {
        padding-right: 0;
    }

.md-list .uk-nestable-item + .uk-nestable-item {
    margin-top: 0;
}

.md-list-right.md-list-addon > li {
    margin-left: 0;
    margin-right: 64px;
}

    .md-list-right.md-list-addon > li .md-list-addon-element {
        left: auto;
        right: -64px;
    }

.uk-touch .md-list-addon-element .uk-nestable-handle {
    display: block !important;
}

.uk-touch .md-list-content .md-list-action,
.uk-touch .md-list-content .md-list-action-placeholder {
    display: block !important;
}

.uk-touch .md-list-action-dropdown {
    display: block !important;
}
/* panels */
.md-panel-full {
    position: relative;
    overflow: hidden;
    min-height: 100%;
}

    .md-panel-full,
    .md-panel-full:before,
    .md-panel-full:after,
    .md-panel-full *,
    .md-panel-full *:before,
    .md-panel-full *:after {
        box-sizing: border-box;
    }

        .md-panel-full > .uk-grid {
            height: 100%;
        }

            .md-panel-full > .uk-grid [class*=uk-width] {
                height: 100%;
            }

        .md-panel-full .md-panel-full-aside {
            margin: 16px 16px 32px;
            padding: 16px;
        }

            .md-panel-full .md-panel-full-aside.md-panel-full-aside-bg {
                background: #fff;
            }

        .md-panel-full .md-panel-full-content {
            background: #fff;
            padding: 25px 25px 90px;
            width: inherit;
            min-width: 100%;
            min-height: 100%;
        }

            .md-panel-full .md-panel-full-content > .md-panel-full-content-inner {
                position: relative;
                z-index: 10;
            }

            .md-panel-full .md-panel-full-content:before {
                width: inherit;
                content: '';
                position: absolute;
                background: #fff;
                display: block;
                right: 0;
                top: 0;
                bottom: 0;
                box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.26);
                z-index: 5;
            }

            .md-panel-full .md-panel-full-content .md-panel-full-content-header {
                margin-bottom: 24px;
            }

                .md-panel-full .md-panel-full-content .md-panel-full-content-header .md-panel-full-content-menu {
                    float: right;
                }
/* top bar */
.md-top-bar .md-top-bar-actions-left {
    float: left;
    padding-left: 16px;
}

    .md-top-bar .md-top-bar-actions-left .md-top-bar-checkbox {
        padding-top: 10px;
    }

    .md-top-bar .md-top-bar-actions-left .md-top-bar-icons {
        margin-top: 5px;
    }

.md-top-bar .md-top-bar-actions-right {
    float: right;
    padding-right: 16px;
}

    .md-top-bar .md-top-bar-actions-right .md-top-bar-icons {
        margin-top: 5px;
    }

    .md-top-bar .md-top-bar-actions-right .md-top-bar-checkbox {
        padding-top: 10px;
    }
/*** utils ***/
/* avatar */
.md-user-image {
    width: 34px;
    border-radius: 50%;
}

.md-user-image-large {
    width: 82px;
    border-radius: 50%;
}

.md-user-placeholder {
    background-color: rgba(0, 0, 0, 0.085);
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.md-user-letters {
    display: inline-block;
    line-height: 35px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    background-color: rgba(0, 0, 0, 0.085);
}
/* icons */
.md-icon {
    font-size: 24px;
    line-height: 32px !important;
    height: 32px !important;
    color: #727272;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background 280ms ease-out, color 280ms ease-out;
    transition: background 280ms ease-out, color 280ms ease-out;
    width: 32px !important;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .md-icon:hover,
    .md-icon:focus,
    .md-icon:active,
    .md-icon.active {
        color: #212121;
        background: rgba(0, 0, 0, 0.08);
    }

.md-icon-light {
    color: #fff;
}

    .md-icon-light:hover,
    .md-icon-light:focus,
    .md-icon-light:active {
        color: #fff;
        background: rgba(0, 0, 0, 0.2);
    }

.md-icon-dark {
    color: #212121;
}

    .md-icon-dark:hover,
    .md-icon-dark:focus,
    .md-icon-dark:active {
        color: #212121;
        background: rgba(255, 255, 255, 0.6);
    }

.md-icon + .md-icon {
    margin-left: 4px;
}

.md-icon-btn {
    display: inline-block;
}

    .md-icon-btn.active .md-icon {
        color: #212121;
        background: rgba(0, 0, 0, 0.08);
    }

button.md-icon {
    background: none;
    border: none;
    outline: none;
}

.uk-open .md-icon {
    color: #212121;
    background: rgba(0, 0, 0, 0.08);
}

.uk-open .md-icon-light {
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
}

.uk-open .md-icon-dark {
    color: #212121;
    background: rgba(255, 255, 255, 0.6);
}
/* dropdown list */
.md-list-inputs {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .md-list-inputs > li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .md-list-inputs li + li {
        margin-top: 8px;
    }

    .md-list-inputs li .icheckbox_md {
        float: left;
    }

    .md-list-inputs li label {
        overflow: hidden;
        padding-left: 8px;
        display: block;
        cursor: pointer;
    }
/* hr */
.md-hr {
    margin: 32px 0;
    height: 0;
    border-top: 2px solid rgba(0, 0, 0, 0.12);
}

/* 6. plugins ======================================== */

/* System Gain map(Gauge Map) */
.gaugeMap {
    /*display: none;*/
    max-width: 244px;
    text-align: center;
    float: left;
}

.gaugeGraphWidth {
    width: 100% !important;
}

/* selectize */
/**
 * selectize.css (v0.12.1)
 * Copyright (c) 2013�2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis 
 */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
    position: relative;
    padding: 5px 8px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 8px;
    top: 50%;
    color: #303030;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}

    .selectize-dropdown-header-close:hover {
        color: #000000;
    }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    box-sizing: border-box;
}

    .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
        border-right: 0 none;
    }

    .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
        display: none;
    }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
}

    .selectize-control.plugin-remove_button [data-value] .remove {
        z-index: 1;
        /* fixes ie bug (see #392) */
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 17px;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        color: inherit;
        text-decoration: none;
        vertical-align: middle;
        display: inline-block;
        padding: 2px 0 0 0;
        border-left: 1px solid #d0d0d0;
        border-radius: 0 2px 2px 0;
        box-sizing: border-box;
    }

        .selectize-control.plugin-remove_button [data-value] .remove:hover {
            background: rgba(0, 0, 0, 0.05);
        }

    .selectize-control.plugin-remove_button [data-value].active .remove {
        border-left-color: #cacaca;
    }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #ffffff;
}

.selectize-control {
    position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #303030;
    font-family: inherit;
    font-size: 13px;
    line-height: 18px;
    -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #ffffff;
    cursor: text;
    display: inline-block;
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 8px 8px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 6px 8px 3px;
}

.selectize-input.full {
    background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important;
}

.selectize-input.focus {
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
    border-radius: 3px 3px 0 0;
}

.selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 2px 6px;
    background: #f2f2f2;
    color: #303030;
    border: 0 solid #d0d0d0;
}

    .selectize-control.multi .selectize-input > div.active {
        background: #e8e8e8;
        color: #303030;
        border: 0 solid #cacaca;
    }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
    color: #7d7d7d;
    background: #ffffff;
    border: 0 solid #ffffff;
}

.selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 2px 0 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    box-shadow: none !important;
}

    .selectize-input > input::-ms-clear {
        display: none;
    }

    .selectize-input > input:focus {
        outline: none !important;
    }

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #f0f0f0;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 3px 3px;
}

    .selectize-dropdown [data-selectable] {
        cursor: pointer;
        overflow: hidden;
    }

        .selectize-dropdown [data-selectable] .highlight {
            background: rgba(125, 168, 208, 0.2);
            border-radius: 1px;
        }

    .selectize-dropdown [data-selectable],
    .selectize-dropdown .optgroup-header {
        padding: 5px 8px;
    }

    .selectize-dropdown .optgroup:first-child .optgroup-header {
        border-top: 0 none;
    }

    .selectize-dropdown .optgroup-header {
        color: #303030;
        background: #ffffff;
        cursor: default;
    }

    .selectize-dropdown .active {
        background-color: #f5fafd;
        color: #495c68;
    }

        .selectize-dropdown .active.create {
            color: #495c68;
        }

    .selectize-dropdown .create {
        color: rgba(48, 48, 48, 0.5);
    }

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer;
}

    .selectize-control.single .selectize-input.input-active,
    .selectize-control.single .selectize-input.input-active input {
        cursor: text;
    }

    .selectize-control.single .selectize-input:after {
        content: ' ';
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -3px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #808080 transparent transparent transparent;
    }

    .selectize-control.single .selectize-input.dropdown-active:after {
        margin-top: -4px;
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #808080 transparent;
    }

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
}

.selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #fafafa;
}

.selectize-input {
    border-color: rgba(0, 0, 0, 0.12);
    line-height: 25px;
    padding: 6px 8px;
}

    .selectize-input,
    .selectize-input.focus {
        border-radius: 0;
        box-shadow: none;
    }

        .selectize-input:before,
        .selectize-input.focus:before {
            display: none;
        }

.md-input-danger .selectize-input {
    border-color: #e53935;
}

.selectize-input.dropdown-active:before {
    display: none;
}

.selectize-dropdown {
    margin-top: -40px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    color: #212121;
    z-index: 1210;
}

    .selectize-dropdown [data-selectable] {
        padding-top: 11px;
        padding-bottom: 10px;
        font-size: 15px;
    }

    .selectize-dropdown .active {
        background: rgba(0, 0, 0, 0.085);
        color: inherit;
    }

    .selectize-dropdown .optgroup-header {
        font-size: 14px;
        color: #aaa;
        padding-top: 8px;
    }

    .selectize-dropdown.multi .item-icon {
        margin-right: 4px;
    }

    .selectize-dropdown.selectize_fs {
        z-index: 9999;
    }

.selectize-control .selectize-input {
    min-height: 40px;
}

.selectize-control.multi .selectize-input {
    line-height: 21px;
}

    .selectize-control.multi .selectize-input > div {
        border-radius: 18px;
        padding: 3px 8px 2px;
        font-size: 14px;
    }

    .selectize-control.multi .selectize-input .selectize-input.has-items {
        padding: 4px;
    }

    .selectize-control.multi .selectize-input .item-icon {
        margin-right: 4px;
    }

    .selectize-control.multi .selectize-input input {
        height: 26px;
        font-size: 15px;
    }

.selectize-control.plugin-remove_button [data-value] {
    padding-right: 32px !important;
}

    .selectize-control.plugin-remove_button [data-value] .remove {
        border: none;
        width: auto;
        padding: 4px 5px 0 0;
    }

        .selectize-control.plugin-remove_button [data-value] .remove:hover {
            background: none;
        }

        .selectize-control.plugin-remove_button [data-value] .remove:after {
            color: #727272;
            content: '\e5cd';
            font-family: "Material Icons";
            font-size: 18px;
        }

.selectize-control.single {
    height: 40px;
    margin-top: 4px;
}

    .selectize-control.single .selectize-input {
        border-width: 0 0 1px;
        padding: 8px 8px 9px;
    }

        .selectize-control.single .selectize-input:after {
            border: none !important;
            content: '\e5c5';
            font-family: "Material Icons";
            font-size: 28px;
            margin-top: -12px !important;
            right: 28px;
            color: rgba(0, 0, 0, 0.3);
        }

        .selectize-control.single .selectize-input .item {
            font-size: 15px;
        }

        .selectize-control.single .selectize-input input {
            font-size: 15px;
        }

.selectize_fix {
    overflow: hidden;
    height: 0;
    width: 100%;
}
/* datatables */
.dataTables_wrapper .uk-table {
    margin: 0 auto;
    border-spacing: 0;
}

    .dataTables_wrapper .uk-table thead .sorting,
    .dataTables_wrapper .uk-table thead .sorting_asc,
    .dataTables_wrapper .uk-table thead .sorting_desc {
        cursor: pointer;
        padding-right: 24px;
    }

    .dataTables_wrapper .uk-table thead .sorting,
    .dataTables_wrapper .uk-table thead .sorting_asc,
    .dataTables_wrapper .uk-table thead .sorting_desc,
    .dataTables_wrapper .uk-table thead .sorting_asc_disabled,
    .dataTables_wrapper .uk-table thead .sorting_desc_disabled {
        position: relative;
    }

        .dataTables_wrapper .uk-table thead .sorting:after,
        .dataTables_wrapper .uk-table thead .sorting_asc:after,
        .dataTables_wrapper .uk-table thead .sorting_desc:after,
        .dataTables_wrapper .uk-table thead .sorting_asc_disabled:after,
        .dataTables_wrapper .uk-table thead .sorting_desc_disabled:after {
            position: absolute;
            right: 4px;
            bottom: 20px;
            content: '';
            display: block;
            width: 18px;
            height: 18px;
            font-size: 18px;
            font-family: "Material Icons";
        }

        .dataTables_wrapper .uk-table thead .sorting:after {
            content: '\e164';
            color: #AAB2BD;
            /*display: none;*/
        }

        .dataTables_wrapper .uk-table thead .sorting_asc:after {
            content: '\e313';
        }

        .dataTables_wrapper .uk-table thead .sorting_desc:after {
            content: '\e316';
        }

        .dataTables_wrapper .uk-table thead .sorting_asc_disabled:after {
            content: '\e313';
            color: #aaa;
        }

        .dataTables_wrapper .uk-table thead .sorting_desc_disabled:after {
            content: '\e316';
            color: #aaa;
        }

    .dataTables_wrapper .uk-table,
    .dataTables_wrapper .uk-table th,
    .dataTables_wrapper .uk-table td {
        box-sizing: content-box;
    }

        .dataTables_wrapper .uk-table:active,
        .dataTables_wrapper .uk-table th:active,
        .dataTables_wrapper .uk-table td:active {
            outline: none;
        }

        .dataTables_wrapper .uk-table tbody tr.selected {
            background-color: rgba(102, 102, 102, 0.085);
        }

        .dataTables_wrapper .uk-table.nowrap th,
        .dataTables_wrapper .uk-table.nowrap td {
            white-space: nowrap;
        }

        .dataTables_wrapper .uk-table.compact thead th,
        .dataTables_wrapper .uk-table.compact thead td {
            padding: 4px 17px 4px 4px;
        }

        .dataTables_wrapper .uk-table.compact tfoot th,
        .dataTables_wrapper .uk-table.compact tfoot td {
            padding: 4px;
        }

        .dataTables_wrapper .uk-table.compact tbody th,
        .dataTables_wrapper .uk-table.compact tbody td {
            padding: 4px;
        }

        .dataTables_wrapper .uk-table th.dt-left,
        .dataTables_wrapper .uk-table td.dt-left {
            text-align: left;
        }

        .dataTables_wrapper .uk-table th.dt-center,
        .dataTables_wrapper .uk-table td.dt-center,
        .dataTables_wrapper .uk-table td.dataTables_empty {
            text-align: center;
        }

        .dataTables_wrapper .uk-table th.dt-right,
        .dataTables_wrapper .uk-table td.dt-right {
            text-align: right;
        }

        .dataTables_wrapper .uk-table th.dt-justify,
        .dataTables_wrapper .uk-table td.dt-justify {
            text-align: justify;
        }

        .dataTables_wrapper .uk-table th.dt-nowrap,
        .dataTables_wrapper .uk-table td.dt-nowrap {
            white-space: nowrap;
        }

        .dataTables_wrapper .uk-table thead th.dt-head-left,
        .dataTables_wrapper .uk-table thead td.dt-head-left,
        .dataTables_wrapper .uk-table tfoot th.dt-head-left,
        .dataTables_wrapper .uk-table tfoot td.dt-head-left {
            text-align: left;
        }

        .dataTables_wrapper .uk-table thead th.dt-head-center,
        .dataTables_wrapper .uk-table thead td.dt-head-center,
        .dataTables_wrapper .uk-table tfoot th.dt-head-center,
        .dataTables_wrapper .uk-table tfoot td.dt-head-center {
            text-align: center;
        }

        .dataTables_wrapper .uk-table thead th.dt-head-right,
        .dataTables_wrapper .uk-table thead td.dt-head-right,
        .dataTables_wrapper .uk-table tfoot th.dt-head-right,
        .dataTables_wrapper .uk-table tfoot td.dt-head-right {
            text-align: right;
        }

        .dataTables_wrapper .uk-table thead th.dt-head-justify,
        .dataTables_wrapper .uk-table thead td.dt-head-justify,
        .dataTables_wrapper .uk-table tfoot th.dt-head-justify,
        .dataTables_wrapper .uk-table tfoot td.dt-head-justify {
            text-align: justify;
        }

        .dataTables_wrapper .uk-table thead th.dt-head-nowrap,
        .dataTables_wrapper .uk-table thead td.dt-head-nowrap,
        .dataTables_wrapper .uk-table tfoot th.dt-head-nowrap,
        .dataTables_wrapper .uk-table tfoot td.dt-head-nowrap {
            white-space: nowrap;
        }

        .dataTables_wrapper .uk-table tbody th.dt-body-left,
        .dataTables_wrapper .uk-table tbody td.dt-body-left {
            text-align: left;
        }

        .dataTables_wrapper .uk-table tbody th.dt-body-center,
        .dataTables_wrapper .uk-table tbody td.dt-body-center {
            text-align: center;
        }

        .dataTables_wrapper .uk-table tbody th.dt-body-right,
        .dataTables_wrapper .uk-table tbody td.dt-body-right {
            text-align: right;
        }

        .dataTables_wrapper .uk-table tbody th.dt-body-justify,
        .dataTables_wrapper .uk-table tbody td.dt-body-justify {
            text-align: justify;
        }

        .dataTables_wrapper .uk-table tbody th.dt-body-nowrap,
        .dataTables_wrapper .uk-table tbody td.dt-body-nowrap {
            white-space: nowrap;
        }

        .dataTables_wrapper .uk-table tfoot .md-input-wrapper {
            padding-top: 0;
        }

            .dataTables_wrapper .uk-table tfoot .md-input-wrapper .md-input {
                padding: 8px 4px;
            }

.simple_numbers {
    /* float: left; */
    width: 50%;
    display: -webkit-inline-box;
    display: inline-block;
    padding: 10px;
}

.dataTables_info {
    display: -webkit-inline-box;
    padding: 22px 5px;
    color: #727272;
    font-size: 12px;
    float: right;
}

.dataTables_wrapper .dataTables_length {
    margin-top: -1px;
    padding-left: 15px;
    float: left;
    clear: both;
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    width: 45%;
}

    .dataTables_wrapper .dataTables_filter .md-input-wrapper {
        padding-top: 3px;
    }

        .dataTables_wrapper .dataTables_filter .md-input-wrapper .md-input {
            padding: 6px 4px;
            -webkit-appearance: none;
            border-radius: 0;
        }

.dataTables_wrapper .selectize-control.dt-selectize {
    min-width: 64px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
    height: 40px;
}

    .dataTables_wrapper .selectize-control.dt-selectize .selectize-input {
        border-color: transparent;
        background: transparent;
    }

    .dataTables_wrapper .selectize-control.dt-selectize:hover .selectize-input {
        border-color: rgba(0, 0, 0, 0.12);
        background: #fff;
    }

.dataTables_wrapper .dt-uikit-header {
    padding: 0px 0px 0px 15px;
    /*margin-bottom: 16px;*/
}

.dataTables_wrapper .dt-uikit-footer {
    padding: 0px 8px;
    margin-top: 16px;
}

    .dataTables_wrapper .dt-uikit-footer .dataTables_info {
        padding-top: 8px;
        color: #727272;
        font-size: 12px;
        float: right;
    }

@media only screen and (max-width: 767px) {
    .dataTables_wrapper .dt-uikit-footer .dataTables_info {
        text-align: center;
    }
}

.dataTables_wrapper .dt-uikit-footer .uk-pagination {
    text-align: left;
}

/*@media only screen and (max-width: 767px) {
    .dataTables_wrapper .dt-uikit-footer .uk-pagination {
        margin-top: 16px;
        text-align: center;
    }
}*/

.dataTables_wrapper .uk-overflow-container th,
.dataTables_wrapper .uk-overflow-container td {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* plugins */

/* vector maps */
.mapTooltip {
    background: #616161;
    color: #fff;
    font-size: 14px;
    padding: 6px 16px;
    line-height: 18px;
    text-shadow: none;
    position: fixed;
    border-radius: 4px;
    z-index: 1000;
    max-width: 200px;
    display: none;
}

.vm_wrapper {
    max-width: 100%;
    margin: 0 auto;
}

.plotLegend {
    margin-top: 24px;
    padding: 16px 16px 8px;
}
/* fileinput */
.btn-file {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    cursor: pointer;
}

    .btn-file input {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        font-size: 14px;
        cursor: pointer;
        opacity: 0;
        direction: ltr;
    }

.fileinput {
    display: inline-block;
}

    .fileinput .form-control {
        display: inline-block;
        padding-top: 7px;
        padding-bottom: 5px;
        margin-bottom: 0;
        vertical-align: middle;
        cursor: text;
    }

    .fileinput .thumbnail {
        display: inline-block;
        overflow: hidden;
        text-align: center;
        vertical-align: top;
    }

        .fileinput .thumbnail > img {
            height: 100%;
            width: 100%;
        }

    .fileinput .btn {
        vertical-align: middle;
    }

.fileinput-exists .fileinput-new,
.fileinput-new .fileinput-exists {
    display: none;
}

.fileinput-inline .fileinput-controls {
    display: inline;
}

.fileinput-filename {
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
}
/*
jQuery.ganttView v.0.8.0
Copyright (c) 2010 JC Grubbs - 
MIT License Applies
*/

@media only screen and (min-width: 768px) {
    div.popupModal {
        width: 60%;
    }

    #OptionsMobileLayout {
        display: block;
    }

    #showOptionsMobileLayout {
        display: none;
    }
}


.animate_hide {
    display: none;
}
/* 7. partials (header,sidebars,top bar) ============= */
/* main header */
#header_main {
    background: #4faee0 none repeat scroll 0% 0%;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.20);
    height: 64px;
    left: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 1104;
}

    #header_main:before,
    #header_main:after {
        content: " ";
        display: table;
    }

    #header_main:after {
        clear: both;
    }

    #header_main:before,
    #header_main:after {
        content: " ";
        display: table;
    }

    #header_main:after {
        clear: both;
    }

    #header_main .uk-navbar {
        border: none;
        background: none;
        padding-top: 5px;
    }

        #header_main .uk-navbar .uk-navbar-nav {
            position: relative;
        }

            #header_main .uk-navbar .uk-navbar-nav > li {
                position: static;
            }

                #header_main .uk-navbar .uk-navbar-nav > li > a {
                    color: #fff;
                    text-shadow: none;
                    border: none;
                    line-height: 44px;
                    height: 48px;
                    z-index: auto;
                    cursor: pointer;
                }

@media only screen and (max-width: 767px) {
    #header_main .uk-navbar .uk-navbar-nav > li > a {
        padding: 0 10px;
    }
}

#header_main .uk-navbar .uk-navbar-nav > li > a:focus,
#header_main .uk-navbar .uk-navbar-nav > li > a:active {
    background: none;
}

#header_main .uk-navbar .uk-navbar-nav > li > a:after {
    position: absolute;
    bottom: -2px;
    left: 50%;
    content: '';
    display: block;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    margin-left: -6px;
    z-index: -1;
    -webkit-transition: all 100ms ease-in 0ms;
    transition: all 100ms ease-in 0ms;
}

#header_main .uk-navbar .uk-navbar-nav > li:hover > a,
#header_main .uk-navbar .uk-navbar-nav > li:focus > a,
#header_main .uk-navbar .uk-navbar-nav > li.uk-open > a,
#header_main .uk-navbar .uk-navbar-nav > li.uk-active > a {
    background: none;
}

#header_main .uk-navbar .uk-navbar-nav > li.uk-open > a {
    position: relative;
}

    #header_main .uk-navbar .uk-navbar-nav > li.uk-open > a:after {
        border-bottom-color: #fff;
        -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
        transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1104;
    }

#header_main .uk-navbar .uk-navbar-nav > li:not(.language-dropdown) .uk-dropdown {
    margin-top: 1px;
    max-height: 300px;
    top: 100% !important;
    right: 0 !important;
    left: auto !important;
}
    #header_main .uk-navbar .uk-navbar-nav > li.language-dropdown .uk-dropdown {
        margin-top: 1px;
        max-height: 300px;
        top: 100% !important;
        right: 0 !important;
    }

    #header_main .uk-navbar .uk-navbar-nav > li .uk-dropdown .md-list {
        margin-left: -10px;
    }

        #header_main .uk-navbar .uk-navbar-nav > li .uk-dropdown .md-list > li {
            margin-right: 16px;
        }

    #header_main .uk-navbar .uk-navbar-nav > li .uk-dropdown .uk-switcher {
        max-height: 216px;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

#header_main .user_actions a.user_action_image {
    position: relative;
    padding-top: 2px;
}

#header_main .user_actions .user_action_icon {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 4px;
}

    #header_main .user_actions .user_action_icon:hover,
    #header_main .user_actions .user_action_icon:focus {
        text-decoration: none;
    }

    #header_main .user_actions .user_action_icon > .uk-badge {
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        font-size: 11px;
        font-weight: normal;
        position: absolute;
        left: 0;
        top: 8px;
        min-width: 20px;
        padding: 1px 4px;
        line-height: 14px;
        border-radius: 2px;
    }

#header_main .sSwitch {
    cursor: pointer;
    padding: 25px;
}

    #header_main .sSwitch,
    #header_main .sSwitch .sSwitchIcon {
        display: block;
        height: 2px;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        width: 20px;
    }

        #header_main .sSwitch .sSwitchIcon,
        #header_main .sSwitch .sSwitchIcon:before,
        #header_main .sSwitch .sSwitchIcon:after {
            background: #fff;
            -webkit-transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
            transition: all 600ms cubic-bezier(0.4, 0, 0.2, 1);
        }

            #header_main .sSwitch .sSwitchIcon:before,
            #header_main .sSwitch .sSwitchIcon:after {
                content: "";
                display: block;
                height: 2px;
                position: absolute;
                width: 20px;
                z-index: -1;
            }

            #header_main .sSwitch .sSwitchIcon:before {
                top: 6px;
            }

            #header_main .sSwitch .sSwitchIcon:after {
                top: -6px;
            }

        #header_main .sSwitch.sSwitch_left {
            float: left;
        }

            #header_main .sSwitch.sSwitch_left .sSwitchIcon {
                -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
            }

                #header_main .sSwitch.sSwitch_left .sSwitchIcon:before,
                #header_main .sSwitch.sSwitch_left .sSwitchIcon:after {
                    left: 0;
                }

        #header_main .sSwitch.sSwitch_right {
            float: right;
            margin-left: 30px;
        }

@media only screen and (max-width: 767px) {
    #header_main .sSwitch.sSwitch_right {
        margin-left: 24px;
    }
}

#header_main .sSwitch.sSwitch_right .sSwitchIcon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

    #header_main .sSwitch.sSwitch_right .sSwitchIcon:before,
    #header_main .sSwitch.sSwitch_right .sSwitchIcon:after {
        right: 0;
    }

#header_main .sSwitch.sSwitch_right.sidebar_secondary_check {
    display: none;
}

#header_main .header_main_search_form {
    display: none;
    position: relative;
    padding: 0 40px;
    margin: 5px 0;
    background: rgba(255, 255, 255, 0.18);
}

    #header_main .header_main_search_form .md-icon,
    #header_main .header_main_search_form .md-icon:hover,
    #header_main .header_main_search_form .md-icon:focus {
        color: #fff;
    }

#header_main .header_main_search_input {
    border: none;
    width: 100%;
    box-sizing: border-box;
    border-radius: 0;
    vertical-align: top;
    padding: 8px 0 6px;
    font-size: 16px;
    height: auto;
    background: transparent;
    color: #fff;
}

#header_main .header_main_search_btn {
    position: absolute;
    top: 1px;
    right: -2px;
    cursor: pointer;
}

#header_main .header_main_search_close {
    position: absolute;
    top: 3px;
    left: 2px;
}

.header_double_height #header_main {
    box-shadow: none;
    position: absolute;
}

.header_double_height #page_content {
    position: relative;
    overflow: hidden;
    padding-top: 10px;
}

    .header_double_height #page_content:after {
        position: fixed;
        top: 46px;
        left: 0;
        right: 0;
        height: 60px;
        background: #1976d2;
        content: '';
        display: block;
    }

.header_double_height #page_content_inner {
    padding: 0;
}

.header_double_height .md-card-single {
    position: relative;
    z-index: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

    .header_double_height .md-card-single .md-card-content {
        overflow-x: hidden;
        overflow-y: auto;
        box-sizing: border-box;
    }

.header_double_height .md-list-outside-wrapper {
    margin-top: 48px;
}

.header_full #sidebar_main {
    top: 48px;
    height: auto;
}

.header_full #header_main {
    margin-left: 0 !important;
    z-index: 1214;
}

.header_full.sidebar_mini #sidebar_main .menu_section > ul > li > ul {
    top: 48px;
}

.header_full.sidebar_mini #sidebar_main .menu_section > ul > li > a > .menu_title {
    top: 48px;
}
/* main sidebar */
#sidebar_main {
    width: 240px;
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    position: fixed;
    /*  height: 100%; */
    top: 0;
    bottom: 0;
    left: -240px;
    z-index: 1204;
    background: #fff;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: #434a54;
}

    #sidebar_main,
    #sidebar_main:before,
    #sidebar_main:after,
    #sidebar_main *,
    #sidebar_main *:before,
    #sidebar_main *:after {
        box-sizing: border-box;
    }

        #sidebar_main .menu_section .menu_heading {
            font: 400 12px / 16px "Roboto", sans-serif;
            margin: 0 0 12px;
            padding: 6px 6px 12px;
            border-bottom: 1px solid rgba(0, 0, 0, 0.12);
            text-transform: uppercase;
            color: #212121;
        }

        #sidebar_main .menu_section ul {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            #sidebar_main .menu_section ul > li {
                padding: 0;
                margin: 4px;
                list-style: none;
            }

        #sidebar_main .menu_section > ul > li > a {
            font: 400 14px / 25px "Roboto", sans-serif; 
            color: #ffffff;
            padding: 6px 25px;
            display: block;
            overflow: hidden;
            position: relative;
            background-color: #434a54;
            text-decoration: none; /*Underscore Fix*/
        }

        /*#sidebar_main .menu_section > ul > li > a:focus {
            font: 400 14px / 25px "Roboto", sans-serif;
            color: #ffffff;
            padding: 8px 25px;
            display: block;
            overflow: hidden;
            position: relative;
            background-color: #434a54;
            border: 2px solid white;
            top: 16px;
            text-decoration: none;*/ /*Underscore Fix*/
        /*}*/



@media only screen and (max-width: 767px) {
    #sidebar_main .menu_section > ul > li > a {
        font-size: 16px;
    }
}

#sidebar_main .menu_section > ul > li > a:hover {
    text-decoration: none;
    background-color: #515964 !important;
}

#sidebar_main .menu_section > ul > li > a > .menu_icon {
    width: 34px;
    text-align: left;
    display: inline-block;
    color: #727272;
}

    #sidebar_main .menu_section > ul > li > a > .menu_icon .material-icons {
        font-size: 22px;
        vertical-align: top;
        padding-top: 2px;
        color: #CCD1D9;
    }

#sidebar_main .menu_section > ul > li > a .menu_title {
    display: inline-block;
}

#sidebar_main .menu_section > ul > li > a .uk-badge {
    padding: 1px 4px;
    text-transform: uppercase;
    font-size: 10px;
    position: absolute;
    left: 34px;
    top: 0;
}

#sidebar_main .menu_section > ul > li.act_section.submenu_trigger > a {
    position: relative;
}

    #sidebar_main .menu_section > ul > li.act_section.submenu_trigger > a:before {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }

#sidebar_main .menu_section > ul > li.current_section > a > .menu_icon .material-icons {
    color: #7cb342;
}

#sidebar_main .menu_section > ul > li.current_section > a .menu_title {
    color: #7cb342;
}

#sidebar_main .menu_section > ul > li ul {
    margin: 0;
    display: none;
}

    #sidebar_main .menu_section > ul > li ul a {
        padding: 8px 10px 8px 72px;
        display: block;
        font: 400 13px / 18px "Roboto", sans-serif;
        color: #212121;
    }

@media only screen and (max-width: 767px) {
    #sidebar_main .menu_section > ul > li ul a {
        font-size: 15px;
        line-height: 20px;
    }
}

#sidebar_main .menu_section > ul > li ul a:hover {
    text-decoration: none;
}

#sidebar_main .menu_section > ul > li ul li.act_item a {
    color: #7cb342;
    font-weight: 400;
}

#sidebar_main .menu_section > ul > li ul li.menu_subtitle {
    font-weight: 400;
    font-size: 13px;
    color: #aaa;
    padding: 16px 0 4px 72px;
}

#sidebar_main .menu_section > ul > li.submenu_trigger > a {
    position: relative;
}

    #sidebar_main .menu_section > ul > li.submenu_trigger > a:before {
        position: absolute;
        right: 8px;
        top: 9px;
        content: '\e313';
        font-family: "Material Icons";
        font-size: 18px;
        display: block;
        color: #727272;
        -webkit-transition: -webkit-transform 280ms;
        transition: transform 280ms;
    }

#sidebar_main .menu_section > ul > li.submenu_trigger li ul {
    margin-left: 16px;
}

#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: transform 280ms;
    }

#sidebar_main .menu_section > ul > li.submenu_trigger li.submenu_trigger.act_section > a:before {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sidebar_main .sidebar_main_header {
    height: 89px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    background-image: url("../img/sidebar_head_bg.png");
    background-repeat: no-repeat;
    background-position: -20px -124px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 192), only screen and (min-resolution: 192dppx), only screen and (min-resolution: 2dppx) {
    #sidebar_main .sidebar_main_header {
        background-image: url("../img/sidebar_head_bg@2x.png");
        background-size: 310px 310px;
    }
}

#sidebar_main .sidebar_main_header .sidebar_logo {
    height: 48px;
    line-height: 48px;
    overflow: hidden;
}

    #sidebar_main .sidebar_main_header .sidebar_logo a {
        display: inline-block;
        margin-left: 20px;
    }

#sidebar_main .sidebar_main_header .sidebar_actions {
    margin: 0 20px;
}

    #sidebar_main .sidebar_main_header .sidebar_actions:before,
    #sidebar_main .sidebar_main_header .sidebar_actions:after {
        content: " ";
        display: table;
    }

    #sidebar_main .sidebar_main_header .sidebar_actions:after {
        clear: both;
    }

    #sidebar_main .sidebar_main_header .sidebar_actions:before,
    #sidebar_main .sidebar_main_header .sidebar_actions:after {
        content: " ";
        display: table;
    }

    #sidebar_main .sidebar_main_header .sidebar_actions:after {
        clear: both;
    }

    #sidebar_main .sidebar_main_header .sidebar_actions .selectize-control {
        float: left;
        height: 40px;
    }

        #sidebar_main .sidebar_main_header .sidebar_actions .selectize-control .selectize-input:after {
            margin-top: -13px !important;
            right: 32px;
        }

    #sidebar_main .sidebar_main_header .sidebar_actions .selectize-input {
        width: 48px;
        border: none;
        padding: 6px 0;
        background: transparent;
    }

        #sidebar_main .sidebar_main_header .sidebar_actions .selectize-input input {
            -webkit-user-select: none !important;
            -moz-user-select: none !important;
            -ms-user-select: none !important;
            user-select: none !important;
        }

    #sidebar_main .sidebar_main_header .sidebar_actions .selectize-dropdown {
        width: 160px !important;
        margin-left: -8px;
    }

        #sidebar_main .sidebar_main_header .sidebar_actions .selectize-dropdown .item-icon {
            margin-right: 8px;
        }

#sidebar_main .sSidebar_show {
    display: none !important;
}

#page_content,
#header_main,
#top_bar {
    -webkit-transition: margin 280ms;
    transition: margin 280ms;
}

.sidebar_main_active #sidebar_main {
    left: 0;
}

@media only screen and (max-width: 1023px) {
    .sidebar_main_active #sidebar_main {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 2px 4px 8px rgba(0, 0, 0, 0.28);
    }
}

@media only screen and (max-width: 767px) {
    .sidebar_main_active #sidebar_main {
        width: 280px;
    }
}

@media only screen and (min-width: 1024px) {
    .sidebar_main_active #page_content,
    .sidebar_main_active #header_main,
    .sidebar_main_active #top_bar {
        margin-left: 240px;
    }
}

@media only screen and (max-width: 1023px) {
    .sidebar_main_active #page_content:before {
        opacity: 1;
        z-index: 1184;
    }
}

.sidebar_main_active:not(.steps) .sSwitch_left .sSwitchIcon:before,
.sidebar_main_active:not(.steps) .sSwitch_left .sSwitchIcon:after {
    top: 0 !important;
}

.sidebar_main_active #header_main .sSwitch.sSwitch_left .sSwitchIcon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

    .sidebar_main_active #header_main .sSwitch.sSwitch_left .sSwitchIcon:before,
    .sidebar_main_active #header_main .sSwitch.sSwitch_left .sSwitchIcon:after {
        width: 12px;
    }

    .sidebar_main_active #header_main .sSwitch.sSwitch_left .sSwitchIcon:before {
        top: 4px;
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transform-origin: left top;
        transform-origin: left top;
    }

    .sidebar_main_active #header_main .sSwitch.sSwitch_left .sSwitchIcon:after {
        top: -4px;
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
    }

@media only screen and (min-width: 1024px) {
    .sidebar_main_open #sidebar_main {
        left: 0;
    }

    .sidebar_main_open #page_content,
    .sidebar_main_open #header_main,
    .sidebar_main_open #top_bar,
    .sidebar_main_open #main_alert{
        margin-left: 240px;
    }

    .sidebar_main_open:not(.steps) .sSwitch_left .sSwitchIcon:before,
    .sidebar_main_open:not(.steps) .sSwitch_left .sSwitchIcon:after {
        top: 0 !important;
    }

    .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

        .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon:before,
        .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon:after {
            width: 12px;
        }

        .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon:before {
            top: 4px;
            -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
            -webkit-transform-origin: left top;
            transform-origin: left top;
        }

        .sidebar_main_open #header_main .sSwitch.sSwitch_left .sSwitchIcon:after {
            top: -4px;
            -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
            -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
        }
}

@media only screen and (max-width: 1023px) {
    .sidebar_main_hiding #page_content:before {
        opacity: 0;
        z-index: 1109;
    }
}
/* mini sidebar */
.sidebar_mini #sidebar_main {
    width: 60px;
    background: #fff;
    margin-left: 0;
    -webkit-transform: none;
    transform: none;
    left: 0;
}

    .sidebar_mini #sidebar_main .sidebar_main_header {
        background-position: 0 0;
    }

        .sidebar_mini #sidebar_main .sidebar_main_header .sidebar_logo a {
            margin-left: 0;
            text-align: center;
            display: block;
        }

        .sidebar_mini #sidebar_main .sidebar_main_header .sidebar_actions {
            margin: 0 8px;
        }

            .sidebar_mini #sidebar_main .sidebar_main_header .sidebar_actions .selectize-control {
                padding-left: 13px;
            }

                .sidebar_mini #sidebar_main .sidebar_main_header .sidebar_actions .selectize-control .selectize-input {
                    width: auto;
                    text-align: center;
                }

                    .sidebar_mini #sidebar_main .sidebar_main_header .sidebar_actions .selectize-control .selectize-input:after {
                        display: none;
                    }

    .sidebar_mini #sidebar_main .menu_section > ul > li {
        position: relative;
    }

        .sidebar_mini #sidebar_main .menu_section > ul > li > a {
            padding: 0;
            display: block;
            height: 42px;
            text-align: center;
        }

            .sidebar_mini #sidebar_main .menu_section > ul > li > a .menu_icon {
                display: inline-block;
                text-align: center;
                height: 48px;
            }

                .sidebar_mini #sidebar_main .menu_section > ul > li > a .menu_icon .material-icons {
                    line-height: 42px;
                }

            .sidebar_mini #sidebar_main .menu_section > ul > li > a > .menu_title {
                text-align: left;
                position: fixed;
                left: 59px;
                top: 0;
                width: 202px;
                display: none;
                padding: 0 16px 0 17px;
                line-height: 50px;
                height: 48px;
                font-size: 14px;
                font-weight: 500;
                text-transform: uppercase;
                background: #7cb342;
                color: #fff;
                z-index: 1124;
            }

            .sidebar_mini #sidebar_main .menu_section > ul > li > a .uk-badge {
                left: 4px;
            }

        .sidebar_mini #sidebar_main .menu_section > ul > li.sidebar_submenu > a:before {
            position: absolute;
            right: 2px;
            top: 10px;
            content: '\e315';
            font-family: "Material Icons";
            font-size: 14px;
            display: block;
            color: #727272;
        }

        .sidebar_mini #sidebar_main .menu_section > ul > li.sidebar_submenu_act > a .menu_icon .material-icons {
            color: #7cb342;
        }

        .sidebar_mini #sidebar_main .menu_section > ul > li > ul {
            position: fixed;
            top: 0;
            bottom: 0;
            margin-top: 48px;
            overflow-y: auto;
            overflow-x: hidden;
            left: 59px;
            background: #fff;
            z-index: 1114;
            border-left: 2px solid #7cb342;
            box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.26);
        }

            .sidebar_mini #sidebar_main .menu_section > ul > li > ul li {
                width: 200px;
            }

                .sidebar_mini #sidebar_main .menu_section > ul > li > ul li a {
                    padding: 8px 16px;
                }

                .sidebar_mini #sidebar_main .menu_section > ul > li > ul li.menu_subtitle {
                    padding: 16px 16px 8px;
                }

        .sidebar_mini #sidebar_main .menu_section > ul > li:hover.sidebar_submenu {
            background: #7cb342;
        }

            .sidebar_mini #sidebar_main .menu_section > ul > li:hover.sidebar_submenu > a .menu_icon .material-icons {
                color: #fff;
            }

            .sidebar_mini #sidebar_main .menu_section > ul > li:hover.sidebar_submenu > a .menu_title {
                display: block;
            }

            .sidebar_mini #sidebar_main .menu_section > ul > li:hover.sidebar_submenu > a:before {
                display: none;
            }

        .sidebar_mini #sidebar_main .menu_section > ul > li:hover > ul {
            display: block;
        }

        .sidebar_mini #sidebar_main .menu_section > ul > li li ul {
            margin-left: 16px;
            display: block;
        }

    .sidebar_mini #sidebar_main .sSidebar_hide {
        display: none !important;
    }

    .sidebar_mini #sidebar_main .sSidebar_show {
        display: block !important;
    }

.sidebar_mini #page_content,
.sidebar_mini #header_main,
.sidebar_mini #top_bar {
    margin-left: 60px;
}
/* secondary sidebar */
#sidebar_secondary {
    position: fixed;
    right: -284px;
    top: 48px;
    bottom: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    width: 280px;
    background: #fff;
    overflow: hidden;
    z-index: 1104;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), -2px 4px 8px rgba(0, 0, 0, 0.28);
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

    #sidebar_secondary,
    #sidebar_secondary:before,
    #sidebar_secondary:after,
    #sidebar_secondary *,
    #sidebar_secondary *:before,
    #sidebar_secondary *:after {
        box-sizing: border-box;
    }

        #sidebar_secondary .sidebar_secondary_wrapper {
            margin: 8px 16px;
        }

.header_double_height #sidebar_secondary {
    top: 58px;
}

#sidebar_secondary .uk-switcher > li {
    padding: 16px 16px 0;
}

#sidebar_secondary .uk-tab {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #fff;
}

#sidebar_secondary.tabbed_sidebar {
    padding-top: 44px;
}

.sidebar_secondary_active #sidebar_secondary {
    right: 0;
}

.sidebar_secondary_active:not(.steps) .sSwitch_right .sSwitchIcon:before,
.sidebar_secondary_active:not(.steps) .sSwitch_right .sSwitchIcon:after {
    top: 0 !important;
}

.sidebar_secondary_active #header_main .sSwitch.sSwitch_right .sSwitchIcon {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

    .sidebar_secondary_active #header_main .sSwitch.sSwitch_right .sSwitchIcon:before,
    .sidebar_secondary_active #header_main .sSwitch.sSwitch_right .sSwitchIcon:after {
        width: 12px;
    }

    .sidebar_secondary_active #header_main .sSwitch.sSwitch_right .sSwitchIcon:before {
        top: 4px;
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
    }

    .sidebar_secondary_active #header_main .sSwitch.sSwitch_right .sSwitchIcon:after {
        top: -4px;
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg);
        -webkit-transform-origin: right top;
        transform-origin: right top;
    }
/* top bar */
#top_bar {
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    height: 40px;
    position: fixed;
    top: 25px;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 25px;
}

    #top_bar,
    #top_bar:before,
    #top_bar:after,
    #top_bar *,
    #top_bar *:before,
    #top_bar *:after {
        box-sizing: border-box;
    }

        #top_bar .top_bar_nav {
            margin: 0;
            padding: 0;
            list-style: none;
        }

            #top_bar .top_bar_nav > li {
                padding: 0;
                margin: 0;
                list-style: none;
            }

            #top_bar .top_bar_nav > li {
                float: left;
            }

                #top_bar .top_bar_nav > li > a {
                    line-height: 40px;
                    padding: 0 16px;
                    font-weight: 500;
                    color: #212121;
                    display: block;
                }

                    #top_bar .top_bar_nav > li > a:hover {
                        box-shadow: inset 0 -3px 0 #2196f3;
                    }

                #top_bar .top_bar_nav > li.uk-active a {
                    box-shadow: inset 0 -3px 0 #2196f3;
                }

.top_bar_active {
    padding-top: 88px;
}

    .top_bar_active #header_main {
        box-shadow: none;
    }
/* page heading */
#page_heading {
    background: #fff;
    padding: 16px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    min-height: 81px;
}

    #page_heading h1 {
        font: 500 22px / 28px "Roboto", sans-serif;
        margin: 0;
    }

    #page_heading .heading_actions {
        float: right;
        margin-top: 8px;
        padding-right: 15px;
    }

        #page_heading .heading_actions > * {
            display: inline-block;
            margin-left: 8px;
            position: relative;
        }

        #page_heading .heading_actions .material-icons {
            font-size: 24px;
        }

    #page_heading.uk-active {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
        z-index: 100;
    }

.page_heading_active #header_main {
    box-shadow: none;
}
/* top menu */
#menu_top_dropdown .top_menu_toggle {
    height: 48px;
    line-height: 51px;
    color: #fff;
    display: block;
    padding: 0 8px;
}

    #menu_top_dropdown .top_menu_toggle .material-icons {
        color: #fff;
    }

#menu_top_dropdown .uk-dropdown {
    margin-top: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    max-height: 340px;
}
/* top menu */
#menu_top {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}

    #menu_top > li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #menu_top > li {
        float: left;
        position: relative;
    }

        #menu_top > li > a {
            height: 40px;
            line-height: 40px;
            display: block;
            color: #212121;
            padding: 0 16px;
            min-width: 60px;
            text-align: center;
        }

            #menu_top > li > a:hover {
                background: rgba(0, 0, 0, 0.085);
            }

        #menu_top > li.uk-open > a {
            background: rgba(0, 0, 0, 0.085);
        }

        #menu_top > li .uk-dropdown {
            margin-top: 1px;
            top: 100% !important;
        }

@media (max-height: 767px) {
    #menu_top > li .uk-dropdown {
        max-height: 200px !important;
        overflow-y: auto !important;
    }
}

@media (min-height: 768px) {
    #menu_top > li [class*='uk-dropdown-width'] {
        max-height: 640px;
        overflow-y: auto;
    }
}


#footer {
    position: relative;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    padding: 0 10px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    line-height: 48px;
}

@media only screen and (min-width: 1024px) {
    .sidebar_main_open #footer,
    .sidebar_main_active #footer {
        margin-left: 240px;
    }
}

/* login page */
.invalidInputsStyle {
    background-color: #f2dede;
    margin-bottom: 21px;
    border-color: #eed3d7;
    color: #b94a48;
}

.login_page {
    font-size: 15px;
    padding: 24px 24px !important;
    overflow-y: auto;
    height: auto;
    min-height: 100%;
}

@media only screen and (max-width: 767px) {
    .login_page {
        padding: 24px;
    }
}

.login_page_wrapper {
    width: 360px;
    max-width: 100%;
    margin: 0 auto;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

.login_page .user_avatar {
    width: 64px;
    height: 64px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background-image: url("../img/avatars/user.png");
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.085);
    background-position: 50% 1px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (-webkit-min-device-pixel-ratio: 192), only screen and (min-resolution: 192dppx), only screen and (min-resolution: 2dppx) {
    .login_page .user_avatar {
        background-image: url("../img/avatars/user@2x.png");
        background-size: 64px 64px;
    }
}

.login_page .login_heading {
    text-align: center;
    margin-bottom: 32px;
}

/* 9. altair main styles ============================= */
html {
    padding: 0px !important;
    background: #F5F7FA;
    font: 400 14px/20px "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
    font: 100% / 1.42857143 "Roboto", sans-serif;
    padding-top: 60px;
    box-sizing: border-box;
    background: #F5F7FA !important;
    padding-right: 0 !important;
}

a,
button {
    outline: none !important;
}

a {
    color: #4FAEE0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    a:hover,
    a:active {
        color: #4FAEE0;
        text-decoration: none;
    }

code,
code[class*="language-"] {
    font: 400 12px / 18px "Source Code Pro", Consolas, Monaco, 'Andale Mono', monospace !important;
    box-sizing: border-box;
}


.line-numbers .line-numbers-rows {
    border-right-color: rgba(0, 0, 0, 0.12);
}

:not(pre) > code {
    font: 400 12px / 18px "Source Code Pro", Consolas, Monaco, 'Andale Mono', monospace !important;
    color: #d32f2f;
}


code.large_code {
    font: 400 14px / 24px "Source Code Pro", Consolas, Monaco, 'Andale Mono', monospace !important;
}

.transform-origin-50 {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

blockquote {
    border-left: 4px solid rgba(0, 0, 0, 0.085);
}
/* clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
/* headings */
.heading_a {
    margin: 0;
    font: 400 18px / 24px "Roboto", sans-serif;
}

    .heading_a .sub-heading {
        font-weight: 300;
        font-size: 14px;
        line-height: 18px;
        display: block;
        color: #727272;
    }

.heading_b {
    margin: 0;
    font: 400 22px / 28px "Roboto", sans-serif;
}

    .heading_b .sub-heading {
        font-weight: 300;
        font-size: 16px;
        line-height: 20px;
        display: block;
        color: #727272;
    }

.heading_c {
    margin: 0;
    font: 400 16px / 20px "Roboto", sans-serif;
}

    .heading_c .sub-heading {
        font-weight: 300;
        font-size: 13px;
        line-height: 20px;
        display: block;
        color: #727272;
    }

.heading_list {
    color: #727272;
    font: 500 13px / 16px "Roboto", sans-serif;
    padding: 0 16px;
    margin: 0 0 16px;
}

    .heading_a + .uk-grid,
    .heading_b + .uk-grid,
    .heading_c + .uk-grid,
    .heading_list + .uk-grid {
        margin-top: 24px;
    }

.uk-grid + .heading_a,
.uk-grid + .heading_b,
.uk-grid + .heading_c,
.uk-grid + .heading_list {
    margin-top: 24px;
}
/* uikit extend */
.uk-text-large {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 16px;
}

* > .uk-text-large {
    margin-top: 16px;
}

.uk-text-small {
    font-size: 12px !important;
}

.uk-text-upper {
    text-transform: uppercase;
}

.uk-text-italic {
    font-style: italic;
}

.uk-text-del {
    text-decoration: line-through;
}

.uk-table.no-border td,
.uk-table .no-border td {
    border-bottom: none;
}
/* custom styles */
address {
    margin: 0;
}

    address p {
        margin: 0;
    }

        address p + p {
            margin-top: 4px;
        }

.grid-block {
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.12);
    background: rgba(179, 179, 179, 0.085);
    padding: 48px 0;
}

.inline-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

    .inline-list > li {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .inline-list li {
        float: left;
        margin: 0 8px 8px 0;
        height: 32px;
        width: 32px;
        line-height: 32px;
        text-align: center;
        background: rgba(102, 102, 102, 0.085);
    }

.img_thumb {
    width: 80px;
    max-width: 100%;
    height: auto;
}

    .img_thumb.square {
        height: 80px;
    }

.img_small {
    width: 120px;
    max-width: 100%;
    height: auto;
}

    .img_small.square {
        height: 120px;
    }

.img_medium {
    width: 240px;
    max-width: 100%;
    height: auto;
}

    .img_medium.square {
        height: 240px;
    }

.img_large {
    width: 400px;
    max-width: 100%;
    height: auto;
}

    .img_large.square {
        height: 400px;
    }
/* forms */
.inline-label {
    padding-left: 8px;
    cursor: pointer;
    vertical-align: -1px;
    left: -3px;
    position: relative;
}
/* page preloader */
body.page_preloader_active {
    overflow: hidden;
}

    body.page_preloader_active > .page_preloader {
        -webkit-transition: opacity 1000ms ease-out;
        transition: opacity 1000ms ease-out;
        opacity: 1;
        position: fixed;
        background-color: #fff;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10005;
    }

        body.page_preloader_active > .page_preloader > .regular-preloader {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -24px 0 0 -24px;
        }

body.pace-done > .page_preloader {
    opacity: 0;
}
/* layout */
#page_content:before {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    opacity: 0;
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
    z-index: -1;
}

#page_content_inner {
    padding: 15px;
}

@media only screen and (min-width: 1024px) {
    .boxed_layout #page_content {
        max-width: 1024px;
        margin: 0 auto !important;
    }

    .boxed_layout .uk-width-large-8-10.uk-container-center {
        width: 100%;
    }

    .boxed_layout.sidebar_main_open #page_content,
    .boxed_layout.sidebar_main_active #page_content {
        padding-left: 18.6%;
    }

    .boxed_layout .md-top-bar {
        max-width: 1172px;
        margin: 0 auto;
    }

    .boxed_layout #page_heading {
        border-width: 0 1px 1px;
        border-style: solid;
        border-color: rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
    }
}

/* 12. angularjs ==================================== */
.page_loading {
    overflow: hidden;
    height: 100%;
}

#page_preloader {
    background: #ececec;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: fixed;
    z-index: 2000;
    opacity: 0;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

    #page_preloader > 17553 {
        display: block;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -24px 0 0 -24px;
        width: 48px;
        height: 48px;
    }

.page_loading #page_preloader {
    opacity: 1;
}

.page_loaded #page_preloader {
    display: none;
}

.app_initialized #page_preloader {
    left: 0;
    top: 48px;
    z-index: 1094;
}

@media only screen and (max-width: 1023px) {
    .app_initialized #page_preloader {
        left: 0;
    }
}

.app_initialized .sidebar_main_active #page_preloader,
.app_initialized .sidebar_main_open #page_preloader {
    left: 240px;
}

#sidebar_main .sidebar_main_header {
    height: 64px;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.12);*/
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.20);
    background-repeat: no-repeat;
    background-position: -20px -124px;
    background: #4faee0 none repeat scroll 0% 0%;
}

.material-icon {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    line-height: 34px;
    /*position:fixed;*/
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    color: #434a54;
}

.material-icon-disable {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    line-height: 34px;
    /*position:fixed;*/
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    color: gainsboro !important;
    pointer-events: none;
}

.material-icon-enable {
    cursor: pointer;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    line-height: 34px;
    /*position:fixed;*/
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
    color: #479cc9;
}

.material-icons.md-inactive {
    color: rgba(255,255,255,0.3);
}


#IconNav {
    color: #CCD1D9;
    padding-left: 30px;
    position: relative;
    min-height: 1px;
    float: left;
}

.text {
    /*font-family: Roboto-Medium;
    font-size: 14px;
    color: #CCD1D9;
    line-height: 35px;*/
    padding-left: 10px;
}

.navbar-inverse .navbar-nav > .active > a {
    outline: medium none;
    background-color: #515964 !important;
    color: #FFF;
}

.sidebar_main_active #header_main {
    margin-left: 0px;
}
/*.uk-navbar{
    margin-left:230px;
}*/
#Logoimg {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.header_content {
    padding: 18px 0px;
}

.menu_title {
    color: #ccd1d9;
}

#sidebar_main .menu_section > ul > li.current_section > a > .menu_icon .material-icons {
    color: white;
}

#sidebar_main .menu_section > ul > li.current_section > a .menu_title {
    color: white;
}

#sidebar_main .menu_section > ul > li.current_section > a {
    background-color: #515964;
}

    #RightIcons {
        font-family: "Roboto", arial;
        font-size: 14px;
        color: #4faee0;
        line-height: 19px;
        text-decoration: none;
        padding-right: 36px;
    }

.materialIconMedium {
    font-size: 22px;
    color: #4faee0;
}

.headerMenuLayout #RightIcons {
    padding-right: 63px;
}

#filterButton {
    font-family: "Roboto", arial;
    font-size: 14px;
    color: #4faee0;
    line-height: 19px;
    text-decoration: none;
    padding-top: 10px;
}

#detailIconName {
    font-family: "Roboto Light", arial !important;
    font-size: 36px;
    color: #434A54;
    padding-left: 22px;
    line-height: 37px;
}

.detailIconText {
    font-size: 260%;
    font-family: "Roboto Light", arial !important;
    color: #434a54;
    vertical-align: middle;
}

#detailIconText {
    font-size: 260%;
    font-family: "Roboto Light", arial !important;
    color: #434a54;
    vertical-align: middle;
}

#clickable_row {
    cursor: pointer;
}

#productDetails .DatatableHeader {
    font-family: "Roboto", arial;
    font-size: 14PX;
    color: #aab2bd;
    line-height: 30px;
}

#productDetails .DatatableBody {
    font-family: "Roboto", arial;
    font-size: 14PX;
    color: #434a54;
    line-height: 30px;
}

#tblBodytxt {
    text-decoration: none;
    color: #434a54;
    font-size: 14PX;
    font-family: "Roboto", arial;
    vertical-align: middle central;
}

#tblHeadertxt {
    text-decoration: none;
    color: #434a54;
    font-size: 14PX;
    font-family: "Roboto Bold", arial;
    vertical-align: middle;
    text-align: left;
}

.detailIconForAssets {
    font-family: "Roboto Bold", arial;
    font-size: 16px;
    color: #434a54;
}

.detailIconTexttbl {
    font-family: "Roboto Bold", arial;
    font-size: 16px;
    color: #434a54;
    margin-left: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}
/*START--css for drop down on options button click */
.dropbtn {
    /*padding: 16px;*/
    /*font-size: 16px;*/
    border: none;
    cursor: pointer;
}



.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    overflow: auto;
    right: 25px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    overflow: hidden;
}

.dtdropDownMarginTop {
    margin-top: 20px !important;
    z-index: 1;
}

.alignDropDown {
    right: 168px !important;
}

.dropdown-content a {
    color: #434a54;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

    .dropdown-content a:hover {
        background-color: #e2f0f8; /*#dceef9;*/
        text-decoration: none;
    }

.dropdown a:hover {
    background-color: none;
}

.show {
    display: block;
}
/*END--css for drop down on options button click */

/*#header_main .uk-navbar .uk-navbar-nav > li:hover > a:hover{
    color: #FFF;
    background-color: #72BEE6;
    line-height: 34px;
}*/

th:hover {
    background-color: #fff !important;
}
/*tr:hover {
    background-color: #f9fcff;
}*/

tr:hover td {
    background-color: #f9fcff;
}

tr.addHover:hover td {
    background-color: #f9fcff !important;
}

tr.noHover:hover, tr.noHover:hover td {
    background-color: white;
}
/*@font-face{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(../fonts/CWB0XYA8bzo0kSThX0UTuA.woff2) format('woff2');
}*/

/*@font-face{ 
  font-family: 'Material Icons' !important;
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/2fcrYFNaTjcS6g4U3t-Y5ewrjPiaoEww8AihgqWRJAo.woff) format('woff') ;
}*/


.statusimg {
    height: 15px;
    width: 15px;
}


/* .squaredTwo */
.squaredTwo {
    width: 20px;
    height: 20px;
    position: relative;
    background: #fff;
    box-shadow: none;
    border: 2px solid rgb(170, 178, 189);
    border-radius: 2px;
}

.rememberMeCheckBox {
    width: 20px;
    height: 20px;
    position: relative;
    background: #fff;
    box-shadow: none;
    border: 2px solid rgb(170, 178, 189);
    border-radius: 2px;
}

    .rememberMeCheckBox label:after {
        content: '';
        width: 12px;
        height: 6px;
        position: absolute;
        border: 2.4px solid white;
        border-top: none;
        border-right: none;
        background: transparent;
        opacity: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .rememberMeCheckBox input[type=checkbox] {
        visibility: hidden;
    }

        .rememberMeCheckBox input[type=checkbox]:checked + label:after {
            opacity: 1;
        }

    .rememberMeCheckBox label {
        width: 14px;
        height: 14px;
        cursor: pointer;
        position: absolute;
        left: 4px;
        top: 4px;
    }

.squaredTwo label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    left: 4px;
    top: 4px;
}

.greyedOutCheckboxText {
    color: #ccd1d9;
}

.squaredTwoDisabled {
    background-color: #ccd1d9;
    border: none;
}

.squaredChecked {
    background-color: #4faee0;
    border: none;
}

.squaredCheckedDisabled {
    background-color: #ccd1d9;
    border: none;
}

.squaredTwo label:after {
    content: '';
    width: 12px;
    height: 6px;
    position: absolute;
    border: 2px solid white;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*.squaredTwo label:hover::after {
  opacity: 0.3;
}*/
.squaredTwo input[type=checkbox] {
    visibility: hidden;
}

    .squaredTwo input[type=checkbox]:checked + label:after {
        opacity: 1;
    }

/* end .squaredTwo */

.checkBoxDefault {
    position: relative;
}

.checkBoxDefault input[type=checkbox] {
    width: 20px;
    height: 20px;
}

    .checkBoxDefault input[type=checkbox]:checked + label::before {
        content: "";
        display: block;
        position: absolute;
        text-align: center;
        height: 20px;
        width: 20px;
        left: 0;
        top: 0px;
        background-color: #4FAEE0;
        border-radius: 2px;
        border: 1px solid rgb(150 150 150 / 30%);
    }

.checkBoxDefault input[type=checkbox]:checked + label::after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" fill="white" viewBox="0 0 24 24"><path d="M20.285 2l-11.285 11.567-5.286-5.011-3.714 3.716 9 8.728 15-15.285z"/></svg>');
    display: block;
    position: absolute;
    left: 3px;
    top: 4px;
}

 .checkBoxDefault label {
     font-family: Roboto !important;
     font-size: 14px !important;
     color: #434A54 !important;
     padding-left: 15px;
     font-weight:normal;
     display: inline-block;
 }
.dataTables_processing {
    text-align: center;
    padding: 5px;
}


.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
    background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
    background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

    .progress .bar {
        width: 0%;
        height: 100%;
        color: #ffffff;
        float: left;
        font-size: 12px;
        text-align: center;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #0e90d2;
        background-image: -moz-linear-gradient(top, #149bdf, #0480be);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
        background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
        background-image: -o-linear-gradient(top, #149bdf, #0480be);
        background-image: linear-gradient(to bottom, #149bdf, #0480be);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: width 0.6s ease;
        -moz-transition: width 0.6s ease;
        -o-transition: width 0.6s ease;
        transition: width 0.6s ease;
    }

        .progress .bar + .bar {
            -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
            -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
            box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
        }

.progress-striped .bar {
    background-color: #149bdf;
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}

.progress.active .bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}


/*Linear grph for Assest*/
/* set the CSS */
#visualisation {
    font: 12px Arial;
}

/*path {
    stroke: #4FAEE0;
    stroke-width: 1;
    fill: #4FAEE0;
}*/

/*.highcharts-grid-line {
    stroke: #727272;
    stroke-width: 1;
    fill: none;
}*/

.axis path,
.axis line {
    fill: none;
    stroke: grey;
    stroke-width: 1;
    shape-rendering: crispEdges;
}


div.tooltip {
    position: absolute;
    text-align: center;
    width: 60px;
    height: 28px;
    padding: 2px;
    font: 12px sans-serif;
    background: lightsteelblue;
    border: 0px;
    border-radius: 8px;
    pointer-events: none;
}

.tick text {
    font-size: 12px;
}

.tick line {
    opacity: 0.2;
}

.help-block {
    color: red !important;
    margin-top: 0;
}

/**/

/*START--CSS for Dashboard*/
.pageicon {
    font-size: 50px;
    padding-top: 10px;
    float: left;
    margin-right: 8px;
}

.loaderImgText {
    left: 80px;
    position: absolute;
    top: 25px;
}

.productBreakdownChart {
    height: 100%;
    position: absolute !important;
    padding-bottom: 20px;
    right: 0px;
}

.pagetitle {
    padding-bottom: 10px;
    padding-left: 10px;
    font-family: "Roboto Light", arial !important;
    font-size: 36px;
    color: #434A54;
    line-height: 68px;
}

.page-right-section {
    float: right;
    margin-top: -48px;
}

.sideBar {
    background-color: red;
    height: 100%;
    width: 80px;
    float: left;
}

.notificationnumber {
    padding-top: 14px;
    color: #434a54;
    font-size: 44px;
    line-height: 48px;
    text-align: center;
}

.notificationdescription {
    font-family: "Roboto", sans-serif !important;
    color: #434a54;
    text-align: center;
}

.notificationicon {
    font-size: 33px !important;
    color: white !important;
    float: left;
    margin-left: 25%;
    margin-top: 24px;
}

.cardnotification1 {
    width: 80px;
    height: 100%;
    float: left;
    background-color: #e60038;
}

.cardnotification2 {
    width: 80px;
    height: 100%;
    float: left;
    background-color: #ff9800;
}

.cardnotification3 {
    width: 80px;
    height: 100%;
    float: left;
    background-color: #fbe334;
}

.cardnotification4 {
    width: 80px;
    height: 100%;
    float: left;
    background-color: #00c853;
}

.md-card-main {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 6px;
}

.md-card-inner1 {
    height: auto;
    float: left;
    width: 50%;
    box-shadow: 1px 1px 2px #888888;
    background: white;
}

.md-card-inner2 {
    height: auto;
    float: right;
    width: 48%;
    box-shadow: 1px 1px 2px #888888;
    background: white;
}

.img-responsive {
    width: 100%;
    border: 1px 1px 2px #888888;
    max-height: 550px;
}

.imagesEnvironment {
    font-size: 50px;
    color: #434a54;
}



.paddingProgress {
    padding: 5px 8px !important;
}

.progressBar {
    height: 10px !important;
    margin-top: 11px !important;
}

.cardbackground {
    height: 100px;
    margin-bottom: 20px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, .28);
}

.notificationicon {
    font-size: 45px !important;
    color: white !important;
    float: left;
    margin-left: 22%;
    margin-top: 25px;
}

.cardpadding {
    height: 100%;
    padding: 2px 14px 20px;
}

.rowpadding {
    padding-top: 42px;
}

.envnumber {
    padding-left: 4px;
    float: left;
    color: #434a54;
    font-size: 36px;
    line-height: 40px;
    padding-top: 4px;
}

.envdescrip {
    padding-top: 18px;
    padding-left: 8px;
    float: left;
    font-family: "Roboto", sans-serif !important;
}

.envicon {
    float: left;
    font-size: 45px;
}

.dashBoardNotifications {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
}

@font-face {
    font-family: 'webflow-icons';
    src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg6SAy0AAAC8AAAAYGNtYXAaVcxaAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5ZgscV1gAAAFwAAABhGhlYWQCkFKvAAAC9AAAADZoaGVhB0MDyQAAAywAAAAkaG10eBIAA10AAANQAAAAIGxvY2EBMADyAAADcAAAABJtYXhwAAwATQAAA4QAAAAgbmFtZWTuiIAAAAOkAAABe3Bvc3QAAwAAAAAFIAAAACAAAwQAAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADmAwPA/8D/wAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIOYD//3//wAAAAAAIOYA//3//wAB/+MaBAADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQEgAAADIAOAAAUAAAkBBwkBFwMg/kBAAYD+gEABwAHAQP6A/oBAAAEA4AAAAuADgAAFAAATARcJAQfgAcBA/oABgEABwAHAQP6A/oBAAAADAMAA4ANAAsAAGAAxAEoAAAEhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIxUhIg4CHQEUHgIzITI+Aj0BNC4CIwMg/cAHCwkFBQkLBwJABwsJBQUJCwf9wAcLCQUFCQsHAkAHCwkFBQkLB/3ABwsJBQUJCwcCQAcLCQUFCQsHAsAFCQsHIAcLCQUFCQsHIAcLCQXABQkLByAHCwkFBQkLByAHCwkFwAUJCwcgBwsJBQUJCwcgBwsJBQAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFFv+egGGAAAAAAEAAAABAADSLAJOXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAAAAACgAUAB4AMgBGAKwAwgAAAAEAAAAIAEsAAwAAAAAAAgAAAAAAAAAAAAAAAAAAAAAAAAAOAK4AAQAAAAAAAQAaAAAAAQAAAAAAAgAOAHEAAQAAAAAAAwAaADAAAQAAAAAABAAaAH8AAQAAAAAABQAWABoAAQAAAAAABgANAEoAAQAAAAAACgA0AJkAAwABBAkAAQAaAAAAAwABBAkAAgAOAHEAAwABBAkAAwAaADAAAwABBAkABAAaAH8AAwABBAkABQAWABoAAwABBAkABgAaAFcAAwABBAkACgA0AJkAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBWAGUAcgBzAGkAbwBuACAAMQAuADAAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4Ac3dlYmZsb3ctaWNvbnMAdwBlAGIAZgBsAG8AdwAtAGkAYwBvAG4AcwBSAGUAZwB1AGwAYQByAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'),url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAAVcAAoAAAAABRQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAZMAAAGTuzUomU9TLzIAAAKIAAAAYAAAAGAOkgMtY21hcAAAAugAAABMAAAATBpVzFpnYXNwAAADNAAAAAgAAAAIAAAAEGhlYWQAAAM8AAAANgAAADYCkFKvaGhlYQAAA3QAAAAkAAAAJAdDA8lobXR4AAADmAAAACAAAAAgEgADXW1heHAAAAO4AAAABgAAAAYACFAAbmFtZQAAA8AAAAF7AAABe2TuiIBwb3N0AAAFPAAAACAAAAAgAAMAAAEABAQAAQEBDndlYmZsb3ctaWNvbnMAAQIAAQA6+BwC+BsD+BgEHgoACXf/i4seCgAJd/+LiwwHi0v6lPpUBR0AAACaDx0AAACfER0AAAAJHQAAAYoSAAkBAQ4bHR8iJywxNndlYmZsb3ctaWNvbnN3ZWJmbG93LWljb25zdTB1MXUyMHVFNjAwdUU2MDF1RTYwMnVFNjAzAAACAYkABgAIAQEEBwoNJDvH4P6UDv6UDv6UDvyUDvm0+FQV/FT4VEtL+BT8FPwU/BTLSwUO93T4VBX4VPhUy0v8FPwU+BT8FEtLBQ75tPlUFfzUiwV5i319i3kIi2sFi3mZfZ2LCPjUiwWdi5mZi50Ii6sFi519mXmLCIv7VBX81IsFeYt9fYt5CItrBYt5mX2diwj41IsFnYuZmYudCIurBYudfZl5iwiL+1QV/NSLBXmLfX2LeQiLawWLeZl9nYsI+NSLBZ2LmZmLnQiLqwWLnX2ZeYsIDvm4+SkV+6n7qvuq96ovLvgG/Bj4BvgYBQ76lBT6lBWLDAoAAAMEAAGQAAUAAAKZAswAAACPApkCzAAAAesAMwEJAAAAAAAAAAAAAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAQAAA5gMDwP/A/8ADwABAAAAAAQAAAAAAAAAAAAAAIAAAAAAAAgAAAAMAAAAUAAMAAQAAABQABAA4AAAACgAIAAIAAgABACDmA//9//8AAAAAACDmAP/9//8AAf/jGgQAAwABAAAAAAAAAAAAAAABAAH//wAPAAEAAAABAAC1pQTjXw889QALBAAAAAAAz/iHGQAAAADP+IcZAAAAAAOBA4AAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA4EAAQAAAAAAAAAAAAAAAAAAAAgAAAAAAAAAAAAAAAACAAAABAABIAQAAOAEAADABAAAnQAAUAAACAAAAAAADgCuAAEAAAAAAAEAGgAAAAEAAAAAAAIADgBxAAEAAAAAAAMAGgAwAAEAAAAAAAQAGgB/AAEAAAAAAAUAFgAaAAEAAAAAAAYADQBKAAEAAAAAAAoANACZAAMAAQQJAAEAGgAAAAMAAQQJAAIADgBxAAMAAQQJAAMAGgAwAAMAAQQJAAQAGgB/AAMAAQQJAAUAFgAaAAMAAQQJAAYAGgBXAAMAAQQJAAoANACZAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAVgBlAHIAcwBpAG8AbgAgADEALgAwAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHN3ZWJmbG93LWljb25zAHcAZQBiAGYAbABvAHcALQBpAGMAbwBuAHMAUgBlAGcAdQBsAGEAcgB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==) format('woff');
    font-weight: normal;
    font-style: normal;
}

[class^="w-icon-"], [class*=" w-icon-"] {
    font-family: 'webflow-icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.w-icon-slider-right:before {
    content: "\e600";
}

.w-icon-slider-left:before {
    content: "\e601";
}

.w-icon-nav-menu:before {
    content: "\e602";
}

.w-icon-arrow-down:before, .w-icon-dropdown-toggle:before {
    content: "\e603";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
    display: inline-block;
}

html.w-mod-touch * {
    background-attachment: scroll !important;
}

.w-block {
    display: block;
}

.w-inline-block {
    max-width: 100%;
    display: inline-block;
}

.w-clearfix:before, .w-clearfix:after {
    content: " ";
    display: table;
}

.w-clearfix:after {
    clear: both;
}

.w-preserve-3d {
    transform-style: preserve-3d;
}

.w-hidden {
    display: none;
}

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

input.w-button {
    -webkit-appearance: button;
}

html[data-w-dynpage] [data-w-cloak] {
    color: transparent !important;
}

:focus {
    outline-color: white;
}


p {
    margin-top: 0;
    margin-bottom: 10px;
}

a:focus {
    outline-color: white;
}

blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
    font-size: 18px;
    line-height: 22px;
}

figure {
    margin: 0;
    margin-bottom: 10px;
}

figcaption {
    margin-top: 5px;
    text-align: center;
}

.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}

.w-embed:before, .w-embed:after {
    content: " ";
    display: table;
}

.w-embed:after {
    clear: both;
}

.w-video {
    width: 100%;
    position: relative;
    padding: 0;
}

    .w-video iframe, .w-video object, .w-video embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

button, html input[type="button"], input[type="reset"] {
    border: 0;
    cursor: pointer;
    -webkit-appearance: button;
}

.w-form {
    margin: 0 0 15px;
}

.w-form-done {
    display: none;
    padding: 20px;
    text-align: center;
    background-color: #dddddd;
}

.w-form-fail {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background-color: #ffdede;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.w-input, .w-select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

    .w-input:-moz-placeholder, .w-select:-moz-placeholder {
        color: #999;
    }

    .w-input::-moz-placeholder, .w-select::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    .w-input:-ms-input-placeholder, .w-select:-ms-input-placeholder {
        color: #999;
    }

    .w-input::-webkit-input-placeholder, .w-select::-webkit-input-placeholder {
        color: #999;
    }

    .w-input:focus, .w-select:focus {
        border-color: #3898EC;
        outline: 0;
    }

    .w-input[disabled], .w-select[disabled], .w-input[readonly], .w-select[readonly], fieldset[disabled] .w-input, fieldset[disabled] .w-select {
        cursor: not-allowed;
        background-color: #eeeeee;
    }

textarea.w-input, textarea.w-select {
    height: auto;
}

.w-select {
    background-image: -webkit-linear-gradient(white 0, #f3f3f3 100%);
    background-image: linear-gradient(white 0, #f3f3f3 100%);
}

    .w-select[multiple] {
        height: auto;
    }

.w-form-label {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
}

.w-checkbox, .w-radio {
    display: block;
    margin-bottom: 5px;
    padding-left: 20px;
}

    .w-checkbox:before, .w-radio:before, .w-checkbox:after, .w-radio:after {
        content: " ";
        display: table;
    }

    .w-checkbox:after, .w-radio:after {
        clear: both;
    }

.w-checkbox-input, .w-radio-input {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    float: left;
    margin-left: -20px;
}

.w-radio-input {
    margin-top: 3px;
}

.w-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 940px;
}

    .w-container:before, .w-container:after {
        content: " ";
        display: table;
    }

    .w-container:after {
        clear: both;
    }

    .w-container .w-row {
        margin-left: -10px;
        margin-right: -10px;
    }

.w-row:before, .w-row:after {
    content: " ";
    display: table;
}

.w-row:after {
    clear: both;
}

.w-row .w-row {
    margin-left: 10px;
    margin-right: 0;
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    /*padding-right: 10px;*/
}

    .w-col .w-col {
        padding-left: 0;
        padding-right: 0;
    }

.w-col-1 {
    width: 8.33333333%;
}

.w-col-2 {
    width: 16.66666667%;
}

.w-col-3 {
    width: 25%;
}

.w-col-4 {
    width: 33.33333333%;
}

.w-col-5 {
    width: 41.66666667%;
}

.w-col-6 {
    width: 50%;
}

.w-col-7 {
    width: 58.33333333%;
}

.w-col-8 {
    width: 66.66666667%;
}

.w-col-9 {
    width: 75%;
}

.w-col-10 {
    width: 83.33333333%;
}

.w-col-11 {
    width: 91.66666667%;
}

.w-col-12 {
    width: 100%;
}

.w-hidden-main {
    display: none !important;
}

@media screen and (max-width:991px) {
    .w-container {
        max-width: 728px;
    }

    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: none !important;
    }

    .w-col-medium-1 {
        width: 8.33333333%;
    }

    .w-col-medium-2 {
        width: 16.66666667%;
    }

    .w-col-medium-3 {
        width: 25%;
    }

    .w-col-medium-4 {
        width: 33.33333333%;
    }

    .w-col-medium-5 {
        width: 41.66666667%;
    }

    .w-col-medium-6 {
        width: 50%;
    }

    .w-col-medium-7 {
        width: 58.33333333%;
    }

    .w-col-medium-8 {
        width: 66.66666667%;
    }

    .w-col-medium-9 {
        width: 75%;
    }

    .w-col-medium-10 {
        width: 83.33333333%;
    }

    .w-col-medium-11 {
        width: 91.66666667%;
    }

    .w-col-medium-12 {
        width: 100%;
    }

    .w-col-stack {
        width: 100%;
        left: auto;
        right: auto;
    }
}

@media screen and (max-width:768px) {
    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: inherit !important;
    }

    .w-hidden-small {
        display: none !important;
    }

    .w-row, .w-container .w-row {
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0px !important;
        padding-top: 0px;
    }

    .w-col {
        width: 100%;
        left: auto;
        right: auto;
        padding-left: 0px;
    }

    .w-col-small-1 {
        width: 8.33333333%;
    }

    .w-col-small-2 {
        width: 16.66666667%;
    }

    .w-col-small-3 {
        width: 25%;
    }

    .w-col-small-4 {
        width: 33.33333333%;
    }

    .w-col-small-5 {
        width: 41.66666667%;
    }

    .w-col-small-6 {
        width: 50%;
    }

    .w-col-small-7 {
        width: 58.33333333%;
    }

    .w-col-small-8 {
        width: 66.66666667%;
    }

    .w-col-small-9 {
        width: 75%;
    }

    .w-col-small-10 {
        width: 83.33333333%;
    }

    .w-col-small-11 {
        width: 91.66666667%;
    }

    .w-col-small-12 {
        width: 100%;
    }

    .productBreakdownChart {
        position: initial !important;
        padding-bottom: 0px !important;
    }
}

@media screen and (max-width:479px) {
    .w-container {
        max-width: none;
    }

    .w-hidden-main {
        display: inherit !important;
    }

    .w-hidden-medium {
        display: inherit !important;
    }

    .w-hidden-small {
        display: inherit !important;
    }

    .w-hidden-tiny {
        display: none !important;
    }

    .w-col {
        width: 100%;
    }

    .w-col-tiny-1 {
        width: 8.33333333%;
    }

    .w-col-tiny-2 {
        width: 16.66666667%;
    }

    .w-col-tiny-3 {
        width: 25%;
    }

    .w-col-tiny-4 {
        width: 33.33333333%;
    }

    .w-col-tiny-5 {
        width: 41.66666667%;
    }

    .w-col-tiny-6 {
        width: 50%;
    }

    .w-col-tiny-7 {
        width: 58.33333333%;
    }

    .w-col-tiny-8 {
        width: 66.66666667%;
    }

    .w-col-tiny-9 {
        width: 75%;
    }

    .w-col-tiny-10 {
        width: 83.33333333%;
    }

    .w-col-tiny-11 {
        width: 91.66666667%;
    }

    .w-col-tiny-12 {
        width: 100%;
    }

    .dataTables_wrapper .dataTables_filter {
        width: 100%;
    }

    .simple_numbers {
        width: 100%;
        text-align: center;
    }

    .dataTables_info {
        width: 100%;
        text-align: -webkit-center;
        float: none;
    }
}


.w-background-video {
    position: relative;
    overflow: hidden;
    height: 500px;
    color: white;
}

    .w-background-video > video {
        background-size: cover;
        background-position: 50% 50%;
        position: absolute;
        right: -100%;
        bottom: -100%;
        top: -100%;
        left: -100%;
        margin: auto;
        min-width: 100%;
        min-height: 100%;
        z-index: -100;
    }

.w-slider {
    position: relative;
    height: 300px;
    text-align: center;
    background: #dddddd;
    clear: both;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
}

.w-slider-mask {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    left: 0;
    right: 0;
    height: 100%;
    white-space: nowrap;
}

.w-slide {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    white-space: normal;
    text-align: left;
}

.w-slider-nav {
    position: absolute;
    z-index: 2;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 10px;
    height: 40px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
}

    .w-slider-nav.w-round > div {
        border-radius: 100%;
    }

    .w-slider-nav.w-num > div {
        width: auto;
        height: auto;
        padding: .2em .5em;
        font-size: inherit;
        line-height: inherit;
    }

    .w-slider-nav.w-shadow > div {
        box-shadow: 0 0 3px rgba(51,51,51,0.4);
    }

.w-slider-nav-invert {
    color: #fff;
}

    .w-slider-nav-invert > div {
        background-color: rgba(34,34,34,0.4);
    }

        .w-slider-nav-invert > div.w-active {
            background-color: #222;
        }

.w-slider-dot {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: rgba(255,255,255,0.4);
    cursor: pointer;
    margin: 0 3px .5em;
    transition: background-color 100ms,color 100ms;
}

    .w-slider-dot.w-active {
        background-color: #fff;
    }

.w-slider-arrow-left, .w-slider-arrow-right {
    position: absolute;
    width: 80px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    cursor: pointer;
    overflow: hidden;
    color: white;
    font-size: 40px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .w-slider-arrow-left [class^="w-icon-"], .w-slider-arrow-right [class^="w-icon-"], .w-slider-arrow-left [class*=" w-icon-"], .w-slider-arrow-right [class*=" w-icon-"] {
        position: absolute;
    }

.w-slider-arrow-left {
    z-index: 3;
    right: auto;
}

.w-slider-arrow-right {
    z-index: 4;
    left: auto;
}

.w-icon-slider-left, .w-icon-slider-right {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 1em;
    height: 1em;
}

.w-dropdown {
    display: inline-block;
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 900;
}

.w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link {
    position: relative;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
}

.w-dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    padding-right: 40px;
}

    .w-dropdown-toggle:focus {
        outline: 0;
    }

.w-icon-dropdown-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    margin-right: 20px;
    width: 1em;
    height: 1em;
}

.w-dropdown-list {
    position: absolute;
    background: #dddddd;
    display: none;
    min-width: 100%;
}

    .w-dropdown-list.w--open {
        display: block;
    }

.w-dropdown-link {
    padding: 10px 20px;
    display: block;
    color: #222222;
}

    .w-dropdown-link.w--current {
        color: #0082f3;
    }

.w-lightbox-backdrop {
    color: #000;
    cursor: auto;
    font-family: serif;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: normal;
    list-style: disc;
    text-align: start;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #fff;
    font-family: "Helvetica Neue",Helvetica,Ubuntu,"Segoe UI",Verdana,sans-serif;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 300;
    text-align: center;
    background: rgba(0,0,0,0.9);
    z-index: 2000;
    outline: 0;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-transform: translate(0, 0);
}

.w-lightbox-backdrop, .w-lightbox-container {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.w-lightbox-content {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.w-lightbox-view {
    position: absolute;
    width: 100vw;
    height: 100vh;
    opacity: 0;
}

    .w-lightbox-view:before {
        content: "";
        height: 100vh;
    }

.w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
}

.w-lightbox-frame, .w-lightbox-view:before {
    display: inline-block;
    vertical-align: middle;
}

.w-lightbox-figure {
    position: relative;
    margin: 0;
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
}

.w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none;
}

.w-lightbox-image {
    display: block;
    float: none;
    max-width: 100vw;
    max-height: 100vh;
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
}

.w-lightbox-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: .5em 1em;
    background: rgba(0,0,0,0.4);
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.w-lightbox-embed {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.w-lightbox-control {
    position: absolute;
    top: 0;
    width: 4em;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.w-lightbox-strip {
    padding: 0 1vh;
    line-height: 0;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
}

.w-lightbox-item {
    display: inline-block;
    width: 10vh;
    padding: 2vh 1vh;
    box-sizing: content-box;
    cursor: pointer;
    -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
    opacity: .3;
}

.w-lightbox-thumbnail {
    position: relative;
    height: 10vh;
    background: #222;
    overflow: hidden;
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
    left: 50%;
    height: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.w-lightbox-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid rgba(0,0,0,0.4);
    border-radius: 50%;
    -webkit-animation: spin .8s infinite linear;
    animation: spin .8s infinite linear;
}

    .w-lightbox-spinner:after {
        content: "";
        position: absolute;
        top: -4px;
        right: -4px;
        bottom: -4px;
        left: -4px;
        border: 3px solid transparent;
        border-bottom-color: #fff;
        border-radius: 50%;
    }

.w-lightbox-hide {
    display: none;
}

.w-lightbox-noscroll {
    overflow: hidden;
}

@media (min-width:768px) {
    .w-lightbox-content {
        height: 96vh;
        margin-top: 2vh;
    }

    .w-lightbox-view, .w-lightbox-view:before {
        height: 96vh;
    }

    .w-lightbox-group, .w-lightbox-group .w-lightbox-view, .w-lightbox-group .w-lightbox-view:before {
        height: 84vh;
    }

    .w-lightbox-image {
        max-width: 96vw;
        max-height: 96vh;
    }

    .w-lightbox-group .w-lightbox-image {
        max-width: 82.3vw;
        max-height: 84vh;
    }

    .w-lightbox-left, .w-lightbox-right {
        display: block;
        opacity: .5;
    }

    .w-lightbox-close {
        opacity: .8;
    }

    .w-lightbox-control:hover {
        opacity: 1;
    }
}

.w-lightbox-inactive, .w-lightbox-inactive:hover {
    opacity: 0;
}

.w-richtext:before, .w-richtext:after {
    content: " ";
    display: table;
}

.w-richtext:after {
    clear: both;
}

.w-richtext ol, .w-richtext ul {
    overflow: hidden;
}

.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:before {
    outline: 2px solid #2895f7;
}

.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
    outline: 2px solid #2895f7;
}

.w-richtext figure[data-rt-type="video"] > div:before {
    content: '';
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.w-richtext figure {
    position: relative;
    max-width: 60%;
}

    .w-richtext figure > div:before, .w-richtext figure img {
        cursor: default !important;
    }

    .w-richtext figure img {
        width: 100%;
    }

    .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
        opacity: .6;
    }

    .w-richtext figure div {
        font-size: 0;
        color: transparent;
    }

    .w-richtext figure[data-rt-type="image"] {
        display: table;
    }

        .w-richtext figure[data-rt-type="image"] > div {
            display: inline-block;
        }

        .w-richtext figure[data-rt-type="image"] > figcaption {
            display: table-caption;
            caption-side: bottom;
        }

    .w-richtext figure[data-rt-type="video"] {
        width: 60%;
        height: 0;
    }

        .w-richtext figure[data-rt-type="video"] iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .w-richtext figure[data-rt-type="video"] > div {
            width: 100%;
        }

    .w-richtext figure.w-richtext-align-center {
        margin-right: auto;
        margin-left: auto;
        clear: both;
    }

        .w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
            max-width: 100%;
        }

    .w-richtext figure.w-richtext-align-normal {
        clear: both;
    }

    .w-richtext figure.w-richtext-align-fullwidth {
        width: 100%;
        text-align: center;
        clear: both;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

        .w-richtext figure.w-richtext-align-fullwidth > div {
            display: inline-block;
            padding-bottom: inherit;
        }

        .w-richtext figure.w-richtext-align-fullwidth > figcaption {
            display: block;
        }

    .w-richtext figure.w-richtext-align-floatleft {
        float: left;
        margin-right: 15px;
        clear: none;
    }

    .w-richtext figure.w-richtext-align-floatright {
        float: right;
        margin-left: 15px;
        clear: none;
    }

.w-nav {
    position: relative;
    background: #dddddd;
    z-index: 1000;
}

    .w-nav:before, .w-nav:after {
        content: " ";
        display: table;
    }

    .w-nav:after {
        clear: both;
    }

.w-nav-brand {
    position: relative;
    float: left;
    text-decoration: none;
    color: #333333;
}

.w-nav-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    color: #222222;
    padding: 20px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

    .w-nav-link.w--current {
        color: #0082f3;
    }

.w-nav-menu {
    position: relative;
    float: right;
}

.w--nav-menu-open {
    display: block !important;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    overflow: visible;
    min-width: 200px;
}

.w--nav-link-open {
    display: block;
    position: relative;
}

.w-nav-overlay {
    position: absolute;
    overflow: hidden;
    display: none;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
}

    .w-nav-overlay .w--nav-menu-open {
        top: 0;
    }

.w-nav[data-animation="over-left"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-left"] .w-nav-overlay, .w-nav[data-animation="over-left"] .w--nav-menu-open {
    right: auto;
    z-index: 1;
    top: 0;
}

.w-nav[data-animation="over-right"] .w-nav-overlay {
    width: auto;
}

.w-nav[data-animation="over-right"] .w-nav-overlay, .w-nav[data-animation="over-right"] .w--nav-menu-open {
    left: auto;
    z-index: 1;
    top: 0;
}

.w-nav-button {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    display: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: rgba(0,0,0,0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .w-nav-button.w--open {
        background-color: #C8C8C8;
        color: white;
    }

.w-nav[data-collapse="all"] .w-nav-menu {
    display: none;
}

.w-nav[data-collapse="all"] .w-nav-button {
    display: block;
}

@media screen and (max-width:991px) {
    .w-nav[data-collapse="medium"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="medium"] .w-nav-button {
        display: block;
    }
}

@media screen and (max-width:767px) {
    .w-nav[data-collapse="small"] .w-nav-menu {
        display: none;
    }

    .w-nav[data-collapse="small"] .w-nav-button {
        display: block;
    }

    .w-nav-brand {
        padding-left: 10px;
    }
}

.w-tabs {
    position: relative;
}

    .w-tabs:before, .w-tabs:after {
        content: " ";
        display: table;
    }

    .w-tabs:after {
        clear: both;
    }

.w-tab-menu {
    position: relative;
}

.w-tab-link {
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 9px 30px;
    text-align: left;
    cursor: pointer;
    color: #222222;
    background-color: #dddddd;
}

    .w-tab-link.w--current {
        background-color: #C8C8C8;
    }

.w-tab-content {
    position: relative;
    display: block;
    overflow: hidden;
}

.w-tab-pane {
    position: relative;
    display: none;
}

.w--tab-active {
    display: block;
}


.w-ix-emptyfix:after {
    content: "";
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.w-dyn-empty {
    padding: 10px;
    background-color: #dddddd;
}

.w-condition-invisible {
    display: none !important;
}
/*END--CSS for Dashboard*/

/*System CSS Fix Start*/
/* Bootstrap.css */

@media screen and (max-width: 760px) {

    /* Force table to not be like tables anymore */
    .tableScroll {
        max-height: 600px !important;
        overflow: auto !important;
    }
}

@media only screen and (min-width: 760px) and (max-width:1920px) {
    #page_content {
        margin-left: 0;
    }

    .md-card-top-new {
        background: #fff;
        position: relative;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
        border: none;
        width: 100%;
        padding-left: 0px;
        padding-top: 30px;
        margin-bottom: 20px;
        float: left;
    }

    .md-card-content-new {
        height: auto !important;
        border: 1px solid #00acc1;
    }
}
/*System CSS Fix End*/
.table-hover thead tr:hover td, .table-hover thead tr:hover th {
    background-color: #fff;
}


/*.asset-detail > .uk-width-medium-1-2 > .md-card{
        height:70px;

    }*/
.asset-detail > thead tr td, .asset-detail > tbody tr td {
    padding: 0 !important;
}


/* --- New css for responise detail layout --- */
.headerCardBackground {
    padding: 30px 0px 28px 10px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .24);
}

.headerTitleLeftLayout {
    width: 145px;
    float: left;
    clear: left;
}

.headerTitleSystemDetails {
    width: 155px;
    float: left;
    clear: left;
}

.columnDetailLayout {
    float: left;
    padding-right: 20px;
    word-wrap: break-word;
}

.columnDetailLayoutNoti {
    float: left;
    width: 75%;
}

.detailAddressPadding {
    padding-left: 134px;
}

.moveSystemTable {
    margin-left: 10px;
    table-layout: fixed;
    width: 100%;
}

.moveSystemTableText {
    white-space: nowrap;
    width: 150px;
    vertical-align: top;
}

.moveSystemTableValue {
    padding: 10px 0px;
    word-break: break-all;
}

.searchOption {
    display: block;
    float: right;
}

.softwareUpdateOption {
    display: block;
    float: left;
    color: darkorange;
    font-weight: 600;
    padding-right: 60px;
}

.extraSearchOption {
    display: none;
}

.letModemGraph {
    padding-left: 10px;
    cursor: pointer;
   float:right;
}

.letModemdBm {
    float: left;
    width: 100px;
}


/* Mobile layout -- All media query */


@media screen and (max-width: 319px) {
    #menu_top_dropdown .uk-dropdown {
        max-height: 252px;
    }
}

@media screen and (max-width: 479px) {


    .registerEndUsersMargin {
        margin: 5px !important;
    }

    .registerEndUsersBody {
        padding: 15px 0px 15px 0px !important;
    }

    .NUNumbersSection {
        float: none !important;
    }

    .addMoreNuAccessBtn {
        padding: 0px 17px !important;
        float: left;
    }

    .headerTitle {
        font-size: 26px !important;
    }

    .columnDetailLayoutNoti {
        width: 53%;
    }

    #detailIconName {
        font-size: 30px;
        padding-left: 5px;
    }



    .antennaUnitText {
        width: 121px !important;
        padding-left: 10px !important;
        background-color: #fff;
    }

    .antennaSettingTdText {
        padding: 15px 0px;
    }

    .antennaSetingHeader {
        width: 188px !important;
    }

    .pageicon {
        font-size: 45px;
        margin-right: 5px;
        padding-top: 0px;
    }

    .pagetitle {
        padding-bottom: 0px;
        line-height: 50px;
        font-size: 33px;
    }

    .page-right-section {
        margin-top: -33px;
    }

    .header_content {
        margin-bottom: 00px;
        margin-top: 0px;
    }

    .md-input-wrapper > label {
        left: 0px !important;
    }
    /*Customized CSS for UI grid*/
    .ui-grid-pager-panel {
        max-height: 59px;
    }

    .ui-grid-pager-container {
        max-height: 50px;
    }

    .ui-grid-pager-count {
        white-space: nowrap;
        font-size: 13px;
    }

    .ui-grid-pager-control {
        margin-right: 2px;
        margin-left: 0px;
    }

        .ui-grid-pager-control button {
            padding: 6px 7px;
        }

    .ui-grid-pager-row-count-picker .ui-grid-pager-row-count-label {
        font-size: 13px;
    }

    .ui-grid-pager-row-count-picker select {
        width: 50px;
    }

    ui-grid-pager-control {
        margin-right: 2px;
    }

    .ui-grid-pager-control button {
        padding: 6px;
    }

    .ui-grid-pager-control input {
        padding: 5px;
        width: 60px;
    }

    .ui-grid-pager-control .first-bar {
        margin-top: -4px;
        height: 8px;
    }

    .ui-grid-pager-control .last-triangle {
        margin-left: 0px;
    }

    .ui-grid-pager-control .last-bar {
        margin-top: -4px;
        height: 8px;
    }

    .moveSystemTable {
        margin-left: 0%;
        position: inherit;
    }

    .ui-grid-pager-row-count-picker select {
        padding: 5px 0px;
        width: 40px;
    }

    .ui-grid-pager-count-container {
        margin-right: 28%;
    }

    .modal-footer {
        padding: 25px 10px !important;
    }

    .modal-sm {
        padding: 0px 15px;
    }

    .modal-xm {
        padding: 0px 15px;
    }

    .dashBoardNotifications {
        width: 100% !important;
    }

    .extraSearchOption {
        display: block;
    }

    .searchOption {
        display: none;
    }
}

@media only screen and (max-width: 599px) {
    .headerIcon {
        font-size: 63px !important;
        margin-right: 0px;
    }

    .columnDetailLayout {
        width: 53%;
    }


    .columnSection {
        padding-top: 0px !important;
    }

    .headerLeftLayoutWide {
        width: 100px !important;
    }

    .headerTitleLayout {
        margin-bottom: 8px;
    }

    .headerTitleLeftLayout {
        width: 120px;
    }



    .headerTitleLayoutNoti {
        padding-left: 101px !important;
    }

    .headerTitleLeftLayoutNoti {
        width: 100px !important;
    }

    #page_content #page_content_inner .header_content {
        margin-right: 0px !important;
    }

    #RightIcons {
        padding-right: 8px !important;
    }

    .headerMenuLayout #RightIcons {
        padding-right: 26px !important;
    }

    .antenna-position-tbl {
        overflow-x: auto !important;
    }

    .antenna-position-tbl-inner {
        width: 560px;
    }

    .antenna-position-select {
        width: 44% !important;
    }

    .antenna-position-btn {
        min-width: 138px !important;
    }

    .md-card-body {
        height: 100px !important;
    }

    .md-inr-icon {
        margin-left: 0px !important;
        width: 70px !important;
    }

    .md-inr-icon-prop {
        font-size: 50px !important;
        padding-left: 0px !important;
    }

    .md-inr-txt {
        margin-left: 0px !important;
    }

    .antenna-dialog-main {
        top: 250px;
        width: 100% !important;
        margin: 0 !important;
    }

    .modal-header-name {
        margin-left: none;
    }

    .gaugeMap {
        float: none;
        width: initial !important;
    }

    .gaugeGraphWidth {
        width: 80% !important;
    }
}

@media screen and (max-width: 768px) {


    .header_content {
        padding-left: 0px;
    }

    .pagetitle {
        padding-left: 0px;
    }

    .modal-mm, .modal-lg {
        padding: 0px 15px;
    }

      .modal-mm, .modal-lg {
        padding: 0px 15px;
    }

    .gaugeMap {
        width: 50%;
        max-width: none;
    }

    .headerTitleSystemDetails {
        width: 140px;
    }

    .w-col-3 {
        width: 50%;
    }
}

@media screen and (max-width: 1024px) {

    .paddingViewmap {
        padding-left: 122px;
    }

    .alginAntPosition {
        display: -webkit-box;
        padding-left: 74px;
    }
}


.headerLeftLayout {
    width: 134px;
    float: left;
    clear: left;
}

.headerRightLayout {
    width: 145px;
    float: left;
    clear: left;
}

.headerLeftLayoutWide {
    width: 144px;
    float: left;
    clear: left;
}

.headerMenuLayout {
    float: right;
    text-align: right;
}



/* Mobile layout */

.headerTitle {
    font-family: 'Roboto Light', sans-serif;
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
}

.headerLeftIconMainPage {
    font-size: 50px;
    float: left;
}

.headerIcon {
    font-size: 64px;
    margin-right: 14px;
    float: right;
}

.columnTitles {
    padding-right: 14px;
    font-family: Roboto, sans-serif;
    color: #aab2bd;
    font-size: 14px;
    line-height: 26px;
    text-align: right;
}

.columnSection {
    padding-top: 28px;
}

.columnDetails {
    min-height: 26px;
    font-family: Roboto, sans-serif;
    color: #434a54;
    font-size: 14px;
    line-height: 26px;
}

.modal-backdrop.in {
    opacity: 0 !important;
}

.headerTitleLayout {
    padding-left: 132px;
    padding-right: 27px;
    word-wrap: break-word;
}


/*START CSS for Quatra Planner tool*/
.quatraPlanSubHeading {
    text-align: center;
    font-size: 20px;
    color: #434A54;
}

.quatraPlanNote {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    color: #434A54;
    font-style: italic;
}

.navigation-link {
    padding-top: 20px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    font-family: Roboto, sans-serif;
    color: #434a54;
    font-size: 16px;
    font-weight: 300;
    text-align: right;
    text-decoration: none;
}

    .navigation-link:hover {
        color: #4faee0;
    }

    .navigation-link.w--current:hover {
        color: #689f38;
    }

.navigation-bar {
    position: fixed;
    width: 100%;
    height: 100px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .4);
    font-family: Oswald, sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

.navigation-menu {
    padding-right: 20px;
    font-size: 14px;
    text-align: right;
    text-transform: uppercase;
}

.brand-link {
    padding-top: 8px;
    padding-bottom: 16px;
    padding-left: 20px;
}

    .brand-link.w--current {
        padding-top: 8px;
        padding-left: 20px;
    }

.hero-section {
    padding-top: 242px;
    padding-bottom: 242px;
    background-image: url('../images/MomDaughter_blue1.png');
    background-position: 50% 0px;
    background-size: cover;
}

.hero-sections.centered {
    height: 20px;
    padding-top: 25px;
    background-position: 50% 100%;
    background-size: cover;
    background-repeat: round;
    background-image: url(../Images/GenericBanner.png);
}

.hero-heading {
    font-family: Roboto, sans-serif;
    color: #434a54;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    text-transform: none;
}

.hero-subheading {
    margin-bottom: 10px;
    font-family: Oswald, sans-serif;
    color: #fff;
    font-size: 40px;
    line-height: 44px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.section-subheading {
    padding-bottom: 20px;
    color: #434a54;
    font-size: 18px;
    font-family: "Roboto Bold", arial;
}

.menucontainer {
    display: block;
    width: 2140px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.intro-container {
    padding-top: 80px;
}

.navlogo {
    margin-top: -9px;
}

.productcontainer {
    padding-top: 120px;
}

.productsubtitle {
    padding-top: 40px;
    padding-bottom: 6px;
    font-family: Roboto, sans-serif;
    color: #434a54;
    font-size: 40px;
    line-height: 50px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0px;
}

.producttitle {
    display: block;
    margin-right: auto;
    margin-left: auto;
    font-family: Roboto, sans-serif;
    color: #aab2bd;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
}

.productdescsection {
    height: 600px;
    background-color: #fff;
}

.productdesctitle {
    padding-top: 50px;
    color: #434a54;
    font-size: 28px;
    font-weight: 400;
}

.paragraph {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.gomapimage {
    margin-top: 106px;
}

.links {
    display: block;
    margin-top: 44px;
    margin-right: 50px;
    float: right;
    clear: left;
    color: #4faee0;
    text-align: left;
    text-decoration: none;
}

    .links:hover {
        color: #72bee6;
        text-decoration: none;
    }

.caroseldots {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.navcontainer {
    display: block;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
}

.navbar {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
    height: 90px;
    padding-top: 14px;
    background-color: #fff;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2);
}

.body-QPT {
    background-color: #fff;
}

.form-QPT {
    display: block;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 64px;
}

.form-container-QPT {
    padding-right: 80px;
    padding-left: 80px;
}

.BOMEstimatorHelp {
    color: #479cc9;
    padding-top: 10px;
}

.form-title-QPT {
    float: left;
    clear: left;
    color: #656d78;
    font-size: 14px;
    font-weight: 400;
}

.text-field-QPT {
    border-radius: 4px;
    color: #434a54;
}

    .text-field-QPT.half-size {
        width: 50%;
    }

.select-field {
    color: #434a54;
}

.left-column {
    padding-top: 10px;
    padding-left: 48px;
}

.button {
    margin-top: 30px;
    margin-right: 10px;
    padding: 14px 38px;
    float: right;
    border-radius: 40px;
    background-color: #4faee0;
    color: #fff;
}

    .button:hover {
        box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .5);
    }

    .button:active {
        box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .2);
    }

.results {
    padding: 100px 100px 140px 100px;
    background-color: #f5f7fa;
}

.robotoBoldText {
    font-family: "Roboto Bold", arial;
}

.result-title {
    min-height: 32px;
    color: #656d78;
    font-size: 14px;
}

.result-answer {
    min-height: 32px;
    color: #434a54;
    font-weight: 500;
}

.right-column {
    position: relative;
    /*width: 470px;*/
    padding-top: 10px;
}

.footer-QPT {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #434a54;
}

.footer-text-QPT {
    color: #656d78;
    font-size: 14px;
    text-align: center;
}

.div-block {
    display: block;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 100px;
    padding-left: 100px;
}

.coverageEstiGraphPadding {
    padding-right: 50px;
    padding-left: 50px;
}

.email-field {
    display: inline;
    max-width: 300px;
    float: right;
    clear: left;
    border-color: #ccd1d9;
    border-radius: 4px;
    background-color: #fff;
    color: #434a54;
}

.result-email {
    padding-top: 48px;
}

.email-button {
    display: inline;
    float: right;
    clear: left;
    background-color: transparent;
    color: #4faee0;
}

.link-block {
    width: 200px;
    padding-top: 8px;
    float: right;
    text-decoration: none;
}

.email-icon {
    padding-right: 8px;
    padding-left: 28px;
    float: left;
}

.email-link {
    color: #4faee0;
    text-decoration: none;
}

    .email-link:hover {
        color: #72bee6;
    }

@media (max-width: 991px) {
    .navigation-link {
        color: hsla(0, 0%, 100%, .52);
    }

        .navigation-link.w--current {
            color: #fff;
        }

    .hamburger-button.w--open {
        background-color: #3b99d9;
    }

    .navigation-menu {
        background-color: #3b99d9;
    }

    .hero-section.centered {
        padding-top: 144px;
        padding-bottom: 144px;
    }

    .intro-container {
        padding-top: 0px;
    }

    .form-container {
        padding-right: 20px;
        padding-left: 20px;
    }

    .left-column {
        padding-left: 0px;
    }

    .results {
        padding-right: 20px;
        padding-left: 20px;
    }

    .result-title {
        min-height: none;
    }

    .right-column {
        position: relative;
        padding-top: 0px;
    }

    .div-block {
        padding-right: 0px;
        padding-left: 0px;
    }

    .coverageEstiGraphPadding {
        padding-right: 0px;
        padding-left: 0px;
    }

    .image {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .hero-section.centered {
        padding-top: 119px;
        padding-bottom: 119px;
    }

    .hero-heading {
        margin-bottom: 15px;
        font-size: 50px;
    }

    .hero-subheading {
        font-size: 18px;
    }
}

@media (max-width: 479px) {
    .hero-section.centered {
        height: 20px;
        padding-top: 60px;
        padding-bottom: 120px;
    }

    .hero-heading {
        margin-top: 40px;
        font-size: 32px;
    }
}

.QPTcontrollerbody {
    /*height: 100% !important;*/
    font: 100% / 1.42857143 "Roboto", sans-serif;
    margin-top: -60px !important;
    box-sizing: border-box;
    background: #F5F7FA !important;
}


/*END CSS for Quatra Planner tool*/
.disableLi {
    color: silver !important;
    pointer-events: none;
}

.systemOptionHeaderText {
    font-family: "Roboto Bold", arial;
    font-size: 16px;
    color: #434a54;
}

.watermark {
    position: absolute;
    top: 50%; /* Center vertically in the parent element,*/
    transform: translateY(-50%); /*it works for any parent height*/
    opacity: 0.25;
    font-size: 16px;
    width: 100%;
    text-align: center;
    z-index: 1000;
}
/*Start CSS for question mark outline tooltip*/
.tooltiphelp {
    /*position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;*/
    margin-left: 5px;
    margin-top: -5px;
    word-wrap: normal;
}

    .tooltiphelp .tooltiptext {
        display: none;
        max-width: 420px;
        background-color: #ffffff;
        color: #434A54;
        text-align: left;
        border-radius: 6px;
        padding: 16px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltiphelp:hover .tooltiptext {
        display: block;
    }

.textNuSerialNumHelp {
    width: 33%;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
    display: inline-flex;
}
/*END CSS for question mark outline tooltip*/
/*  Assets Details Page  ======================================== */
.performanceAlertImage {
    vertical-align: middle;
    cursor: pointer;
    line-height: 0;
}

/* General CSS */
.colorGrey {
    color: #AAB2BD;
}

.colorGreen {
    color: #8BC34A;
}

.colorBlue {
    color: #4FAEE0;
}

.pointerCursor {
    cursor: pointer;
}

.checkBoxText {
    font-family: Roboto !important;
    font-size: 14px !important;
    color: #434A54 !important;
    padding-left: 15px;
}

.iconText {
    color: #AAB2BD;
    padding-left: 10px;
}

.textInDiabledTextBox {
    font-family: 'Roboto';
    font-size: 14px !important;
    color: #AAB2BD !important;
}

.md-input:disabled {
    background: #F5F7FA !important;
    border: 1px solid #CCD1D9;
}

.antennaSettings {
    font-family: 'Roboto' !important;
    font-size: 15px !important;
    color: #434A54 !important;
}

.dt-buttons {
    display: none;
}
/*START CSS for File Manager */
.verticalLine {
    border-left: 2px solid #e6e9ed;
    height: 1088px;
    float: left;
    padding: 5px;
}

.fileManagerTable {
    min-height: 1100px;
    padding: 10px;
}

#tableshow_filter {
    width: 25% !important;
}

#idNUNumbersSectionFile {
    height: 1100px;
}
/*END CSS for File Manager */
.radioDataTable td {
    /*padding: 14px 8px !important;*/
    /*border-bottom: 1px solid #ddd;*/
    width: 250px;
    vertical-align: top;
}

.horizontalLine {
    border: 1px solid #80808052;
    margin-bottom: 0px;
}

.radioDataTable li {
    padding: 8px 8px !important;
}

/* Start Quatra 4000 asset details*/
.PortNav {
    position: relative;
    display: inline !important;
    float: left !important;
    background-color: white;
}

.expandCollapseArrow {
    font-size: 28px;
    color: #4FAEE0;
    font-weight: 100;
    font-style: normal;
    cursor: pointer;
}

.tableHeader {
    border-bottom: 2px solid #80808052;
    color: black;
}

.cardHeader {
    padding-top: 7px;
}

.tabTblHearder {
    color: black !important;
    font-weight: 700 !important;
}

.tabHeader {
    color: black;
    font-weight: 700 !important;
}

.assetName {
    font-size: 36px;
    display: inline-block;
    margin: 12px;
    margin-left: 0px;
}

.statusImageAsset {
    float: left;
    width: 20px !important;
    height: 20px !important;
    margin: 12px;
}

.cableSts {
    width: 100%;
    text-align: center;
}

#tblCblSts.cableSts td {
    width: 10%;
    padding: 4px 0px;
}

    #tblCblSts.cableSts td img {
        width: 60%;
    }

.ethernetContainer {
    position: relative;
    text-align: center;
    color: white;
}

.ethernetContainer .cableIcon {
   height : 55px;
   width:65px;
}
    .ethernetContainer .cableIconSmall {
        height: 35px !important;
        width: 35px !important;
    }

.ethernetContainer .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.ethernetImg td {
    width: 23px;
}

.EthernetSmallImg{
    width:15px !important;
}
.EthernetImg{
    width:23px !important;
}
.portImageSmall {
    height: 35px !important;
    width: 35px !important;
}

.portImage {
    height: 55px;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 21% 0%;
    color: white;
    width: 78%;
    text-align: center;
}

.bottomPort {
    padding: 15% 0% !important;
}

#tblCblSts td {
    text-align: center;
    padding-bottom: 10px;
    color: #434A54;
}

.quatra4000AntSet {
    padding-left: 20px !important;
    display: block;
}

.largeDropdown {
    display: block;
    width: 50% !important;
    min-width: 200px !important;
}

.portDisabled {
    color: #777 !important;
    pointer-events: none;
}

.activePort {
    border-bottom: 4px solid #4FAEE0;
}

.aactivePort {
    color: rgb(79, 174, 224) !important;
}

.tableHeaders {
    font-weight: 100;
}

.clickableElem {
    cursor: pointer;
}

.projTxtColor {
    color: #434A54;
}

.uk-table th, .uk-table td {
    padding: 10px;
}

.colorLessBtn {
    margin-right: 14px;
    background: white;
    color: #4FAEE0;
    border: 2px solid #4FAEE0;
}

    .colorLessBtn:hover {
        color: white;
    }

.modalFields {
    padding-right: 14px;
    color: #aab2bd;
    padding-left: 20px;
    width: 35% !important;
}

.floatElemLeft {
    float: left;
    width: 25%;
}

.supReview {
    padding-bottom: 15px;
    line-height: 26px;
}
/* .userSelected {
    color: black ;
    pointer-events: all
}

.userNotSelected {
    color: silver;
    pointer-events: none
}

.groupSelected {
    color: #434A54;
    pointer-events: all
}

.groupNotSelected {
    color: silver;
    pointer-events: none
}

.displayNone {
    display: none
}
.displayblock {
    display: block
}

.notActiveColor {
   background-color: gainsboro;
    cursor: auto; 
    pointer-events: none; 
}

.addNewSystemBtn {
   background-color: #4FAEE0;
    cursor: pointer; 
    pointer-events: none; 
} */

.bwConfigTable th, .bwConfigTable td {
    padding: 5px;
}

.bwConfigTable td {
    border: 0px;
}

.fileMngTable thead th:first-child {
    width: 50% !important;
}

.assetCard {
    width: 100% !important;
}

.expandCollapseArrowBorder {
    margin-top: 17px;
}

.position-relative {
    position: relative;
}

.survey-editor-image-container, .survey-heatmap-image-container {
    position: relative;
}

.survey-editor-info-block {
    text-align: center;
    margin-top: 300px;
}

.survey-editor-grid, .survey-heatmap-grid {
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent;
    width: 100%;
    height: 100%;
}

.survey-editor-pointer-cursor {
    cursor: pointer;
}

.survey-editor-default-cursor {
    cursor: default;
}

.survey-editor-cell {
    display: flex;
}
.survey-heatmap-cell {
    display: flex;
    justify-content: left;
    align-items: start;
}

.survey-editor-blocked-cell {
    background-image: repeating-linear-gradient(135deg, #888, #888 1px, transparent 1px, transparent 5px);
}

.survey-editor-critical-area-cell {
    background-image: url("../img/CriticalArea.png");
    background-repeat: no-repeat;
    background-position: center;
}

.survey-editor-cell-outline, .survey-heatmap-cell-outline {
    outline: 0.5px dashed #E60038;
}

.survey-editor-cell i {
    font-size: 16px;
    color: #4FAEE0;
}

.survey-editor-disable-div {
    opacity: 0.5;
    pointer-events: none;
}


.survey-editor-message-label {
    background-color: lightblue;
    position: absolute;
    z-index: 100;
    cursor: grab;
}

    .survey-editor-message-label:hover .survey-editor-message-icons {
        display: inline-block;
    }

.survey-editor-message-icons {
    display: none;
}

.survey-editor-equipment {
    margin-right: 10px;
    position: absolute;
    z-index: 100;
    cursor: grab;
}

.survey-editor-equipment-icon {
    color: #4FAEE0;
    font-size: 35px;
    /*    left:-23px;
    top:-23px; */
    position: relative;
    display: block;
}

.survey-editor-equipment-label {
    position: relative;
    top: -25px;
    left: 35px;
    float: right;
    display: none;
}

.survey-editor-equipment-menu-icons {
    display: none;
}
/*
    Need to use Cursor_CU.cur, Cursor_NU.cur files but They are not working.
    nucucursor.cur -> testing cursor added to see the working of this style. (It is working)
.survey-editor-equipment-NU:hover {
    cursor: url(../icons/material-design-icons/nucucursor.cur), auto;
}

.survey-editor-equipment-CU:hover {
    cursor: url(../icons/material-design-icons/nucucursor.cur), auto;
}
*/
.survey-editor-NU-cursor {
    cursor: url(../icons/material-design-icons/NU_Cursor.cur), auto !important;
}

.survey-editor-CU-cursor {
    cursor: url(../icons/material-design-icons/CU_Cursor.cur), auto !important;
}

.survey-editor-ANT-cursor {
    cursor: url(../icons/material-design-icons/ANT_Cursor.cur), auto !important;
}

.survey-editor-equipment:hover .survey-editor-equipment-menu-icons {
    display: inline-block;
}

.survey-editor-equipment:hover .survey-editor-equipment-label {
    /*    left:20px; */
    display: inline-block;
}

.survey-editor-levels-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding: 8px 15px;
    display: list-item;
}

.survey-editor-level-title {
    font-family: "Roboto", medium;
    font-size: 11px;
    color: #aab2bd;
    padding-left: 10px;
}

.survey-editor-level-text {
    font-family: "Roboto", regular;
    font-size: 15px !important;
    color: #434a54;
    background-color: white;
    border: 1px solid gainsboro !important;
}

.survey-editor-new-level-text {
    color: #4FAEE0;
    padding: 10px 0px 10px 25px;
    cursor: pointer;
}
/*.survey-editor-new-level-text:hover{
    opacity:0.5;
}
    */

.survey-editor-tab {
    padding: 0 15px;
    height: 703px;
    overflow: auto;
}

.survey-editor-accordion-wrapper {
    height: auto;
    overflow: auto;
}

.survey-editor-main-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 680px;
}

.survey-editor-image-wrapper {
    width: 100%;
    padding: 8px;
}

.survey-editor-sidebar-wrapper {
    width: 240px;
    padding: 8px 16px;
    border-left: 1px solid #bcc2cb;
}

.survey-editor-textfield-veryshort {
    width: 80px;
    min-width: 60px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccd1d9;
    border-radius: 4px;
}

.survey-editor-grid-row, .survey-heatmap-grid-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.survey-editor-equipment .survey-editor-equipment-abbrv {
    position: absolute;
    left: 18px;
    top: 15px;
    font-size: 8px;
    color: #fff;
}

.survey-editor-equipment .fas {
    font-size: 25px;
    color: #4FAEE0;
    margin-right: 10px;
}

.survey-editor-cell-number-label {
    background-color: white;
    color: #E60038;
    display: block;
    font-size: 10px;
    padding: 2px 4px 0px 4px;
    opacity: 0.8;
    height: 22px;
    margin: 5px;
}

.survey-editor-accordion-panel {
    margin-bottom: 0px !important;
}

.survey-editor-equipment-button {
    border: 1px solid #000000;
    margin: 2px;
    padding: 3px 3px 1px 3px;
    font-weight: bold;
    background-color: transparent;
}

.survey-editor-equipment-antenna-button {
    border: 1px solid #000000;
    border-radius: 50%;
    margin: 2px;
    padding: 3px 3px 1px 3px;
    font-weight: bold;
    background-color: transparent;
}

.survey-editor-equipment-list-item {
    padding: 5px 2px !important;
    border: 0px !important;
    font-size: 10px;
}

    .survey-editor-equipment-list-item:hover {
        cursor: pointer;
        background-color: #4FAEE0;
        color: white;
    }

    .survey-editor-equipment-list-item:active {
        color: #4FAEE0;
    }

        .survey-editor-equipment-list-item:active .survey-editor-equipment-button, .survey-editor-equipment-list-item:active .survey-editor-equipment-antenna-button {
            background-color: #4FAEE0;
            color: white;
            color: #4FAEE0;
        }

    .survey-editor-equipment-list-item:first-child {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    .survey-editor-equipment-list-item:last-child {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

.survey-editor-equipment-list-item-disabled {
    pointer-events: none;
}

.survey-editor-equipment-list-group {
    max-height: 120px;
    overflow-y: auto;
}

.survey-editor-level-dropdown {
    max-height: 400px;
    overflow-y: auto;
}

.survey-editor-test-area-list-group {
    margin-bottom : 0px !important;
}

.survey-editor-test-area-list-item {
    padding: 5px 2px !important;
    border: 0px !important;
}

    .survey-editor-test-area-list-item:hover {
        cursor: pointer;
        background-color: #4FAEE0;
        color: white;
    }

    .survey-editor-test-area-list-item:active {
        color: #4FAEE0;
    }

.antenna_status_heading {
    font-weight: bold !important;
}

.antenna_status_gridlayout {
    padding-bottom: 0px !important;
}

.survey-heatmap-sidebar-title {
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 5px;
}

.survey-heatmap-legend {
    position: absolute;
    bottom: 0px;
}

.survey-heatmap-legend-box {
    width: 12px;
    height: 12px;
    border-radius: 2px;
    display: inline-block;
}

.survey-heatmap-legend-list-item {
    padding: 5px 2px !important;
    border: 0px !important;
}

.survey-heatmap-checkbox {
    margin-bottom: 12px;
}

.survey-heatmap-dropdown, .survey-editor-dropdown {
    padding: 5px 5px !important;
    height: auto !important;
}

.survey-heatmap-sidebar-main-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 680px;
    flex-direction: column;
}

.survey-heatmap-sidebar-top-wrapper {
    height: 100%;
}

.survey-heatmap-bottom-wrapper {
    padding-right: 32px;
    border-top: 1px solid #e6e9ed;
}

.survey-heatmap-checkbox {
    padding: 8px 0px;
    width: 25px;
}

.survey-heatmap-checkbox-text {
    padding: 8px 0px;
}

.survey-heatmap-cell-number-label {
    display: block;
    font-size: 10px;
    padding: 6px 7px;
    font-weight: bold;
    height: 28px;
    width: 28px;
    margin:5px;
    opacity:0.7;
}
.survey-heatmap-cell-pass-number-label {
    background-color: white;
    color: green;
}

.survey-heatmap-cell-fail-number-label {
    background-color: white;
    color: red;
}

.survey-heatmap-blocked-cell {
    background-image: repeating-linear-gradient(135deg, #ccc, #ccc 2px, transparent 2px, transparent 15px);
    /*opacity: 0.32;*/
}

.survey-heatmap-critical-cell {
    background-image: url("../img/CriticalArea.png");
    background-repeat: no-repeat;
    background-position: center;
}

.survey-heatmap-blocked-cell .survey-heatmap-cell-pass-number-label {
    color: #656D78 !important;
}

.survey-heatmap-polka-dot {
    height: 20px;
    width: 20px;
    border-radius: 10px;
    position: absolute;
    z-index: 100;
}
.survey-heatmap-polka-dot-show{
    display:block;
}
.survey-heatmap-polka-dot-hide {
    display: none;
}
.popover {
    background: white !important;
    z-index:2000 !important;
}

.survey-heatmap-popup {
    width: 250px;
    height: 150px;
    position: absolute;
    z-index: 2000;
    white-space: nowrap;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 5px;
    padding: 9px 14px;
}
.survey-heatmap-popup-header {
    font-family: Roboto, sans-serif;
    color: #aab2bd;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    width:94px;
    display: inline-block;
}
.survey-heatmap-popup-data {
    font-family: Roboto, sans-serif;
    color: #434a54;
    font-size: 14px;
    line-height: 26px;
    width: 60px;
    display: inline-block;
}
.survey-heatmap-min-max-avg-container {
    width: 880px;
    margin-left: 70px;
    margin-right: 70px;
    margin-top: 30px;
    position: relative;
}

.survey-heatmap-min-max-avg-cell {
    display: flex;
    justify-content: center;
    border-right: 0.5px dotted rgba(79,174,224,0.32);
    width: 50px;
    height: 50px;
}

.survey-heatmap-min-max-avg-range-column {
    width: 100px;
    justify-content: flex-end;
    align-items: center;
    border: 0px;
    font-weight:bold;
}

.survey-heatmap-min-max-avg-divider-column {
    width: 30px;
}

.survey-heatmap-min-max-avg-tick-cell {
    justify-content: left;
    border-right: 1px solid white;
    align-items: center;
}

.survey-heatmap-min-max-avg-last-column {
    border: none;
}

.survey-heatmap-min-max-avg-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50px;
    flex-wrap: nowrap;
    justify-content: left;
    align-items: center;
    align-content: center;
}

.survey-heatmap-min-max-avg-slider-container {
    position: absolute;
    display: none;
}

.survey-heatmap-min-max-avg-slider-left-marker {
    width: 2px;
    height: 12px;
    background-color: #4FAEE0;
    display: inline-block;
    position: relative;
    top: -5px;
    left: 0px;
    position: absolute;
}

.survey-heatmap-min-max-avg-slider-right-marker {
    width: 2px;
    height: 12px;
    background-color: #4FAEE0;
    display: inline-block;
    position: relative;
    top: -5px;
    right: 0px;
    position: absolute;
}

.survey-heatmap-min-max-avg-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    background: #4FAEE0;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    margin: 0px;
}

    .survey-heatmap-min-max-avg-slider:hover {
        opacity: 1;
    }

    .survey-heatmap-min-max-avg-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #4FAEE0;
    }

    .survey-heatmap-min-max-avg-slider::-moz-range-thumb {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: #4FAEE0;
    }


.


@media print * {
    background: inherit !important;
    color: inherit !important;
    box-shadow: inherit !important;
    text-shadow: inherit !important;
}
.map-info-box {
    background-color: #F5F7FA;
    padding: 10px;
    border-radius: 8px;
    max-width: 350px;
    max-height: 300px;
    overflow:auto;
    border: 1px solid #888;
}
.map-pointer-arrow {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAA7ElEQVQY02OYf/Xvf0zw9/+8awwMDPmax39jSh79bePBwAWU7lv8F0Nf7WYGDQZuoGSO2VU0yfP/7SMZpBhYgJIMjMvOokrOvsKgzcDLwAiSZCjM+4Qk9e5/eDODAgMbAwTkiR/6hZDc80PSmkGYgYkBBmZth0n9+9+yG+gYLqihYIPjXkMln/z3K2SQhTgGCvIFdn6HSG75JGzCIIRkKAhM3wwxtH4TgzoDJ5KhIFAQCzL4wX/vHAYZFEMhBu/58f//pvf8xgyCaIaCwIzN//5Xr2VQwzAUYvCJ/0FRsGBDA6W85bf4hODBBgQA+GzIcvxs8/oAAAAASUVORK5CYII=) !important;
    width: 14px;
    height: 16px;
    background: no-repeat;
    position: absolute;
    top: calc(100% - 1px);
    left:calc(50% - 7px);
}
.map-close-icon{
    float:right;
}
.psf-filter-bandwidth-dropdown {
    font-family: "Roboto", regular;
    font-size: 15px !important;
    color: #434a54;
    background-color: white;
    border: 1px solid gainsboro !important;
}
.dashboard-warning-banner {
    z-index: 1105;
    width: 100%;
    overflow: hidden;
    min-height: 35px;
}
.paypal-button {
    background-image: url("../icons/material-design-icons/paywithpaypal.png") !important;
    width:179px;
    height:49px;
}
.survey-heatmap-report-options-container{
    padding-left:40px !important;
    padding-bottom: 0px !important;
}
.squared-checkbox-padding {
    padding: 8px 0px;
}
.system-tag {
    width: calc(100% - 145px); /* 145=> header text width*/
    word-break: break-word;
}
.system-tag-text {
    color: #434a54;
    display: inline-block;
}
.system-tag-icon {
    color: #4FAEE0;
    font-size: 22px;
    vertical-align: middle;
    cursor: pointer;
}
.tag-icon {
    color: #4FAEE0;
    cursor: pointer;
}
.tag-table{
    max-height:250px;
    overflow-y: auto;
}
.tag-table td {
    word-break: break-all;
}

.tag-drop-down-text {
    color: #434a54;
    background-color: white;
    border: 1px solid gainsboro !important;
    width:100%;
    text-align: left !important;
}
.tag-dropdown {
    max-height: 400px;
    overflow-y: auto;
    width:100%;
    min-width:100% !important;
}
.tag-drop-down-item{
    padding: 5px 10px;
}
.tag-drop-down-item-checkbox {
    margin-right:5px;
    vertical-align:text-bottom;
}
.tag-drop-down-label{
    margin-bottom: 0px !important;
    font-weight: normal !important;
    display: inline-block !important
}
.system-tag-table .tag-text{
    cursor: default !important;
}
.system-tag-table tr:hover td {
    background-color: white !important;
}
.pending-lock {
    color: #FBB034;
}
/* This is required to avoid flickering of ng-show/ng-hide*/
.ng-hide.ng-hide-animate {
    display: none !important;
}

.system-antenna-details {}
.system-antenna-details-icon {}
.system-antenna-details-show {}

.survey-report-option-threshold{
    width:100% !important;
    height:40px !important;
}

.survey-report-option-threshold-left {
    float: left;
    width:60%;
}
.survey-report-option-threshold-right {
    float: left;
    width: 40%;
    padding-top: 12px;
    padding-left: 10px;
}


.survey-report-option-table{
    width:100%;
}

.survey-report-option-table-header{
    background-color:transparent !important;
    padding-right: 0px !important;
}

.survey-report-option-table td {
    padding: 5px;
}

.default-cursor {
    cursor: default !important;
}

.survey-report-option-table tr:hover td {
    background-color: white !important;
}

.survey-report-option-table tr{
margin-bottom:5px;
}

.survey-report-threshold-text {
    height: 40px !important;
}
.system-unlock-code {
    font-weight:bold;
    font-size: 18px;
    font-family: monospace;
}
.red-comm-modal .modal-content {
    width: 600px !important;
    height: 700px !important;
}

.red-comm-modal .modal-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.red-comm-modal .modal-dialog {
/* default z-index for uibmodal is 1050. but sidebar has more than 1050. so need to set this to show the uibmodal on top of sidebar*/
    z-index:2000 !important;
}
.red-filepicker-modal .modal-content {
    width: 410px !important;
    height: 400px !important;
}

.red-filepicker-modal .modal-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.firstnet-disabled{
    margin-bottom: 0px !important;
    margin-left: 20px;
}

.mb-0{
    margin-bottom: 0px !important;
}
.red-comm-modal{
    z-index:2000 !important;
}
.red-filepicker-modal {
    z-index: 2050 !important;
}
.clickableRowTable tbody tr{
    cursor: pointer;
}

#main_alert .alert
{
   margin-bottom:5px !important;
}

.main-alert button.close {
    margin-top: 0 !important;
}

.nxt-dialog {
    z-index: 1210 !important
}

.dialog-common-grey {
    z-index: 1210 !important
}


.dialog-progress-bar {
    z-index: 1210 !important
}

    .dialog-progress-bar .progress-bar-color .progress-bar {
        background-color: #4FAEE0 !important;
    }

    .dialog-progress-bar .progress-bar-title {
        display:block;
        
    }

.nxt-app-modal-header-text-color {
    color: #434A54;
}

.nxt-app-modal-header {
    padding: 15px 15px 0px 15px !important;
}

.nxt-app-modal-body {
    padding: 0px !important;
/*    padding: 15px 0px 15px 0px; */
}
.nxt-app-circle {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    padding: 5px 10px;
    border: 2px solid white;
    color: white;
    text-align: center;
    font: 20px Arial, sans-serif;
    margin-right: 5px;
}
.nxt-app-txtbox-label {
    color: #AAB2BD !important;
    font-size: 11px !important;
    top: -14px;
    font-family: 'Roboto Medium';
    font-weight: normal;
}

.nxt-app-label {
    color: #AAB2BD !important;
    font-size: 11px !important;
    font-family: 'Roboto Medium';
    font-weight: normal;
}
.nxt-app-full-width-textbox {
    width: 100%;
    min-width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border: 1px solid #ccd1d9;
    border-radius: 4px;
}

.nxt-txtbox-disabled-background {
    background-color: #f5f7fa;
}
.feature-upgrade-modal {
    z-index: 2000 !important;
}
.feature-upgrade-modal .modal-content {
    width: 600px !important;
    height: 517px !important;
}

.feature-upgrade-modal .modal-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.feature-upgrade-modal .modal-dialog {
    /* default z-index for uibmodal is 1050. but sidebar has more than 1050. so need to set this to show the uibmodal on top of sidebar*/
    z-index: 2000 !important;
}
.nxt-sys-detail-policy-action {
    margin-bottom: 0px !important;
    padding-left: 0px !important
}

.nxt-sys-detail-policy-action-list-item {
    list-style-type: none;
    text-align: left
}

.nxt-sys-detail-policy-action-icon-container {
    width: 150px;
    border-bottom: 0 !important;
    padding: 0
}

.nxt-sys-detail-policy-action-icon {
    font-size: 18px;
    vertical-align: middle
}

.pop-dialog-image-center {
    max-width: 180px;
    display: block;
    margin: auto auto;
}
#file-mng-user_dropdown-div {
    display: inline-block;
}
.history-report-modal{
    z-index:1205 !important;
}
.history-report-modal .modal-content {
    width: 1000px !important;
    height: 705px !important;
    padding-top: 10px;
    padding-left: 25px;
    padding-right: 25px;
}
.history-report-modal .modal-dialog {
    vertical-align: middle;
    position: absolute;
    top: 50%;
    /*half of the modal height*/
    margin-top: -352px;
    left: 50%;
    /*half of the modal width*/
    margin-left: -500px;
}

.history-report-modal .modal-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.history-report-modal .modal-dialog {
    /* default z-index for uibmodal is 1050. but sidebar has more than 1050. so need to set this to show the uibmodal on top of sidebar*/
    z-index: 2000 !important;
}
.display-content-on-print-only {
    display: none !important;
}

@media print and (color) {
    * {
        -webkit-print-color-adjust: exact;
    }
    .hide-content-on-print {
        display: none !important;
    }
    .display-content-on-print-only {
        display: block !important;
    }
    .highcharts-reset-zoom {
        display: none !important;
    }
    /* presentation rules for the page on color printers */
    body {
        -webkit-print-color-adjust: exact !important;
        background-color: #ffffff !important;
    }
}
.history-report-nav-btn {
    display: inline-block;
    float: right
}

.add-pad-top-10 {
    padding-top:10px;
   
}

.div-disabled {
    pointer-events: none;
    opacity: 0.5;
    background: #CCC;
}
}
.header-drop-down {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: none;
    border-radius: 2px;
    margin-top: 18px !important;
    right: 0px
}

.header-drop-down-menu {
    list-style: none;
    padding: 4px 0px 4px 0px;
}

.header-drop-down-menu li {
    color: black;
    cursor: pointer;
    padding: 5px 10px 5px 10px;
}

.header-drop-down-menu li:hover {
    background: rgba(0, 0, 0, 0.085);
}

.header-drop-down-top-arrow {
    position: absolute;
    top: -14px;
    left: 50%;
    content: '';
    display: block;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    margin-left: -6px;
    background-color: transparent;
    border-bottom-color: #ffffff;
    -webkit-transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1104;
}

.header-drop-down-top-arrow-pos-right {
    left: 87% !important;
}
.nxt-app-error-popup {                          
    z-index: 2100 !important
}

.btn-link {
    color: #4faee0 !important;
}

.btn-link:focus, .btn-link:hover {
    color: #4faee0 !important;
    text-decoration: none !important;
    background-color: transparent;
}

/*New Survey Report*/
.survey-table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
    border: 1px solid #ddd;
}

    .survey-table td {
        padding: 4px 4px;
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .survey-table .no-border-right{
        border-right: none !important;
    }

    .survey-table th {
        padding: 12px 6px;
        border-bottom: 1px solid #ddd;
        font-weight: normal;
    }

    .survey-table th {
        text-align: left;
    }

    .survey-table td {
        vertical-align: top;
    }

    .survey-table thead th {
        vertical-align: bottom;
    }

    .survey-table caption,
    .survey-table tfoot {
        font-size: 12px;
        font-style: italic;
    }

    .survey-table caption {
        text-align: left;
        color: #999;
    }

    .survey-table tbody tr.survey-active {
        background: #f0f0f0;
    }

.survey-table-middle,
.survey-table-middle td {
    vertical-align: middle !important;
}

#usage-tracker-sessionTable th {
    background-color:lightgray;
    color:black !important;
    text-align:left !important;
}

#usage-tracker-sessionTable table {
    width: 100%;
    border-collapse: collapse;
    padding: 8px !important;
}

#usage-tracker-sessionTable th, #usage-tracker-sessionTable td {
    padding: 10px !important;
}

.usage-tracker-expand {
    background: url(../img/details_open.png) no-repeat center center;
    cursor: pointer;
}

.usage-tracker-collapse {
    background: url(../img/details_close.png) no-repeat center center;
    cursor: pointer;
}
.usage-tracker-innerTable-level1{
    max-height:300px;
    overflow-y:auto;
}
.usage-tracker-innerTable-level1 th{
    background-color:  #91A3B0 !important;
}
.usage-tracker-innerTable-level2 th {
    background-color: #98AFC7 !important;
}
.usage-tracker-innerTable-level2 {
    max-height: 250px;
    overflow-y: auto;
}

.popover-content {
    width: 200px;
}

.to-toc {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #f5f7fa;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}


@media (min-width: 700px) {

    .change-log-pop .modal-xlg {
        width: 820px !important;
    }      
  
}



/*
li > [role="menuitem"]:focus,           
li > [role="menuitem"]:hover {
    outline: 3px solid darkorange !important;
    outline-offset: -2px;
    background-color: transparent !important;
}
:focus {
    padding-bottom: 4px;
    text-decoration: underline;
    text-decoration-color: #fff;
    text-decoration-thickness: from-font;
    background-color: transparent !important;
    outline: 3px solid darkorange !important;
    outline-offset:-2px;
}

.ui-grid-header-cell-primary-focus:focus {
    margin: 3px !important;
    border: 1px solid darkorange !important;
}
.md-btn-primary:focus {
    background: darkorange !important;
    color: #fff;
}

.btn-primary:focus {
    background: darkorange !important;
    color: #fff;
}
.ui-grid-pager-next:focus {
    background: darkorange !important;
    color: #fff;
}
.uk-pagination > li.uk-active > a:focus {
    background: darkorange !important;
    color: #fff;
}
.uk-pagination > li.uk-active > span:focus {
    background: darkorange !important;
    color: #fff;
}

input[type=checkbox]:focus {
    -webkit-box-shadow: 0px 0px 0px 2px rgba(255,140,0,1);
    -moz-box-shadow: 0px 0px 0px 2px rgba(255,140,0,1);
    box-shadow: 0px 0px 0px 2px rgba(255,140,0,1);
}
*/


.network-status-outer-circle {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    position: relative;
    margin-right: 10px;
}

.network-status-active-cu-background-color {
    background-color: #689F38;
}

.network-status-inactive-cu-background-color {
    background-color: #434A54;
}

.network-status-active-cu-color {
    color: #689F38;
}

.network-status-inactive-cu-color {
    color: #434A54;
}

.network-status-inner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.network-status-vertical-line {
    width: 4px;
    height: 25px;
    margin-right: 10px;
}

.network-status-inner-circle {
    position: absolute;
    width: 65%;
    height: 65%;
    border-radius: 50%;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease-out;
}

.network-status-nu-container {
    height: 65px;
    width: 165px;
    border: 1px solid black;
    padding: 5px;
    background-color: #F5F7FA;
}

.network-status-table {
    background: transparent !important;
}

    .network-status-table td {
        background: transparent !important;
    }

.cu-cable-status-table td {
    width: auto !important;
}

.nu-port-status-table {
    margin-top: 10px;
}

.nu-port-status-table td {
    width: auto !important;
}

.connected-assets-table-header {
    font-family: Roboto, sans-serif;
    color: #aab2bd;
    font-size: 14px;
    line-height: 26px;
    text-align: left;
}
.cu-cable-status-asset2-name-text {
    max-width: 93px;
    text-wrap: auto;
    word-wrap: break-word;
}
.cu-cable-status-asset1-name-text {
    max-width: 113px;
    text-wrap: auto;
    word-wrap: break-word;
}
.nxt-menu-option {
    font-family: "Roboto", arial;
    font-size: 14px;
    color: #4faee0;
    line-height: 19px;
    text-decoration: none;
    padding-top:10px;
}
.sidebar-custom-icon {
    margin-top: -12px !important;
}
.nxt-scrollable-div{
    max-height:200px;
    overflow-y: auto;
}
.gray-text {
    color: #434A54;
}
.nxt-table-disable-hover th:hover {
    background-color: white !important;
}

.nxt-table-disable-hover tr:hover td {
    background-color: white !important;
}

/*ALERT CARD CUSTOMER DASHBOARD*/

.alertCard-container {
    flex: 0 0 50%;
    width: 240px;
    cursor: pointer;
    border: .5px solid #D3D3D3;
    border-radius: 8px;
    height: 90px;
    margin-right: 16px;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

@media only screen and (max-width: 650px) {
    .alertCard-container {
        width:180px;
        justify-content:center;
        margin-right:0
    }
}


.alertCard-content {
    display: flex;
    flex-direction: row;
    padding-left: 16px
}

@media only screen and (max-width: 650px) {
    .alertCard-content {
        flex-direction:column;
        justify-content:center; 
        align-items:center; 
        padding-left:0
    }
}


