#notificationViewContent label, #avsecPermissionList label, .treestructure label {
    margin: 0 0 5px 5px;
}

#notificationViewContent input, #avsecPermissionList input, .treestructure input {
    margin-bottom: 5px;
}

img.avsec-banner {
    width: 100%;
}

.full-width-image {
    width: 100vw;
    position: absolute;
    left: 50%;
    margin-left: -50vw;
}

ul.avsec-list li a:hover {
    text-decoration: none;
    font-weight: 500;
    color: #828282;
}

.h-top {
    padding-top: 180px;
}

.avsec-list {
    list-style-type: none;
}

.edit-mem .form-label {
    text-align: initial;
    margin-top: 5px;
}

.form-control {
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 5px;
}

input[type=file].form-control {
    padding: 3px 15px;
    overflow: hidden;
}

.form-check-input {
    margin-left: 0px;
    position: relative;
}

.table tr input[type="checkbox"] {
    height: 19px;
}

.permission-dir {
    margin-bottom: 20px;
}

.permission-dir {
    border: 1px solid #e4e3e3;
}

    .permission-dir div.col-md-5 {
        background-color: #e4e3e3;
        color: #000;
    }

.container.avsecforms {
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-top: 10px;
    border-radius: 10px;
}
/* Asterisk sign */
.edit-mem .form-group.required .redstar:after {
    color: #d00;
    content: "*";
    position: absolute
}

/*Table Pagination */
table.table-ib th, table.table-ib td {
    text-align: center;
}
/*.table-ib{margin-top:30px} */

table.table-ib tr:nth-child(even) {
    background-color: #e4e3e3
}

.table-ib th {
    background: #333;
    color: #fff;
}

.avsecforms .form-group {
    margin-bottom: 1rem !important;
}

.gj-datepicker-md [role=right-icon] {
    position: absolute !important;
    top: 5px !important;
    right: 5px !important;
}

.pagination {
    margin: 0 !important;
}

    .pagination li:hover {
        cursor: pointer;
    }

.header_wrap {
    padding: 0;
}

.table-ib .num_rows {
    width: 20%;
    float: left;
}

.table-ib .tb_search {
    width: 20%;
    float: right;
}

.search-input .fa-search {
    position: absolute;
    bottom: 10px;
    right: 28px;
}
/* .table-ib tr th:first-child, .table-ib tr td:first-child,
.table-ib tr th:nth-child(2), .table-ib tr td:nth-child(2) {
    width: 5%;
} */
/*.table-ib tr th:nth-child(2), .table-ib tr td:nth-child(2) {
    width: 35%;
} 
.table-ib tr th:last-child, .table-ib tr td:last-child {
    width: 20%;
}*/
/* .num_rows{visibility: hidden;} */
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.pagination > li > a, .pagination > li > span {
    background-color: inherit !important;
    border: none !important;
    margin-left: 15px !important;
    border-radius: 20px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    color: #000 !important;
}

.pagination > li > a, .pagination > li > span {
    padding: 0px 5px !important;
    font-size: 10px;
}

.navigation-row .form-control {
    height: 20px;
    width: 50px;
    padding: 0 5px;
    font-size: 12px;
    margin-left: 10px
}

.rows_count {
    float: left;
}

.num_rows {
    overflow: hidden;
}
/* Tree View */

.cbxTree > .cbxTree-node {
    padding-left: 0;
}

.cbxTree-node {
    padding-left: 15px;
}

.cbxTree-swicth {
    width: 10px;
    height: 18px;
    font-size: 16px;
    color: #000;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right: -13px;
}

    .cbxTree-swicth:before {
        content: "+";
    }

    .cbxTree-swicth.open:before {
        content: "-";
    }

.cbxTree-label {
    margin-left: 15px;
}

.cbxTree-swicth ~ .cbxTree-node {
    display: none;
}

.cbxTree-swicth.open ~ .cbxTree-node {
    display: block;
}

.selectlist select {
    width: 100%;
    height: 300px;
    border: 1px solid #cdcdcd;
}

    .selectlist select option {
        padding: 2px 5px
    }

.smartpart {
    background-color: #333;
    padding: 10px 20px;
    color: #fff
}

    .smartpart h5 {
        margin: 0;
        font-size: 16px !important
    }

.smstextbox textarea {
    width: 100%;
    height: 120px;
    margin-top: 5px;
    border: 1px solid #cdcdcd;
}

.redtext {
    color: #d00
}

.uploadfile.form-control {
    padding: 3px 15px;
}

/*Update Sec Dir*/

.updatesec tr td input {
    width: 100%;
}

.updatesec tr > :nth-child(n+3), .updatesec tr > td:nth-child(odd) input {
    text-align: right;
}


@media only screen and (max-width:1023px) {
    .h-top {
        padding-top: 120px;
    }
}

@media (max-width:991px) {
    /* .edit-mem .form-label{text-align:left;}  */
    .edit-mem .required .col-lg-3 {
        margin-top: 15px;
    }

    .selectlist select {
        height: 200px;
    }
}

@media only screen and (max-width:767px) {
    .smstextbox textarea {
        height: 75px;
    }

    .avsec-list {
        padding: 0px;
    }

    .h-top {
        padding-top: 70px;
    }



    .overlayEPublicationSubscription {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 999;
        background: rgba(255,255,255,0.8) url("/SiteAssets/EPublicationPages/imgs/loader.gif") center no-repeat;
    }

    /* Turn off scrollbar when body element has the loading class */
    .loading {
        overflow: hidden;
    }
        /* Make spinner image visible when body element has the loading class */
        .loading.overlayEPublicationSubscription {
            /*display: block; */
        }
