.dt_toolbar {
    background-color : #00857a;
    background : #00857a;
    color : #fff;
    height : 42px;
    padding : 5px;
}

.dt_footer{
    background-color : #00857a;
    background : #00857a;
    color : #fff;
    height : 52px;
    padding : 5px;
    padding-top:12px;
}


table.dataTable tbody td {
     padding-top: 2px;
     padding-bottom: 2px;
}
table.dataTable tbody td.amp_details {
     padding-bottom: 6px;
}




#tSearchAll_length{
    color : #fff;
    background-color : transparent;
    padding-top:8px;
}

#tSearchAll_length select {
    color : #000;
    background-color : #fff;
}

#tSearchAll_filter input {
    border-width : 0px;
    height: 32px;
}

#tSearchAll {
	padding-top: 1em;
	color : #000;
}

#tSearchAll th {
    color: #222222;
    background: #fff;
}

#tSearchAll td {
    color: #222222;
}

table.dataTable tbody tr.odd {
     background-color: #f9f9f9;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: rgb(237, 247, 247);
    box-shadow: none;
    opacity: .35;
    margin-left:10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: rgb(237, 247, 247);
    box-shadow: none;
    opacity: .35;
    margin-left:10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: #666 !important;
    border: 1px solid transparent;
    border-radius: 2px;
    background: rgb(237, 247, 247);
    margin-left:10px;
}

div.dataTables_filter input {
	        border-width: 0px;
        height: 32px;

	}

div.dataTables_filter input {
    background: #005E5D url(../../images/search_white.svg) !important;
    background-position: 95% 50% !important;
    background-size: 16px 16px !important;
    background-repeat: no-repeat !important; display: inline-block; color: #fff !important; font-family: Roboto-Regular;
     box-sizing: inherit; font-size: 16px; font-weight: 400; font-stretch: 100%; }

div.dataTables_filter input:hover {background: #005E5D url(../../images/search_white.svg) !important; background-position: 95% 50% !important; background-size: 16px 16px !important; background-repeat: no-repeat !important; display: inline-block; color: #fff !important; font-family: Roboto-Regular;
     box-sizing: inherit; font-size: 16px; font-weight: 400; font-stretch: 100%; border:none !important;}

div.dataTables_filter input:active {background: #005E5D url(../../images/search_white.svg) !important; background-position: 95% 50% !important; background-size: 16px 16px !important; background-repeat: no-repeat !important; display: inline-block; color: #fff !important;
    font-family: Roboto-Regular;
     box-sizing: inherit; font-size: 16px; font-weight: 400; font-stretch: 100%; border:none !important; }

div.dataTables_filter input:focus  {
	background: #005E5D url(../../images/search_white.svg) !important; background-position: 95% 50% !important; background-size: 16px 16px !important; background-repeat: no-repeat !important; display: inline-block; color: #fff !important; border:none !important;
	    font-family: Roboto-Regular;
     box-sizing: inherit; font-size: 16px; font-weight: 400; font-stretch: 100%; border:none !important;
	}


