/*New Styles*/

/*.item-one {
    background: url(../img/banner.jpg) no-repeat;
    height: 44.4rem;
}*/

.banner-img img {
    height: 44.4rem;
}

.banner-img {
    position: relative;
}

.banner-title {
    text-transform: uppercase;
    position: absolute;
    top: 40%;
    left: 17%;
    font-weight: 700;
    text-align: center;
    font-size: 35px;
    width: 65rem;
}

.carousel-control-next-icon {
    background-image: unset;
}

.carousel-control-prev-icon {
    background-image: unset;
}

    .carousel-control-prev-icon i {
        font-size: 54px;
        color: #B1CEE3;
        position: absolute;
        bottom: 20.5rem;
        left: 110px;
    }

.carousel-control-next-icon i {
    font-size: 54px;
    color: #1B68AD;
    position: absolute;
    bottom: 20.5rem;
    left: 110px;
}

.zig-zag-img-container {
    width: 500px;
    border: 2px solid #2DAAD3;
    height: 320px;
    position: relative;
}

    .zig-zag-img-container img {
        position: absolute;
        right: 15px;
        bottom: 15px;
    }

.zig-zag-title {
    font-size: 30px;
    font-weight: 700;
}

.z-g-zag-desc {
    font-size: 13px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.zig-btn {
    background-color: #1B68AD;
    border: 1px solid #1B68AD;
    color: #fff;
    border-radius: 0;
    padding: 5px 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.tabsection {
    background: #F9F9F9;
}

.left-icon-btn {
    background-color: #B7D0E6;
    border: 1px solid #B7D0E6;
    color: #fff;
    border-radius: 0;
}

.right-icon-btn {
    background-color: #1C6FB6;
    border: 1px solid #1C6FB6;
    color: #fff;
    border-radius: 0;
}

.tabsection .title {
    font-size: 27px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.line {
    width: 20rem;
    position: absolute;
    top: 5rem;
    left: 22rem;
    border-top: 2px solid #1C6FB6;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.left-icon-list {
    width: 50px;
    height: 50px;
    background: #5B626C;
    color: #fff;
    padding: 13px;
    border-radius: 50%;
    margin-right: 15px;
}

.font_25 {
    font-size: 25px;
}

.content-list span {
    /*color: #1C6FB6;*/
    color: #5B626C;
    font-size: 16px;
    font-weight: 700;
}

.activeList .left-icon-list {
    background: #1C6FB6;
}

.activeList .content-list span {
    color: #1C6FB6;
}

.content-list p {
    color: #000;
    font-size: 13px;
}

.border_blue {
    border-bottom: 2px solid #1C6FB6;
}

.font_right i {
    font-size: 24px;
    color: #1C6FB6;
    margin-top: 10px;
    margin-left: 30px;
}

#tabllistImgcont {
    width: 520px;
    height: 585px;
    position: relative;
}

    #tabllistImgcont img {
        position: absolute;
        right: 18px;
        bottom: 16px;
    }

/*Tables Page*/
.dropNav .dropdown-toggle::after {
    display: none;
}

.dropNav .dropdown-menu {
    background: #64C6ED;
    cursor:pointer;
}

#log_sign_menu {
    width: 260px !important;
    left: -64px !important;
}

.top-menu ul {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: space-around;
    align-items: baseline;
}

.dropNav .fa-user-circle {
    font-size: 28px;
}

.tablesSection {
    background: #EFEFEF;
}

.dash-btn {
    background: #1D6FB8;
    border-color: #1D6FB8;
    color: #fff;
    border-radius: 0;
}

.navbarTab .nav-link.active, .navbarTab .show > .nav-link {
    background-color: #1D6FB8;
}

.navbarTab .nav-link {
    border-radius: 0;
    padding: 15px 30px;
    border-bottom: 0;
    color: #A1A1A1;
    font-weight: 600;
}

.navbarTab {
    border-bottom: 3px solid #1D6FB8;
}

.tab_none {
    display: none;
}

.sortBy {
    color: #333;
    font-weight: 600;
}

#dropdownTable {
    font-weight: 600;
    text-decoration: underline;
}

.tablesSection .card {
    width: 100%;
}

.tabulator {
    border: 1px solid #D1D1D1 !important;
    border-bottom: 0.5px solid #D1D1D1 !important;
}

    .tabulator .tabulator-header .tabulator-col {
        background: #fff !important;
        height: 50px !important;
        border: none !important;
    }

        .tabulator .tabulator-header .tabulator-col .tabulator-col-content {
            height: 50px !important;
            padding: 0.75rem 1.25rem !important;
            border-right: 0 !important;
        }

