.no-user-select {
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer */
    -khtml-user-select: none;
    /* KHTML browsers (e.g. Konqueror) */
    -webkit-user-select: none;
    /* Chrome, Safari, and Opera */
    -webkit-touch-callout: none;
    /* Disable Android and iOS callouts*/
}

md-icon.icon-font-16 {
    font-size: 16px;
    min-width: 16px;
    min-height: 16px;
    height: 16px;
    width: 16px;
}

md-icon.icon-font-18 {
    font-size: 18px;
    min-width: 18px;
    min-height: 18px;
    height: 18px;
    width: 18px;
}

html,
body {
    font-family: 'Lato', sans-serif;
    -webkit-font-smoothing: antialiased;
    color: rgba(0, 0, 0, 0.87);
    font-size: 12px;
    background-color: transparent;
    text-rendering: optimizeLegibility;
}

@media screen and (min-width: 1920px) {

    html,
    body {
        font-size: 14px;
    }
}

@media screen and (min-width: 1920px) {
    html {
        width: 1920px;
        max-width: 1920px;
    }
}

h1 {
    font-size: 32px;
    line-height: 28px;
    color: #333333;
}

h2 {
    font-size: 28px;
    line-height: 24px;
    color: #333333;
}

h3 {
    font-size: 24px;
    line-height: 20px;
    color: #333333;
}

h4 {
    font-size: 20px;
    line-height: 16px;
    color: #333333;
}

h5 {
    font-size: 18px;
    line-height: 16px;
    color: #333333;
}

h5 {
    font-size: 16px;
    line-height: 14px;
    color: #333333;
}

p {
    font-size: 15px;
    line-height: 16px;
    color: #333333;
}

:hover,
:focus,
:active {
    outline: 0;
}

.toggle-button {
    border: none;
    background: none;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local("Material Icons"), local("MaterialIcons-Regular"), url(../../Common/fonts/material-icons.woff) format("woff");
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    font-feature-settings: 'liga';
}

.side-nav-wrapper,
.side-nav-wrapper-hidden {
    width: 45px;
    height: 100%;
    color: white;
    position: fixed;
    background: #F5F5F5;
    top: 40px;
    z-index: 49;
}

.side-nav-wrapper.open,
.open.side-nav-wrapper-hidden {
    overflow-y: auto;
    overflow-x: hidden;
}

.side-nav-bg,
.md-sidenav-left {
    background: #F5F5F5;
}

.side-nav-wrapper.open,
.open.side-nav-wrapper-hidden {
    width: 210px;
}

.side-nav-wrapper.open md-icon:first-child,
.open.side-nav-wrapper-hidden md-icon:first-child {
    margin: 0 5px 0 0;
}

div[ng-view] {
    padding-top: 5px;
}

.menu {
    border-bottom: 1px solid #ccc;
    position: relative;
    display: block;
}

