/* custom backend css here */

/* @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 */

/* Back End panel (Admin Panel) */
#AdminPanel .main-header .navbar {
    background-color: #01a7e5;
}

#AdminPanel .main-header .logo {
    #background-color: #5bc8f1;
}

#AdminPanel .breadcrumb a {
    color: #01a7e5;
}

#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: #01a7e5;
    border-color: #01a7e5;
    color: #fff !important;
}

#AdminPanel .sidebar-menu > li:hover > a, #AdminPanel .sidebar-menu > li.active > a {
    border-color: #01a7e5 !important;
}

#AdminPanel .main-header .navbar .sidebar-toggle:hover {
    background-color: #01a7e5;
}

#AdminPanel .nav-tabs > li > a:hover {
    color: #01a7e5;
    border-bottom-color: #01a7e5;
}

#AdminPanel .form-control:focus {
    border: 2px solid #01a7e5;
    outline: 0;
}

#AdminPanel .login-content .form-control:focus {
    border: 0px solid #01a7e5;
    outline: 0;
    border-bottom: 2px solid #01a7e5;
}

#AdminPanel .form-control {
    border: 0;
    border: 2px solid #ccc;
    outline: 0;
    border-radius: 0px;
}

#AdminPanel .form-control:focus {
    outline: 0;
    border-radius: 0px;
    border: 2px solid #01a7e5;
}

#AdminPanel .signup_form {
    min-height: 490px;
}

#AdminPanel .forget_form {
    min-height: 320px;
}

/* IE 10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .login-content{
        padding-top: 10%;
    }

}

#AdminPanel .login-content a {
    color: #01a7e5;
}

#AdminPanel .btn-primary {
    background-color: #01a7e5;
}

#AdminPanel .btn-primary:hover {
    background-color: #0397d0;
}

#AdminPanel .material-half-bg .cover {
    background-color: #5bc8f1;
}

#AdminPanel .dataTables_length .form-control {
    border: 2px solid #ccc !important;
}

#AdminPanel .modal-body a {
    color: #5bc8f1;
}

#AdminPanel .table td a {
    color: #5bc8f1;
}

#AdminPanel .table td .btn {
    color: white;
}

/*Added by Abdullah*/
.material-half-bg .cover {
    background-color: #ed2124 !important;
}

/*Added by Umair*/
.icon-style {
    margin: 0px !important;
    color: white !important;
}

.tabs-style {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    text-decoration: none;
}

.forget_form_styling {
    padding: 10px !important;
    min-height: 250px !important;
}

.reset_form_styling {
    padding: 10px !important;
    min-height: 300px !important;
}

.no-resize {
    resize: none
}

.hideElement {
    display: none;
}

.card-heading {
    padding: 15px 0 0 15px;
}

.save-button {
    margin-bottom: 20px;
}

fieldset {
    border: solid 1px #DDD !important;
    padding: 0 10px 10px 10px;
    border-bottom: none;
    margin-bottom: 25px;
}

legend {
    width: auto !important;
    border: none;
    font-size: 15px;
    font-weight: bold;
}

.application-count-style {
    font-size: 90% !important;
    border-radius: 0.4rem !important;
    color: #ffffff;
}

.application-count-style > a.application-count-link-style {
    color: #ffffff !important;
}

li.select2-selection__choice {
    background-color: #01a7e5 !important;
    color: white !important;
    border-color: #01a7e5 !important;
}

li.select2-selection__choice > span.select2-selection__choice__remove {
    color: white !important;
}

span.selection > span.select2-selection {
    height: 36px !important;
    border: 2px solid #ced4da !important;
}

span.selection > span.select2-selection > span.select2-selection__rendered {
    line-height: 32px !important;
}

span.selection > span.select2-selection > span.select2-selection__arrow {
    margin-top: 2px !important;
}

span.select2-container {
    width: 100% !important;
}

.readOnlyDateField {
    background-color: white !important;
}

.panel-defaultCustom {
    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;
}


li.CustomActive {
    background-color: dimgray;
}

