﻿
.alarm-config-page .right-panel-header {
    /*height: 38px;*/
    background-color: #292d35;
    padding: 10px 0;
    border-bottom: 4px solid #192028;
}

    .alarm-config-page .right-panel-header .right-export-btn {
        float: right;
        /*border: solid 1px #979797;*/
        background-color: #2d303a;
        height: 39px;
        margin-right: 20px;
    }

        .alarm-config-page .right-panel-header .right-export-btn button {
            display: flex;
            align-items: center;
            background: none;
            border: none;
            font-size: 21px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            color: #6198ee;
            padding: 8px 14px;
            justify-content: center;
        }

            .alarm-config-page .right-panel-header .right-export-btn button .vicon-font {
                font-size: 15px;
                color: #979797;
            }

.alarm-config-page .import-dashed-box {
    color: #ffffff;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    height: 100%;
}

    .alarm-config-page .import-dashed-box .import-csv-section {
        padding: 40px;
        border-radius: 37px;
        border: dashed 2px #6b6b6b;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 453px;
        width: 703px;
        /*margin: 0 auto;*/
        flex-direction: column;
    }

        .alarm-config-page .import-dashed-box .import-csv-section .btn-wrapper {
            display: flex;
            align-items: center;
        }

            .alarm-config-page .import-dashed-box .import-csv-section .btn-wrapper button {
                padding: 17px 26px 17px 31px;
                border-radius: 8px;
                font-size: 25px;
                font-weight: normal;
                line-height: normal;
                letter-spacing: normal;
                color: #fff;
                background-color: #6198ee;
            }

        .alarm-config-page .import-dashed-box .import-csv-section h3 {
            font-size: 28px;
            font-weight: normal;
            line-height: normal;
            letter-spacing: normal;
            color: white;
            margin-bottom: 10px;
        }

        .alarm-config-page .import-dashed-box .import-csv-section p {
            font-size: 20px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            margin-bottom: 24px;
            line-height: normal;
            letter-spacing: normal;
            color: white;
        }

        .alarm-config-page .import-dashed-box .import-csv-section .btn-wrapper .vicon-font {
            font-size: 25px;
            color: #979797;
        }


    .alarm-config-page .import-dashed-box .file-upload-progress {
        padding: 36px 40px 40px 31px;
        border-radius: 16px;
        background-color: #393a48;
        width: 681px;
        position: relative;
    }

        .alarm-config-page .import-dashed-box .file-upload-progress .close-icon {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #4d4f61;
            height: 30px;
            width: 30px;
            position: absolute;
            top: -5px;
            border-radius: 50%;
            right: 0;
        }

        .alarm-config-page .import-dashed-box .file-upload-progress .v-progress-bar {
            display: flex;
            width: 100%;
            justify-content: space-between;
            align-items: center;
            margin-top: 29px;
        }

            .alarm-config-page .import-dashed-box .file-upload-progress .v-progress-bar .progress {
                width: 90%;
                border-radius: 0;
                height: 10px;
                background: #d8d8d8;
                margin: 0
            }

    .alarm-config-page .import-dashed-box .round-progress-container {
        display: flex;
        align-items: center;
        height: 61%;
        justify-content: center;
        width: 100%;
    }

    .alarm-config-page .import-dashed-box .error-msg-result {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .alarm-config-page .import-dashed-box .error-msg-result .succ-msg {
            font-size: 25px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            margin: 15px 0 17px 0;
            letter-spacing: normal;
        }

        .alarm-config-page .import-dashed-box .error-msg-result .failed-msg {
            font-size: 18px;
            font-weight: normal;
            font-stretch: normal;
            font-style: normal;
            line-height: normal;
            letter-spacing: normal;
            text-align: center;
            color: #fa5259;
        }

    .alarm-config-page .import-dashed-box .success-msg {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .alarm-config-page .import-dashed-box .error-msg-result .dropdown {
        padding: 24px 14px 29px 16px;
        border: solid 1px #df434a;
        margin-top: 11px;
        background-color: #4f5159;
        min-height: 260px;
    }

.alarm-config-page .right-panel-header .panel-title {
    color: #c7cbd1;
    font-size: 14px;
    padding: 11px 16px;
    line-height: normal;
}

.alarm-config-page .configuration-ditails-form label {
    font-weight: normal;
    width: 223px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-right: 10px;
}

.alarm-config-page .select-options .btns .radio-btn {
    width: 67px;
}

.alarm-config-page .no-mouse-config {
    opacity: 0.4;
}

    .alarm-config-page .no-mouse-config.glyphicon-chevron-down {
        color: #6d727c !important;
    }

.alarm-config-page .configuration-ditails-form {
    display: flex;
    margin-bottom: 18px;
    height: auto;
}

.alarm-config-page .width-200 {
    width: 200px !important;
}

.alarm-config-page .width-400 {
    width: 400px !important;
    max-width: 400px !important;
}

.alarm-config-page .blue-border-input.width-400 {
    width: 400px !important;
    max-width: 400px !important;
}

.alarm-config-page .configuration-ditails-form.bottomMargin {
    margin-bottom: 60px;
}

.alarm-config-page .configuration-ditails-form.priority .ui-spinner {
    width: 100%;
}

.alarm-config-page .common-switch-btn {
    position: relative;
    height: 24px;
    width: 160px;
    border-radius: 4px;
    border: solid 1px #3c91e6;
}

:-ms-input-placeholder {
    font-style: normal;
}

.alarm-config-page .blue-border-input {
    max-width: 320px !important;
}

.alarm-config-page .configuration-ditails-form span.ui-spinner .form-control {
    max-width: 320px;
}

.alarm-config-page .common-switch-btn label {
    width: 50%;
    border-radius: 4px;
    height: 100%;
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #3c91e6;
}

.alarm-config-page .timepicker {
    align-items: center;
    margin-bottom: 50px;
}

.timePickerCustom {
    margin-left: 0px;
}

    .timePickerCustom .seperator:after {
        content: ":";
        color: #fff;
        font-size: 18px;
        position: absolute;
        top: -5px;
        left: 53px;
    }

    .timePickerCustom div.text-center .glyphicon {
        color: #3c91e6;
        top: 1px;
        left: 11px;
        font-size: 14px;
    }

        .timePickerCustom div.text-center .glyphicon:disabled {
            color: #6d727c !important;
        }

    .timePickerCustom input {
        width: 34px !important;
        min-width: 25px;
        min-height: 30px;
        text-align: center;
        border-radius: 0;
        padding: 0;
        border: 0;
        padding-bottom: 2px;
        border-bottom: 1px solid #3c91e6 !important;
    }

        .timePickerCustom input:focus {
            box-shadow: none;
        }

.evenlist-dropdown {
    /*position: relative;
    width:100%;*/
    width: 320px;
}

    .evenlist-dropdown .dropdown-submenu-container {
        width: 100%;
        margin-left: 0;
    }

/*.evenlist-dropdown .dropdown-submenu-container .dropdown-custom-button .selected-event {
    border:0;
}*/
.dropdown-submenu-container .dropdown-custom-button {
    position: relative;
}

.evenlist-dropdown .dropdown-submenu-container .dropdown-custom-button nav {
    width: 320px;
}

.evenlist-dropdown .dropdown-submenu-container .dropdown-custom-button #primary_nav_wrap ul li {
    width: 100%;
}

    .evenlist-dropdown .dropdown-submenu-container .dropdown-custom-button #primary_nav_wrap ul li a {
        font-size: 14px;
        padding-left: 9px;
    }

