
.head_div{
    position:absolute;
    z-index: 1000;
    background-color: #444444;
    height: 44px;
    width: 100%;
    
    
    box-shadow:0 0px 5px 0px black;
    -webkit-box-shadow:0 0px 5px 0px black;
    -moz-box-shadow:0 0px 5px 0px black;
}

.head_nav {
    font-size: 1.4rem;
    
}

.head_nav ul {
    list-style: none;
    margin-left: 50px;
}


.head_nav li {
    padding-top: 14px;
    display: inline;
}

.head_nav a {
    color: #fff;
    text-decoration: none;
    padding: 10px 11px;
}

.head_nav a:hover {
    color: #45bde6;
    text-decoration: none;
}

.dropdown ul {
    list-style: none;
    margin-left: 0px;
}


.dropdown-menu {
    width: 160px;
}



.nav-tabs {
    border-bottom: 1px solid #808080;
}

.nav-tabs a {
    color: #808080;
    border: 1px solid #808080;
}

.nav-tabs > .active a {
    color: red;
    background-color: #808080;
}

.account{
    color: #fff;
}



.account img {
    max-height: 32px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fcfcfc;
}

.account:hover img{
    color: #45bde6;
    border-radius: 50%;
    border: 1px solid #45bde6;
}


.account:hover {
    color: #45bde6;
}


#create_pdf_slide a {
    color: #444444;
    font-size: 14px;
}

#create_pdf_slide a:hover {
    color: #45bde6;
    text-decoration: none;
}

#edit_pdf_slide a {
    color: #444444;
    font-size: 14px;
}

#edit_pdf_slide a:hover {
    color: #45bde6;
    text-decoration: none;
}

#export_pdf_slide a {
    color: #444444;
    font-size: 14px;
}

#export_pdf_slide a:hover {
    color: #45bde6;
    text-decoration: none;
}


.menu_slide_div{
    background-color: #fefefe;
    box-shadow:inset 0px -5px 5px -5px rgba(0, 0, 0, .3); 
    -webkit-box-shadow:inset 0px -5px 5px -5px rgba(0, 0, 0, .3); 
    -moz-box-shadow:inset 0px -5px 5px -5px rgba(0, 0, 0, .3); 
    
}


.tab-content a {
    color: #999;

}

.tab-content a:hover {
    color: #45bde6;
    text-decoration: none;
}
