/* custom site css */

/* @formatter:off */
/* colors start */
.bg-blue {background-color:#007bff !important;}
.bg-indigo {background-color:#6610f2 !important;}
.bg-purple {background-color:#6f42c1 !important;}
.bg-pink {background-color:#e83e8c !important;}
.bg-red {background-color:#dc3545 !important;}
.bg-orange {background-color:#fd7e14 !important;}
.bg-yellow {background-color:#ffc107 !important;}
.bg-green {background-color:#28a745 !important;}
.bg-teal {background-color:#20c997 !important;}
.bg-cyan {background-color:#17a2b8 !important;}
.bg-gray {background-color:#6c757d !important;}
.bg-gray-dark {background-color:#343a40 !important;}
.bg-primary {background-color:#007bff !important;}
.bg-secondary {background-color:#6c757d !important;}
.bg-success {background-color:#28a745 !important;}
.bg-info {background-color:#17a2b8 !important;}
.bg-warning {background-color:#ffc107 !important;}
.bg-danger {background-color:#dc3545 !important;}

.text-blue {color:#007bff !important;}
.text-indigo {color:#6610f2 !important;}
.text-purple {color:#6f42c1 !important;}
.text-pink {color:#e83e8c !important;}
.text-red {color:#dc3545 !important;}
.text-orange {color:#fd7e14 !important;}
.text-yellow {color:#ffc107 !important;}
.text-green {color:#28a745 !important;}
.text-teal {color:#20c997 !important;}
.text-cyan {color:#17a2b8 !important;}
.text-gray {color:#6c757d !important;}
.text-gray-dark {color:#343a40 !important;}
.text-primary {color:#007bff !important;}
.text-secondary {color:#6c757d !important;}
.text-success {color:#28a745 !important;}
.text-info {color:#17a2b8 !important;}
.text-warning {color:#ffc107 !important;}
.text-danger {color:#dc3545 !important;}
/* colors end */
/* @formatter:on */

html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
    font-size: 14px;
}

.main {
    margin-bottom: 100px;
}

a {
    outline: none;
}

header {
    padding: 0px 0 0px;
}

header .page-title h1 {
    font-size: 26px;
    margin-bottom: 0;
    padding: 5px 0;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.footer .text-muted {
    margin-bottom: 0;
}

body > .container {
    padding: 20px 15px 0;
}

.jumbotron {
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

::selection {
    color: #000;
    background-color: #c1d9ef;
}

nav ul li:hover, nav ul li.active {
    background: rgba(255, 255, 255, 0.1);
}

nav ul li {
    padding: 0 10px;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
    background: rgba(0, 0, 0, 0.1);
}

.dropdown-menu {
    padding: 0;
    margin: 0;
}

@media (min-width: 768px) {
    nav ul li {
        padding: 8px 10px;
    }

    nav.navbar.navbar-expand-md.navbar-dark.bg-dark.fixed-top {
        padding: 0;
    }

    nav li.nav-item {
        height: 50px;
    }

    .login-content img {
        margin: 10% 0 0 0;
    }
}

table thead tr {
    background-image: radial-gradient(#eee, #eee) !important;
    color: #666;
}

.nav-tabs a.nav-link {
    font-weight: bold;
}

.nav-tabs .nav-link {
    padding: 0.9rem 1rem;
}

.table td {
    padding: 0.40rem 0.80rem;
    vertical-align: middle;
}

table.dataTable {
    width: 100% !important;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    background: white;
}

.nav-tabs .nav-link {
    border-bottom: 0;
}

/* Front End panel (Applicant panel) */
#UserPanel .main-header .navbar {
    background-color: #2eb5a8;
}

#UserPanel .main-header .logo {
    #background-color: #5bc8f1;
}

#UserPanel .breadcrumb a {
    color: #2eb5a8;
}

#UserPanel .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    background-color: #5bc8f1;
    border-color: #5bc8f1;
    color: #fff !important;
}

#UserPanel .sidebar-menu > li:hover > a, #UserPanel .sidebar-menu > li.active > a {
    border-color: #2eb5a8 !important;
}

#UserPanel .main-header .navbar .sidebar-toggle:hover {
    background-color: #2eb5a8;
}

#UserPanel .nav-tabs > li > a:hover {
    color: #2eb5a8;
    border-bottom-color: #2eb5a8;
}

#UserPanel .form-control:focus {
    border: 2px solid #2eb5a8;
}

#UserPanel .login-content .form-control:focus {
    border: 0px solid #2eb5a8;
    border-bottom: 2px solid #2eb5a8;
}

#UserPanel .form-control {
    outline: 0;
    border-radius: 0px;
}

#UserPanel .form-control:focus {
    outline: 0;
    border-radius: 0px;
}

#UserPanel .signup_form{
    min-height: 490px;
}

#UserPanel .forget_form{
    min-height: 320px;
}

/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .login-content{
        padding-top: 10%;
    }

    .login-content img {
        margin: 10% 0 0 0;
    }
}

#UserPanel .login-content a{
    color:#2eb5a8;
}

#UserPanel .btn-primary {
    background-color: #2eb5a8;
}

#UserPanel .btn-primary:hover {
    background-color: #2cb7a9;
}

#UserPanel .material-half-bg .cover {
    background-color: #5bc8f1;
}

#UserPanel .dataTables_length .form-control {
    border: 2px solid #ccc !important;
}

#UserPanel .table td a{
    color: #2eb5a8;
}
#UserPanel .table td .btn{
    color: white;
}

/*Added By Abdullah*/

.icon-gap{
    width: 25px;
}

/*Added By Umair*/

.emailVerifyBox{
    min-height: 90vh !important;
}

.addAdminClass{
    background-color: #5bc8f1 !important;
}

.no-resize{
    resize: none !important;
}

.addAdminButtonClass{
    background-color: #2196F3 !important;
    border-color: #2196F3 !important;
}

.removeSection{
    margin-top: 26px;
}

.datepicker{
    background-color: white !important;
}

.dtto{
    background-color: white !important;
}

span.selection > span.select2-selection {
    height: 32px !important;
    border: 2px solid #ced4da !important;
}

span.selection > span.select2-selection > span.select2-selection__rendered{
    line-height: 30px !important;
}

span.selection > span.select2-selection > span.select2-selection__arrow{
    margin-top: 2px !important;
}

span.select2-container{
    width: 100% !important;
}


.panel-defaultCustomAuth  {
    border-color: #220404;
    background-color: #fff;
    width:100%;
}

.rowClass{
    margin-right: 0;
    margin-left: 0;
}

.panel-footerCustom{
    padding: 10px;

}

.text-muted, .app-notification__meta {
    color: #6c757d !important;
}

.login_page_styling{
    width: 100%;
    text-align: center;
}

input#address{
    text-transform: uppercase;
}
.prefrable-branch .select2-container .select2-selection--multiple {
    min-height: 70px;
    overflow: auto;
}
.white_background {
    background-color: white !important;
}
.grey_background {
    background-color: #e9eeef !important;
}

.skillsDropdown {
    width: 100%;
}


.app-header {
    background-color: #ed2025;
}

.app-header__logo {
    background-color: #ed2124;
    border-bottom: 0px solid #fff;
}

.app-sidebar {
    background-color: #ed2025;
}

a {
    color: #000;
}

a:hover {
    color: #ed2025;
}
.page-item.active .page-link {
    background-color: #000000;
    border-color: #000000;
}

#AdminPanel .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    background-color: #ed2025;
    border-color: #ed2025;
}

.app-sidebar__toggle:focus, .app-sidebar__toggle:hover {
    background-color: #3f7fba;
    color: #fff;
}

.app-menu li.active {
    background: #3f7fba !important;
}

.fa-pencil{
    background-color: #000;
    border-color: #000;
}

.btn-primary:hover {
    background-color: #000000;
    border-color: #000000;
}

.app-menu li.active a {
    color: #fff !important;
}

.app-menu li.active a:hover {
    color: #FFF !important;
}

.page-link {
    color: #000;
}

.admin-setting-submenu {
    min-height: 160px;
    background: #f35d61;
}

.badge-primary {
    background-color: #ed2025;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ed2025 !important;
}

.pretty input:checked~.state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
    background: #000000 !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #ed2025;
}

.material-half-bg .cover {
    background-color: #ed2124 !important;
}

.login-content h2 {
    color: #fff !important;
    margin: 20px 0 30px 0;
}

.material-half-bg {
    background-color: #f5f5f5;
}

.panel-footerCustom {
    padding: 15px 0 0 0;
}

.login-content .btn-primary {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
}

.forget_form_styling {
    padding: 35px 15px !important;
    min-height: 250px !important;
}

.light-slate-blue-bg {
    background-color: #fde428 !important;
    color: #000 !important;
}

.widget-small.warning {
    background-color: #fde428 !important;
    color: #000 !important;
}

#copyright-text {
    background: #f5f5f5;
    margin: 30px 0 0 0;
    padding: 10px 0 10px 0;
}

#current_job_footer {
    display: none;
}

.jumbo {
    margin-bottom: 34px;
}

.change_status_btn {
    background: #000 !important;
    border-color: #000 !important;
}

.panel-footerCustom {
    background-color: #ececec;
    padding: 14px 0 0px 0;
}

/*Frontend CSS*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

body{
    font-family: 'Open Sans', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700;
}

.app-header {
    background-color: #eeeeee;
    border-bottom: 1px solid #e1e1e1;
}

.app-header__logo {
    background-color: #eeeeee;
    border-bottom: 1px solid #e1e1e1;
}

.app-sidebar {
    background-color: #eeeeee;
}

a {
    color: #000;
}

a:hover {
    color: #ed2025;
}
.page-item.active .page-link {
    background-color: #000000;
    border-color: #000000;
}

#AdminPanel .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    background-color: #ed2025;
    border-color: #ed2025;
}

.app-sidebar__toggle:focus, .app-sidebar__toggle:hover {
    background-color: #ed2025;
    color: #fff;
}

.app-menu li.active {
    background: #ed2025 !important;
}

.app-menu i.fa {
    color: #ed2025;
}

.app-menu i.fa:hover {
    color: #FFF;
}

.app-menu .active i.fa {
    color: #FFF;
}

.fa-pencil{
    background-color: #000;
    border-color: #000;
}

.btn-primary:hover {
    background-color: #000000;
    border-color: #000000;
}

.app-menu li.active a {
    color: #fff !important;
}

.app-menu li.active a:hover {
    color: #FFF !important;
}

.page-link {
    color: #000;
}

.admin-setting-submenu {
    min-height: 160px;
    background: #f35d61;
}

.badge-primary {
    background-color: #ed2025;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #ed2025 !important;
}

.pretty input:checked~.state.p-primary label:after, .pretty.p-toggle .state.p-primary label:after {
    background: #000000 !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #ed2025;
}

.material-half-bg .cover {
    background-color: #eeeeee !important;
}

.login-content h2 {
    color: #000 !important;
    margin: 20px 0 30px 0;
}

a.btn.btn-primary.btn-block.btn_signup {
    background: #ed2025;
    border-color: #ed2025;
}

.material-half-bg {
    background-color: #f5f5f5;
}

.panel-footerCustom {
    padding: 15px 0 0 0;
}

.login-content .btn-primary {
    background-color: #3b3b3b;
    border-color: #3b3b3b;
}

.forget_form_styling {
    padding: 35px 15px !important;
    min-height: 250px !important;
}

.light-slate-blue-bg {
    background-color: #fde428 !important;
    color: #000 !important;
}

.widget-small.warning {
    background-color: #fde428 !important;
    color: #000 !important;
}

#copyright-text {
    background: #f5f5f5;
    margin: 30px 0 0 0;
    padding: 10px 0 10px 0;
}

#current_job_footer {
    display: none;
}

.jumbo {
    margin-bottom: 34px;
}

.change_status_btn {
    background: #000 !important;
    border-color: #000 !important;
}

.panel-footerCustom {
    background-color: #ececec;
    padding: 10px 0 10px 0;
}

.login-content .login-box .login-form, .login-content .login-box .forget-form{
    padding: 25px !important;
}

table.dataTable thead tr {
    background-image: radial-gradient(#eee, #fff) !important;
    color: #000;
    font-size: 14px;
}

table.dataTable {
    width: 100% !important;
    color: #000 !important;
}

.form-control {
    color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.btn-secondary {
    color: #FFF;
    background-color: #6c757d;
    border-color: #6c757d;
    border: 1px solid;
    border-radius: 0px !important;
}

.app-header h4 {
    color: #000 !important;
    font-size: 18px;
    margin: 2px 0 0 0;
}

.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background: #ed2025 !important;
}

.datepicker.datepicker-dropdown.dropdown-menu.datepicker-orient-left.datepicker-orient-bottom {
    padding: 15px;
}

.app-nav a.dropdown-item {
    padding: 8px 10px;
}

.login-content .login-box {
    padding: 25px;
}

.text-blue {
    color: #ed2025 !important;
}

.text-blue:hover {
    color: #ed2124 !important;
}

.app-menu__item.active, .app-menu__item:hover, .app-menu__item:focus {
    border-left-color: #fff;
}

.sidebar-mini.sidenav-toggled .treeview:hover .app-menu__item {
    border-left-color: #fff;
}

.login-content .panel-footerCustom {
    padding: 10px 0 0px 0 !important;
}

.form-control{
    height: 40px !important;
    font-size: 14px;
}

.login-content .login-head {
    font-size: 22px !important;
}

.modal-head {
    border-color: transparent !important;
}

.modal-head:hover {
    background-color: #000 !important;
    border-color: transparent !important;
}

.close {
    color: #FFF !important;
    opacity: 1;
}
.noty_theme__metroui.noty_type__info, .noty_theme__metroui.noty_type__information {
    background-color: #fde428 !important;
    color: #000 !important;
}

.noty_theme__metroui.noty_type__warning {
    background-color: #ed2124 !important;
    color: #fff;
}

.close-btn:hover {
    border-color: transparent!important;
}
.close-btn{
    border-color: transparent!important;
    background-color: #000000;
}

li.select2-selection__choice {
    background-color: #4CAF50 !important;
    border-color: #4CAF50 !important;
}

::selection {
    color: #000;
    background-color: #c1d9ef;
}

.custom-control-label::before {
    background-color: #ffffff;
    border: 1px solid #555;
}

.nopadding{
    margin: 0px !important;
    padding: 0px !important;
}

.regret_btn{
    display: none;
}

#request_another{
    color: #ed2025;
}

.login-content img {
    margin: 2% 0 0 0;
}

.login-content .login-box{
    padding: 15px 25px 15px 25px !important;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.applied-button {
    width: 80px !important;
    background: #ed2025 !important;
}

.modal-body {
    height: auto;
    overflow-y: auto;
    width: 600px;
}

#socialShareModal .modal-content {
    width: 100% !important;
}

#socialShareModal .modal-body{
    width: 100% !important;
}

#socialShareModal .modal-body a {
    width: 75px !important;
    display: inline-grid;
    text-align: center;
    margin: 0 0 0 0 !important;
    padding: 0px 0 0 0 !important;
    font-size: 14px;
}

@media only screen and (min-width: 769px) and (max-width: 1025px) {
    .app-header h4 {
        font-size: 0px;
    }
    .app-header h4:before {
        display: block !important;
        content:"Amros" !important;
        font-size: 18px !important;
    }

    .app-header__logo {
        width: 150px !important;
    }

}

/*Mobile ONLY*/
@media screen and (max-width: 768px) {
    .app-header h4 {
        font-size: 0px;
    }
    .app-header h4:before {
        display: block !important;
        content:"Amros" !important;
        font-size: 18px !important;
    }

    .list-unstyled, .app-nav, .app-menu {
        padding-left: 0px !important;
    }

    .login-content img {
        margin: 10% 0 0 0;
    }

    .panel-footerCustom .text-right {
        text-align: center !important;
    }

    .panel-footerCustom .text-left {
        text-align: center !important;
    }

    a.app-nav__item.dropdown-toggle {
        font-size: 13px !important;
    }

    .app-header__logo {
        width: 150px !important;
    }

}
