﻿

body {
    background: #f9f9f9;
}

.title-form {
    color: #3f85c6 !important;
}

#MoreFilter {
    margin-left: 180px;
}

.check-box-job {
    margin-right: 20px !important;
    margin-left: 50px !important;
}


#header.header-transparent {
    background: #ffffffd9 !important;
}

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

.icofont-navigation-menu {
    color: Highlight !important;
}
/*--------------------------------------------------------------

        /*--------------------------------------------------------------
        # Header
        --------------------------------------------------------------*/
#header {
    height: 90px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    background: #245FD6;
}

    #header.header-transparent {
        background: transparent;
    }

    #header.header-scrolled {
        background: white;
    }

    #header .logo h1 {
        font-size: 28px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 1px;
    }

        #header .logo h1 a, #header .logo h1 a:hover {
            color: #fff;
            text-decoration: none;
        }

    #header .logo img {
        padding: 0;
        margin: 0;
    }
/*--------------------------------------------------------------
        # Navigation Menu
        --------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        float: left;
    }

    .nav-menu a {
        display: block;
        position: relative;
        color: #245FD6;
        padding: 5px 15px 7px 15px;
        margin-left: 5px;
        transition: 0.3s;
        font-size: 0.9rem;
        border-radius: 50px;
        font-family: "Open Sans", sans-serif;
        font-weight:600
    }

        .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
            background: #0993f3;
            color: white;
            text-decoration: none;
            text-decoration-color: white;
        }

    .nav-menu .drop-down ul {
        display: block;
        position: absolute;
        left: 0;
        top: calc(100% - 30px);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        padding: 0.9rem;
        background: #fff;
        box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
        transition: ease all 0.3s;
        border-radius: 15px;
        margin-top: 5px;
    }

    .nav-menu .drop-down:hover > ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .nav-menu .drop-down li {
        min-width: 180px;
        position: relative;
    }

    .nav-menu .drop-down ul a {
        padding: 10px 20px;
        font-size: 0.9rem;
        font-weight: 500;
        text-transform: none;
        color: #4285c6;
        font-weight: 600;
        transition: all 500ms;
    }

        .nav-menu .drop-down ul a:hover,
        .nav-menu .drop-down ul .active > a,
        .nav-menu .drop-down ul li:hover > a {
            color: #f5d220;
            background: #4285c6;
        }

    .nav-menu .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 5px;
    }

    .nav-menu .drop-down .drop-down ul {
        top: 0;
        left: calc(100% - 30px);
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        opacity: 1;
        top: 0;
        left: 100%;
    }

    .nav-menu .drop-down .drop-down > a {
        padding-right: 35px;
    }

        .nav-menu .drop-down .drop-down > a:after {
            content: "\eaa0";
            font-family: IcoFont;
            position: absolute;
            right: 15px;
        }

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}
/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        color: #fff;
    }

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #2a2c39;
        padding: 10px 20px;
        font-weight: 500;
        outline: none;
    }

        .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
            color: #ef6603;
            text-decoration: none;
        }

    .mobile-nav .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\eaa1";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(20, 21, 28, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }


/*--------------------------------------------------------------
            # Footer
            --------------------------------------------------------------*/
#footer {
    background: #14151c;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 36px 0;
}

    #footer h3 {
        font-size: 36px;
        font-weight: 700;
        color: #fff;
        position: relative;
        font-family: "Poppins", sans-serif;
        padding: 0;
        margin: 0 0 15px 0;
    }

    #footer p {
        /*  font-size: 15;*/
        font-style: italic;
        padding: 0;
        margin: 0 0 40px 0;
    }

    #footer .social-links {
        margin: 0 0 40px 0;
    }

        #footer .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #ef6603;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .social-links a:hover {
                background: #bd5102;
                color: #fff;
                text-decoration: none;
            }

    #footer .copyright {
        margin: 0 0 5px 0;
    }

    #footer .credits {
        font-size: 13px;
    }

/*=======================Override Web Theme==========================*/
/*=======================Override Web Theme==========================*/
/*=======================Override Web Theme==========================*/


@media only screen and (max-width:992px) {
    #MoreFilter {
        margin-left: 0px;
    }
}


@media only screen and (max-width:767px) {
    .career-level {
        width: 90%;
    }
}
/*.Layoutportal-renderbody{
    padding:2rem 6rem;
}*/
.icofont-navigation-menu {
    color: #3f85c6 !important;
}

#footer .social-links a {
    background: #3f85c6;
}

.RemoveJob {
    padding: 11px 35px;
    border-radius: 50px;
}


div.dataTables_wrapper div.dataTables_info {
    font-size: 1rem;
    font-weight: 500;
}

#tblEmployee_wrapper,
#tblAdminEmployee_wrapper{
    width: 100% !important;
    margin: auto !important;
}

#tblEmployee{
    width:100% !important;
}

#job-Applications-tbl_wrapper {
    display: inline !important;
}

#job-Applications-tbl {
    width:100% !important;
}
.jobs-tbl-wrapper{
    padding:2rem
}


#tblEmployee_wrapper > .row,
#tblAdminEmployee_wrapper > .row {
    width: 100% !important;
    padding: 0.5rem
}
.tbl-header {
    color: #4285c6;
    padding: 0 0 1rem 1rem;
}
.fa-download {
    color: forestgreen
}

.ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

ul.pagination li {
    display: inline;
}

ul.pagination li a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
}


ul.pagination li a.active {
  background-color: #4CAF50;
  color: white;
}

ul.pagination li a:hover:not(.active) {
   background-color: #ddd;
}


div.dataTables_wrapper div.dataTables_paginate {
    float: right !important;
}

.tbl-input {
    border: 0.8px solid #eee;
    border-radius: 4px;
    padding: 7px 5px;
    background: #eee;
    outline: none;
    width: 100%;
}

.select-control{
    display: inline-block;
    width: 8rem;
    vertical-align: middle;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.dlg-action {
    font-family: inherit;
    font-size: 14px;
    border: none;
    cursor: pointer;
    padding: 0 12px;
    min-width: 72px;
    line-height: 36px;
    letter-spacing: .07em;
    font-weight: 500;
    color: #D21212;
    text-transform: uppercase;
    /*background-color: transparent;*/
    border-radius: 4px;
    outline: 0;
    -moz-transition: background-color .28s linear;
    transition: background-color .28s linear;
    will-change: background-color;
    background-color: #e0e0e0;
    outline:none;
    cursor:pointer;
}


.dlg-action:focus {
    outline:none;
}
.dlg-action:hover {
    background: #e7e7e7;
}


.action-btns-wrapper {
    display: flex;
    justify-content: space-around;
    align-content: center;
}

.fa-file-pdf, .ok-action {
    color: #D21212 !important;
}

.c-btn-primary {
    font-family: inherit;
    font-size: 14px;
    border: none;
    cursor: pointer;
    padding: 0 12px;
    min-width: 72px;
    line-height: 36px;
    letter-spacing: .07em;
    font-weight: 500;
    color: #3f51b5;
    text-transform: uppercase;
    /*background-color: transparent;*/
    border-radius: 4px;
    outline: 0;
    -moz-transition: background-color .28s linear;
    transition: background-color .28s linear;
    will-change: background-color;
    background-color: #e0e0e0;
    outline: none;
    cursor: pointer;
    padding: 0.8rem;
    font-size: 1rem;
    text-decoration: none !important;
}



table.dataTable td.select-checkbox:before, table.dataTable td.select-checkbox:after {
    display: block;
    position: absolute;
    top: 1.2em;
    left: 50%;
    width: 1rem;
    height: 1rem;
    box-sizing: border-box;
}