.tag {
    font-size: 14px;
    padding: .3em .4em .4em;
    margin: 0 .1em;
}
.tag a {
    color: #bbb;
    cursor: pointer;
    opacity: 0.6;
}
.tag a:hover {
    opacity: 1.0
}
.tag .remove {
    vertical-align: bottom;
    top: 0;
}
.tag a {
    margin: 0 0 0 .3em;
}
.tag a .glyphicon-white {
    color: #fff;
    margin-bottom: 2px;
}

#skills_list_div{
    /*display: flex;*/
}
#experience_list_div{
/*    display: flex;*/
}
#education_list_div{
    /*display: flex !important;*/
}
#expertise_list_div{
    /*display: flex;*/
}
#language_list_div{
    /*display: flex;*/
}
#posrtfolio_list_div{
    /*display: flex;*/
}
/*card */
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 15%;
    border-radius: 5px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

img {
    border-radius: 5px 5px 0 0;
}

.container-card {
    padding: 2px 16px;
    text-align: center;
}
/*card end */

.centered_footer{
    display: flex;
    justify-content: center;
    align-items: center;
}
.centered_footer button{
    margin-left: 2%;
}

#resume_div a[class^='edit'], a[class*=' edit']{
    color: mediumaquamarine;
}
/*back ground color for cards*/
.education_card{
    background-color: #FFC0CB;
}

/*foe slect box height*/
.login-register-page .select2-selection--single{
	height:31px !important;
}
.login-register-page .select2-selection__rendered{
line-height:25px !important;
}
/*for business profile page*/
.dashboard-tab .nav-tabs.nav-justified.dashboard{
	width:40%;
	float:right;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    border-bottom-color:#ddd;
    outline:0;
}

mediumaquamarine
/* Responsive columns - one column layout (vertical) on small screens */
/*@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}*/