﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
logo-bar {
    display: inline-block;
    padding-top: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    margin-left: 4rem;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/*_navbar.css*/
.navbar-nav {
    background-color: #1B6EC2 !important;
}

.navbar > .container, .navbar > .container-fluid {
    background-color: #1B6EC2 !important;
}

.navbar-light .navbar-brand {
    color: white !important;
}

.text-dark {
    color: white !important;
}

.navbar-nav > .active > a {
    background-color: #ff0000;
}

.nav-link {
    color: green;
}

.nav-item > a:hover {
    color: green;
}

/*code to change background color*/
.navbar-nav > .active > a {
    background-color: #085495;
    color: green;
}
/*.navbar-custom {
    background-color: #ff5500;
}*/
/* change the brand and text color */
/*.navbar-custom .navbar-brand,
    .navbar-custom .navbar-text {
        color: rgba(255,255,255,.8);
    }*/
/* change the link color */
/*.navbar-custom .navbar-nav .nav-link {
        color: rgba(255,255,255,.5);
    }*/
/* change the color of active or hovered links */
/*.navbar-custom .nav-item.active .nav-link,
    .navbar-custom .nav-item:hover .nav-link {
        color: #ffffff;
    }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #50A0FF;
    background-color: #FFFFFF;
}*/

/*.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    background-image: initial;
}*/

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}
/*Progress-bar*/
.resume {
    width: 816px;
    margin: 48px 48px 48px 48px;
    font-size: 13px;
    line-height: 16px;
}

.header {
    text-align: center;
    line-height: 4px;
}

    .header hr {
        margin: 5px;
    }

.name {
    text-transform: uppercase;
    font-size: 32px;
}

.contact p {
    margin: 10px;
}

.summary h2, .skills h2, .professionalhistory h2, .education h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.skills {
    line-height: 13px;
}

    .skills p {
        margin: 8px 8px 8px 8px;
    }

.progress {
    background-color: #BCBEBF;
    text-align: left;
    position: relative;
    height: 13px;
    margin: 8px 8px 8px 8px;
}

.progress-bar {
    background-color: #323232;
    text-align: left;
    line-height: 13px;
    padding: 1px 10px 2px;
}

    .progress-bar span {
        padding: 1px 10px 2px;
        position: absolute;
        z-index: 2;
        color: white;
        top: 50%;
        left: 0%;
        transform: translate(0%,-50%);
    }

.employer {
    font-size: 16px;
    font-weight: bold;
}

.position {
    text-decoration: underline;
}

.description {
    width: 95%;
    margin-left: 12px;
}

.results {
    font-weight: bold;
}

.titles {
    text-decoration: underline;
}

.titleDiv {
    background-color: lightblue;
    text-align: left;
    padding-bottom: 1px;
    color: black;
}

.divScroll {
    border: 0;
    overflow-y: scroll;
    width: 100%;
    height:  527px;
    overflow-y: auto;
}
.divScrolAuto {
    border: 0;
    overflow-y: scroll;
    width: 100%;
    height: 527px;
    overflow-y: auto;
}
.form-horizontal {
    padding-left: 20px;
    border: 1px dashed lightblue;
    margin-right: 25%;
    margin-left: 25%;
}
/*style for accordion-panel*/
 .accordion {
        color: #fff;
        background-color: #1b6ec2;
        border-color: #1861ac;

       /* background-color: #eee;*/
        /*color: #444;*/
        cursor: pointer;
        padding: 5px;
        width: 100%;
        /*border: none;*/
        text-align: left;
        outline: none;
        font-size: 15px;
        transition: 0.4s;
    }
        .active, .accordion:hover {
            background-color: #045ba6;
        }

        .accordion:after {
            content: '\002B';
            color: #fff;
            font-weight: bold;
            float: right;
            margin-left: 5px;
        }

    .activeAccordion:after {
        content: "\2212";
    }

    .panel {
        padding: 0 7px;
        background-color: white;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
    }