/***********************************************************
  /$$$$$$  /$$$$$$$$  /$$$$$$  /$$$$$$$   /$$$$$$  /$$   /$$
 /$$__  $$| $$_____/ /$$__  $$| $$__  $$ /$$__  $$| $$  | $$
| $$  \__/| $$      | $$  \ $$| $$  \ $$| $$  \__/| $$  | $$
|  $$$$$$ | $$$$$   | $$$$$$$$| $$$$$$$/| $$      | $$$$$$$$
 \____  $$| $$__/   | $$__  $$| $$__  $$| $$      | $$__  $$
 /$$  \ $$| $$      | $$  | $$| $$  \ $$| $$    $$| $$  | $$
|  $$$$$$/| $$$$$$$$| $$  | $$| $$  | $$|  $$$$$$/| $$  | $$
 \______/ |________/|__/  |__/|__/  |__/ \______/ |__/  |__/
***********************************************************/
@keyframes background-pulsing
{
    0%
    {
        background-position: -100px;
    }

    40%, 100%
    {
        background-position: 370px;
    }
}

#search_container
{
	margin: 30px auto;
}

#search_container h1
{
	margin-bottom: 15px !important;
}

#search_container div.search-message
{
	margin: 0 auto 20px 0;
}

#search_container #search_container_form
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 15px auto 35px auto;
}

#search_container #search_container_form input[type="text"]
{
	font-size: 14pt;
	color: #3D3D3D;
	width: 100%;
	max-width: 500px;
	margin-right: 10px;
	outline: none;
	border: 1px solid #D1D1D1;
	border-radius: 3px;
	padding: 7px 10px;
	transition: background-color 150ms;
}

#search_container #search_container_form input[type="text"]:hover,
#search_container #search_container_form input[type="text"]:focus
{
	background-color: #F7F7F7;
}

#search_container .nav-tabs
{
	display: flex;
	flex-flow: row nowrap;
	overflow-x: auto;
	height: 46px;
	padding-left: 0;
}

#search_container .nav-tabs > li
{
	margin-bottom: 0 !important;
}

#search_container .nav-tabs > li::before
{
	display: none;
}

#search_container .nav-tabs li a:link,
#search_container .nav-tabs li a:active,
#search_container .nav-tabs li a:visited,
#search_container .nav-tabs li a:hover
{
	display: flex;
	flex-flow: row nowrap;
	color: #555555;
	font-style: normal;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 200ms
}

#search_container .tab-pane
{
	min-height: 160px;
}

#search_container .tab-content
{
	margin-bottom: 30px;
}

#search_container .result_count
{
	font-size: 11pt;
	margin-left: 7px;
}

#search_container div.dataTables_processing
{
	z-index: 9999;
	text-align: center;
	font-size: 18pt;
	height: auto;
	bottom: 0;
	background: #ffffff	!important;
	padding-top: 0;
}

/* Default Ghost Loading/Processing Screen */
.dataTables_wrapper
{
	min-height: 500px;
}

.dataTables_wrapper > div
{
	top: 63px !important;
	margin-top: 0 !important;
	width: 100% !important;
}

.dataTables_wrapper > div .processing-container
{
	max-width: 1170px !important;
	width: 100% !important;
}

.dataTables_wrapper > div .processing-container .container
{
	width: 100% !important;
}

.dataTables_wrapper > div .processing-container .ghost-row
{
	border-bottom: 1px solid #dddddd;
}

.dataTables_wrapper > div .processing-container .ghost-row:nth-of-type(odd)
{
	background-color: #f7f7f7;
}

.dataTables_wrapper > div .processing-container .ghost-row > div > div
{
	display: block;
 	background-image: linear-gradient(90deg, #E8E8E8 0px, #F7F7F7 40px, #E8E8E8 80px);
 	background-position: -100px;
    background-size: 600px;
    height: 22px;
    margin-top: 15px;
    margin-bottom: 15px;
    transform: translateZ(0);
}

.dataTables_wrapper > div .processing-container.active .ghost-row > div > div
{
	 animation: background-pulsing 5s infinite linear;
}

.dataTables_wrapper > div .processing-container .ghost-row > div > div.name
{
	width: 250px;
	margin-left: -5px;
}

.dataTables_wrapper > div .processing-container .ghost-row > div > div.date
{
	width: 170px;
	margin-left: -3px;
}
/* // Ghost Loading/Processing Screen */

#search_container table tr td
{
	background-color: #ffffff;
}

#search_container table tr:hover td
{
	background-color: #F9F9F9;
}

#search_container table tr:nth-of-type(odd) td
{
	background-color: #F7F7F7;
}

#search_container table tr:nth-of-type(odd):hover td
{
	background-color: #F2F2F2;
}

#search_container table thead tr th
{
	padding: 20px 10px 20px 35px;
	border-color: #666666;
	background-position: 10px center;
}

#search_container table tbody tr
{
	cursor: pointer;
}

#search_container table tbody tr td
{
	color: #1C1C1C;
	font-size: 12pt;
	vertical-align: middle !important;
	padding: 15px 10px;
}

#search_container table tbody tr td a:link,
#search_container table tbody tr td a:active,
#search_container table tbody tr td a:visited,
#search_container table tbody tr td a:hover
{
	color: #1C1C1C;
}

#search_container table tbody tr td em
{
	color: #4F4F4F;
	font-size: 11pt;
}

#search_container .to-top-button
{
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    opacity: 0;
    z-index: -1;
    height: 0;
    line-height: 1;
    text-align: center;
    padding: 0;
    color: #2B2B2B !important;
	background-color: #eeeeee;
	text-decoration: none;
    width: 120px;
    box-shadow: 0 0 5px rgba(0,0,0,0.8);
    transition: opacity 200ms,
    			background-color 200ms,
    			transform 200ms;
}

#search_container .to-top-button > span
{
	font-size: 18pt;
}

#search_container .to-top-button.visible
{
	z-index: 10;
    opacity: 1;
    height: 60px;
    width: 60px;
    padding: 5px;
}

@media screen and (min-width:768px)
{
	#search_container .to-top-button.visible:hover
	{
		background-color: #D8D8D8;
	}
}

#search_container .to-top-button.visible:active
{
	transform: 	translate(0,2px)
 				scale(0.99, 0.99);
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

#search_container .to-top-button.invisible
{
	z-index: -1;
    opacity: 0;
    height: 0;
    padding: 0;
}

#search_container .dataTables_empty
{
	padding: 15px 10px !important;
}

#search_container .dataTables_empty a:link,
#search_container .dataTables_empty a:active,
#search_container .dataTables_empty a:visited
{
	text-decoration: underline;
	font-weight: bold;
}

#search_container .dataTables_empty a:hover
{

}

/* Buttons */
.paginate_button
{
	color: #000000;
	background: #d6d6d62e !important;
}

.paginate_button:hover
{
	background: #D6D6D677 !important;
}

.paginate_button.current
{
	background: #d6d6d699 !important;
}

.paginate_button.current:hover
{

}

.paginate_button.disabled
{
	background: transparent !important;
	color: #00000062 !important;
}

.paginate_button.disabled:hover
{

}