﻿.audit-log-page{
    padding: 0;
}
.audit-log-header{
    display:flex;
    width:100%;
    padding: 24px;
    align-items:center;
}
.audit-log-header .export-list{
    display: flex;
    width: 100%;
    align-items:center;
    color:#fff;
    font-size:14px;
    height: auto;
    padding: 0;
}
.audit-log-header .export-list div span{
    overflow: visible;
}
.audit-log-header .search-box{
    position:relative;
    margin-right: 14px;
    width: 10%;
}
.audit-log-header .search-box .searchit{
    position: absolute;
    top: 6px;
    right:8px;
    color: gray;
    font-size: 18px;
}
.audit-log-header .search-box input{
    width: 100%;
    color: #fff;
    background-color: #1a2028;
    border: 0;
    padding: 8px;
    outline: 0;
    margin-right:0;
}
.audit-log-header .date-time-picker input {
    border: 1px solid #3c91e6;
    background-color: #1a2028;
    border-radius: 4px;
    padding: 6px 16px;
    font-size: 14px;
    max-width: 172px;
    letter-spacing: normal;
    color: #ffffff;
    line-height:1;
}
.audit-log-header .date-time-picker input:disabled{
    opacity:0.65;
    cursor:not-allowed;
}
.audit-log-header .date-time-picker {
    display: flex;
    align-items: center;
    margin-right: 6px;
     font-size: 14px;
     color:#fff;
}
.audit-log-header .date-time-picker label {
    margin-right:16px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
}
.audit-log-header multiselect{
    max-width: 300px;
    margin-right: 16px;
}
.audit-log-header multiselect .dropdown .btn {
    border: 1px solid #3c91e6;
    background-color: #1a2028;
    border-radius: 4px;
    padding: 4px 16px;
    font-size: 14px;
    width: 180px;
    height:30px;
    letter-spacing: normal;
    color: #ffffff;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.audit-log-header multiselect .dropdown .btn .caret {
    background-image: url('../../../../../images/chevron-down-3.svg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 6px;
    border: 0;
    margin: 0;
    transition: 0.3s;
}
.audit-log-header multiselect .dropdown.open .btn .caret{
   transform:rotate(-180deg);
   transition: 0.3s;
}
.audit-log-header multiselect .dropdown .dropdown-menu {
    margin: 8px 0 0;
    border: 1px solid #3c91e6;
    border-radius: 4px;
    background-color: #1a2028;
    padding: 8px;
    height: 258px;
    overflow: auto;
    width:100%;
   
}
.audit-log-header multiselect .dropdown .dropdown-menu .filter-search{
    position:relative;
}
.audit-log-header multiselect .dropdown .dropdown-menu .v-find {
    position:absolute;
    top:6px;
    right:7px;
    color:#3c91e6;
}
.audit-log-header multiselect .dropdown .dropdown-menu .form-control {
    margin: 0 auto;
    width: 96%;
    height: 28px;
    background-color: #1a2028;
    border: 1px solid #3c91e6;
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 3px 12px;
    color: #ffffff;
}
.audit-log-header multiselect .dropdown .dropdown-menu li a{
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: 0.17px;
    color: #ffffff;
    padding: 3px 17px;
    /*width:262px;*/
}

.audit-log-header multiselect .dropdown .dropdown-menu li a .glyphicon{
    margin-right:14px;
}
.audit-log-header multiselect .dropdown .dropdown-menu li a:hover{
    background-color: rgba(255, 255, 255, 0.15);

}
.audit-log-header multiselect .dropdown .btn .v-arrow-down {
    font-size: 12px;
    color: #c7cbd1;
    transition: all 0.2s;
}

.audit-log-header multiselect .dropdown.open .btn .v-arrow-down {
    transform: rotate(180deg);
    transition: all 0.2s;
}
.audit-log-header multiselect .dropdown .dropdown-menu li a .glyphicon-remove-circle{
    background-image: url(../../../../../images/check-2-copy-101.svg);
    background-repeat: no-repeat;
    background-size: contain;
     width: 8px;
    height: 7px;

}
.audit-log-header multiselect .dropdown .dropdown-menu li a .glyphicon-ok-circle{
    background-image: url(../../../../../images/check-2-copy-141.svg);
    background-repeat: no-repeat;
    background-size: contain;
     width: 8px;
    height: 7px;

}

.audit-log-header .exp-section{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.audit-log-header .exp-section .reset-btn{
    padding:5px 10px;
     background-color: #295287;
     font-size: 12px;
     color: #ffffff;
     border:0;
     width: 104px;
     text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}

.audit-log-header .exp-section h3{
   font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin: 0;
}
    .audit-log-header .export-icon {
        background-image: url(../../../../../images/html-export-icon.svg);
        background-repeat: no-repeat;
        background-size: contain;
        width: 24px;
        height: 26px;
        margin-left: 16px;
        margin-right:0;
    }
.audit-log-header .export-icon.icon-excel {
    background-image: url(../../../../../images/xls-export-icon.svg);
}
.audit-log-header .glyphicon-remove-circle:before {
    content: "";
}
.audit-log-header .glyphicon-ok-circle:before{
    content:'';
}

.audit-log-header .ui-grid-header-cell-wrapper {
    width: 100%;
}



.audit-log-page .ui-grid-row .ui-grid-cell {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #bfc3c9;
    padding: 8px 0;
}
.audit-log-page .view-grid .ui-grid-row:nth-child(even) {
    background-color: #31353f;
}
.audit-log-page .view-grid .ui-grid-row:nth-child(odd) {
    background-color: #292d35;
}
.audit-log-page .view-grid .ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: transparent !important;
}
.audit-log-page .view-grid .ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: transparent !important;
}
.audit-log-page .ui-grid-header-cell-row .ui-grid-header-cell .ui-grid-cell-contents {
    padding: 0;
}
.audit-log-page .ui-grid-header-cell .ui-grid-cell-contents span {
    font-weight: bold;
    font-size: 15px;
}
.audit-log-page .ui-grid-header-cell-row .ui-grid-header-cell:first-child .ui-grid-cell-contents {
    padding-left: 24px;
}
.audit-log-page .ui-grid-icon-up-dir {
    background-image: url('../../../../../images/chevron-down-3.svg.svg');
    background-repeat: no-repeat;
    display: inline-block;
    height: 7px;
    width: 11px;
    background-size: contain;
    position: relative;
    top: 17px;
    left: 5px;
    transition: 0.2s;
}
.audit-log-page .ui-grid-icon-down-dir:before{
    content:"";
}
.audit-log-page .ui-grid-icon-down-dir {
    background-image: url('../../../../../images/chevron-down-3.svg.svg');
    background-repeat: no-repeat;
    display: inline-block;
    height: 7px;
    width: 11px;
    background-size: contain;
    position: relative;
    top: 17px;
    left: 5px;
    transform: rotate(-180deg);
    transition: 0.2s;
}
.audit-log-page .ui-grid-icon-up-dir:before{
    content:"";
}
.audit-log-page .ui-grid-cell .ui-grid-cell-contents {
    padding: 0 0 24px 0;
}
.audit-log-page .ui-grid-render-container-body .ui-grid-viewport {
    height: 75vh !important;
    overflow: auto !important;
    margin-bottom: 30px;
}
.audit-log-page .font-bold {
    font-weight:bold;
}
input:focus {
    outline: 0;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus{
    outline:0;
}
.audit-log-page .view-grid {
    width: 100%;
    height: 100vh !important;
}
.audit-log-page .ui-grid-canvas {
    width: 100% !important;
}
@media(max-width:1800px){
    .audit-log-header {
        display: flex;
        width: 100%;
        padding: 12px;
    }
    .audit-log-header .search-box input{
    width: 100%;
    color: #fff;
    padding: 5px;
    line-height:1;
    font-size:10px;
}
    .audit-log-header .search-box .searchit{
   top:6px;
   font-size: 10px;
}
    .audit-log-header .date-time-picker input {
        padding: 3px 6px;
        font-size: 10px;
        max-width:137px;
        line-height: 1;
}
        .audit-log-header .date-time-picker label{
            margin-right:12px;
        }
        .audit-log-header multiselect .dropdown .btn{
            padding: 3px 8px;
            font-size:10px;
            width: 137px;
        }
        .audit-log-header .exp-section{
            margin-left: 0;
        }
        .audit-log-header .export-icon {
            margin-left: 15px;
            height: 24px;
        }
        .audit-log-header .exp-section h3{
            font-size: 10px;
        }
        .audit-log-header .date-time-picker{
            margin-right: 12px;
        }
        .audit-log-header .search-box{
            margin-right: 14px;
        }
        .audit-log-header .date-time-picker label{
            font-size: 10px;
        }
    .audit-log-page .dropdown-menu {
        min-width: 137px;
    }
    .audit-log-page .ui-grid-header-cell-row .ui-grid-header-cell:first-child .ui-grid-cell-contents {
        padding-left: 12px;
    }
    .audit-log-page .ui-grid-cell .ui-grid-cell-contents {
        padding: 0 15px 0;
        font-size:11px;
    }
    .audit-log-header .exp-section .reset-btn {
        padding: 4px 16px;
        font-size: 10px;
        margin-right:10px;
    }
    .audit-log-page .ui-grid-row .ui-grid-cell {
        font-size:11px;
    }
    .audit-log-page .ui-grid-header-cell .ui-grid-cell-contents span {
    font-size:13px;
    }
    .audit-log-header multiselect .dropdown .dropdown-menu .form-control{
        font-size:12px;
    }
 }