.selectedtop{
    background-color: white !important;
    color: black !important;
}


.customdatatable{
	margin-top: 40px;
}

.dataTables_wrapper{
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.success_message {
    height: 70px;
    margin-top: 10px;
    padding-top: 20px;
    padding-left: 32px;
    border: 2px solid #2a961b;
    background-color: rgba(106, 253, 153, .08);
}
.success_text {
    color: #036103;
}

.error_message {
    height: 70px;
    margin-top: 10px;
    padding-top: 20px;
    padding-left: 30px;
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255, 0, 0, .49);
    background-color: hsla(0, 100%, 81%, .2);
}
.error_text {
    color: #b60000;
}
/*==========================================*/
/*==========================================*/

.star-grey{
    margin: auto;
    width: 20px;
    height: 20px;
    background: url("http://i.imgur.com/9yr2Q8R.png");
    background-position: center;
    background-size: cover;
}
.star-grey:hover{
    margin: auto;
    width: 20px;
    height: 20px;
    background: url("http://i.imgur.com/DoWFpvz.png");
    background-position: center;
    background-size: cover;
}
.star-yellow{
    margin: auto;
    width: 20px;
    height: 20px;
    background: url("http://i.imgur.com/DoWFpvz.png");
    background-position: center;
    background-size: cover;
}

.inner{
    min-height: 60px !important;
    max-height: 60px !important;
}


.separator{
    border-bottom: 1px solid #efefef;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px; 
}


a.directory_tabs.w-button.w--current {
    background-color: white !important; 
    color: black !important;
}

.dir_nav_link{
    color: black !important;
    font-weight: bolder;
    cursor: pointer;
}

.dir_nav_div{
    float: right;
}