.evenlist-dropdown .dropdown-submenu-container .dropdown-custom-button .selected-event span {
    padding-left: 9px;
}

.alarm-config-page .vms-big-btn-footer {
    position: relative;
    text-align: right;
    border-top: 2px solid #192028;
}

    .alarm-config-page .vms-big-btn-footer .big-blue-button-new-ui {
        margin-left: 3px;
    }

.alarm-config-page .alertIconCmpnt {
    height: 15px;
}

.alarm-config-page .listner-details {
    padding: 16px;
    background-color: #3e4249;
    display: flex;
    margin-top: 16px;
}

    .alarm-config-page .listner-details .listner-name {
        width: 90px;
        padding-right: 12px;
    }

    .alarm-config-page .listner-details .event-content {
        margin-right: 10px;
    }

    .alarm-config-page .listner-details .blue-border-input {
        width: 547px;
        padding-right: 12px;
        max-width: 547px !important;
        background: transparent !important;
    }

.config-action-btn {
    border: solid 1px #3c91e6;
    height: 32px;
    width: 200px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #3c91e6;
    outline: none;
    background-color: #1a2028;
}

    .config-action-btn:hover:focus {
        outline: 0;
    }

    .config-action-btn:disabled {
        border: 1px solid #6d727c;
        color: #6d727c;
    }

