/*
 *
 * START OF FILE
 *
 */

/*--------------------------------------------------------------------------------*/

/* 
 * FIX
 * https://myairforcelife.com/itt-directory/
 * 
 */
.dt-layout-row.dt-layout-table {
    overflow: auto;
}

/* 
 * ADD SCROLLBAR
 */

.top-scrollbar {
    width: 100%;
    overflow-y: hidden;
}

.inner-scrollbar {
    width: 100%;
    height: 1px;
}

.dt-layout-row.dt-layout-table::-webkit-scrollbar-track,
.top-scrollbar::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
	border-radius: 0;
	background-color: #F5F5F5;
}

.dt-layout-row.dt-layout-table::-webkit-scrollbar,
.top-scrollbar::-webkit-scrollbar {
	width: 10px;
    height: 10px;
	background-color: #F5F5F5;
}

.dt-layout-row.dt-layout-table::-webkit-scrollbar-thumb,
.top-scrollbar::-webkit-scrollbar-thumb {
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.2);
	background-color: #070b7b;
}

/*--------------------------------------------------------------------------------*/

/*
 *
 * END OF FILE
 *
 */