.emrc {
    z-index: 1;
}

.emrc-app {
    font-family: Helvetica,Arial,sans-serif;
}

.panel-overlay-parent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.floating-sheet {
    position: absolute;
    bottom: 88px;
    right: 16px;
    height: auto;
    border-radius: 2px;
    max-width: 608px;
}

.floating-sheet ul {
    list-style-type: none;
}

.floating-sheet li {
    cursor: pointer;
}

.floating-sheet li.disabled {
    cursor: default;
}

.scroll-container {
    position: absolute;
    overflow: hidden;
    height: auto;
    width: auto;
}

.association-item {
    min-height: 48px;
    position: relative;
    padding-left: 54px;
}

.association-item-action {
    min-height: 48px;
    position: relative;
}

li .association-item-image {
    display: inline-block;
    position: absolute;
    left: 0;
}

.association-item-action-label {
    display: block;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.association-item-label {
    display: block;
    line-height: 20px;
    height: 20px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    padding-top: 4px;
}

.association-item-status {
    display: block;
    line-height: 20px;
    height: 20px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
    padding-bottom: 4px;
}

.association-item.expandable {
    padding-right: 54px;
}

.association-item-list {
    position: relative;
    min-width: 100px;
    min-height: 48px;
    color: #212121;
    background-color: white;
}

.association-action-list-item .expandable {
    position: absolute;
    right: 0;
}

.dialog-wrapper.camera-associations-dialog .material-list-item {
    border-bottom: #dddddd 1px solid;
}

.dialog-wrapper.camera-associations-dialog .material-list-item-content {
    cursor: default;
}
.dialog-wrapper.camera-associations-dialog .material-list-item.pressed:not(.disabled) {
    background: inherit;
}


.dialog-wrapper.camera-associations-dialog .dialog-content {
    border-top: #dddddd 1px solid;
}

.dialog-wrapper.camera-associations-dialog .dialog-header {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.material-icon.material.selection.mini.association-item-image,
.association-expand-icon .material-icon.material.selection.mini{
    margin: 0;
    border-radius: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
}

.association-expand-icon .material-icon.material.selection.mini.association-item-image{
    background-color: transparent;
}

.camera-association-bar-items{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
}

.camera-association-bar-items .material.selection.pressed {
    background: none;
}

.camera-association-bar-dialog-button{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.fifty-percent-opacity {
    opacity: 0.5;
}

.divider-line {
    background-color: #dddddd;
    height: 1px;
    position: absolute;
    left: 0;
    width: 100%;
}

.divider-line.focused {
    background-color: #0078c6;
}

.material-button {
    display: inline-block;
    cursor: pointer;
    min-width: 40px;
    font-size: 16px;
    padding: 10px 8px 10px 8px;
    margin: 4px;
    color: #0078c6;
    text-transform: uppercase;
    text-align: center;
}

.material-button.pressed {
    background-color: #BDBDBD;
}

.material-button.disabled, .material-button.hover.disabled, .material-button.pressed.disabled {
    cursor: default;
    color: #808080;
}

.material-button.persistent-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.secondary-text {
    color: #606060;
    vertical-align: middle;
}

.disabled-text {
    color: #808080;
}

.material-checkbox {
    position: relative;
    color: #212121;
    cursor: pointer;
    padding-left: 54px;
}

.material-checkbox-image {
    position: absolute;
    left: 0;
}

.material-checkbox-label {
    display: inline-block;
    line-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.material-input-container {
    height: 72px;
}

.material-input {
    display: block;
    border: 0;
    width: 100%;
    outline-width: 0;
    font-size: 16px;
    padding-bottom: 8px;
    color: #666666;
}

.material-input-label {
    font-size: 12px;
    line-height: 16px;
}

.security-integrations-device-list {
    background: white;
    color: #212121;
    list-style-type: none;
}

.material-label {
    color: #666666;
    font-size: 12px;
    line-height: 16px;
    cursor: default;
    display: block;
    padding: 16px 0 8px;
}

.material-label.touch-target-height {
    line-height: 44px
}

.after-colon {
    padding-left: 4px;
}

/*
 Header Bar
 */
.app-header {
    position: fixed;
    width: 100%;
    background-color: #007ac3;
    padding: 0;
    height: 48px;
    margin-bottom: 1px;
    z-index: 1;
    top: 0;
    left: 0;
}

/*
 Toolbar
*/
.app-header-toolbar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.app-header-toolbar-title {
    cursor: default;
    font-weight: normal;
    line-height: 48px;
    min-height: 48px;
    text-align: center;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: white;
    text-shadow: 0 0px 0 #ffffff;
    width: 1%;

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1 1 0%;
}

.app-header-toolbar-items {
    height: 48px;
}

.app-header-toolbar-items.left {
    width: 46px;
}

.app-header-toolbar-items.right {
    min-width: 46px;
    text-align: right;
}

.app-header-toolbar-item {
    display: inline-block;
}

.app-header-toolbar-item.list-item {
    display: block;
}

.app-header-toolbar-item.disabled .app-header-toolbar-item-title {
    color: #606060;
}

.app-header-toolbar-item .mini-badge {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 12px;
    left: 30px;
    background-color: red;
    border-radius: 50%;
}

.app-header-toolbar-menu .app-header-toolbar-item-title {
    line-height: 46px;
    vertical-align: middle;
}

/**
 Drag Drop Toolbar
 */
.app-header-drag-drop-toolbar .app-header-toolbar-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}

.app-header-drag-drop-toolbar .app-header-toolbar-item {
    display: block;
    text-align: center;

    -webkit-box-flex: 1;

        -ms-flex: 1;

            flex: 1 1 0%;
}

.app-header-drag-drop-toolbar .app-header-toolbar-item.active {
    -webkit-box-shadow: inset 0px 0px 5px 5px rgba(255, 255, 255, 0.75);
            box-shadow: inset 0px 0px 5px 5px rgba(255, 255, 255, 0.75);
}

.app-header-drag-drop-toolbar .app-header-toolbar-item.icon-dismiss {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2 1 0%;

    background-color: #f89b42;
    background-image: -webkit-gradient(linear , left top, left bottom , from(#f89b42) , to(#f89b42));
    background-image: linear-gradient(#f89b42 , #f89b42);
}

.navigation-display-enter .navigation-drawer {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
}

.navigation-display-enter.navigation-display-enter-active .navigation-drawer {
    -webkit-transform: translateX(0);
            transform: translateX(0);

    -webkit-transition: -webkit-transform 200ms ease-in;

    transition: -webkit-transform 200ms ease-in;

    transition: transform 200ms ease-in;

    transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
}

.navigation-display-leave .navigation-drawer {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.navigation-display-leave.navigation-display-leave-active .navigation-drawer {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);

    -webkit-transition: -webkit-transform 100ms ease-out;

    transition: -webkit-transform 100ms ease-out;

    transition: transform 100ms ease-out;

    transition: transform 100ms ease-out, -webkit-transform 100ms ease-out;
}


.navigation-drawer-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.25);
    z-index: 1000;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
    line-height: 40px;
}

.navigation-drawer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    max-width: 320px;
    margin-right: 56px;
    background-color: #FFFFFF;
}

.navigation-drawer-title {
    overflow: hidden;
    padding-left: 16px;
    vertical-align: middle;
    white-space: nowrap;
    line-height: 48px;
    font-weight: bold;
    cursor: default;
    height: 48px;
    border-bottom: 1px solid #dddddd;
    color: #000000;
}

.navigation-drawer-title-image {
    padding-right: 6px;
    vertical-align: middle;
}

.navigation-drawer-title-text {
    vertical-align: middle;
}


.navigation-drawer-item-container.expanded {
    border-bottom: 1px solid #dddddd;
}

.navigation-drawer-item {
    color: #000000;
    overflow: hidden;
    padding-left: 16px;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
}

.navigation-drawer-item-container.hover > .navigation-drawer-item {
    background-color: #f0f0f0;
}

.navigation-drawer-item-children-container .navigation-drawer-item {
    padding-left: 32px;
}

.navigation-drawer-item .expand-button {
    position: absolute;
    right: 5px;
    top: 5px;
}

.navigation-drawer-item .badge {
    position: relative;
    top: 8px;
    float: right;
    padding: 2px 6px;
    margin-right: 8px;
    line-height: 16px;
    background-color: red;
    color: white;
    border-radius: 50%;
}

.navigation-drawer-hover-target {
    position: absolute;
    height: 100%;
    width: 10px;
    z-index: 151;
}

/*
    SearchDetails Dialog
*/
.search-details-dialog .cameras-list, .search-details-dialog .use-server-time {
    height: 48px;
    font-size: 12px;
}
.search-details-dialog .cameras-list .cameras-list-title {
    padding-top: 16px;
    position: absolute;
    color: #666666;
}
.search-details-dialog .use-server-time-label {
    padding-top: 16px;
    position: absolute;
    color: #666666;
}
.search-details-dialog .server-time-toggle {
    float: right;
}
.search-details-dialog .server-time-toggle .on {
    background-position: -24px -288px;
}

.search-details-dialog .server-time-toggle .off {
    background-position: 0px -288px;
}

.search-details-dialog-items {
    border-top: 1px solid #dddddd;
}

.search-details-dialog-item-list {
    border-bottom: 1px solid #dddddd;
}

.search-details-dialog .material-list-item-content-line{
    margin-top:2px;
}
.search-details-dialog .disabled .material-list-item-content .line-one{
    color: #808080;
}
/*
    Search Duration Menu
*/
.search-duration-menu {
    width: 160px;
    right: -45px;
    top: -3px;
}

/**
 Date-time picker dialog
 */
.c-scrim {
    z-index: 1000;
}

.c-datepicker {
    z-index: 1001;
    font-family: Helvetica,Arial,sans-serif;
}

.c-btn {
    display: inline-block;
    cursor: pointer;
    min-width: 40px;
    font-size: 16px;
    padding: 10px 8px 10px 8px;
    margin: 4px;
    color: #0078c6;
    text-transform: uppercase;
    text-align: center;
}

.c-datepicker .c-datepicker__header-day {
    background: #007ac3;
}

.c-datepicker .c-datepicker__header-date {
    background: #007ac3;
}

/**
 * Material Lists
 */
.material-list-item {
    padding: 8px 16px;
    font-size: 15px;
    min-height: 48px;

    /**
     * Note: This transparent background is set on this element due to an issue seen on IE touch devices.  It was observed
     * That adding the 'pressed' class to an element with this 'material-list-item' class would cause scrolling to
     * break when the user is trying to scroll up the page (but not down the page), all the 'pressed' class does
     * is set the background.  By using this transparent background IE is able to scoll in both directions again.
     **/
    background: rgba(0,0,0,0);
}

.material-list-item.no-padding {
    padding: 0;
}

.material-list-item.no-horizontal-padding {
    padding-left: 0;
    padding-right: 0;
}

.material-list-item-left {
    display: inline-block;
    float: left;
}

.material-list-item-right {
    float: right;
}

.material-list-item-left label,
.material-list-item-right label {
    display: inline-block;
}

.material-list-item-content {
    cursor: pointer;
}

.material-list-item-content.disabled,
.material-list-item-content.error {
    cursor: default;
}

.material-list-item-content .line-one,
.material-list-item-content .line-two,
.material-list-item-content .line-three {
    display: block;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.material-list-item-content .line-one {
    color: #000000;
}

.material-list-item-content.disabled .line-one {
    color: #606060;
}

.material-list-item-content.error .line-one {
    color: #F44336;
    white-space:normal;
    text-align: left-align;
    line-height:15px;
    padding-top:5px;
}

.material-list-item-content .line-two,
.material-list-item-content .line-three {
    color: #606060;
}

.material-list-item .text-content {
    display: inline-block;
}

.material-list-item.pressed:not(.disabled) {
    background: #d1d1d1;
}

/**
 * Styles for single-line material-list-item elements
 **/
.material-list-item.single-line {
    height: 48px;
    line-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
}

.material-list-item.single-line .material-list-item-content {
    line-height: 48px;
    vertical-align: top;
    width: 100%;
}

.material-list-item.single-line.icon .material-list-item-content {
    line-height: 48px;
    vertical-align: top;
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.material-list-item.single-line .material-list-item-left,
.material-list-item.single-line .material-list-item-right{
    height: 48px;
}

.material-list-item.single-line .material-list-item-left .material-icon,
.material-list-item.single-line .material-list-item-right .material-icon {
    margin: 2px;
}

.material-list-item.single-line .material-list-item-left .material-icon .icon,
.material-list-item.single-line .material-list-item-right .material-icon .icon {
    margin: 10px;
}

.material-list-item.single-line .material-list-item-left .material-list-collapse-toggle,
.material-list-item.single-line .material-list-item-right .material-list-collapse-toggle {
    margin-bottom: 2px;
}

/**
 * Styles for two-line material-list-item elements
 **/
.material-list-item.two-line {
    height: 72px;
    line-height: 72px;
    padding-top: 0;
    padding-bottom: 0;
}

.material-list-item.two-line .material-list-item-content {
    vertical-align: top;
    padding-top: 16px;
    width: 100%;
}

.material-list-item.two-line.icon .material-list-item-content {
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.material-list-item.two-line .material-list-item-content > span{
    line-height: 20px;
    vertical-align: top;
}

.material-list-item.two-line .material-list-item-left,
.material-list-item.two-line .material-list-item-right {
    height: 72px;
    line-height: 72px;
    vertical-align: middle;
}

.material-list-item.two-line .material-list-item-left .material-icon,
.material-list-item.two-line .material-list-item-right .material-icon {
    padding: 0;
    margin: 2px;
    vertical-align: middle;
}

.material-list-item.two-line .material-list-item-left .material-icon .icon,
.material-list-item.two-line .material-list-item-right .material-icon .icon {
    margin: 10px;
}

.material-list-item.material-list-header {
    background-color: #7f7f7f;
    vertical-align: middle;
    cursor: pointer;
    padding-left: 48px;
}

.material-list-header .material-list-item-content .line-one,
.material-list-header .material-list-item-content .line-two,
.material-list-header .material-list-item-content .line-three {
    color: white;
    vertical-align: middle;
    font-size: 16px;
}

.material-list-item.material-list-header.pressed {
    background: #B8B8B8;
}

.material-list-header.collapsible {
    padding-left: 0;
}

/**
 * Material Simple Menu
 */
.material-simple-menu {
    z-index: 550;
    background-color: #FFFFFF;
    border-radius: 2px;
    position: absolute;
    overflow: hidden;
    margin: 2px;
}

.material-simple-menu-item {
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/**
 * React Page
 * FUTURE - Remove this class, refactor usage to emrc-page before the 12/15/2016 release.
 */
.react-page {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
}

/**
 * List Container
 */
.react-page .listContainer {
    position: absolute;
    width: 100%;
    bottom: 20px;
    overflow: hidden;
}
.react-page .listContainer .iScrollWrapper {
    height: 100%;
}
.react-page .listContainer ul {
    background: white;
    position: absolute;
    width: 100%;
    margin-top: 7px;
}
.react-page .listContainer li {
    border-bottom: 1px solid #dddddd;
    cursor: pointer;
    padding: 10px 0;
}

/**
 * List Search Page
 */
.list-search-filter-dialog .content .inner {
    padding-bottom: 34px;
}

.list-search-filter-dialog .sortOptionInput {
    border: none;
    cursor: pointer;
    color: #000000;
    text-shadow: 0 0px 0 #000000;
    font-size: 14px;
}

.list-search-filter-dialog .sortOptionsExpandIcon {
    position: absolute;
    top: -12px;
}

.list-search-filter-dialog ul.sortOptionsDropdown {
    position: relative;
    list-style-type: none;
    font-size: 13px;
}

.list-search-filter-dialog ul.sortOptionsDropdown li {
    padding: 10px 0 10px 16px;
    cursor: pointer;
    color: #000000;
    text-shadow: 0 0px 0 #000000;
}

.list-search-filter-dialog ul.sortOptionsDropdown li.selected {
    color: #0078c6;
}

.list-search-filter-dialog ul.sortOptionsDropdown li.pressed {
    color: #d1d1d1;
}

.list-search-filter-dialog-result-filters,
.list-search-filter-sort-options-dropdown {
    border-bottom: 1px solid #dddddd;
}

.list-search-filter-dialog-sort-options {
    padding-bottom: 1px;
}

.list-search-item {
    font-size: 13px;
    white-space: nowrap;
    border-bottom: 1px solid #dddddd;
}

.list-search-item .material-list-item-content {
    height: 80px;
}

.list-search-item .line-one {
    font-weight: bold;
    padding-top: 8px;
}

.list-search-item .thumbnail-image {
    height: 80px;
    width: 80px;
    overflow: hidden;
    padding-right: 10px;
}

.list-search-item .thumbnail-image img {
    max-height: 100%;
    max-width: 100%;
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.list-search-item .thumbnail-image.noCamera {
    display: inline-block;
    background: url(../images/buttonSprite.png) 0 0 no-repeat;
    background-position: -352px 0;
}

.list-search-item .thumbnail-image.noCamera img {
    display: none;
}

.list-search .currentSort {
    position: absolute;
    top: 42px;
    font-size: 13px;
    right: 0;
}

/**
 * Search Filter
 */
div.filterBoxContainer {
    height: 44px;
    width: 100%;
    line-height: 44px;
}

.filterBoxDiv {
    margin: 5px;
    height: 100%;
    border: 1px solid #A0A0A0;
    background-color: white;
}

.filterBoxDiv.hasExpandIcon {
    margin-right: 48px;
}

.filterBoxContainer .expandIcon {
    position: absolute;
    cursor: pointer;
    right: 2px;
    top: 2px;
}

.filterBoxDiv .material.clearFilter {
    position: absolute;
    right: 7px;
}

.filterBoxDiv.hasExpandIcon .material.clearFilter {
    right: 49px;
}

.filterBoxDiv input {
    outline: none;
    width: 75%;
    background: transparent;
    border: none;
    font-size: 17px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-shadow: 0 0px 0 #000000;
}

.filterBoxDiv.shadow-inset {
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
            box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
}

.filterBoxDiv .filterBox {
    float: left;
}

/**
 * Material Card styles.
 */
.material-card {
    background-color: white;
    margin: 8px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.16), 0 2px 5px 0 rgba(0,0,0,.26);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,.16), 0 2px 5px 0 rgba(0,0,0,.26);
}

.material-card.hover {
    -webkit-box-shadow: 0 6px 20px 0 rgba(0,0,0,.19), 0 8px 17px 0 rgba(0,0,0,.2);
            box-shadow: 0 6px 20px 0 rgba(0,0,0,.19), 0 8px 17px 0 rgba(0,0,0,.2);
}

.material-card .card-content {
    padding: 24px 16px 16px;
}

.material-card.no-button-bar .card-content {
    padding: 24px 16px;
}

.material-card .card-title {
    color: #212121;
    font-size: 24px;
}

.material-card .card-subtitle {
    color: #606060;
    font-size: 14px;
    padding-top: 12px;
}

.material-card .card-body {
    color: #515151;
    font-size: 14px;
    padding-top: 16px;
}

.material-card .card-button-bar {
    padding: 8px 4px;
}

.material-card .material-button {
    margin: 0 4px;
}


/**
 * List Card styles.
 */
.list-card {
    background-color: white;
    margin: 8px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.16), 0 2px 5px 0 rgba(0,0,0,.26);
            box-shadow: 0 2px 10px 0 rgba(0,0,0,.16), 0 2px 5px 0 rgba(0,0,0,.26);
}

.list-card.swipe-dismiss-active {
    opacity: .5;
}

.list-card:hover {
    -webkit-box-shadow: 0 6px 20px 0 rgba(0,0,0,.19), 0 8px 17px 0 rgba(0,0,0,.2);
            box-shadow: 0 6px 20px 0 rgba(0,0,0,.19), 0 8px 17px 0 rgba(0,0,0,.2);
}

.list-card .card-content {
    padding: 24px 16px 16px;
}

.list-card.no-button-bar .card-content {
    padding: 24px 16px;
}

.list-card .card-title {
    color: #212121;
    font-size: 24px;
}

.list-card .card-subtitle {
    color: #606060;
    font-size: 14px;
    padding-top: 12px;
}

.list-card .card-body {
    color: #515151;
    font-size: 14px;
    padding-top: 16px;
}

.list-card .card-body ul {
    margin-left: 1.25em;
}

.list-card .card-button-bar {
    padding: 8px 4px;
}

.list-card .material-button {
    margin: 0 4px;
}

/**
 * List card swipe to dismiss transition animations.
 */
.list-card.swipe-dismiss-active.slide-left-on-destroy-leave {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.list-card.swipe-dismiss-active.slide-left-on-destroy-leave.slide-left-on-destroy-leave-active {
    -webkit-transform: translateX(-100%) !important;
            transform: translateX(-100%) !important;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

.list-card.swipe-dismiss-active.slide-right-on-destroy-leave {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.list-card.swipe-dismiss-active.slide-right-on-destroy-leave.slide-right-on-destroy-leave-active {
    -webkit-transform: translateX(100%) !important;
            transform: translateX(100%) !important;
    -webkit-transition: -webkit-transform 200ms ease-out;
    transition: -webkit-transform 200ms ease-out;
    transition: transform 200ms ease-out;
    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}


/**
 * System Alerts Page Specific styles.
 */
.system-alerts-filter-count {
    font-size: 12px;
    padding: 5px 6px;
    color: #212121;
}

.system-alerts-page-content {
    padding-bottom: 8px;
}

.config-alert-content .service {
    font-size: 110%;
}

/**
 * EMRC Page
 */
.emrc-page {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.emrc-page .page-content-wrapper {
    position: absolute;
    top: 48px; /* header bar is 48 pixels tall */
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.emrc-page.is-fullscreen .page-content-wrapper,
.emrc-page.splashscreen-page .page-content-wrapper{
    top: 0;
}

.emrc-page.has-footer .page-content-wrapper {
    bottom: 38px; /* material buttons are 38 pixels tall without top or bottom margins */
}

.emrc-page .page-content {
    width: 100%;
    height: 100%;
    overflow: auto;
    -ms-overflow-style: none;
    background-color: white;

    /**
     Due to stacking order bugs in Android 4.x, react-custom-scrollbars will render scrolled content
     unclickable without the following transform to force a different stacking order.
     */
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.emrc-page .page-footer {
    position: fixed;
    bottom: 0;
}

/*
 React custom scrollbars add -webkit-overflow-scrolling touch to the view container which causes flicker,
 so we have a div that wraps the content to be displayed in a react custom scrollbar to set -webkit-backface-visibility
 to hidden to suppress the flicker.  The backface visibility rule prevents issues in webkit based mobile browsers
 where content does not get drawn to screen even though it is in the DOM.
*/
.rcsContentWrapper {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;

    height: 100%;
}

.empty-start-page .page-content,
.emrc-page.splashscreen-page .page-content {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,2989d8+50,207cca+56,207cca+70,1e5799+100 */
    background: rgb(125,185,232); /* Old browsers */
    background: -webkit-gradient(linear,  left top, left bottom,  from(rgba(125,185,232,1)),color-stop(50%, rgba(41,137,216,1)),color-stop(56%, rgba(32,124,202,1)),color-stop(70%, rgba(32,124,202,1)),to(rgba(30,87,153,1)));
    background: linear-gradient(to bottom,  rgba(125,185,232,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 56%,rgba(32,124,202,1) 70%,rgba(30,87,153,1) 100%);
    color: white;
}

.emrc-page.splashscreen-page .logo {
    background: url(../images/applicationIcon180x180.png) 0 0 no-repeat;
    height: 180px;
    width: 180px;
    margin: 28px auto;
}

.splashscreen-page-content {
    padding: 16px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

.emrc-page.splashscreen-page .status {
    padding-top: 16px;
}

.progressbar {
    margin: 16px 0;
    height: 4px;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.progressbar .progressbar-background {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #e6e6e6;
}

.progressbar .progressbar-value {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    background-color: #0078c6;
    -webkit-transition: 200ms ease;
    transition: 200ms ease;
}

.splashscreen-page .progressbar .progressbar-background {
    background-color: #FFFFFF;
}

.splashscreen-page .progressbar .progressbar-value {
    background-color: #72bcd4;
}

.emrc-page.splashscreen-page .cancelButton {
    margin-left: auto;
    margin-right: auto;
    width: 90px;
}

.emrc-page.splashscreen-page .cancelButton span {
    color: white;
}

.soft-triggers-page-content {
    padding-bottom: 8px;
}

.soft-triggers-filter-count {
    color: #212121;
}

.soft-triggers-list-item {
    height: 58px;
    border-top: 1px solid #666666;
    overflow: hidden;
    cursor: pointer;
}

.soft-triggers-list-item.error {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #212121;
    padding-left: 8px;
}

.soft-triggers-list-item .soft-trigger-state {
    line-height: 58px;
    vertical-align: middle;
    padding-right: 12px; /* Allow whitespace for the react custom scrollbar*/
}

.soft-triggers-list-item .soft-trigger-state.user {
    float: left;
    padding: 6px 4px 0 0;
}

.soft-triggers-list-item .textContent .name {
    font-size: 16px;
    color: #212121;
    padding-top: 4px;
}

.soft-triggers-list-item .textContent .service {
    font-size: 14px;
    color: #606060;
}

.soft-triggers-list-item .textContent .server {
    font-size: 14px;
    color: #606060;
    padding-bottom: 4px;
}

.soft-triggers-page-content .soft-triggers-list-item:last-of-type {
    border-bottom: 1px solid #666666;
}

.emrc-page.webservices-page {
    background-color: white;
}
.emrc-page.webservices-page .filterCount {
    top: 94px;
    padding: 10px 0 0 16px;
}

.emrc-page.webservices-page .webservices-list {
    /* use 88px padding on the bottom to allow for scrolling above the floating action button */
    padding: 8px 0 88px;
}

.emrc-page.webservices-page.is-browser .webservices-list {
    /* browsers don't have a floating action button, so use only 8px padding on bottom */
    padding-bottom: 8px;
}


.emrc-page.webservices-page .webservices-list .servers-expand-item {
    padding-left: 16px;
}

.emrc-page.webservices-page .webservices-list .actionButtons {
    padding: 6px 0 0 4px;
}

.emrc-page.webservices-page .actionButton.floating {
    position: fixed;
    bottom: 30px;
}

.emrc-page.webservices-page .webservices-list .material-two-line-list-item {
    padding-left: 8px;
}

.web-service-list-item {
    clear: both;
    border-color: #dddddd;
    border-width: 1px 0px;
    border-style: solid;
}

.web-service-list-item .material-list-item-right .toggle {
    margin-top: 5px;
    vertical-align: top;
    display: inline-block;
}

.web-service-list-item .material.selection.mini .icon.more-icon {
    margin-left: 10px;
    margin-top: 12px;
}

.web-service-list-item .servers-list {
    margin-left: 16px;
}

.web-service-list-item .servers-list .header {
    font-size: 15px;
    color: gray;
}

.web-service-list-item .status.connected {
    color: green;
}

.web-service-list-item .status.warning {
    color: #CCCC00;
}

.web-service-list-item .status.error {
    color: red;
}

.web-service-list-item .server-info {
    padding-left: 10px;
    color: #007ac3;
    text-decoration: underline;
    cursor: pointer;
}

.web-service-list-item .servers-count {
    font-size: 13px;
    padding-left: 10px;
}

.web-service-list-item .line-one{
    font-weight: 600;
}

.material-dropdown-select ul.material-dropdown {
    position: relative;
    list-style-type: none;
    font-size: 13px;
}

.material-dropdown-select ul.material-dropdown li {
    padding: 10px 0 10px 16px;
    cursor: pointer;
    color: #000000;
    text-shadow: 0 0px 0 #000000;
}

.material-dropdown-select ul.material-dropdown li.selected {
    color: #0078c6;
}

.material-dropdown-select ul.material-dropdown li.pressed {
    color: #d1d1d1;
}

.material-dropdown-select {
    margin-bottom: 1px;
}

.material-dropdown-select.show-dropdown {
    border-top: 1px solid #dddddd;
}

.material-dropdown-select-dropdown {
    border-bottom: 1px solid #dddddd;
}

.material-button.useDemoButton {
    margin: 10px 0 0 0;
    padding: 0;
    font-size: 13px;
}

.dialog.edit-webservice .service-auth .header {
    color: #666666;
    font-size: 13px;
    cursor: default;
    padding: 16px 0 8px;
}
.dialog.edit-webservice .service-auth .auth-fields {
    margin-left: 25px;
}

.edit-server-dialog .clear,
.edit-webservice .clear {
    font-size: 10px;
    color: #007ac3;
    cursor: pointer;
}

.material-icon-menu {
    display: inline-block;
    position: relative;
}

.material-icon-menu.placeholder {
    width: 48px;
    min-height: 1px;
}

.material-simple-menu.top-right {
    top: 0;
    right: 0;
}

.material-simple-menu.top-left {
    top: 0;
    left: 0;
}

.material-simple-menu.bottom-right {
    bottom: 0;
    right: 0;
}

.material-simple-menu.bottom-left {
    bottom: 0;
    left: 0;
}

.material-simple-menu-item .content {
    width: 100%;
    text-align: left;
    text-transform: none;
    color: #000000;
}
.material-simple-menu-item.hover {
    background-color: rgba(102,102,102,0.3);
    cursor: pointer;
}

.filterCount {
    padding: 5px;
    font-size: 12px;
    margin-top: 3px;
}
/** Doors List Page **/

.doors-page-list {
    margin-top: 8px;
    position: relative;
}

.doors-list {
    background-color: white;
    border-top: #dddddd 1px solid;
}

.doors-list .door-list-item {
    clear: both;
    border-bottom: #dddddd 1px solid;
}

.doors-list .door-list-item .status {
    color: green;
}

/* Note: alarm must be *after* alert to properly override */
.doors-list .door-list-item .status.alert {
    color: #CCCC00;
}

.doors-list .door-list-item .status.alarm {
    color: red;
}

/** Door Page **/
.door-summary {
    text-align: center;
    margin: 4px 0;
    font-size: 16px;
}

.door-summary .door-title {
    font-weight: bold;
}

.door-summary .door-status .status {
    color: green;
}

/* Note: alarm must be *after* alert to properly override */
.door-summary .door-status .status.alert {
    color: #CCCC00;
}

.door-summary .door-status .status.alarm  {
    color: red;
}

.door-sensors-list {
    background-color: white;
    border-top: #dddddd 1px solid;
}

.door-sensors-list .door-sensors-list-item {
    clear: both;
    border-bottom: #dddddd 1px solid;
}

.door-sensors-list .door-sensors-list-item .material-button {
    padding: 0;
    margin: 0;
}

.door-sensors-list .door-sensors-list-item .material-list-item {
    padding-left: 0;
}

.door-sensors-list .door-sensors-list-item .status {
    color: green;
}

/* Note: alarm must be *after* alert to properly override */
.door-sensors-list .door-sensors-list-item .status.alert {
    color: #CCCC00;
}

.door-sensors-list .door-sensors-list-item .status.alarm {
    color: red;
}

.door-sensors-list .door-sensors-list-item .sensor-action {
    position: relative;
}

.door-video-container {
    margin: 5px 0 10px 0;
}

.door-video-buttons-container {
    text-align: right;
    margin: 0 auto;
}

.door-video-buttons-container .custom-search-range-dialog {
    /* Override the text-align right added to the container */
    text-align: left;
}

.panel-layout {
    position: relative;
    margin: 0 auto;
}

.panel-layout .panel {
    position: absolute;
    border: 1px solid #455560;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.panel .panel-content {
    width: 100%;
    height: 100%;
}

.panel .camera-panel-content canvas, .panel .camera-panel-content .camera-panel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.panel-content .panel-drop-target,
.camera-panel-content .camera-panel-gestures {
    height: 100%;
    width: 100%;
}

.panel-group-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.panel-group-overlay-frame-border {
    width: 100%;
    height: 100%;
}

.panel-group-overlay-frame-border .panel-group-frame-border {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.panel-group-overlay-frame-border .panel-group-frame-border.has-border {
    border-width: 3px;
    border-style: solid;
}


@-webkit-keyframes drag-target-pulsate {
    0%   {
        -webkit-box-shadow: inset 0 0 10px 4px rgba(248, 155, 66, 0);
                box-shadow: inset 0 0 10px 4px rgba(248, 155, 66, 0);
    }
    50% {
        -webkit-box-shadow: inset 0 0 10px 4px rgba(248, 155, 66, 1);
                box-shadow: inset 0 0 10px 4px rgba(248, 155, 66, 1);
    }
    100%   {
        -webkit-box-shadow: inset 0 0 10px 4px rgba(248, 155, 66, 0);
                box-shadow: inset 0 0 10px 4px rgba(248, 155, 66, 0);
    }
}


@keyframes drag-target-pulsate {
    0%   {
        -webkit-box-shadow: inset 0 0 10px 4px rgba(248, 155, 66, 0);
                box-shadow: inset 0 0 10px 4px rgba(248, 155, 66, 0);
    }
    50% {
        -webkit-box-shadow: inset 0 0 10px 4px rgba(248, 155, 66, 1);
                box-shadow: inset 0 0 10px 4px rgba(248, 155, 66, 1);
    }
    100%   {
        -webkit-box-shadow: inset 0 0 10px 4px rgba(248, 155, 66, 0);
                box-shadow: inset 0 0 10px 4px rgba(248, 155, 66, 0);
    }
}

.camera-panel-content .panel-drop-target.drop-target .camera-panel-overlay,
.placeholder-panel-content .panel-drop-target.drop-target {
    -webkit-box-shadow: inset 0 0 10px 4px rgba(248, 155, 66, 1);
            box-shadow: inset 0 0 10px 4px rgba(248, 155, 66, 1);
    -webkit-animation: drag-target-pulsate 2s infinite;
            animation: drag-target-pulsate 2s infinite;
}

.camera-panel-drag-preview {
    position: absolute;
}

.camera-panel-content-save-image-error,
.camera-panel-content-email-image-error {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: auto;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.camera-panel-overlay .camera-panel-overlay-association-bar {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.camera-panel-overlay .camera-panel-overlay-association-bar .camera-association-bar {
    position: absolute;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.camera-panel-overlay .camera-panel-overlay-association-bar.none .camera-association-bar {
    display: none;
}
.camera-panel-overlay .camera-panel-overlay-association-bar.top {
    border-top: 48px solid transparent;
}
.camera-panel-overlay .camera-panel-overlay-association-bar.top .camera-association-bar {
    top: -48px;
}
.camera-panel-overlay .camera-panel-overlay-association-bar.bottom {
    border-bottom: 48px solid transparent;
}
.camera-panel-overlay .camera-panel-overlay-association-bar.bottom .camera-association-bar {
    bottom: -48px;
}
.camera-panel-overlay .camera-panel-overlay-association-bar.left {
    border-left: 48px solid transparent;
}
.camera-panel-overlay .camera-panel-overlay-association-bar.left .camera-association-bar {
    left: -48px;
    width: 48px;
}
.camera-panel-overlay .camera-panel-overlay-association-bar.right {
    border-right: 48px solid transparent;
}
.camera-panel-overlay .camera-panel-overlay-association-bar.right .camera-association-bar {
    right: -48px;
    width: 48px;
}

.camera-panel-overlay .camera-panel-overlay-osd .camera-osd-content {
    position: absolute;
    font-family: Helvetica,Arial,sans-serif;
    white-space: nowrap;
    width: 100%;
    padding: 5px;
    color: white;
    overflow: hidden;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.camera-panel-overlay .camera-panel-overlay-osd {
    width: 100%;
    height: 100%;
}

.camera-panel-overlay .camera-panel-overlay-osd.none .camera-osd-content {
    display: none;
}
.camera-panel-overlay .camera-panel-overlay-osd.top-left .camera-osd-content {
    top: 0;
    text-align: left;
}
.camera-panel-overlay .camera-panel-overlay-osd.top-center .camera-osd-content {
    top: 0;
    text-align: center;
}
.camera-panel-overlay .camera-panel-overlay-osd.top-right .camera-osd-content {
    top: 0;
    text-align: right;
}
.camera-panel-overlay .camera-panel-overlay-osd.bottom-left .camera-osd-content {
    bottom: 0;
    text-align: left;
}
.camera-panel-overlay .camera-panel-overlay-osd.bottom-center .camera-osd-content {
    bottom: 0;
    text-align: center;
}
.camera-panel-overlay .camera-panel-overlay-osd.bottom-right .camera-osd-content {
    bottom: 0;
    text-align: right;
}

.camera-panel-overlay-frame-border {
    width: 100%;
    height: 100%;
}

.camera-panel-overlay-frame-border .camera-frame-border {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.camera-panel-overlay-frame-border .camera-frame-border.has-border {
    border-width: 3px;
    border-style: solid;
}

.placeholder-panel-content {
    font-size: 10px;
    color: #000000;
    text-align: center;
}

.placeholder-panel-content .placeholder {
    position: relative;
    top: 50%;
}

.camera-panel-overlay-ptz .ptz-controls {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.ptz-controls .row {
    width: 100%;
    height: 33%;
}

.ptz-controls .ptz-control {
    display: inline-block;
    height: 100%;
    width: 33%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.ptz-controls .ptz-control:active {
    background-color: #343434;
}

.ptz-controls .ptz-control.zoom-in,
.ptz-controls .ptz-control.zoom-out {
    width: 16.5%;
    background-size: 100%;
    background-position-y: 50%;
}

.ptz-control.up-left {
    background-image: url('../images/ptz-up-left.png');
}

.ptz-control.up {
    background-image: url('../images/ptz-up.png');
}

.ptz-control.up-right {
    background-image: url('../images/ptz-up-right.png');
}

.ptz-control.left {
    background-image: url('../images/ptz-left.png');
}

.ptz-control.zoom-in {
    background-image: url('../images/ptz-zoom-in.png');
}

.ptz-control.zoom-out {
    background-image: url('../images/ptz-zoom-out.png');
}

.ptz-control.right {
    background-image: url('../images/ptz-right.png');
}

.ptz-control.down-left {
    background-image: url('../images/ptz-down-left.png');
}

.ptz-control.down {
    background-image: url('../images/ptz-down.png');
}

.ptz-control.down-right {
    background-image: url('../images/ptz-down-right.png');
}

.panel-group-search-button {
    display: inline-block;
    position: relative;
}

.button-menu.list-selection {
    font-size: 13px;
    right: 0;
}

.button-menu div {
    display: inline;
}

.camera-selection-overlay {
    height: 100%;
    width: 100%;
    position: absolute;
}

.camera-selection-overlay.checked {
    background-color: rgba(0,122,195, 0.4);
}

.camera-selection-overlay .camera-selection-overlay-checkmark {
    background: url(../images/materialIconSprite.png) 0 0 no-repeat;
    background-position: -120px -192px;
    position: absolute;
    height: 24px;
    width: 24px;
    top: 10px;
    left: 10px;
}

.camera-selection-overlay.checked .camera-selection-overlay-checkmark {
    background-position: -120px -168px;
}

.camera-selection-overlay .camera-selection-overlay-server-name {
    color: white;
    top: 10px;
    right: 10px;
    position: absolute;
    left: 40px;
    text-align: right;
}

.audio-selection {
    border-top: 1px solid #455560;
    background-color: white;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 72px;
}

.audio-selection.audio-selection-item{
    padding-left: 10px;
    padding-top:0;
}

.audio-selection .audio-selection-content{
    line-height: 20px;
    vertical-align: top;
    color: #000000;
    font-size: 13px;
    margin-left: 45px;
    margin-right: 45px;
}

.audio-selection .audio-selection-line-one{
    padding-top: 8px;
    color: #000000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.audio-selection .audio-selection-line-two{
    color: #606060;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.audio-selection-item {
    height: 64px;
    padding-top:8px;
}

.audio-selection-item .audio-selection-item-checkmark {
    margin-top: 8px;
    position: absolute;
    left: 0;
}

.audio-selection .audio-selection-icon{
    position: absolute;
    right:0;
    top: 16px;
}

/* Audio devices page */
.audio-devices-page-list {
    position: relative;
    margin-top: 8px;
}

.audio-devices-list {
    background-color: white;
    border-top: #dddddd 1px solid;
}

.audio-devices-list .audio-device-list-item {
    border-bottom: #dddddd 1px solid;
    overflow: hidden;
    cursor: pointer;
    padding-left: 6px;
}

.audio-devices-list .audio-device-list-item.selected {
    border-left: 6px solid green;
    padding-left: 0;
}

.audio-devices-list .audio-device-list-item.error {
    /* error items have no icon so give them a left padding so that there is space from the edge of the viewport */
    padding-left: 8px;
}

.audio-devices-list .audio-device-list-item .status {
    color: green;
}

.audio-search-selection .material-simple-menu-item{
    padding-left: 47px;
    font-size: 13px;
}

/* Camera Page */
.cameras-page-list {
    position: relative;
    margin-top: 8px;
}

.cameras-list {
    background-color: white;
    border-top: #dddddd 1px solid;
    font-family: sans-serif;
}

.cameras-list .cameras-list-item {
    border-bottom: #dddddd 1px solid;
    border-top-width: 1px;
    overflow: hidden;
    cursor: pointer;
}

.cameras-list-item.selected {
    border-left: 6px solid green;
    padding-left: 10px;
}

.cameras-list .cameras-list-item .status {
    color: green;
}

.cameras-list-item .material-list-item-right .icon{
    margin-top: 100%;
}
.material-list-item .cameras-list-item-thumbnail {
    min-width: 80px;
    margin-right: 10px;
    min-height: 73px;
    position: relative;
    max-height: 77px;
}

.cameras-list-item-content {
    margin-top: 10px;
    font-weight: bold;
}

.cameras-list-item-child {
    margin-left: 40px;
}

.cameras-list-item-multistream-star {
    position: absolute;
    left: 60px;
}

.cameras-list-item.disabled,
.cameras-list-item.disabled .cameras-list-item-content{
    cursor: default;
    font-weight: normal;
}

.cameras-list-item.disabled .cameras-list-item-content .line-one{
    color: #606060;
}
.cameras-list-item-content .line-one {
    font-size: 16px;
    margin-bottom: 3px;
}

.cameras-list-item-content .line-two {
    margin-bottom: 4px;
}
.cameras-list-item-content .line-three {
    font-weight:normal;
}
.cameras-page-list .material-simple-menu-item .content {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.material-list-item-left.cameras-list-item-thumbnail .thumbnail.camera {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.list-filter-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow:hidden;
    margin-top: 3px;
}

.list-filter-section .filterCount {
    white-space: nowrap;
}

.list-filter-section .button-menu {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-filter-section .button-menu .material-button {
    display: inline;
}

.list-filter-section .button-menu.list-selection {
    margin-top: 5px;
}

/* Partitions devices page */
.partitions-page-list {
    position: relative;
    margin-top: 8px;
}

.partitions-list {
    background-color: white;
    border-top: #dddddd 1px solid;
}

.partitions-list .partitions-list-item {
    clear: both;
    border-bottom: #dddddd 1px solid;
    padding-left: 0;
}

.partitions-list .partitions-list-item.error {
    /* error items have no icon so give them a left padding so that there is space from the edge of the viewport */
    padding-left: 8px;
}

.partitions-list .status {
    color: green;
}

.partitions-list .status.alert {
    color: #CCCC00;
}

.partitions-list .status.alarm {
    color: red;
}

.partitions-list-item .zones-list {
    margin-left: 47px;
}

.partitions-list-item .zones-list .zones-item {
    padding: 0 16px 0 0;
    margin-left: -16px;
}

.partitions-list-item .zones-list .header {
    font-size: 15px;
    color: gray;
}

.partitions-item {
    padding: 8px 16px 8px 0;
}

.partitions-item .material-list-item-right {
    padding-top: 15px;
    color: #0078c6;
    cursor:pointer;
    font-size: 13px;
    height: 45px;
}

.partitions-list .status {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.partitions-list .partitions-list-item.error {
    padding-left: 8px;
}

/* Partition Page */

.partition-video-buttons-container {
    text-align: right;
    margin: 0 auto;
}

.partition-video-buttons-container .custom-search-range-dialog {
    /* Override the text-align right added to the container */
    text-align: left;
}

.partition-summary {
    text-align: center;
    margin: 4px 0;
    font-size: 16px;
}

.partition-summary .material-button{
    vertical-align: middle;
    line-height: normal;
    padding: 15px 0 15px 0;
    margin: 0;
}

.partition-summary .material-list-item .material-list-item-right .material-icon .icon{
    margin: 12px 10px 10px 10px;
}
.partition-summary .partition-title {
    font-weight: bold;
}


.partition-summary .material-simple-menu{
    top: 0;
}

.partition-summary .partition-status-content{
    padding-top: 2px;
}

.partition-summary .material-icon-menu {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.partition-summary .material-icon {
    vertical-align: middle;
}

.partition-summary .status{
    display:inline;
    color: green;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.partition-summary .status.alert {
    color: #CCCC00;
}

.partition-summary .status.alarm {
    color: red;
}

.partition-zones-list {
    padding-left: 16px;
}

.partition-zones-list .header {
    font-size: 15px;
    color: gray;
}

.partition-zones-list .status {
    display:inline;
    overflow: hidden;
    text-overflow: ellipsis;
}
.partition-zones-list .partition-sensors-list-item {
    border-bottom: #dddddd 1px solid;
    border-top-width: 1px;
    overflow: hidden;
    padding-left: 8px;
}

.partition-sensors-list-item .material-button {
    display: inline;
}

.partition-zones-list .status{
    color: green;
}


.partition-zones-list .status.alert {
    color: #CCCC00;
}

.partition-zones-list .status.alarm {
    color: red;
}

.partition-zones-list .partition-list-item.error {
    /* error items have no icon so give them a left padding so that there is space from the edge of the viewport */
    padding-left: 8px;
}

.partition-sending-action {
    display:inline;
}

.partition-status-content {
    display:block;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

/** Zone Page **/

.zone-video-buttons-container {
    text-align: right;
    margin: 0 auto;
}

.zone-video-buttons-container .custom-search-range-dialog {
    /* Override the text-align right added to the container */
    text-align: left;
}

.zone-summary {
    text-align: center;
    margin: 4px 0;
    font-size: 16px;
}

.zone-summary .zone-title {
    font-weight: bold;
}

.zone-summary .material-button{
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

.zone-summary .status{
    display:inline;
    color: green;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.zone-summary .status.alert {
    color: #CCCC00;
}

.zone-summary .status.alarm {
    color: red;
}

.zone-status-content {
    display:block;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
}

/**
ensure the webservice error in the webservice dialog
doesn't take up to much vertical space
 */
.add-webservice .material-list-item.web-service-error{
    height:30px;
    min-height:30px;
}

/** External content module **/
iframe.external-content {
    border: none;
    width: 100%;
    display: block;
}

/**
 * Configuration Page styles.
 * The configuration page is styled msotly using the guidelines for the material design settings pattern.
 * @link https://material.io/guidelines/patterns/settings.html#
 * The styles were customized to mimic the Google Music Android application version 7.1.3120-1.K.3577996 settings page.
 */

.configuration-page-section {
    padding: 0 8px;
}

.configuration-page-section-header {
    padding: 16px 0 8px 16px;
    font-size: 14px;
    color: #007ac3;

    text-transform: uppercase;

    cursor: default;
}

.configuration-page-content .material-list-item {
    padding: 0 0 0 16px;

    border-color: #dddddd;
    border-width: 0 0 1px;
    border-style: solid;

    min-height: 40px;
}

.configuration-page-content .material-list-item:last-child {
    border: none;
}

.configuration-page-content .material-list-item.single-line {
    /* single line dense list item height */
    height: 40px;
}

.configuration-page-content .material-list-item.two-line {
    /* two line dense list item height */
    height: 60px;
}

.configuration-page-content .material-list-item.three-line {
    /* three line dense list item height */
    height: 76px;
}

.configuration-page-content  .material-list-item .material-list-item-content {
    /* reset previous styles from the dense list items */
    line-height: normal;
    padding: 0;

    /* vertically center content */
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.configuration-page-content .material-list-item-content-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.configuration-page-content .material-list-item .material-list-item-content .line-one {
    /* non dense list item font height */
    font-size: 16px;
}
.configuration-page-content .material-list-item .material-list-item-content .line-two,
.configuration-page-content .material-list-item .material-list-item-content .line-three {
    /* non dense list item font height */
    font-size: 14px;
}

.configuration-page-content .material-list-item.copyright .material-list-item-content .line-one {
    /* special case small text for the copyright item */
    font-size: 12px;
}

.configuration-page-content .configuration-page-section:last-child .material-list-item:last-child {
    margin-bottom: 16px;
    border-color: #dddddd;
    border-width: 0 0 1px;
    border-style: solid;
}

/**
 * Busy Dialog styles.
 */

/*
 The busy dialog does not have a footer because it has no buttons, so add 24px of padding to match the
 top/left/right padding of the base dialog class
 */
.busy-dialog .content {
    padding-bottom: 24px;
}

.busy-dialog-title {
    text-align: center;
    margin-bottom: 8px;
}

.busy-spinner {
    border: 4px solid #007ac3;
    border-radius: 50%;
    border-top: 4px solid #dddddd;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
    margin: auto;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}

@keyframes spin {
    0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
    100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); }
}

.modal {
    position: relative;
}

.dialog-wrapper {
    z-index: 550;
    position: relative;
}

.dialog {
    pointer-events: auto;
    background-color: #FFFFFF;
    max-width: 300px;
    min-width: 240px;
    border-radius: 2px;
    overflow: hidden;
    padding: 24px 24px 0 24px;
    -webkit-box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
            box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    max-height: 100%;
	vertical-align: middle;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: black;
}

.dialog-header {
    margin-bottom: 24px;
    height: 24px;
}

.dialog-header .title {
    cursor: default;
    font-size: 20px;
}

.dialog-content {
    height: calc(100% - 100px);
}

.dialog-content > div {
    /*Overrides for react-custom-scrollbars truncating text in certain situations.
    (Notably, the "search returned no results" message in Edge).
    */
    padding-bottom: 12px;
    padding-right: 12px;
}

.dialog-content p {
    font-size: 12px;
}

.dialog-content  .search-max-item .material-list-item-content-line.line-one{
    line-height: 20px;
    white-space: normal;
}
.dialog-footer {
    clear: both;
    margin: 8px 0; /* 8 pixels of top and bottom margin around the button area */
    height: 36px;
}

.dialog-footer .button-bar {
    width: 100%;
}

.dialog-footer .dialog-button-bar .buttons {
    float: right;
}

.dialog-footer .dialog-button-bar .buttons {
    /* ensure the righmost button lines up with the right edge of the content */
    margin: 0 -16px 0 0;
}

.dialog-footer .dialog-button-bar .buttons .material-button {
    margin: 0 8px 0 0; /* 8 pixels of right margin outside of the button */
    padding: 0 8px; /* 8 pixels of left and right padding around the button text */
    height: 36px;
    line-height: 36px;
    font-size: 13px;
}

/** FUTURE: These material icon overrides shouldn't be necessary.  material-icon, as well
as material-list-item need refactored to not require this adjustment.
 */
.dialog .material-list-item.single-line .material-list-item-left .material-icon,
.dialog .material-list-item.single-line .material-list-item-right .material-icon {
    margin: 0;
    line-height: 44px;
    text-align: center;
}

.dialog .material-list-item.single-line .material-list-item-left .material-icon .icon,
.dialog .material-list-item.single-line .material-list-item-right .material-icon .icon {
    margin: 0;
    vertical-align: middle;
}

/** Action Menu **/
.action-menu {
    z-index: 100;
    position: fixed;
    bottom: 0;
    right: 0;
}

.action-menu.rotary .action-menu-icon,
.action-menu.list .action-menu-icon{
    display: none;
}

.action-menu-icon {
    position: absolute;
    border-color: #007ac3;
    background: #007ac3;
    border-style: solid;
    border-width: 24px;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    border-radius: 100% 0 0 0;
}

.action-menu-button-display-enter {
    -webkit-transform: scale(0);
            transform: scale(0);

    -webkit-transform-origin: bottom right;

            transform-origin: bottom right;
}

.action-menu-button-display-enter.action-menu-button-display-enter-active {
    -webkit-transform: scale(1);
            transform: scale(1);

    -webkit-transition: -webkit-transform 200ms ease-in;

    transition: -webkit-transform 200ms ease-in;

    transition: transform 200ms ease-in;

    transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
}

.action-menu-button-display-leave {
    -webkit-transform: scale(1);
            transform: scale(1);
}

.action-menu-button-display-leave.action-menu-button-display-leave-active {
    -webkit-transform: scale(0);
            transform: scale(0);

    -webkit-transform-origin: bottom right;

            transform-origin: bottom right;

    -webkit-transition: -webkit-transform 200ms ease-out;

    transition: -webkit-transform 200ms ease-out;

    transition: transform 200ms ease-out;

    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}


/** Rotary Menu **/
.rotary-menu-display {
    overflow: hidden;
}

.rotary-menu-display-enter {
    -webkit-transform: scale(0);
            transform: scale(0);

    -webkit-transform-origin: bottom right;

            transform-origin: bottom right;
}

.rotary-menu-display-enter.rotary-menu-display-enter-active {
    -webkit-transform: scale(1);
            transform: scale(1);

    -webkit-transition: -webkit-transform 200ms ease-in;

    transition: -webkit-transform 200ms ease-in;

    transition: transform 200ms ease-in;

    transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
}

.rotary-menu-display-leave {
    -webkit-transform: scale(1);
            transform: scale(1);
}

.rotary-menu-display-leave.rotary-menu-display-leave-active {
    -webkit-transform: scale(0);
            transform: scale(0);

    -webkit-transform-origin: bottom right;

            transform-origin: bottom right;

    -webkit-transition: -webkit-transform 200ms ease-out;

    transition: -webkit-transform 200ms ease-out;

    transition: transform 200ms ease-out;

    transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}


.rotary-menu-item {
    position: absolute;
    height: 48px;
    width: 48px;
    border-radius: 50%;
}

.rotary-menu-item .material-icon.material.selection {
    margin: 4px 0 0 4px;
}

.rotary-menu-item .material.selection.focused,
.rotary-menu-item .material.selection.pressed {
    background: none;
    border-radius: none;
}


.rotary-menu-background-display {
    border-color: #007ac3;
    border-style: solid;
    border-width: 48px 0 0 48px;
    border-radius: 100% 1px 1px 1px; /* Mobile safari shows an odd indent if the border radius is 0. */
    opacity: .5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.rotary-menu-item-selection-background {
    pointer-events: none;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 50%;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
}

.rotary-menu-item-selection-background-overlay {
    border-color: #007ac3;
    border-style: solid;
    border-width: 48px;
    border-radius: 50%;
    display:block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 200%;
    height: 200%;
    content: '';
    opacity: .5;
}

.rotary-menu-selection {
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rotary-menu-selection-display {
    position: absolute;
    bottom: 0;
    right: 0;
}

.rotary-menu-selection-display-appear {
    opacity: 0.01;
}

.rotary-menu-selection-display-appear.rotary-menu-selection-display-appear-active {
    opacity: 1;
    -webkit-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
}

.rotary-menu-selection-display-leave {
    opacity: 1;
}

.rotary-menu-selection-display-leave.rotary-menu-selection-display-leave-active {
    opacity: 0.01;
    -webkit-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
}

.rotary-menu-selection-background {
    position: absolute;
    border-color: white;
    border-radius: 100% 0 0 0;
    border-style: solid;
    border-width: 0;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    height: 100%;
}

.rotary-menu-selection-content {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    height: 0;
    display: inline-block;
    padding: 50% 10px;
}

.rotary-menu-selection .selection-title {
    font-weight: bold;
    display: block;
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rotary-menu-selection .selection-content {
    font-weight: bold;
    display: block;
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rotary-menu-selection .selection-status {
    display: block;
    white-space: nowrap;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

/** List Menu **/
.list-menu {
    border-top: #dddddd 1px solid;
}

.list-menu-item {
    border-bottom: #dddddd 1px solid;
}

/** Audio Device Page */
.audio-device-summary {
    text-align: center;
    margin: 4px 0;
    font-size: 16px;
}

.audio-device-summary .audio-device-title {
    font-weight: bold;
}

.audio-device-video-container {
    margin: 5px 0 10px 0;
}

.audio-device-video-buttons-container {
    text-align: right;
    margin: 0 auto;
}

.audio-device-video-buttons-container .custom-search-range-dialog {
    /* Override the text-align right added to the container */
    text-align: left;
}

.audio-device-page-action-list {
    background-color: white;
    border-top: #dddddd 1px solid;
}

.audio-device-page-action-list .material-list-item {
    clear: both;
    border-bottom: #dddddd 1px solid;
    padding-left: 0;
}

/** Live Page **/
.live-page-preview-content {
    position: absolute;
    top: 0;
    -webkit-box-shadow: 0 0 10px 8px rgba(248, 155, 66, 1);
            box-shadow: 0 0 10px 8px rgba(248, 155, 66, 1);
}

.live-page-preview-content.selected {
    -webkit-box-shadow: 0 0 10px 8px rgba(69, 175, 77, 1);
            box-shadow: 0 0 10px 8px rgba(69, 175, 77, 1);
}

/**
    Live Page Preview Panel Animations
    Note: In all of these, the !important is necessary, as left is set directly on the
    element as part of the dragging process.  This !important is only applied
    for the duration of the transition animation.
 **/
.preview-panel-slide-ltr-leave {
}
.preview-panel-slide-ltr-leave.preview-panel-slide-ltr-leave-active {
    left: -100% !important;

    -webkit-transition: left 200ms ease-out;

    transition: left 200ms ease-out;
}

.preview-panel-slide-rtl-leave {
}
.preview-panel-slide-rtl-leave.preview-panel-slide-rtl-leave-active {
    left: 100% !important;

    -webkit-transition: left 200ms ease-out;

    transition: left 200ms ease-out;
}

.preview-panel-apply-leave {
    opacity: 1;
}
.preview-panel-apply-leave.preview-panel-apply-leave-active {
    left: 0 !important;
    opacity: 0;

    -webkit-transition: left 200ms ease-out, opacity 100ms ease-out 200ms;

    transition: left 200ms ease-out, opacity 100ms ease-out 200ms;
}

/** Event Monitoring Toolbar **/
.event-monitoring-toolbar {
    width: 100%;
    background-color: white;
    height: 48px;
}

.event-monitoring-toolbar-events {
    display: inline-block;
    margin-top: 6px;
}

.event-monitoring-toolbar-events-count {
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    color: white;
    text-align: center;
    font-size: 14px;
    min-width: 16px;
    min-height: 16px;
    padding: 4px;
    border-radius: 50%;
    margin-left: 4px;
    margin-top: -2px;
    line-height: 16px;
    background-color: green;
}

.event-monitoring-toolbar-events-count.unacknowledged {
    background-color: red;
}

.event-monitoring-toolbar-buttons {
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: right;
    padding-top: 3px;
    padding-right: 4px;
}

/** Buttons **/
.ui-button {
    cursor: pointer;
    margin-left: 8px;
    margin-right: 8px;
    padding: 8px;
    min-width: 88px;
    vertical-align: middle;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
}

.ui-button.pressed {
    background-color: #BDBDBD;
}

.ui-button:hover {
    background-color: #D6D6D6;
}

.ui-button.disabled {
    cursor: default;
    color: #808080;
}

.ui-button.flat {
    color: #0078c6;
    text-transform: uppercase;
}


/* PTZ Presets Page */
.ptz-presets-page-list {
    margin-top: 8px;
    position: relative;
}

.ptz-presets-page-list .button-menu.list-selection {
    top: -13px;
}

.presets-list {
    background-color: white;
    border-top: #dddddd 1px solid;
}

.presets-list .preset-list-item {
    clear: both;
    border-bottom: #dddddd 1px solid;
}

.presets-list .preset-list-item .material-list-item-content {
    margin-left: 32px;
}

/* Camera Settings Dialog */
.camera-settings-panel .slider-dialog{
    background-color: rgba(96,96,96,0.5);
}

.camera-settings-panel-display-enter .camera-settings-panel {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
}

.camera-settings-panel-display-enter.camera-settings-panel-display-enter-active .camera-settings-panel {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: -webkit-transform 100ms ease-in;
    transition: -webkit-transform 100ms ease-in;
    transition: transform 100ms ease-in;
    transition: transform 100ms ease-in, -webkit-transform 100ms ease-in;
}

.camera-settings-panel-display-leave .camera-settings-panel {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
}

.camera-settings-panel-display-leave.camera-settings-panel-display-leave-active .camera-settings-panel {
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
    -webkit-transition: -webkit-transform 100ms ease-out;
    transition: -webkit-transform 100ms ease-out;
    transition: transform 100ms ease-out;
    transition: transform 100ms ease-out, -webkit-transform 100ms ease-out;
}

/**
  Input types = 'number' add the spin buttons. However, since these are not mobile friendly they are hidden.
 */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
            appearance: none;
    margin: 0;
}

.inactivity-timeout .timeout-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    text-align: center;
}

.inactivity-timeout .input-container{
    max-width: 100px;
}

.system-default-selection {
    padding-top: 15px;
}

.inactivity-countdown-dialog .dialog-content,
.inactivity-timeout-dialog .dialog-content {
    padding-bottom: 24px;
}


/* Slider Dialog */
.slider-dialog {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 75%;
    color: white;
    text-align: center;
    padding: 10px;
    z-index: 501;
}

.slider-dialog .content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.slider-dialog .content .label{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 10px;
    margin: auto;
}

.slider-dialog .content .slider{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: auto;
}

.slider-dialog .title {
    font-size: 18px;
}

.slider-dialog .header {
    padding: 10px;
}

.page-section-item-content .slider-dialog {
    background-color: rgba(96,96,96,1);
}

/** Prevent Sleep Dialog **/
.dialog.prevent-sleep-dialog .material-list-item {
    padding: 0;
}

.dialog.prevent-sleep-dialog {
    min-width:260px;
}

.radio-button {
    padding-top: 5px;
    padding-right: 5px;
}
.radio-button .material-icons.radio_button_checked{
    color: #0078c6;
}

.radio-button .material-icons.radio_button_unchecked{
    color: #808080;
}

/** Context Menu **/
.context-menu .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.context-menu .context-menu-status {
    border-bottom: 1px solid #dddddd;
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
}

.context-menu .material-list-item {
    border-bottom: 1px solid #dddddd;
}

/** Full screen overlay **/
.fullscreen-layer-enter {
  opacity: 0.01;
}

.fullscreen-layer-enter.fullscreen-layer-enter-active {
  opacity: 1;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}

.fullscreen-layer-leave {
  opacity: 1;
}

.fullscreen-layer-leave.fullscreen-layer-leave-active {
  opacity: 0.01;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}

.fullscreen-layer-content {
    z-index: 500;
    position: absolute;
    height: 100%;
    width: 100%;
}

.fullscreen-layer .exit-fullscreen {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

/**
 Search Controls
 */

.search-controls {
    background-color: #EEEEEE;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    cursor: default;
}

.controls-handle {
    width: 100%;
    height: 18px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: black;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
}

.controls-handle .controls-handle-handle {
    width: 60px;
    height: 18px;
    background-image: url(../images/tb-slideup-handle.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    cursor: ns-resize;
}

.controls-handle .controls-handle-status {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    vertical-align: middle;
    line-height: 18px;
    font-size: 12px;
    padding-right: 10px;
}

.progress-controls {
    height: 22px;
    border-width: 1px 0;
    border-style: solid;
    border-color: black;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.progress-controls .progress-control-time {
    width: 120px;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    padding: 0 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 9px;
    line-height: 22px;
    height: 22px;
    position: absolute;
    background-color: #EEEEEE;
}

.progress-controls .progress-control-bar {
    margin-left: 120px;
    height: 22px;
    background-color: #cccccc;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
}

.progress-control-scrub {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.progress-control-scrub .handle {
    width: 21px;
    height: 21px;
    background: #f89b42;
    border-radius: 10px;
    margin-left: -10px;
    margin-right: -10px;
    position: absolute;
}

.metadata-search-controls-container {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex: 1;
        flex: 1 1 0%;
}

.metadata-search-controls {
    border-width: 1px 0 0 0;
    border-color: #000000;
    border-style: solid;
    min-height: 0;
    overflow: hidden;
}

.metadata-search-controls .metadata-timestamps {
    position: absolute;
    color: white;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    width: 100%;
}

.metadata-search-controls .metadata-timestamps .spacer {
    width: 120px;
    float: left;
    height: 21px;
}

.metadata-search-controls .metadata-timestamps .container {
    margin-left: 120px;
    height: 21px;
    position: relative;
}

.metadata-search-controls .metadata-timestamps .timestamp {
    line-height: 21px;
    vertical-align: middle;
    text-align: left;
    padding: 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: rgba(0,0,0,0.5);
}

.metadata-search-controls .metadata-timestamps .start-timestamp {
    position: absolute;
    top: 0;
    left: 0;
}

.metadata-search-controls .metadata-timestamps .end-timestamp {
    position: absolute;
    top: 0;
    right: 0;
}

.metadata-search-controls .metadata-marker {
    position: absolute;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.metadata-search-controls .metadata-marker .spacer {
    width: 120px;
    float: left;
    height: 100%;
}

.metadata-search-controls .metadata-marker .container {
    margin-left: 120px;
    height: 100%;
}

.metadata-search-controls .metadata-marker .handle {
    height: 100%;
    width: 1px;
    background-color: black;
    position: relative;
    border-color: #f89b42;
    border-style: solid;
    border-width: 0 1px;
    margin-left: -1px;
}

.metadata-search-controls .metadata-item {
    border-bottom: 1px solid black;
    background-color: #eeeeee;
    height: 20px;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    vertical-align: middle;
}

.metadata-search-controls .metadata-item-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-right: 1px solid black;
    float: left;
    width: 120px;
    padding: 0 4px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.metadata-search-controls .metadata-item-title.selected {
    font-weight: bold;
}

.metadata-search-controls .metadata-item-content {
    margin-left: 120px;
    height: inherit;
}

.metadata-search-controls .metadata-item-content canvas {
    width: 100%;
    height: inherit;
}

.playback-controls {
    border-top: 1px solid black;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.playback-controls .button {
    cursor: pointer;
}

.playback-controls .button.active {
    background-color: #7f7f7f;
}

.alert-dialog .content {
    font-size: 14px;
}

.text-button {
    display: inline-block;
    cursor: pointer;
    min-width: 40px;
    font-size: 16px;
    padding: 10px 8px 10px 8px;
    margin: 4px;
    color: #0078c6;
    text-transform: uppercase;
    text-align: center;
}

.text-button.pressed {
    background-color: #BDBDBD;
}

.text-button.disabled,
.text-button.hover.disabled,
.text-button.pressed.disabled {
    cursor: default;
    color: #808080;
}


.snackbar {
    font-family: RobotoDraft;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 24px;
    padding-left: 24px;
    background-color: #323232;
    will-change: transform;
    pointer-events: none;
}

@media (min-width: 640px) {
    /*Desktop width*/
    .snackbar {
        min-width: 288px;
        max-width: 568px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }

    .snackbar-display-enter {
        -webkit-transform: translate(-50%, 100%);
                transform: translate(-50%, 100%);
    }

    .snackbar-display-enter.snackbar-display-enter-active {
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }

    .snackbar-display-leave {
        -webkit-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
    }
    .snackbar-display-leave.snackbar-display-leave-active {
        -webkit-transform: translate(-50%, 100%);
                transform: translate(-50%, 100%);
    }
}

@media (max-width: 640px) {
    /*Mobile width*/
    .snackbar {
        left: 0;
        width: calc(100% - 48px);
    }

    .snackbar-display-enter {
        -webkit-transform: translate(0, 100%);
                transform: translate(0, 100%);
    }
    .snackbar-display-enter.snackbar-display-enter-active {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }

    .snackbar-display-leave {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
    }
    .snackbar-display-leave.snackbar-display-leave-active {
        -webkit-transform: translate(0, 100%);
                transform: translate(0, 100%);
    }
}

.snackbar-display-enter {
    opacity: 0;
}

.snackbar-display-enter.snackbar-display-enter-active {
    opacity: 1;
    -webkit-transition: opacity 200ms ease, -webkit-transform 200ms ease;
    transition: opacity 200ms ease, -webkit-transform 200ms ease;
    transition: transform 200ms ease, opacity 200ms ease;
    transition: transform 200ms ease, opacity 200ms ease, -webkit-transform 200ms ease;
}

.snackbar-display-leave {
    opacity: 1;
}
.snackbar-display-leave.snackbar-display-leave-active {
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out, -webkit-transform 200ms ease;
    transition: opacity 200ms ease-out, -webkit-transform 200ms ease;
    transition: transform 200ms ease, opacity 200ms ease-out;
    transition: transform 200ms ease, opacity 200ms ease-out, -webkit-transform 200ms ease;
}

.snackbar-content {
    color: white;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1 1 0%;
}

.snackbar-action .text-button {
    color: #f89b42;
    pointer-events: all;
}

.toggle {
    position: relative;
    display: block;
    top: 12px;
    height: 12px;
    width: 36px;
    background: rgba(0, 0, 0, .38);
    border-radius: 100px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.toggle:after {
    position: absolute;
    left: -2px;
    top: -6px;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 100px;
    background: #FAFAFA;
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, .4);
    content: '';
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.toggle:active:after {
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, .4), 0px 0px 1px 15px rgba(0,0,0,0.1);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, .4), 0px 0px 1px 15px rgba(0,0,0,0.1);
}

.toggle.checked {
    background: rgba(0, 122, 195, .5);
}

.toggle.checked:after {
    left: 16px;
    background: rgb(0, 122, 195);
}

.toggle.disabled {
    background: rgba(0,0,0,.12);
    pointer-events: none;
}

.toggle.disabled:after {
    background: #BDBDBD;
}

/** Licenses Page **/
.licenses-page-list {
    margin-top: 8px;
    position: relative;
}

.licenses-list {
    background-color: white;
    border-top: #dddddd 1px solid;
}

.licenses-list .license-item {
    clear: both;
    border-bottom: #dddddd 1px solid;
}

.licenses-list .license-item .material-list-item-content .line-one {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.license-page-content .license-loading-title,
.license-page-content .license-error-title {
    text-align: center;
    margin: 10px;
}

.license-page-content .license-content {
    margin: .5em 0 0 .5em;
    font-size: 80%;
    white-space: pre-wrap;
    font-family: Courier, monospace;
}

/**
 * Page Section Styling
 */
.page-section {
    padding: 0 8px;
}

.page-section-header {
    padding: 16px 0 8px 16px;
    font-size: 14px;
    color: #007ac3;
    text-transform: uppercase;
    cursor: default;
}

.page-section .page-section-item {
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 0 10px 16px;
    border-color: #dddddd;
    border-width: 0 0 1px 0;
    border-style: solid;
    min-height: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.page-section .page-section-item.disabled {
    cursor: default;
    color: #808080;
}

.page-section .page-section-item .toggle {
    position: absolute;
    right: 16px;
    top: 13px;
}

.page-section .page-section-item:last-child {
    border: none;
}

.page-section:last-child .page-section-item:last-child {
    border: none;
    border-color: #dddddd;
    border-width: 0 0 1px 0;
    border-style: solid;
}

.page-section-item-name {
    font-size: 16px;
}

.page-section-item-content {
    font-size: 14px;
    color: #606060;
}

.page-section-item.disabled .page-section-item-content {
    color: #808080;
}

.page-subsection .page-subsection-header {
    padding: 16px 0 8px 16px;
    font-size: 14px;
    color: #606060;
    text-transform: uppercase;
    cursor: default;
}

/**
 * Input
 */
.input-container input {
    display: block;
    border: 0;
    width: 100%;
    outline-width: 0;
    font-size: 16px;
    padding-bottom: 8px;
    color: #666666;
    border-bottom: 1px solid #dddddd;
}

.input-container label {
    color: #666666;
    font-size: 12px;
    line-height: 16px;
    cursor: default;
    display: block;
    padding: 16px 0 8px;
}

/**
 * Push Notify Profiles
 */
.push-notify-profile-list {
    background-color: white;
    border-top: #dddddd 1px solid;
}

.push-notify-profile-list .push-notify-profile-list-item {
    clear: both;
    border-bottom: #dddddd 1px solid;
}

.push-notify-profile-dialog {
    max-width: 380px;
}

.push-notify-profile-dialog .material-list-item {
    border-bottom: 1px solid #dddddd;
    padding: 8px 0 0 0;
}

.push-notify-profile-dialog .line-two {
    color: black;
}

.push-notify-profile-dialog .material-list-item.disabled .material-list-item-content {
    cursor: default;
}

.push-notify-profile-dialog .material-list-item.disabled .line-one,
.push-notify-profile-dialog .material-list-item.disabled .line-two {
    color: #808080;
}

.push-notify-profile-dialog .toggle {
    top: 28px;
    margin-left: 3px;
}

.push-notify-profile-dialog .buttons .material-button:first-child {
    position: absolute;
    left: 12px;
}

.export-configuration-dialog .content {
    font-size: 13px;
    color: #606060;
}

.export-configuration-dialog .line {
    line-height: 38px;
}

.export-configuration-dialog .line label {
    color: #000000;
}

.export-configuration-dialog .line .toggle {
    float: right;
}

.import-file-dialog .content {
    font-size: 13px;
    color: #606060;
}

.import-file-dialog .content .line {
    margin-bottom: 12px;
}

.import-file-dialog .content .line.error {
    color: red;
}

.import-file-dialog .line label {
    color: #000000;
}

.apply-defaults-file-dialog p {
    margin-bottom: 10px;
}

/**
 Views Page
 */

.views-list {
    border-top: #dddddd 1px solid;
}

.views-list .view-list-item {
    clear: both;
    border-bottom: #dddddd 1px solid;
    padding-left: 0;
}

.views-list .view-list-item.expand {
    border-bottom: none;
}

.view-list-item.indent-1 {
    padding-left: 56px;
}

.view-list-item.indent-2 {
    padding-left: 112px;
}

.view-list-item.indent-3 {
    padding-left: 168px;
}

.view-list-item .material-list-item-left {
    margin-right: 12px;
}

.view-list-item .material-list-item-right {
    line-height: 54px;
    vertical-align: middle;
}

.view-list-item-thumbnail {
    height: 46px;
    width: 46px;
}

.view-folder-thumbnail {
    height: 100%;
    width: 100%;
    margin-left: -4px;
    margin-top: -4px;
    margin-right: -4px;
}

.view-folder-thumbnail i {
    font-size: 54px;
    color: #dddddd;
}

.views-list .material-list-item-right {
    color: #606060;
}

.layout-thumbnail {
    position: relative;
    height: 100%;
    width: 100%;
}

.layout-thumbnail .slot {
    background-color: white;
    position: absolute;
    border: 1px solid black;
}

.layout-thumbnail .slot.selected {
    background-color: #dddddd;
}

.list-expand-collapse-button {
    line-height: 48px;
}

.list-expand-collapse-button .icon {
    vertical-align: middle;
    cursor: pointer;
}

.view-details-dialog .material-list-item {
    border-bottom: #dddddd 1px solid;
    min-height: 30px;
    pointer: default;
}

.view-details-dialog .material-list-item-left {
    font-size: 150%;
    text-align: center;
    margin-right: 16px;
}

.add-view-dialog p {
    margin-bottom: 14px;
}

.edit-view-dialog.dialog {
    max-width: 90vh;
    max-height: 90vh;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.edit-view-dialog .dialog-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.edit-view-dialog .dialog-header {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0 1 0%;
}

.edit-view-dialog .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1 1 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.edit-view-dialog .input-container {
    margin-bottom: 10px;
}

.edit-view-dialog .input-container input {
    color: black;
}

.edit-view-portrait {
    min-height: 500px;
    min-width: 300px;
}

.edit-view-portrait .top,
.edit-view-portrait .bottom {
    height: 50%;
}

.edit-view-landscape {
    min-height: 300px;
    min-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.edit-view-landscape .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
}
.edit-view-landscape .right {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
}

.panel-group-selector .tab-list {
    border-bottom: 1px solid #aaa;
    margin: 0 0 10px;
    padding: 0;
}

.panel-group-selector .tab {
    display: inline-block;
    list-style: none;
    cursor: pointer;
    height: 46px;
    line-height: 46px;
    padding: 0 12px;
    vertical-align: middle;
    text-transform: uppercase;
    font-size: 14px;
}

.panel-group-selector .tab.selected {
    border-bottom: 2px solid #007AC3;
    margin-bottom: -2px;
}

.panel-group-selector .tab.disabled {
    color: #dddddd;
    cursor: default;
}

.layout-panel .layout-thumbnail {
    height: 36px;
    width: 36px;
    margin-top: 4px;
    margin-right: 16px;
}

/** Layouts List **/
.layouts-list .layouts-list-item {
    border-bottom: #dddddd 1px solid;
    border-top-width: 1px;
    overflow: hidden;
    cursor: pointer;
}

.layouts-list .layouts-list-item.selected {
    border-left: 6px solid green;
    padding-left: 10px;
}

.layouts-list .layout-thumbnail {
    height: 40px;
    width: 40px;
    margin-top: 2px;
    margin-right: 10px;
}

.dialog-wrapper {
    position: absolute;
}