.action-row {
    height: auto;
}

    .action-row .action-info {
        /*margin-top: 24px;
   margin-bottom: 24px;*/
        font-size: 14px;
        font-weight: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #c7cbd1;
    }

    .action-row.lpr-config .action-info .on-action {
        margin-bottom: 0;
    }

        .action-row.lpr-config .action-info .on-action .scrol-body table tr td div {
            width: 100px;
        }

    .action-row .action-info .action-label {
        width: 109px;
    }

    .action-row .action-info img {
        margin-right: 4px;
    }

    .action-row .action-info .on-action {
        margin-top: 24px;
    }

    .action-row .action-info .off-action {
        margin-top: 24px;
    }

.access-control-config .action-info .action-label {
    width: 150px;
}

.access-control-config .access-details {
    margin-top: 24px;
    margin-bottom: 0;
}

.access-control-config .access-config-btn {
    width: 206px;
}

.access-control-config .access-config-btn {
    width: 198px;
}

.partner-dropdown {
    margin-left: 30px;
}

    .partner-dropdown .filter-search {
        display: none;
    }

    .partner-dropdown .dropdown .dropdown-menu li a .glyphicon {
        display: none;
    }

    .partner-dropdown .dropdown .dropdown-menu {
        height: auto !important;
    }

.v-common-multiselect .dropdown .dropdown-menu {
    margin: 4px 0 0;
    border: 1px solid #3c91e6;
    border-radius: 4px;
    background-color: #1a2028;
    padding: 8px;
    height: 258px;
    width: 100%;
    overflow: auto;
}

.rule_dlv_dropdown_container .v-common-multiselect .dropdown .dropdown-menu {
    width: 285px;
}

.evnt-option-grp {
    /*display: flex;
    flex-direction: column;*/
}

    .evnt-option-grp .event-switch-btn {
        margin-bottom: 24px;
        display: flex;
        align-items: center;
    }

    .evnt-option-grp .alertIconCmpnt {
        height: 18px;
    }

    .evnt-option-grp .select-options {
        margin-bottom: 12px;
    }

.resources-options .select-options {
    margin-bottom: 12px;
}

.select-options .btns .radio-btn {
    width: auto;
    margin-right: 30px;
    font-weight: bold;
    color: #fff;
    position: relative;
    margin-top: 0;
}

.select-options .radio-btn .title {
    padding-left: 24px;
    width: 97px;
    overflow: hidden;
    /*display: inline-block;*/
    text-overflow: ellipsis;
}

.select-options .radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.select-options .radio-btn .checkmark {
    position: absolute;
    top: 8px;
    left: 0;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: #ffffff;
}

.select-options .radio-btn input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #376fd2;
}

.select-options .radio-btn .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.select-options .radio-btn input:checked ~ .checkmark:after {
    display: block;
}

.select-options .radio-btn .checkmark:after {
    top: 2px;
    left: 1.5px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #376fd2;
}

.select-options .radio-btn input:disabled {
    background: #808080;
    cursor: not-allowed;
}

    .select-options .radio-btn input:disabled ~ span {
        color: #808080;
    }

    .select-options .radio-btn input:disabled ~ .checkmark {
        background: #808080;
    }


.v-common-multiselect .dropdown .dropdown-menu li.filter-search {
    position: relative;
}

    .v-common-multiselect .dropdown .dropdown-menu li.filter-search .v-find {
        position: absolute;
        top: 7px;
        right: 14px;
    }

.v-common-multiselect .dropdown .dropdown-menu li:first-child input {
    /*background-image: url('/app/images/search-icon.svg');
        background-repeat: no-repeat;
        background-size: 20px;
        background-position: 95%;
        box-shadow: none;*/
}

.v-common-multiselect .dropdown .dropdown-menu .form-control {
    margin: 0 auto;
    width: 100%;
    height: 30px;
    background-color: #1a2028;
    border: solid 2px #30353f;
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 3px 12px;
    color: #ffffff;
    box-shadow: none;
}