input#address{
    text-transform: uppercase;
}

/*Scrollable modal*/

.modal-dialog{
    overflow-y: initial !important
}
.modal-body {
    height: auto;
    overflow-y: auto;
    width: 600px;
}
#layout_adminCustom{

    height: 30px !important;
    margin-top: 6px;
}
.applicant_stats{
    max-width: 20% !important;
}
.login_page_styling{
    width: 100%;
    text-align: center;
}
.prefrable-branch .select2-container .select2-selection--multiple {
    min-height: 70px;
    overflow: auto;
}


@media print {
    .table{
        width: 600px;
        margin: 0 0 20px -42px;
    }

}
.white_background {
    background-color: white !important;
}
.grey_background {
    background-color: #e9eeef !important;
}

.skillsDropdown {
    width: 100%;
}


/*facebook sticky social icon*/
/*
.icon-bar {
    position: fixed;
    bottom: 25%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a:hover {
    background-color: #ed2024;
    color: #000000;
    border: 2px solid #ffff00;
    border-radius: 1px;
}

.facebook {
    background: #3B5998;
    color: #ffffff;
}
*/


/*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: #e20a17;
    color: #fff;
}

.app-menu li.active {
    background: #e20a17 !important;
}


.app-menu i.app-menu__icon {
    color: #e20a17;
}

.app-menu .active i.app-menu__icon {
    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;
}

.admin-setting-submenu a.treeview-item {
    color: #FFF !important;
}

.app-menu li a:focus {
    color: #FFF;
}

.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;
}

.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: #3f7fba !important;
    color: #fff !important;
}

.widget-small.warning {
    background-color: #3f7fba !important;
    color: #fff !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: 15px 0 15px 0;
}

.login-content .panel-footerCustom {
    padding: 15px 0 0px 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;
    font-size: 14px;
    /* height: 40px; */
}

.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;
}

.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 .login-box{
    box-shadow: none !important;
}

.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;
}

.app-menu .treeview .admin-setting-submenu .treeview a{
    color: #FFF !important;
}

.print-btn:hover {
    border-color: transparent!important;
}

.close-btn:hover {
    border-color: transparent!important;
}

li.select2-selection__choice {
    background-color: #4CAF50 !important;
    border-color: #4CAF50 !important;
}

::selection {
    color: #000;
    background-color: #c1d9ef;
}

.list-unstyled, .app-nav, .app-menu {
    padding-left: 3px !important;
    margin-right: -3px;
}

.sidebar-mini.sidenav-toggled .treeview-menu {
    min-width: 183px;
}


.admin-setting-submenu a.treeview-item {
    border-left: 3px solid transparent;
}

.treeview-item.active, .treeview-item:hover, .treeview-item:focus {
    background: #0d1214;
    text-decoration: none;
    color: #fff;
    border-left: 3px solid #fde428 !important;
}


.custom-control-label::before {
    background-color: #ffffff;
    border: 1px solid #555;
}

.nopadding{
    margin: 0px !important;
    padding: 0px !important;
}

/*Modal link styling*/
a.modal-link {
    color: #ed2025;
}

.current-job-eye{
    color: #ffffff !important;
}

.eye-button{
    background-color: #ed2024;
    border-color: #ed2025;
}

.applynow-btn{
    border-color: transparent;
    background-color: #000;
}

.sidebar-mini.sidenav-toggled .app-sidebar {
    z-index: 999 !important;
}

.skills span.select2-selection.select2-selection--multiple {
    height: 70px !important;
}

.login-content img {
    margin: 2% 0 0 0;
}

.applied-button {
    width: 80px !important;
    background: #ed2025 !important;
}

#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;
    }

    .table-responsive {
        width: 98%;
        max-width: 98%;
    }

    a.btn.btn-primary.socialShareBtn {
        float: left;
        margin: 7px 0 7px 80px;
    }
}

a.btn.btn-primary.socialShareBtn {
    float: left;
    margin: 4px 0 4px 10px;
}
