.header_img{
    margin-top: 5px;
    margin-left: 5px;
}

.top_space_40 {
    margin-top: 40px;
}

.top_space_10 {
    margin-top: 10px;
}
.top_space_20 {
    margin-top: 20px;
}

.top_space_30 {
    margin-top: 30px;
}

.add_link{
    font-size: 18px;
}

.list_table{
    width: 100%;
    border-collapse: collapse;
}

.list_table th{
    background-color: #005e94;
    color: white;
    text-align: center;
    border: 1px white solid;
}

.list_table td{
    color: black;
    text-align: center;
    border: 1px lightgray solid;
}

.save_button{
    width: 80px;
    height: 60px;
}

.cancel_button{
    width: 80px;
    height: 60px;
    margin-left: 30px;
}

.crumbs {
    background-color: white;
    font-size: 18px;
    margin-top: 10px;
}


body{
    background-color: #212432;
    
}
.container{
    background-color: white;
    min-height: 1000px;
}

.nav-tabs {
    border-bottom: 2px #325a82 solid;
} 

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus{
    color: white;
    background-color: #5995d2;  
} 

.nav-tabs > li > a,
.nav-tabs > li > a:focus{
    color: white;
    background-color: #223950;  
}

.nav-tabs > li > a{
    color: white;
}

.nav-tabs > li > a:hover{
    color: black;  
} 

.header_div{
    height: 150px;
    background: url(../images/banner.jpg) no-repeat  left top;
}