.side-nav-wrapper button,
.side-nav-wrapper-hidden button,
.md-sidenav-left button {
    border: 0px;
    background: transparent;
    outline: 0;
    color: white;
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.side-nav-wrapper button:hover span,
.side-nav-wrapper-hidden button:hover span,
.side-nav-wrapper button.md-primary-bg span,
.side-nav-wrapper-hidden button.md-primary-bg span,
.md-sidenav-left button.md-primary-bg span,
.side-nav-wrapper.theme ul:not(.md-primary-bg) button:hover span,
.theme.side-nav-wrapper-hidden ul:not(.md-primary-bg) button:hover span {
    color: #FFFFFF;
}

.side-nav-wrapper button:hover .material-icons,
.side-nav-wrapper-hidden button:hover .material-icons,
.side-nav-wrapper button.md-primary-bg .material-icons,
.side-nav-wrapper-hidden button.md-primary-bg .material-icons,
.md-sidenav-left button.md-primary-bg .material-icons,
.side-nav-wrapper.theme ul:not(.md-primary-bg) button:hover .material-icons,
.theme.side-nav-wrapper-hidden ul:not(.md-primary-bg) button:hover .material-icons {
    color: #FFFFFF;
}

.side-nav-wrapper .side-menu-main md-icon.md-default-theme,
.side-nav-wrapper-hidden .side-menu-main md-icon.md-default-theme,
.side-nav-wrapper .side-menu-main md-icon.material-icons,
.side-nav-wrapper-hidden .side-menu-main md-icon.material-icons,
.md-sidenav-left button .material-icons {
    color: #999;
}

.side-nav-wrapper>button,
.side-nav-wrapper-hidden>button {
    justify-content: flex-end;
    width: auto;
    margin-left: auto;
}

.menu button span,
.md-sidenav-left button span {
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    text-align: left;
    color: #666;
}

.side-nav-wrapper.open .menu .submenu li button span,
.open.side-nav-wrapper-hidden .menu .submenu li button span {
    white-space: normal;
}

.menu .submenu li button span {
    font-size: 13px;
    float: left;
}

.menu ul li {
    list-style: none;
    border-bottom: 1px solid rgba(221, 221, 221, 0.19);
}

.menu ul.submenu>li>button {
    height: 44px;
}

.menu button.md-primary-bg span.selected {
    border-right: 10px solid white;
}

.menu button.md-primary-bg span.selected {
    position: absolute;
    right: 0px;
    top: 10px;
}

.switch-app {
    z-index: 50;
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    min-width: 160px;
}

@media screen and (max-width: 600px) {
    .switch-app {
        right: 0px;
    }
}

.switch-app span {
    font-size: 12px;
}

.switch-app md-content>span {
    cursor: pointer;
}

.switch-app.switch-station md-content>span {
    padding: 6px 10px 6px 10px;
}

.switch-app label {
    width: 100%;
    outline: 0;
    padding: 10px 10px 10px 20px;
    color: #AFB6C2;
    font-size: 12px;
    color: rgba(48, 48, 48, 0.75);
}

.switch-app.switch-station label {
    padding: 10px 10px 10px 10px;
}

.switch-app md-tabs span {
    width: 100%;
    outline: 0;
    padding: 6px 10px 6px 20px;
    cursor: pointer;
}

.switch-app md-tabs span:hover {
    background-color: #f4f5f7;
}

.ecw-app-header md-tabs md-tabs-wrapper {
    display: none;
}

.ecw-app-header md-tabs md-tab-content {
    padding: 0px;
}

.ecw-app-header md-tabs md-icon.back-icon {
    transform: rotate(180deg);
    cursor: pointer;
}

.side-nav-wrapper:not(.open) .menu .submenu,
.side-nav-wrapper-hidden:not(.open) .menu .submenu {
    position: absolute;
    display: none;
    padding: 0px;
    list-style: none;
    margin: 0;
}

.side-nav-wrapper:not(.open) .menu .submenu li,
.side-nav-wrapper-hidden:not(.open) .menu .submenu li {
    border-bottom: 1px solid #ccc;
}

.side-nav-wrapper:not(.open) .menu .submenu .submenu-button,
.side-nav-wrapper-hidden:not(.open) .menu .submenu .submenu-button {
    padding: 10px 20px;
    width: 100%;
}

.side-nav-wrapper:not(.open) .menu:hover .submenu,
.side-nav-wrapper-hidden:not(.open) .menu:hover .submenu {
    display: block;
    left: 100%;
    top: 0;
    background: #F5F5F5;
}

.side-nav-wrapper:not(.open) .menu:nth-child(5):hover .submenu,
.side-nav-wrapper-hidden:not(.open) .menu:nth-child(5):hover .submenu {
    max-height: 260px;
    overflow: auto;
}

.side-nav-wrapper:not(.open) .menu:nth-child(6):hover .submenu,
.side-nav-wrapper-hidden:not(.open) .menu:nth-child(6):hover .submenu {
    max-height: 260px;
    overflow: auto;
}

.side-nav-wrapper:not(.open) .menu:nth-child(7):hover .submenu,
.side-nav-wrapper-hidden:not(.open) .menu:nth-child(7):hover .submenu {
    max-height: 260px;
    overflow: auto;
}

.side-nav-wrapper:not(.open) .menu:nth-child(8):hover .submenu,
.side-nav-wrapper-hidden:not(.open) .menu:nth-child(8):hover .submenu {
    max-height: 260px;
    overflow: auto;
}

.side-nav-wrapper:not(.open) .menu:nth-child(9):hover .submenu,
.side-nav-wrapper-hidden:not(.open) .menu:nth-child(9):hover .submenu {
    max-height: 260px;
    overflow: auto;
}

.side-nav-wrapper:not(.open) .menu:nth-child(10):hover .submenu,
.side-nav-wrapper-hidden:not(.open) .menu:nth-child(10):hover .submenu {
    max-height: 260px;
    overflow: auto;
}

.side-nav-wrapper:not(.open) .menu:nth-child(11):hover .submenu,
.side-nav-wrapper-hidden:not(.open) .menu:nth-child(11):hover .submenu {
    max-height: 260px;
    overflow: auto;
}

.side-nav-wrapper:not(.open) .menu:nth-child(12):hover .submenu,
.side-nav-wrapper-hidden:not(.open) .menu:nth-child(12):hover .submenu {
    max-height: 260px;
    overflow: auto;
}

.side-nav-wrapper-hidden {
    position: relative;
    visibility: hidden;
}

md-sidenav.md-sidenav-left .submenu,
md-sidenav.md-sidenav-left .submenu .level2,
.side-nav-wrapper.open .submenu,
.open.side-nav-wrapper-hidden .submenu,
.side-nav-wrapper .submenu .level2,
.side-nav-wrapper-hidden .submenu .level2 {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0px;
}

md-sidenav.md-sidenav-left .submenu.open,
md-sidenav.md-sidenav-left .submenu.open .level2.open,
.side-nav-wrapper.open .submenu.open,
.open.side-nav-wrapper-hidden .submenu.open,
.side-nav-wrapper .submenu .level2.open,
.side-nav-wrapper-hidden .submenu .level2.open {
    opacity: 1;
    max-height: inherit;
}

md-sidenav.md-sidenav-left .submenu.open .submenu-button,
.side-nav-wrapper.open .menu .submenu .submenu-button,
.open.side-nav-wrapper-hidden .menu .submenu .submenu-button {
    padding: 7px 7px 7px 20px;
    width: 100%;
    text-align: left;
}

.side-nav-wrapper button:hover,
.side-nav-wrapper-hidden button:hover {
    background: #5b5b5b;
}

md-sidenav.md-sidenav-left .submenu.open .submenu-button {
    white-space: normal;
}

.error-message {
    font-size: 13px;
    color: #D0021B;
}

.ecw-app-header md-icon.material-icons {
    margin: 0px 5px 0 0px;
    line-height: 24px;
    outline: 0;
    font-size: 24px;
    color: #4C5F76;
}

.ecw-app-header .page-head.theme .dropdown-toggle md-icon.material-icons:not(.switch),
.ecw-app-header .page-head.theme .zoom md-icon.material-icons {
    color: white !important;
}

.ecw-app-header .page-head.theme .header-date {
    color: white;
}

.ecw-app-header .dropdown-toggle {
    border: 0;
    background: transparent;
    height: 36px;
    font-weight: 500;
    color: #333333;
    align-items: center;
    display: flex;
}

.ecw-app-header .page-head.theme .dropdown-toggle {
    color: white;
}

.ecw-app-header .welcome-label {
    border-left: 1px solid rgba(0, 0, 0, 0.38);
    padding-left: 8px;
    padding-right: 5px;
}

.ecw-app-header .page-head.theme .welcome-label {
    border-left: 1px solid rgba(255, 255, 255, 0.68);
    padding-left: 8px;
}

.ecw-app-header .dropdown-toggle img {
    border: 1px solid rgba(0, 0, 0, 0.38);
    margin-right: 10px;
}

.ecw-app-header .dropdown li {
    cursor: pointer;
    padding: 3px 5px;
}

.ecw-app-header .dropdown li.setting:hover {
    background: #EAEAEA;
}

.ecw-app-header .mail {
    position: relative;
}

.ecw-app-header .badge-notify {
    text-align: center;
    color: #ffffff;
    background: #ff0000;
    position: absolute;
    top: 0px;
    width: 17px;
    height: 17px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin-top: -3px;
    margin-left: 4px;
}

.ecw-app-header .user-info,
.ecw-footer .user-info {
    padding: 0px 5px;
}

.ecw-app-header .user-info-label,
.ecw-footer .user-info-label {
    padding-left: 5px;
    color: #333333;
}

.ecw-app-header .page-head.theme .user-info-label,
.ecw-app-header .page-head.theme .user-info,
.ecw-app-header .page-head.theme .user-info-group {
    color: white;
}

.ecw-app-header .user-info-wrapper {
    padding: 5px;
}

.ecw-app-header .switch {
    background: white;
    border-style: double;
    border-width: 1px;
    border-radius: 0px;
    font-weight: bold;
    outline: 0;
}

@media screen and (max-width: 960px) {
    .ecw-app-header .switch {
        padding: 0px 5px;
    }
}

.ecw-app-header .switch md-icon {
    margin: 0px;
    height: 14px;
    width: 14px;
    font-size: 14px;
    min-height: 14px;
    min-width: 14px;
    line-height: 14px;
    border-style: none;
    border: 0px;
}

.menu-head {
    height: 40px;
    font-size: 22px;
}

.page-head {
    height: 40px;
    width: 100%;
    position: fixed;
    z-index: 51;
    top: 0;
    background: #FEFEFE;
    max-width: 1920px;
    box-shadow: -2px 0px 3px #666666;
}

.page-head .theme-palette {
    border: 0px;
    width: 23px;
    height: 23px;
}

.page-head>md-icon.sidenav-menu {
    cursor: pointer;
}

.page-head-hidden {
    visibility: hidden;
    padding: 20px;
}

.page-header {
    border-bottom: 1px solid #e7ecf1;
    color: #666;
    margin: 0;
    align-items: center;
}

.page-header md-icon.material-icons {
    font-size: 16px;
    height: 16px;
    width: 16px;
    min-height: 16px;
    min-width: 16px;
    line-height: 16px;
    margin: 0px 5px 0px 0px;
    color: #666;
}

.ecw-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 48;
    right: 0;
    max-width: 1920px;
}