.tabulator-row {
    min-height: 50px !important;
    background-color: #fff !important;
    border-bottom: 1px solid #D1D1D1;
    z-index:99 !important;
}

    .tabulator-row .tabulator-cell {
        height: 50px !important;
        padding: 0.75rem 1.25rem !important;
        border-right: 0 !important;
    }

.tabulator .tabulator-footer .tabulator-footer-contents {
    padding-top: 12px !important;
    padding-bottom: 10px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.tabulator .tabulator-footer {
    padding: 5px 10px !important;
    border-top: 0 !important;
    text-align: right !important;
    font-weight: 700 !important;
    white-space: nowrap !important;
    -ms-user-select: none !important;
    user-select: none !important;
    -moz-user-select: none !important;
    -khtml-user-select: none;
    -webkit-user-select: none;
}

.tabulator {
    width: auto;
}

    .tabulator .tabulator-footer {
        background: #fff !important;
    }

        .tabulator .tabulator-footer .tabulator-page.active {
            border-color: #007bff !important;
            background-color: #007bff !important;
            color: #fff !important;
        }

        .tabulator .tabulator-footer .tabulator-page:disabled {
            opacity: .5;
        }

        .tabulator .tabulator-footer .tabulator-page[data-page=first] {
            border-top-left-radius: 4px !important;
            border-bottom-left-radius: 4px !important;
        }

        .tabulator .tabulator-footer .tabulator-page:disabled {
            border-color: #dee2e6 !important;
            background: #fff !important;
            color: #6c757d !important;
        }

.tabulator-paginator .tabulator-page-size {
    margin: 0 25px 0 5px !important;
    padding: 8px 12px !important;
    border: 1px solid #dee2e6 !important;
}

.tabulator .tabulator-footer .tabulator-page {
    display: inline-block !important;
    margin: 0 !important;
    margin-top: 5px !important;
    padding: 8px 12px !important;
    border: 1px solid #dee2e6 !important;
    border-right: none !important;
    background: hsla(0,0%,100%,.2) !important;
}

.tabulator .tabulator-footer .tabulator-pages {
    margin: 0 !important;
}


.view-details a {
    text-align: end;
    text-decoration: underline;
    color: #3D3D3D;
    font-weight: 600;
}

.userNameDash {
    font-weight: 600;
  /*  color: #fff;  old ui */
    font-size: 18px;
}
.auditBtn {
    z-index:99999;
}
/*Bread Products Form*/
.form_h1 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.form_h2 {
    font-size: 23px;
    letter-spacing: 0.5px;
}

.formTabList .tab_fa {
    font-size: 22px;
    border: 2px solid #5b626b52;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 12px 0px 0 0;
    text-align: center;
    color: #5b626b52;
    margin: 0 0 10px 0px;
}

.tab_text {
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: normal;
    font-weight: 600;
}

.formTabList a.active .tab_fa {
    background-color: #1d70b8;
    color: #fff;
}

.formTabList a.active .tab_text {
    color: #1d70b8;
}

.card_shadow {
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    border-radius: 5px;
}

.formTabs {
    padding: 25px 20px;
}

.formTabList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wizard_a {
    text-align: center;
}

.content.toggle-con {
    padding: 10px 20px;
}

.form-title h5 {
    color: #1d70b8;
}

.clrbtn {
    background: #1d70b8;
    color: #fff;
}

.import_btns {
    display: flex;
    justify-content: end;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px 0px;
}

.AddFile {
    font-size: 16px;
    padding: 6px 6px;
    color: #FEFEFE;
    /* font-weight: 100; */
    margin: 5px 0px 5px 0px;
    border: none;
    cursor: pointer;
}

.fileUpload input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: -80px;
    cursor: pointer;
    background-color: #4084B8;
}

.preview_confirm .form-control {
    border: 0 !important;
    outline: unset !important;
    pointer-events:none;
}

    .preview_confirm .form-control:focus {
        border: 0 !important;
        outline: unset !important;
        box-shadow: unset !important;
    }

.applicationBanner {
    background: #ECECEC;
    min-height: auto;
    padding: 20px 0;
}

.f_18 {
    font-size: 18px;
}
.childOl {
    padding-left:30px;
}

    .app_card {
        background: #ECECEC;
    }

.card_title_app {
    color: #1D6FB8;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.5px;
}

.bg_light_gr {
    background: #F8F9FB;
    padding: 25px;
}

.appListTab .app_name_tab {
    background: #EFEFEF;
    border-radius: 0;
    padding: 12px 8px;
    cursor: pointer;
    border-bottom: 0;
    color: #A1A1A1;
    font-weight: 600;
}

.border_round {
    font-size: 18px;
    border: 2px solid #5B626C;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 10px 0px 0px 0px;
    text-align: center;
    color: #5B626C;
    margin: 0;
}

.wrapper_app_grid {
    /* margin-bottom: 15px; */
}

