#numbers_manager-view {
    width: 90%;
    margin: auto;
}

#numbers_manager-view .dataTables_wrapper {
    margin-top: 30px;
}

#numbers_manager-view a.active {
    color: #11DD33;
    text-decoration: underline;
}

#numbers_manager-view a.inactive {
    color: #05addc;
    text-decoration: underline;
}

#numbers_manager-view a.active:hover {
    color: #33ff55;
}

#numbers_manager-view a.inactive:hover {
    color: #27cffe;
}

#numbers_manager-view .action_number {
    float: left;
    margin-left: 110px;
}

#numbers_manager-view .action_number button:not(:first-child) {
    margin-left: 5px;
}

/* Added by Selva - 040614 - Start */
#loading_new {
	
	font-size: large;
    color: #EBEBEB;
    padding: 2em;
    background-color: #999;
    border: 1px none;
    border-radius: 1em;
    box-shadow: 3px 3px 3px #333;
    position: absolute;
    top: 43%;
    left: 43%;
    z-index: 30000;
    opacity: 0.8;
    display: none;
}

#loading_new .text {
    float: left;
    line-height: 32px;
    margin-left: 10px;
}
#loading_new .graphic {
    float: left;
}

.loading_new_cont{
    text-align: center;
	position: relative;
	top: 40%;
}
/* Added by Selva - 040614 - End */
.dataTables_filter {
	width: auto;
    float: right;
    text-align: right;
    margin-bottom: 18px;
    background-color: #000;
	border-radius: 5px;
}