@media screen and (max-width: 600px) {
    .ecw-footer {
        position: relative;
    }
}

.ecw-footer-hidden {
    position: relative;
    width: 100%;
    bottom: 0;
    visibility: hidden;
}

@media screen and (max-width: 600px) {
    .ecw-footer-hidden {
        display: none;
    }
}

.ecw-footer .version-label,
.ecw-footer-hidden .version-label {
    background-color: #909090;
    color: white;
    text-align: center;
    font-size: 10px;
    padding: 2px;
}

@media (min-width: 600px) and (max-width: 960px) {

    .ecw-footer .version-label,
    .ecw-footer-hidden .version-label {
        font-size: 8px;
        padding: 1px;
    }
}

@media screen and (max-width: 600px) {

    .ecw-footer .version-label,
    .ecw-footer-hidden .version-label {
        font-size: 7px;
        padding: 1px;
    }
}

.ecw-footer .copyrights,
.ecw-footer-hidden .copyrights {
    background-color: #E4E4E4;
    color: #676767;
    font-size: 10px;
    padding: 2px 20px 2px 60px;
    position: relative;
}

@media (min-width: 600px) and (max-width: 960px) {

    .ecw-footer .copyrights,
    .ecw-footer-hidden .copyrights {
        font-size: 8px;
        padding: 2px 10px;
    }
}