.ar .v-common-multiselect .dropdown .dropdown-menu .form-control[placeholder] {
    text-align: left;
}

.v-common-multiselect .dropdown .dropdown-menu .form-control:focus {
    border-color: #30353f;
    box-shadow: none;
}

.v-common-multiselect .dropdown .dropdown-menu li a {
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 0.17px;
    color: #c7cbd1;
    cursor: pointer;
    padding: 6px 17px;
}

.ar .v-common-multiselect .dropdown .dropdown-menu li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.v-common-multiselect .dropdown .dropdown-menu li a .glyphicon {
    margin-right: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
}

.v-common-multiselect .dropdown .dropdown-menu li a:hover {
    background-color: rgba(255, 255, 255, 0.15);
}

.v-common-multiselect .dropdown .dropdown-menu li a .glyphicon-remove-circle {
    background-image: url(/app/images/check-2-copy-101.png);
}

.v-common-multiselect .dropdown .dropdown-menu li a .glyphicon-ok-circle {
    background-image: url(/app/images/check-2-copy-141.png);
}

.v-common-multiselect .dropdown .btn {
    border: 0;
    border-bottom: 1px solid #358cd8 !important;
    background-color: transparent;
    border-radius: 0;
    padding: 4px;
    font-size: 14px;
    width: 400px;
    height: 32px;
    letter-spacing: normal;
    color: #ffffff;
    display: flex;
    box-shadow: none;
    align-items: center;
    justify-content: space-between;
}

.rule_dlv_dropdown_container .v-common-multiselect .dropdown .btn {
    width: 134px;
}

.v-common-multiselect .dropdown .btn .placehlder {
    color: #717680;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
}

.configuration-ditails-form.placeholder-bold .v-common-multiselect .dropdown .btn .placehlder {
    color: #ced1d7 !important;
}

.v-common-multiselect .dropdown .btn .placehlder.selected-value {
    letter-spacing: 0.5px;
    color: #c7cbd1;
}

.v-common-multiselect .dropdown .btn .v-arrow-down {
    font-size: 12px;
    color: #c7cbd1;
    transition: all 0.2s;
}

.v-common-multiselect .dropdown.open .btn .v-arrow-down {
    transform: rotate(180deg);
    transition: all 0.2s;
}
/*.v-common-multiselect .dropdown .btn .caret {
    background-image: url('/app/images/chevron-down-3.svg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 6px;
    border: 0;
    margin: 0;
    transition: 0.3s;
}*/
.v-common-multiselect .glyphicon-remove-circle::before {
    content: "";
}

.v-common-multiselect .glyphicon-ok-circle::before {
    content: "";
}

/*rule modal css*/


.alarm-rule-modal .modal-dialog .modal-content {
    height: 722px !important;
    width: 100%;
}

.alarm-rule-modal-body {
    height: 583px;
    position: relative;
    padding: 32px;
    overflow: auto;
}

.alarm-rule-modal .blue-border-input {
    background-color: transparent !important;
}

.alarm-rule-modal .vms-numeric .form-control {
    height: 27px;
}

.alarm-rule-modal label {
    padding-left: 12px;
    width: 75px;
}

.alarm-rule-modal .title_label {
    width: 72px;
    padding-left: 11px;
}

.alarm-rule-modal .monitor-select {
    width: 140px;
    margin-right: 6px;
}

.alarm-rule-modal .tile-select {
    width: 114px;
    margin-right: 4px;
}

.alarm-rule-modal .view-select {
    width: 120px;
}

.alarm-rule-modal .alarm-rule-modal-footer {
    margin: 0 32px;
    padding: 32px 0;
    text-align: right;
    border-top: 1px solid #4e4e4e;
}

    .alarm-rule-modal .alarm-rule-modal-footer button:last-child {
        margin-left: 32px;
    }

.transprent-bg.vms-numeric .ui-spinner {
    background-color: transparent;
}

.alarm-rule-modal .ui-icon-triangle-1-s {
    background-position: -65px -18px;
}

.circleDelay_on {
    display: none !important;
}

.alarm-config-page .views-new-ui .ui-grid-row:hover .ui-grid-cell {
    background-color: #292d35;
}

/*common style for popover start*/

.action-info .action-label .text {
    border-bottom: 1px solid #3c91e6;
    font-size: 14px;
    color: #3c91e6;
}