.appListTab .nav-link.active, .appListTab .show > .nav-link {
    background-color: #1D6FB8;
    color: #fff;
}

    .appListTab .nav-link.active .border_round {
        border: 2px solid #fff;
        color: #fff;
    }

.title_app span {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

.title_app p {
    font-weight: 500;
    font-size: 14px;
    color: #333;
}

.appListTab a.active:hover {
    color: #fff !important;
}
.padd_t {
    padding-top:55px;
    padding-bottom:30px;
}
@media print {
    .print_hide {
        display: none !important;
    }
}
/*Application Name List Pages*/
.banner_img i {
    font-size: 13px;
}

.grid_parent {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 25px;
}
/*EDD Forms*/
.select2 {
    display: inline-block;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.275rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) right 0.75rem center/8px 10px no-repeat;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.newCheckList li {
    font-size: 13px;
    margin-bottom: 10px;
}

input[type="number"]::placeholder {
    /* Firefox, Chrome, Opera */
    text-align: left;
}

input[type="number"] {
    text-align: right;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.select2-container--default .select2-selection--single {
    border: 0 !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 7px;
    }

.wizardTabContents label {
    text-transform: uppercase;
    font-weight:700;
}
/* DIA Styles*/
.title_modal {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.appendFiles td {
    font-size: 14px;
}

.count_table {
    font-size: 14px;
}

.checkListwrap ul {
    font-size:13px;
}
.checkListwrap ul li:first-child {
    margin-top:10px;
}
.checkListwrap li {
    margin-bottom: 10px;
}
/*DCTA*/
.form_h5 {
    font-size: 20px;
    letter-spacing: 0.5px;
}
@media only screen and (max-width: 1024px) {
    .grid_parent {
        display: grid;
        grid-template-columns: auto auto;
        grid-gap: 25px;
    }
}

/*@media only screen and (max-width: 768px) {
    .middle-right a {
        font-size: 14px;
    }

    .margin_t_70 {
        margin-top: 60px;
    }

    .header-top div div p {
        text-align: center;
    }

    .margin_t_70 h1 {
        margin-bottom: 0;
    }

    .header-middle .logo {
        position: absolute;
        top: 6px;
        right: 0;
        left: 13rem;
    }

    .header-middle img {
        height: 70px;
    }

    .middle-right .fa-2x {
        font-size: 1rem;
    }

    .dashboard-con-top {
        margin: 0;
    }

    .header-middle h1 {
        font-size: 20px;
        padding-top: 10px;
    }

    .top-menu ul li {
        margin: 10px;
    }

    .userNameDash {
        font-size: 15px;
    }

    .top-menu ul li a {
        font-size: 15px;
    }
}*/
.tx_center {
    text-align: center;
}

.tx_right {
    text-align: right;
}

@media only screen and (max-width: 768px) {
    .middle-right a {
        font-size: 14px;
    }

    .line {
        width: 10rem;
        position: absolute;
        top: 3.5rem;
        left: 12rem;
    }

    .margin_t_70 {
        margin-top: 60px;
    }

    .header-top div div p {
        text-align: center;
    }

    .margin_t_70 h1 {
        margin-bottom: 0;
    }

    .logo a {
        margin: 20px 0;
        float: unset;
        text-align: center;
        display: block;
        margin-bottom: 0px;
    }

    .header-middle img {
        height: 70px;
    }

    .middle-right .fa-2x {
        font-size: 1rem;
    }

    .dashboard-con-top {
        margin: 0;
    }

    .header-middle h1 {
        font-size: 24px !important;
        padding-top: 10px;
    }

    .htxtn {
        margin-bottom: 10px !important;
    }

    .top-menu ul li {
        margin: 10px;
    }

    .banner-title {
        font-size: 25px;
    }

    .carousal-section {
        padding: 30px 0;
        background: #cce9f5;
        min-height: unset;
    }

    .userNameDash {
        font-size: 15px;
    }

    .zig-btn {
        margin-top: 15px;
    }

    .departments-list {
        display: grid;
        grid-template-columns: 100%;
    }

    .top-menu ul li a {
        font-size: 13.5px !important;
    }

    .tx_left {
        text-align: center;
    }

    .tx_center {
        text-align: center;
    }

    .tx_right {
        text-align: center;
    }
}
.height_logo {
    max-width: 100%;
    height: 100px;
}
.even_space_none {
    justify-content:space-between;
    
}

.tabulator .tabulator-tableHolder {
    overflow-x: hidden !important;
}

@media only screen and (max-width:1200px) {
    #tabulatorTable {
        width: 850px;
    }

    .tabulator .tabulator-tableHolder {
        overflow-x: scroll !important;
    }

    .total_count {
        position: relative;
        right: 57%;
    }

    .tabulator-paginator .tabulator-page-size {
        margin: 0 42% 0 5px !important;
    }
}