 

/*Colors*/
.color_black{
 color: #000;   
}
.color_blue{
 color: #1f5dfc;   
}
.color-gray{
 color: #96a5a8;  
}
.bg-dark-blue{
    background-color: #1b2336;
}

/*Header - Navbar*/
i.fa.fa-home {
    font-size: 28px;
}
.menu-nav {
    height: 70px;
    border-radius: 0px;
    border: none;
}
.navbar-brand img {
    width: 139px;
    margin-right: 26px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #060c19;
}
.navbar-nav>li>a {
    line-height: 48px;
}
.navbar-default .navbar-nav>li>a, .navbar-default .navbar-text {
    color: #fff;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #f1f1f1;
    background-color: #060c19;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #060c19;
}
.nav>li>a {
    padding: 10px 27px !important;
}
/*Profile*/
.profile-name {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 6px;
}
.profile-elmt {
    width: 50%;
    float: left;
    line-height: 30px;
    color: #5f5f5f;
    font-weight: 600;
    letter-spacing: .23px;
    font-size: 14px;
}
.profile-elmt img {
    width: 20px;
    display: inline-block;
    margin-right: 5px;
}
.job-section {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px;
}
.cdt-job {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.cdt-job-left {
    float: left;
    width: 50%;
}
.cdt-job-left img {
    display: inline-block;
}
.cdt-job-right {
    float: right;
    width: 50%;
    text-align: right;
}
.cdt-st {
    width: 50%;
    float: left;
}
.cdt-st-left {
    width: 50%;
    float: left;
}
.cdt-st-left img {
    display: inline-block;
}
.view_resume {
    float: right;
    margin-bottom: 10px;
    margin-top: 9px;
    font-weight: 500;
    text-transform: capitalize;
    cursor: pointer;
}
.view_resume img {
    width: 20px;
    display: inline-block;
    margin-right:5px;
}
.upload_resume{
        background-color: #fff;
    padding: 11px 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #d2d2d2;
    margin-left: 20px;
    margin-right: 20px;
}
.configure-div {
    border-radius: 6px;
    background-color: #fff;
    padding: 20px;
    margin: 0 20px;
}
.configure-div h1 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}
.configure-content {
    margin-bottom: 20px;
}
.configure-content h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.configure-content p {
    line-height: 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 300;
}
.more{
     text-align: center;
    font-size: 14px;
    font-weight: 600;
}