﻿body {
    font-family: Calibri,Arial,sans-serif;
    font-size: 15px;
    background: #f7f7f7;
}

a {
    color: #000000;
}

ul.nav-user li.dropdown a.dropdown-toggle {
    height: 60px;
    padding: 18px;
    display: block;
    color: #656D78;
    text-decoration: none;
    max-width: 220px;
}

.headerRow {
    background: #fff;
}

ul.nav-user {
    list-style: none;
    margin: 0;
    padding: 0;
}

/*.dropdown-menu::before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: '';
}

.dropdown-menu::after {
    position: absolute;
    top: -6px;
    left: 10px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    border-left: 6px solid transparent;
    content: '';
}*/

.pageHeading {
    background-color: #14b04d;
}

    .pageHeading h1 {
        padding: 5px 0;
        margin: 7px 0 10px;
        font-size: 22px;
        font-weight: 700;
        line-height: 100%;
        color: #fff;
    }

.top-main-navigation {
    padding-bottom: 0px;
}

    .top-main-navigation > li {
        float: left;
        padding-left: 2px;
    }

    .top-main-navigation > div > ul > li > a {
        padding: 10px 15px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        margin: 0 1px;
    }

    .top-main-navigation li.active > a {
        color: #fff;
        background-color: #14b04d;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .top-main-navigation > div > ul > li > a:hover {
        color: #fff;
        background-color: #14b04d;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
    }

ul.dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #14b04d;
}

.navbar-toggler {
    margin-top: 10px;
    background: #14b04d;
    color: #fff;
}


.breadcrumb {
    background-color: #fff;
    border: 1px solid #D5DAE0;
}

    .breadcrumb li.active {
        color: #14b04d;
    }


.page-content {
    padding-top: 20px;
}

/*.the-box {
    padding: 15px;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #D5DAE0;
}*/

footer {
    text-align: center;
    font-size: 13px;
    padding: 15px;
    line-height: 170%;
}

.pageInfo .alert.alert-bold-border {
    border-radius: 0px;
    background: #fff;
    border: none;
    color: #434A54;
    border-left: 5px solid #000000;
    border-top: 1px solid #D5DAE0;
    border-right: 1px solid #D5DAE0;
    border-bottom: 1px solid #D5DAE0;
}

.alert > p {
    margin-bottom: 0;
}


#searchJobSection > .row > div {
    padding-bottom: 20px;
}

#searchJobSection .card-header {
    background: #E2E9EC;
}

#searchJobSection .card-footer {
    border-top: 0px;
    background: #fff !important;
}

#searchJobSection .card-body {
    background: #fff !important;
}

#searchJobSection .card-header a {
    color: #14b04d;
}

#searchJobSection .alreadyApplied .card-header, #searchJobSection .alreadyApplied .card-body, #searchJobSection .alreadyApplied .card-footer {
    background: #d4edda !important;
}

i.fa.fa-asterisk {
    color: red;
    font-size: 7px;
    vertical-align: text-top;
}

.has-error .form-control, .input-validation-error {
    border-color: red !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0) !important;
    border: 1px solid red !important;
}


.field-validation-error {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: red;
}

.actionsBtn {
    text-align: center;
}

    .actionsBtn i {
        margin-right: 5px;
        font-size: 20px !important;
    }

.sidebar-left .active {
    background: #14b04d;
    border-color: #14b04d;
}

.sidebar-left a i {
    padding-right: 5px;
}

.list-group-item-action:hover:not(.active), .list-group-item-action:focus {
    color: #fff;
    text-decoration: none;
    background-color: #000000;
}

.btn-primary {
    color: #fff;
    background-color: #14b04d;
    border-color: #14b04d;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #000000;
        border-color: #000000;
    }

.btn-reset {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

    .btn-reset:hover {
        color: #000000;
        background-color: #fff;
        border-color: #000000;
    }

.xl-successTick {
    color: green;
    font-size: 100px;
}

i.xl-infoCircle {
    color: #bce8f1;
    font-size: 100px;
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #14b04d !important;
    border-color: #14b04d !important;
    cursor: not-allowed;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #14b04d;
    background-color: #fff;
    border: 1px solid #dee2e6;
}


    .page-link:hover {
        color: #fff;
        text-decoration: none;
        background-color: #000000;
        border-color: #000000;
    }

.cardBackGround {
    background: #14b04d;
    cursor: pointer;
    color: #fff;
}

.modal-window {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    z-index: 9999999999999999;
    background-color: #fff;
}

.modal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000;
    filter: alpha(opacity=75);
    -moz-opacity: 0.75;
    opacity: .75;
    z-index: 888888888888888;
}

.login-logo {
    height: 160px;
}

    .login-logo img {
        margin-top: 40px;
    }

.login-box {
    margin: 60px 0;
    padding: 30px;
}

.row-eq-height {
    height: 460px !important;
}

.infoCircle {
    color: #bce8f1;
    font-size: 100px;
}

h5.card-title {
    margin-bottom: 0;
}

#logoff ul {
    top: 60%;
}
.headerRow .logo{
	margin-top:20px;
}