﻿.access-list-modal .modal-dialog{
    display: flex;
    align-items:center;
    height: calc(100vh - 60px)!important;
}

.access-list-modal .modal-dialog .modal-content{
    height: 384px!important;
    width:100%;
}
.access-list-modal .configuration-ditails-form{
    margin-bottom: 10px;
}
.access-list-modal-body {
    padding:17px 24px;
    position:relative;

}
.access-list-modal-footer {
        display: flex;
        justify-content: flex-end;
        padding-top: 17px;
        margin: 0 24px;
        border-top: 1px solid #000;
}
.access-list-modal-footer button{
    width:121px;
    background:#2a5287;
    height:38px;
}

.access-list-properties .properties-label {
    height: 43px;
    border-bottom: 3px solid #1a2028;
    padding: 8px 24px;
    color: #dbdce0;
}
.access-list-properties .configuration-ditails-form label {
    padding-left: 12px;
    color: #dbdce0;
}
.access-list-properties .configuration-ditails-form {
  margin-bottom:12px;
}

.access-help{
    border-top: 2px solid #1a2028;
    padding:8px 20px 20px;
}
.access-help .access-para{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #d5d7dc;
}
.access-list-page.views-new-ui .ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell {
    background-color: transparent!important;
}
.access-list-page.devices-new-ui md-switch .md-thumb {
    height:18px;
    width:18px;
    top:-1px;
}
.access-list-page.devices-new-ui md-switch .md-bar {
    height: 12px;
    top: 4px;
}
/*.access-list-page .md-bar, md-switch[disabled] .md-bar {
    opacity: 0.3;
    border-radius: 4.2px;
    background-color: #9d9d9d;
    height:8px;
    top:5px;
    left:3px;
    width:24px;
}
.access-list-page .material-switch-css[disabled] .md-thumb {
    opacity: 0.3;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5);
    background-color: #fafafa;
    height:12px;
    width:12px;
}
.access-list-page md-switch .md-bar {
    top:6px;
}
.access-list-page .md-switch.md-checked.md-primary .md-thumb {
    background-color: #376fd2;
}*/
.access-list-page .ui-grid-icon-up-dir:before {
    content: "";
    background-image: url('/app/images/dashboard-images/chevron_up.svg');
    height: 7px;
    width: 12px;
    background-repeat: no-repeat;
    background-size: 12px;
    transition: 0.5s;
}
.access-list-page .ui-grid-icon-down-dir:before {
    content: "";
    background-image: url('/app/images/dashboard-images/chevron_up.svg');
    height: 7px;
    width: 12px;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position:center;
    transition: 0.5s;
    transform: rotate(180deg);
}

.access-list-modal-body:focus {
    outline: none !important;
}