.action-info a:focus, .action-info a:hover {
    color: #3c91e6;
    text-decoration: none !important;
}

.action-info .action-label img {
    transition: transform 0.3s;
}

.action-info .action-label:not(.collapsed) img {
    transform: rotate(90deg);
    transition: transform 0.3s;
}

.configure-action-popover {
    margin-top: 16px;
}

    .configure-action-popover .popover-section {
        width: 400px;
        background-color: #3e4249;
        padding: 12px 16px;
    }

        .configure-action-popover .popover-section .scrol-body {
            min-height: 35px;
            max-height: 90px;
            overflow-y: auto;
            color: #fff;
        }

            .configure-action-popover .popover-section .scrol-body table td {
                padding: 8px 6px;
                line-height: normal;
            }
/*common style for popover end*/

.alarm-actions .configure-action-popover .popover-section .scrol-body table td div {
    width: 150px;
    color: #fff;
    font-size: 14px;
}

.lpr-config .configure-action-popover .popover-section .scrol-body table td div {
    width: 100px;
    color: #fff;
    font-size: 14px;
}

.access-control-config .configure-action-popover .popover-section .scrol-body table td div {
    width: 100px;
    color: #fff;
    font-size: 14px;
}


.switch-btn {
    background: transparent;
    border-radius: 4px;
    width: 160px;
    display: flex;
    border: solid 1px #3c91e6;
    /*margin-bottom:24px;*/
}

    .switch-btn button:first-child {
        border-right: solid 1px #3c91e6;
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .switch-btn button:last-child {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0px;
        border-top-left-radius: 0px;
    }

    .switch-btn button {
        background-color: transparent;
        padding: 3px 14px;
        border: 0;
        outline: 0;
        font-family: Arial;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: center;
        color: #3c91e6;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 50%;
    }

        .switch-btn button.active {
            background-color: #3c91e6 !important;
            color: #ffffff;
        }

    .switch-btn .or-btn {
        border-left: 0;
    }

.no-mouse-config {
    pointer-events: none;
}
/*css added for specify event popup*/
.alarm-config-page .ui-icon-triangle-1-n {
    background-position: -3px -22px;
}

.alarm-config-page .ui-icon-triangle-1-s {
    background-position: -68px -22px;
}

.alarm-config-page .ui-icon {
    height: 21px;
}

.align-center {
    align-items: center;
}

.alarm-list-grid .ui-grid-canvas {
    width: 100% !important;
}

.alarm-list-grid .ui-grid-row div {
    display: flex;
    align-items: center;
}
/*css form custom scrollbar*/
/*.vms-scroll-style.scrollbar-dynamic > .scroll-element .scroll-element_outer {
    opacity: 1;
}
.vms-scroll-style.scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
    top: 0;
}
.vms-scroll-style.scrollbar-dynamic > .scroll-element .scroll-element_track {
    background: #53575d;
}
.vms-scroll-style.scrollbar-dynamic > .scroll-element.scroll-y {
    background-color: #44484f;
    width: 16px;
    height: 100%;
    min-height: 100%;
    right: 0;
}

.vms-scroll-style.scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
    width: 10px;
    right: 3px;
    border-radius: 4px;
    background-color: #31363f;
}*/
/*.vms-scroll-style.scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer, .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    width: 12px;
}
.vms-scroll-style.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
    width: 10px;
    border-radius: 4px;
}
.vms-scroll-style.scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size, .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
    opacity: 0;
}

/*for small track css*/
.scrollbar-dynamic.track-sm .scroll-element.scroll-y {
    width: 10px;
}

.scrollbar-dynamic.track-sm > .scroll-element.scroll-y:hover .scroll-element_outer, .scrollbar-dynamic.track-sm > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
    width: 10px;
}

.scrollbar-dynamic.track-sm .scroll-element.scroll-y .scroll-bar {
    width: 6px;
    right: 2px;
}

/*new schedule modal css*/
#newSchedule-modal .ui-icon-triangle-1-s {
    background-position: -65px -20px;
}

#newSchedule-modal .ui-icon-triangle-1-n {
    background-position: 0 -20px;
}


.alarm-config-page .right-export-btn .user-templ-pupup .csv-temp-popover .temp-cntent {
    position: absolute;
    top: 35px;
    /*right: -20px;*/
    left: -245px;
}