@media screen and (max-width: 600px) {

    .ecw-footer .copyrights,
    .ecw-footer-hidden .copyrights {
        font-size: 7px;
        padding: 2px 5px;
    }
}

.ecw-footer .tenant-configs {
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    font-size: 12px;
    top: 0px;
    bottom: 0px;
}

@media screen and (min-width: 1280px) {
    .ecw-footer .tenant-configs {
        left: -22px;
    }
}

@media screen and (max-width: 1280px) {
    .ecw-footer .tenant-configs {
        font-size: 10px;
        position: relative;
    }
}

@media (min-width: 600px) and (max-width: 960px) {
    .ecw-footer .tenant-configs {
        font-size: 8px;
        position: relative;
    }
}

@media screen and (max-width: 600px) {
    .ecw-footer .tenant-configs {
        font-size: 7px;
        position: relative;
    }
}

.ecw-footer .all-right-reserved {
    text-align: right;
}

@media (min-width: 600px) and (max-width: 960px) {
    .ecw-footer .all-right-reserved {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .ecw-footer .all-right-reserved {
        display: none;
    }
}

.version-modal-text,
.change-password {
    text-align: center;
    font-weight: bold;
    font-size: 13px;
}

button.primary-btn {
    font-weight: bold;
}

button.secondary-btn {
    background: #e5e5e5;
    color: black;
    font-weight: bold;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

ecw-loader.loader md-progress-circular path {
    stroke: white;
}

.loader .temp-loader,
.partial-loader .temp-loader {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 0.25rem solid rgba(255, 255, 255, 0.2);
    border-top-color: white;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(102, 102, 102, 0.65);
    z-index: 101;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partial-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(102, 102, 102, 0.15);
    z-index: 40;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader .dialogue-box {
    position: relative;
    background-color: white;
    height: 265px;
    width: 570px;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

@media screen and (max-width: 600px) {
    .loader .dialogue-box {
        height: 175px;
        width: 250px;
    }
}

.loader svg {
    width: 175px;
    height: 175px;
}

@media screen and (max-width: 600px) {
    .loader svg {
        height: 110px;
    }
}

.loader .loading-svg-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader span {
    text-align: center;
    position: relative;
    padding: 10px;
    display: block;
    width: 100%;
    font-size: 19px;
}

@media (min-width: 600px) and (max-width: 960px) {
    .loader span {
        font-size: 15px;
        font-weight: bold;
    }
}

@media screen and (max-width: 600px) {
    .loader span {
        font-size: 12px;
        font-weight: bold;
    }
}

.loader span.large-text {
    font-size: 17px;
}

@media (min-width: 600px) and (max-width: 960px) {
    .loader span.large-text {
        font-size: 12px;
    }
}

@media screen and (max-width: 600px) {
    .loader span.large-text {
        padding: 7px;
        font-size: 9px;
    }
}

.pd0 {
    padding: 0px;
}

.pd5 {
    padding: 5px;
}

.pd10 {
    padding: 10px;
}

.pd15 {
    padding: 15px;
}

.pd20 {
    padding: 20px;
}

.pd25 {
    padding: 25px;
}

.pd30 {
    padding: 30px;
}

.pd-t0 {
    padding-top: 0px !important;
}

.pd-t5 {
    padding-top: 5px !important;
}

.pd-t10 {
    padding-top: 10px !important;
}

.pd-t15 {
    padding-top: 15px !important;
}

.pd-t20 {
    padding-top: 20px !important;
}

.pd-t25 {
    padding-top: 25px !important;
}

.pd-t30 {
    padding-top: 30px !important;
}

.pd-r0 {
    padding-right: 0px !important;
}

.pd-r5 {
    padding-right: 5px !important;
}

.pd-r10 {
    padding-right: 10px !important;
}

.pd-r15 {
    padding-right: 15px !important;
}

.pd-r20 {
    padding-right: 20px !important;
}

.pd-r25 {
    padding-right: 25px !important;
}

.pd-r30 {
    padding-right: 30px !important;
}

.pd-b0 {
    padding-bottom: 0px !important;
}

.pd-b5 {
    padding-bottom: 5px !important;
}

.pd-b10 {
    padding-bottom: 10px !important;
}

.pd-b15 {
    padding-bottom: 15px !important;
}

.pd-b20 {
    padding-bottom: 20px !important;
}

.pd-b25 {
    padding-bottom: 25px !important;
}

.pd-b30 {
    padding-bottom: 30px !important;
}

.pd-l0 {
    padding-left: 0px !important;
}

.pd-l5 {
    padding-left: 5px !important;
}

.pd-l10 {
    padding-left: 10px !important;
}

.pd-l15 {
    padding-left: 15px !important;
}

.pd-l20 {
    padding-left: 20px !important;
}

.pd-l25 {
    padding-left: 25px !important;
}

.pd-l30 {
    padding-left: 30px !important;
}

.pd8 {
    padding: 8px;
}

.pd16 {
    padding: 16px;
}

.pd-t8 {
    padding-top: 8px !important;
}

.pd-t16 {
    padding-top: 16px !important;
}

.pd-r8 {
    padding-right: 8px !important;
}

.pd-r16 {
    padding-right: 16px !important;
}

.pd-b8 {
    padding-bottom: 8px !important;
}

.pd-b16 {
    padding-bottom: 16px !important;
}

.pd-l8 {
    padding-left: 8px !important;
}

.pd-l16 {
    padding-left: 16px !important;
}

.mr0 {
    margin: 0px;
}

.mr5 {
    margin: 5px;
}

.mr10 {
    margin: 10px;
}

.mr15 {
    margin: 15px;
}

.mr20 {
    margin: 20px;
}

.mr25 {
    margin: 25px;
}

.mr30 {
    margin: 30px;
}

.mr-t0 {
    margin-top: 0px !important;
}

.mr-t5 {
    margin-top: 5px !important;
}

.mr-t10 {
    margin-top: 10px !important;
}

.mr-t15 {
    margin-top: 15px !important;
}

.mr-t20 {
    margin-top: 20px !important;
}

.mr-t25 {
    margin-top: 25px !important;
}

.mr-t30 {
    margin-top: 30px !important;
}

.mr-r0 {
    margin-right: 0px !important;
}

.mr-r5 {
    margin-right: 5px !important;
}

.mr-r10 {
    margin-right: 10px !important;
}

.mr-r15 {
    margin-right: 15px !important;
}

.mr-r20 {
    margin-right: 20px !important;
}

.mr-r25 {
    margin-right: 25px !important;
}

.mr-r30 {
    margin-right: 30px !important;
}

.mr-b0 {
    margin-bottom: 0px !important;
}

.mr-b5 {
    margin-bottom: 5px !important;
}

.mr-b10 {
    margin-bottom: 10px !important;
}

.mr-b15 {
    margin-bottom: 15px !important;
}

.mr-b20 {
    margin-bottom: 20px !important;
}

.mr-b25 {
    margin-bottom: 25px !important;
}

.mr-b30 {
    margin-bottom: 30px !important;
}

.mr-l0 {
    margin-left: 0px !important;
}

.mr-l5 {
    margin-left: 5px !important;
}

.mr-l10 {
    margin-left: 10px !important;
}

.mr-l15 {
    margin-left: 15px !important;
}

.mr-l20 {
    margin-left: 20px !important;
}

.mr-l25 {
    margin-left: 25px !important;
}

.mr-l30 {
    margin-left: 30px !important;
}

.mr8 {
    margin: 8px;
}

.mr16 {
    margin: 16px;
}

.mr-t8 {
    margin-top: 8px !important;
}

.mr-t16 {
    margin-top: 16px !important;
}

.mr-r8 {
    margin-right: 8px !important;
}

.mr-r16 {
    margin-right: 16px !important;
}

.mr-b8 {
    margin-bottom: 8px !important;
}

.mr-b16 {
    margin-bottom: 16px !important;
}

.mr-l8 {
    margin-left: 8px !important;
}

.mr-l16 {
    margin-left: 16px !important;
}

.width-10 {
    min-width: 10px;
    margin-right: 10px;
}

.width-20 {
    min-width: 20px;
    margin-right: 10px;
}

.width-30 {
    min-width: 30px;
    margin-right: 10px;
}

.width-40 {
    min-width: 40px;
    margin-right: 10px;
}

.width-50 {
    min-width: 50px;
    margin-right: 10px;
}

.width-60 {
    min-width: 60px;
    margin-right: 10px;
}

.width-70 {
    min-width: 70px;
    margin-right: 10px;
}

.width-80 {
    min-width: 80px;
    margin-right: 10px;
}

.width-90 {
    min-width: 90px;
    margin-right: 10px;
}

.width-100 {
    min-width: 100px;
    margin-right: 10px;
}

.width-110 {
    min-width: 110px;
    margin-right: 10px;
}

.width-120 {
    min-width: 120px;
    margin-right: 10px;
}

.width-130 {
    min-width: 130px;
    margin-right: 10px;
}

.width-140 {
    min-width: 140px;
    margin-right: 10px;
}

.width-150 {
    min-width: 150px;
    margin-right: 10px;
}

.width-160 {
    min-width: 160px;
    margin-right: 10px;
}

.width-170 {
    min-width: 170px;
    margin-right: 10px;
}

.width-180 {
    min-width: 180px;
    margin-right: 10px;
}

.width-190 {
    min-width: 190px;
    margin-right: 10px;
}

.position-relative {
    position: relative;
}

.position-absolute {
    position: absolute;
}

.text-align-left {
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.display-block {
    display: block;
}

.display-flex {
    display: flex;
}

.display-items-center {
    display: flex;
    align-items: center;
}

.display-content-center {
    display: flex;
    justify-content: center;
}

.display-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.absolute-display-center {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0px;
    bottom: 0px;
}

.display-none {
    display: none;
}

.visibility-hidden {
    visibility: hidden;
}

.vertical-align-middle {
    vertical-align: middle;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: flex-end;
}

.align-items-start {
    align-items: flex-start;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-end {
    justify-content: flex-end;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

.flex-wrap {
    flex-wrap: wrap;
}

.text-underline,
.grid-link {
    text-decoration: underline;
}

.margin-left-auto {
    margin-left: auto;
}

.margin-right-auto {
    margin-right: auto;
}

.margin-auto {
    margin: 0 auto;
}

.cursor-pointer {
    cursor: pointer;
}

.capitalize {
    text-transform: uppercase;
}

.ecw-padding,
.search-form {
    padding: 10px;
}

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

    .ecw-padding,
    .search-form {
        padding: 5px;
    }
}

@media screen and (min-width: 1920px) {

    .ecw-padding,
    .search-form {
        padding: 15px;
    }
}

.ecw-margin {
    margin: 10px;
}

@media screen and (max-width: 1024px) {
    .ecw-margin {
        margin: 5px;
    }
}

@media screen and (min-width: 1920px) {
    .ecw-margin {
        margin: 15px;
    }
}

.ecw-header {
    font-size: 16px;
    font-weight: 600;
}

@media screen and (min-width: 1920px) {
    .ecw-header {
        font-size: 20px;
    }
}

.ecw-header-light {
    font-size: 18px;
}

@media screen and (min-width: 1920px) {
    .ecw-header-light {
        font-size: 20px;
    }
}

.ecw-subheader {
    font-size: 16px;
    font-weight: bold;
}

@media screen and (min-width: 1920px) {
    .ecw-subheader {
        font-size: 20px;
    }
}

.form-subheader {
    padding: 10px;
    background: #EAEAEA;
    font-weight: bold;
}

.ecw-desc {
    font-size: 14px;
}

ecw-list-wrapper md-list button.show-header {
    width: 100%;
    padding: 11px 10px;
    background: white;
    border: 0;
    text-align: left;
    outline: 0;
}

ecw-list-wrapper md-list .list-title {
    font-weight: bold;
    font-size: 14px;
}

.bg-white {
    background: #ffffff !important;
}

.bg-pink {
    background: #F5888D;
    color: white;
}

.bg-purple {
    background: #9A89B5;
    color: white;
}

.bg-green {
    background: #5A8770;
    color: white;
}

.fg-white {
    color: #ffffff !important;
}

.fg-indigo {
    color: #3F51B5;
}

.fg-green {
    color: #4CAF50;
}

.fg-teal {
    color: #26A69A;
}

.fg-grey {
    color: #BDBDBD;
}

.fg-orange {
    color: #FF5722;
}

.fg-red {
    color: #F44336 !important;
}

.font-bold {
    font-weight: bold !important;
}

.font-600 {
    font-weight: 600;
}

.font-normal {
    font-weight: 500;
}

.font-8 {
    font-size: 8px;
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.summary-small {
    font-size: 13px;
    font-weight: 600;
}

.summary-medium {
    font-size: 17px;
    font-weight: 600;
}

.summary-large {
    font-size: 21px;
    font-weight: 600;
}

@media screen and (min-width: 1280px) {
    .small-dialog {
        max-width: 960px;
    }
}

.search-form {
    border-bottom: 1px solid #EAEAEA;
    background: white;
    border: 10px solid #E4E4E4;
    position: absolute;
    z-index: 50;
    width: calc(100% - 20px);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.search-form-opacity {
    background: rgba(0, 0, 0, 0.1);
}

.backdrop-opacity {
    background: rgba(0, 0, 0, 0.2);
}

.grid-link {
    padding: 2px 7px 2px 0px;
    margin: 0px;
    min-width: auto;
    min-height: auto;
    line-height: normal;
    cursor: pointer;
}

.grid-link:hover {
    background: none !important;
}

.border-right {
    border-right: 1px solid #C3C3C3;
}

.block-bottom {
    border-left: 1px solid rgba(0, 0, 0, 0.12);
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.filter-icon md-icon {
    color: white;
}

.filter-wrapper {
    cursor: default;
    border-radius: 16px;
    display: block;
    height: 32px;
    line-height: 32px;
    margin: 8px 8px 0 0;
    padding: 0 12px;
    float: left;
    box-sizing: border-box;
    max-width: 100%;
    position: relative;
    background: #e0e0e0;
    color: #424242;
    padding-right: 22px;
    font-weight: 600;
}

.grid-row-count {
    cursor: default;
    display: block;
    margin-left: 8px;
    padding: 0 12px;
    float: left;
    box-sizing: border-box;
    max-width: 100%;
    position: relative;
    background: #e0e0e0;
    color: #424242;
    min-width: 20px;
    font-weight: 600;
    line-height: 24px;
    height: 22px;
    border-radius: 10px;
}

.grid-header-title {
    padding: 10px;
    align-items: center;
    display: flex;
}

.grid-header-right-align .ui-grid-cell-contents {
    justify-content: flex-end;
}

div[ng-view]>div,
div[ng-view]>md-content,
div[ng-view]>form {
    width: 100%;
}

div[ecw-active-window] {
    position: fixed;
    width: initial;
    height: 0%;
    right: 0;
    z-index: 51;
}

@media screen and (min-width: 2200px) {
    div[ecw-active-window] {
        left: 1920px;
    }
}

div[ecw-active-window] .active-window {
    position: relative;
    right: 0;
    bottom: 0;
    background: white;
    color: #333;
    border-left: 1px solid #ccc;
    height: 100%;
}

div[ecw-active-window] .title {
    position: absolute;
    right: 0px;
    top: 150px;
    transform: rotate(-180deg);
    background: orange;
    color: white;
    font-weight: bold;
    padding: 10px 7px;
    writing-mode: vertical-lr;
    cursor: pointer;
    white-space: nowrap;
}

@media all and (-ms-high-contrast: none) {
    div[ecw-active-window] .title {
        writing-mode: tb-rl;
    }
}

/* div[ecw-active-window] .title:not(:root:root) {
    transform: rotate(-90deg);
    right: -30px;
} */

div[ecw-active-window] .active-window-content {
    width: 200px;
    height: 100%;
    overflow: auto;
}

@media screen and (min-width: 2200px) {
    div[ecw-active-window] .active-window-content {
        width: 250px !important;
    }
}

div[ecw-active-window] .active-window-content.hide-acw {
    width: 0px;
    height: 0px;
}

div[ecw-active-window] .active-window-content .button-text {
    padding: 10px 10px;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}

div[ecw-active-window] .active-window-content .button-text.active md-icon {
    color: white;
}

div[ecw-active-window] .active-window-content .button-text.active,
div[ecw-active-window] .active-window-content .button-text:hover {
    color: white;
}

ecw-search-form {
    display: none;
}

.time-input-buttons-wrapper {
    position: absolute;
    right: 0px;
}

@media all and (-ms-high-contrast: none) {
    .time-input-buttons-wrapper {
        bottom: 0px;
    }
}

.time-input-buttons-wrapper .time-input-button {
    width: 20px;
    height: 13px;
    padding: 0px;
    background: #EEE;
    border: 1px solid rgba(0, 0, 0, 0.24);
}

.time-input-buttons-wrapper .time-input-button md-icon {
    width: 10px;
    height: 10px;
    min-width: 10px;
    min-height: 16px;
    font-size: 10px;
}

.slide-in.ng-enter {
    -webkit-animation: fadeInUp 1s;
    -moz-animation: fadeInUp 1s;
    -ms-animation: fadeInUp 1s;
    animation: fadeInUp 1s;
}

.slide-in.ng-leave {
    -webkit-animation: fadeOutDown 1s;
    -moz-animation: fadeOutDown 1s;
    -ms-animation: fadeOutDown 1s;
    animation: fadeOutDown 1s;
}

/* Animations End */
/* Browser Override start */
input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield !important;
    appearance: none;
    margin: 0;
}

.export-as {
    font-size: 14px;
    float: left;
    margin-right: 10px;
}

.export-wrapper {
    margin: 0px 10px;
    align-items: center;
    display: flex;
}

.export-wrapper img {
    margin: 0px 5px;
    cursor: pointer;
    height: 21px;
    width: 16px;
}

.login-form .login-wrapper {
    min-width: 320px;
    z-index: 2;
    width: 350px;
}

.login-form .title {
    font-size: 20px;
    color: #EEE;
}

.login-form .reset {
    width: 320px;
    font-size: 15px;
    color: white;
}

.login-form .content {
    background: url("../../Common/images/bg-white-lock.png") repeat;
}

.login-form .image {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
}

.newimage{
    width: 300px;
}

@media screen and (max-width: 600px) {
    .login-form .image {
        width: 250px;
    }
}

.login-form .copyrights {
    font-size: 12px;
    color: white;
    text-align: center;
}

.login-form .forgot-password {
    font-size: 14px;
    color: white;
}

.login-form .forgot-password .click-here {
    color: #22B0F7;
    cursor: pointer;
}

.login-form .forgot-password .click-here:hover {
    text-decoration: underline;
}

.login-form .input-container>label {
    color: white !important;
}

.login-form .input-container {
    position: relative;
    margin-bottom: 20px;
    display: flex;
}

.login-form .input-container input {
    height: 34px;
    width: 100%;
    border: 0;
    outline: 0;
    padding-left: 5px;
    border-radius: 0px;
}

.login-form .input-container .icon-container {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
}

.login-form .input-container .icon-container md-icon {
    margin: 0px;
    color: rgba(0, 0, 0, 0.38);
    font-size: 16px;
    height: 16px;
    width: 16px;
    min-height: 16px;
    min-width: 16px;
}

.filtered-menu-dropdown {
    position: absolute;
    z-index: 50;
    display: flex;
    background: white;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    min-width: 150px;
}

.filtered-menu-dropdown button:not(:hover) {
    color: black;
}

.filtered-menu-item button {
    font-weight: bold;
    text-align: left;
    background: white;
    border: 0px;
    width: 100%;
    display: flex;
    align-items: center;
}

.filtered-menu-item button.md-primary-bg span.md-primary-fg,
.ecw-app-header .filtered-menu-item button:hover span.md-primary-fg,
.ecw-app-header .search-input button:hover span.md-primary-fg {
    color: inherit !important;
}

.ecw-app-header .search-input input {
    width: 150px;
    height: 30px;
}

.color-inherit {
    color: inherit !important;
}

.content-border {
    border: 1px solid #ececec;
}

.custom-dropdown-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(102, 102, 102, 0.65);
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-dropdown {
    width: 80%;
    padding: 10px;
    background: white;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    font-size: 15px;
}

.custom-dropdown button.md-button {
    min-width: 50px;
}

.invalid-message {
    padding-left: 3px;
    color: #dd2c00;
    font-weight: bold;
    font-size: 12px;
}

.bd-t2 {
    border-top: 2px solid;
}

.ecw-slider {
    overflow: hidden;
    height: 0;
}

.ripple-wrap {
    display: none;
    overflow: hidden;
    position: absolute;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@-webkit-keyframes RIPPLER {
    0% {
        border-width: 0;
    }

    40% {
        height: 0;
        width: 0;
        border-width: 1500px;
        margin-top: -1500px;
        margin-left: -1500px;
    }

    41% {
        height: 0;
        width: 0;
        border-width: 1500px;
        margin-top: -1500px;
        margin-left: -1500px;
    }

    100% {
        border-width: 1500px;
        height: 2000px;
        width: 2000px;
        margin-top: -2500px;
        margin-left: -2500px;
        border-color: whitesmoke;
    }
}

@keyframes RIPPLER {
    0% {
        border-width: 0;
    }

    40% {
        height: 0;
        width: 0;
        border-width: 1500px;
        margin-top: -1500px;
        margin-left: -1500px;
    }

    41% {
        height: 0;
        width: 0;
        border-width: 1500px;
        margin-top: -1500px;
        margin-left: -1500px;
    }

    100% {
        border-width: 1500px;
        height: 2000px;
        width: 2000px;
        margin-top: -2500px;
        margin-left: -2500px;
        border-color: whitesmoke;
    }
}

.ripple {
    display: block;
    height: 0;
    width: 0;
    border-width: 0px;
    border-style: solid;
    border-radius: 100%;
    position: absolute;
    top: 300px;
    left: 300px;
    -webkit-animation: none;
    animation: none;
}

.ripple-wrap.goripple {
    display: block;
}

.ripple-wrap.goripple .ripple {
    -webkit-animation-name: RIPPLER;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-name: RIPPLER;
    animation-duration: 1s;
    animation-fill-mode: forwards;
}

table.grid-table {
    width: 100%;
    border-spacing: 0px;
    border: 1px solid #CCC;
    border-top: 0px;
    margin-bottom: 25px;
}

table.grid-table tr td,
table.grid-table tr th {
    border-right: 1px solid #ececec;
}

table.grid-table tr td input,
table.grid-table tr td span {
    border: 0px;
    padding: 5px 5px;
    width: 100%;
}

table.grid-table tr td input[disabled],
table.grid-table tr td span[disabled] {
    background: none;
}

table.grid-table tr td span {
    display: block;
}

table.grid-table tr td md-select[disabled] md-select-value {
    background: none;
    border: 0px;
}

table.grid-table tr th[colspan] {
    border-bottom: 1px solid #ececec;
}

table.grid-table tr th {
    color: white;
    padding: 8px;
}

/*# sourceMappingURL=main.css.map */

.md-dialog-container-AEx {
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
    overflow: hidden;
}